JDK-8065536 : ZipEntry.setXXXTime(FileTime time) do not throw NullPointerException when time==null
Type:Bug
Component:core-libs
Sub-Component:java.util.jar
Affected Version:9
Priority:P4
Status:Closed
Resolution:Duplicate
OS:generic
CPU:generic
Submitted:2014-11-20
Updated:2015-02-21
Resolved:2015-02-21
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The fix to JDK-8068790 resolves all erroneous Objects.requireNonNull in ZipEntry.
21-02-2015
Looks like Objects.requireNonNull was pasted in without changing the parameter. The result is that setLastAccessTime and setCreationTime don't throw the exception null. setLastModifiedTime is not impacted by the issue but should be fixed too.