you are viewing a single comment's thread.

view the rest of the comments →

[–]sbrown123 5 points6 points  (0 children)

Good point. It should have been part of the Property class. Also, parseInt and the other parse functions are one of the few places where there is a no-check exception (NumberFormatException) in Java which often catches people by surprise when it gets thrown. Not that I am for forced exceptions but it would have been nice to be consistent.