Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289414 | 20 | Brian Burkhalter | P4 | Resolved | Fixed | b04 |
JDK-8291353 | 19.0.2 | Brian Burkhalter | P4 | Resolved | Fixed | b01 |
JDK-8291195 | 19.0.1 | Brian Burkhalter | P4 | Resolved | Fixed | b04 |
The 3-arg Files.writeString has a cut 'n paste error. The description for IOException has:
"or the text cannot be encoded using the specified charset"
It should be:
"or the text cannot be encoded using UTF-8"
"or the text cannot be encoded using the specified charset"
It should be:
"or the text cannot be encoded using UTF-8"
- backported by
-
JDK-8289414 (fs) Files.writeString spec for IOException has "specified charset" when no charset is provided
-
- Resolved
-
-
JDK-8291195 (fs) Files.writeString spec for IOException has "specified charset" when no charset is provided
-
- Resolved
-
-
JDK-8291353 (fs) Files.writeString spec for IOException has "specified charset" when no charset is provided
-
- Resolved
-
- csr for
-
JDK-8289246 (fs) Files.writeString spec for IOException has "specified charset" when no charset is provided
-
- Closed
-
(1 links to)