Anuken/Arc

Strings "parsePositiveInt" problem

buthed010203 opened this issue · 3 comments

Strings.canParsePositiveInt("0") returns true
Strings.parsePositiveInt("0") returns negative int limit

I don't want to change this myself in case it breaks stuff but this is pretty misleading

parsePositiveInt doesn't seem very useful anyway, I'll remove it.

it is useful

(I don't use it anywhere)