-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b172
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8181546 | 10 | Brian Burkhalter | P4 | Resolved | Fixed | b11 |
JDK-8181265 | 9.0.4 | Brian Burkhalter | P4 | Resolved | Fixed | b01 |
A DESCRIPTION OF THE PROBLEM :
The documentation for the FileOutputStream constructors NOT containing the append parameter do not indicate whether files get truncated or not.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Self-explanatory.
ACTUAL -
Self-explanatory.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/io/FileOutputStream.html
The documentation for the FileOutputStream constructors NOT containing the append parameter do not indicate whether files get truncated or not.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Self-explanatory.
ACTUAL -
Self-explanatory.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/io/FileOutputStream.html
- backported by
-
JDK-8181265 FileOutputStream documentation does not indicate properly whether files get truncated or not
-
- Resolved
-
-
JDK-8181546 FileOutputStream documentation does not indicate properly whether files get truncated or not
-
- Resolved
-
- links to