OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
65 stars 34 forks source link

NumberFormatException when using getColumnValue("columnName", Integer.class) #145

Open shillem opened 8 years ago

shillem commented 8 years ago

I’m getting a NumberFormatException if I use entry.getColumnValue("columnName", Integer.class) and a non-numeric value - e.g. empty string - is present.

I think it should be more correct to return 0.