cs2103jan2015-w09-4j / main

CS2103 project of team w09-4j
3 stars 0 forks source link

PriorityParameter Bugs #96

Closed linchenhsin closed 9 years ago

linchenhsin commented 9 years ago

Priority number should be 0~10 inclusive.

For integer that is out of range (>10) e.g. %{11} it shows the error message "Priority must be between and inclusive of 0 and 10. 0 <= priority <= 10"

However, for integer that is <0 e.g. %{-1} the priority number will be 0 instead of showing the error message.