Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Degradation - Other Exception
-
Normal
-
Low Hanging Fruit
-
Code Inspection
-
All
-
None
-
Description
https://bugs.openjdk.java.net/browse/JDK-8177809 made File.lastModified include milliseconds while java8 always has them as 000.
This causes problems in LogFile.java where we compare the timestamps with what we have in the logfile: LogFile.java. This means that we can throw errors when changing between java11 and 8