The command message says the number should be greater than or equals to 0 but 10.1 is greater than 0. However the command message did not indicate that the value entered is a float and not an int.
Suggestion: Instead of checking if its a decimal, it may be better to include the word 'Integer' for the command message
The command message says the number should be greater than or equals to 0 but 10.1 is greater than 0. However the command message did not indicate that the value entered is a float and not an int.
Suggestion: Instead of checking if its a decimal, it may be better to include the word 'Integer' for the command message
Labels:
severity.Low
type.FunctionalityBug
original: lyndonlim27/ped#12