dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14312
[Bug 866032] Re: NumberFormatException thrown in dhis light data entry
** Description changed:
- I guess it's on submitting empty values where there is some validation
+ I guess I got this on entering letters in combination with lots of empty
+ fields, difficult to reproduce (and lost the rest of the stack trace).
Exception (java.lang.NumberFormatException): empty String
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:994)
java.lang.Double.valueOf(Double.java:475)
java.lang.Double.(Double.java:567)
org.hisp.dhis.datavalue.DataValue.isZero(DataValue.java:174)
org.hisp.dhis.datavalue.DefaultDataValueService.isSignificant(DefaultDataValueService.java:193)
org.hisp.dhis.datavalue.DefaultDataValueService.updateDataValue(DefaultDataValueService.java:86)
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/866032
Title:
NumberFormatException thrown in dhis light data entry
Status in DHIS 2 - District Health Information Software:
New
Bug description:
I guess I got this on entering letters in combination with lots of
empty fields, difficult to reproduce (and lost the rest of the stack
trace).
Exception (java.lang.NumberFormatException): empty String
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:994)
java.lang.Double.valueOf(Double.java:475)
java.lang.Double.(Double.java:567)
org.hisp.dhis.datavalue.DataValue.isZero(DataValue.java:174)
org.hisp.dhis.datavalue.DefaultDataValueService.isSignificant(DefaultDataValueService.java:193)
org.hisp.dhis.datavalue.DefaultDataValueService.updateDataValue(DefaultDataValueService.java:86)
To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/866032/+subscriptions
References