JDK-4531896 : doclet fails to document value of interface constants
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: generic
  • Submitted: 2001-11-27
  • Updated: 2014-05-05
  • Resolved: 2001-12-08
Related Reports
Duplicate :  
Description
When you document an interface (but no classes) javadoc fails to document
the value of the interface constants.


$ /java/re/j2se/1.4.0/nightly/binaries/solsparc/latest/bin/javadoc T.java
Loading source file T.java...
Constructing Javadoc information...
Standard Doclet version 1.4.0

Generating constant-values.html...
Building tree for all the packages and classes...
Building index for all the packages and classes...
Generating overview-tree.html...
Generating index-all.html...
Generating deprecated-list.html...
Building index for all classes...
Generating allclasses-frame.html...
Generating allclasses-noframe.html...
Generating index.html...
Generating packages.html...
Generating T.html...
Generating serialized-form.html...
Generating package-list...
Generating help-doc.html...
Generating stylesheet.css...
$ grep -w 200 T.html
$