-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1
-
None
-
hopper
-
generic
-
generic
-
Verified
In the fix for 4185460, Component.list(PrintStream out, int indent) was corrected to print out the number of spaces equal to the value of indent. Before this fix, twice the number of spaces were printed.
Component.list(PrintWriter out, int indent) should have had a similar fix, but it was overlooked. The same fix should apply to this method.
Component.list(PrintWriter out, int indent) should have had a similar fix, but it was overlooked. The same fix should apply to this method.
- relates to
-
JDK-4671161 Indentation of sub-components unspecified for Container.list()
-
- Resolved
-