-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: core-libs
-
b39
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8084185 | emb-9 | Alan Bateman | P2 | Resolved | Fixed | team |
Files.newBufferedWriter is missing @throws IllegalArgumentException and IAE can be thrown when invalid or invalid combinations are options are provided, for example:
1. When StandardOpenOption.READ is passed
2. When StandardOpenOption.APPEND and StandardOpenOption.TRUNCATE_EXISTING are passed together
3. Probably some other combination of options
Tested with JDK9b35
Failed JCK test is under development.
1. When StandardOpenOption.READ is passed
2. When StandardOpenOption.APPEND and StandardOpenOption.TRUNCATE_EXISTING are passed together
3. Probably some other combination of options
Tested with JDK9b35
Failed JCK test is under development.
- backported by
-
JDK-8084185 (fs spec) Files.write and newBufferedWriter methods missing @throws IAE
-
- Resolved
-
- csr of
-
CCC-8062553 (fs spec) Files.write and newBufferedWriter methods missing @throws IAE
-
- Closed
-