JDK-5035528 : JavaDoc for enum classes should omit final and abstract modifiers
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-04-21
  • Updated: 2014-05-05
  • Resolved: 2004-04-22
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Recent changes to the enum spec (5009601) have made applying the final and abstract modifiers to enums illegal in source code (javac will mark the classes as appropriate).  Therefore, it would be preferable if the javadoc for an enum did not display those modifiers either.  

Comments
PUBLIC COMMENTS Closing as a dup of 5009943, which fixes the bug where "final" appears in the Enum documentation. We've never has "abstract" appear in the documentation. The original spec has instructions to filter out "abstract". ###@###.### 2004-04-21
21-04-2004

EVALUATION Accepted. ###@###.### 2004-04-21 Dup of 5009943, which has been fixed. At this time, the Javadoc does not show the final or abstract modifiers. ###@###.### 2004-04-21
21-04-2004