jGleitz/JUnit-KIT

Assert that integers prefixed with a + are not allowed

pcworld opened this issue · 1 comments

Integer.parseInt accepts a + prefix for nonnegative numbers. Some implementations might accept program arguments like speedup=+3 rule=+270-+90-+315-+45-+90, and anywhere else where integers are parsed (CLI commands).

Fixed for commands.