JDK-5009577 : Compiler should set ACC_FINAL for enum types with no constant-specific members
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-03-08
  • Updated: 2004-03-18
  • Resolved: 2004-03-18
Related Reports
Duplicate :  
Description
The JSR-201 Public Review Draft Spec says that enum types do not have constant-specific members should be final, but the compiler doesn't set the ACC_FINAL VM flag for such types.

Comments
WORK AROUND
11-06-2004

SUGGESTED FIX
11-06-2004

PUBLIC COMMENTS ...
10-06-2004

EVALUATION Agreed. ###@###.### 2004-03-08
08-03-2004