History log of /openjdk9/jdk/src/java.base/share/classes/java/io/File.java
Revision Date Author Comments
# 17221:59902f12fb70 13-Jun-2017 bpb

6791812: (file spec) Incompatible File.lastModified() and setLastModified() for negative time
Summary: Amend verbiage describing return value to explain negative values.
Reviewed-by: rriggs, smarks


# 17148:93b0c398e243 17-May-2017 bpb

7086489: File.lastModified should accuracy as well as resolution
Summary: Add an @apiNote indicating that the last-modified time might be of coarser than millisecond granularity.
Reviewed-by: smarks


# 17062:bd0e423e5756 26-Apr-2017 jjg

8179364: update "<a name=" in java.base module to use id attribute
Reviewed-by: darcy


# 16469:203402b79715 13-Jan-2017 bpb

8152272: Unable to create temporary file using createTempFile method if System.getProperty(file.separator) is used
Summary: Normalize the name component of the temporary file path
Reviewed-by: rriggs


# 16362:188ce54a68f5 20-Dec-2016 bpb

8148023: File.createTempFile is not adhering to the contract regarding file name lengths
Summary: Truncate the prefix, suffix, random characters per the specification
Reviewed-by: rriggs


# 15985:0fa4b5647f3e 02-Nov-2016 igerasim

8168923: Use unsigned random long in a temp directory name
Reviewed-by: bpb, alanb


# 14359:930d3aef37ee 03-May-2016 redestad

8155775: Re-examine naming of privileged methods to access System properties
Reviewed-by: mullan


# 14265:50d4d6b772d1 21-Apr-2016 redestad

8154231: Simplify access to System properties from JDK code
Reviewed-by: rriggs, chegar, weijun


# 13352:724df36317cc 22-Dec-2015 redestad

8145988: Use the raw methods of java.net.URI when possible
Reviewed-by: shade, chegar


# 13050:98f89fe2b722 11-Nov-2015 chegar

8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun


# 12745:f068a4ffddd2 15-Sep-2015 martin

8136583: Core libraries should use blessed modifier order
Summary: Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart


# 12519:9d6f8c37e857 06-Aug-2015 avstepan

8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
Reviewed-by: lancea, dfuchs, smarks


# 12143:6e9b0fed907d 08-Jun-2015 avstepan

8081517: minor cleanup for docs
Summary: fix some tidy and javadoc warnings/errors
Reviewed-by: lancea, rriggs


# 10878:5a60db1cbd3c 28-Oct-2014 igerasim

8023173: FileDescriptor should respect append flag
Reviewed-by: martin, alanb, rriggs


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com