-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.2
-
sparc
-
solaris_2.5.1
Name: akC57697 Date: 02/10/99
This bug was found by St.Petersburg Java SQE team (by Sergey Scherbakov).
The javadoc says:
"
protected void setLineLength(int l)
Enables subclasses to set the number of characters they want
written per line.
The default is 100.
" ^^^^^
The source code "* @(#)HTMLWriter.java 1.20 98/12/03" contains
initializations:
HTMLWriter.java: private int maxLineLength = 80;
HTMLWriter.java: this.maxLineLength = 80;
It contradicts the javadoc.
======================================================================
- duplicates
-
JDK-4185537 javax.swing.text.AbstractWriter: TOTAL REWRITE REQUIRED
- Resolved