DougEdey / StrangeBrew

Java based Homebrew Recipe tool
22 stars 11 forks source link

Setting a box to empty causes an uncaught number format exception #137

Closed DougEdey closed 12 years ago

DougEdey commented 12 years ago

We should be catching and resetting these values to 0 or similar

DougEdey commented 12 years ago

Finding all integers that are created from strings and adding a null check

DougEdey commented 12 years ago

Sorry, NumberFormatException check.

DougEdey commented 12 years ago

Captured all the methods that could have thrown a numberFormatException. There's a few other places where this gets caught now too, such as loading data from files.

DougEdey commented 12 years ago

Closure was due to git loses my full commits. Got to restart