The Measure Platform is a web application which allows to collect, compute, store, and visualize measurements by execution of software measures (they may be defined in SMM - Structured Metrics Metamodel)
10
stars
4
forks
source link
[bug][v0.6.00] No field validator on "New measure instance" page #46
We are able to declare a new measure instance with eroneous characters in the "Scheduling" field without any error message.
I just validated the creation of an instance based on the RandomGenerator base measure example with a scheduling of azertyuiop miliseconds.
When I tried to activate scheduling, there's been no information on what's going on, neither on the web application nor the console output (although the scheduling button wasn't changing from red to green, no message to understand what went wrong).
There shall be restrictions on configurable parameters to avoid crashes or bad behaviour at runtime.
Hi NG-GOM,
Would it be possible for you to add a screenshot of that? And more information on the operating system & browser you are using?
Many thanks in advance,
Alessandra
We are able to declare a new measure instance with eroneous characters in the "Scheduling" field without any error message.
I just validated the creation of an instance based on the RandomGenerator base measure example with a scheduling of
azertyuiop
miliseconds.When I tried to activate scheduling, there's been no information on what's going on, neither on the web application nor the console output (although the scheduling button wasn't changing from red to green, no message to understand what went wrong).
There shall be restrictions on configurable parameters to avoid crashes or bad behaviour at runtime.