Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Should
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Core 2.4.0
-
Component/s: None
-
Labels:
Description
When compiling on Java 11, a number of tests fail with an error message like `java.text.ParseException: Unparseable date "" - length of date string doesn't match length of date pattern`
With a stack trace is like below:
java.text.ParseException: Unparseable date "12/08/2008" - length of date string doesn't match length of date pattern
at org.openmrs.util.OpenmrsDateFormat.parse(OpenmrsDateFormat.java:49)
at org.openmrs.logic.result.ResultTest.latest_shouldGetTheMostRecentResultGivenMultipleResults(ResultTest.java:132)
Gliffy Diagrams
Attachments
Issue Links
- is depended on by
-
TRUNK-5496 Upgrade Core to Compile and run on OpenJDK 8 ,9,10, 11,12,13,14
-
- Closed
-
- mentioned in
-
Page Loading...