Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4198141
Votes 0
Synopsis stddoclet: Class diagram doesn't line up just right for short class names
Category doclet:tbd
Reported Against 1.2
Release Fixed
State 11-Closed, duplicate of 4706779, bug
Priority: 5-Very Low
Related Bugs 4706779
Submit Date 17-DEC-1998
Description
If a class name is only one letter long, the class idiagram at the top of
the class page is a bit askew:

java.lang.Object
  |
  +--C
        |
        +--Together

Note that the vertical line (|) should line up under the second
character of the word, like this:

java.lang.Object
  |
  +--C
      |
      +--Together

The first case of this example is at:
http://javaweb.eng/docs/bugs/javadoc-bugs/bug4136239-inheritedcomments/html-1.2/Together.html
Work Around
N/A
Evaluation
This was fixed as part of 
4706779: Add text equivalent of class tree ASCII art for accessibility [dkramer/gafter] [dkramer/jamieh]

Closed as a dupe of 4706779

  xxxxx@xxxxx   2002-08-30
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang