JDK-4198141 : stddoclet: Class diagram doesn't line up just right for short class names
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5
  • CPU: sparc
  • Submitted: 1998-12-17
  • Updated: 2014-05-05
  • Resolved: 2002-08-30
Related Reports
Duplicate :  
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

Comments
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 ###@###.### 2002-08-30
30-08-2002