|
Quick Lists
|
|
Bug ID:
|
4873956
|
|
Votes
|
0
|
|
Synopsis
|
RandomAccessFile.writeUTF(...) doesn't say "modified"
|
|
Category
|
guides:none
|
|
Reported Against
|
mantis-beta
|
|
Release Fixed
|
|
|
State
|
11-Closed, duplicate of 4915107,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
4915107
|
|
Submit Date
|
04-JUN-2003
|
|
Description
|
A DESCRIPTION OF THE PROBLEM :
The method description of RandomAccessFile.writeUTF(...) doesn't say "modified"
when it says "UTF-8".
(It must say "modified UTF-8" because "UTF-8" would be wrong because it's not
legal UTF-8. (Character NULL is encoded differently.))
(You might check other UTF method descriptions. (RandomAccessFile.readUTF(...)
is fine, as is DataOutput.writeUTF().)
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/java/io/RandomAccessFile.html#writeUTF(java.lang.String)
(Review ID: 187007)
======================================================================
|
|
Work Around
|
N/A
|
|
Evaluation
|
Accepted
======================================================================
The documentation was clarified as part of 4915107.
======================================================================
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |