You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: