JDK-8004998 : javac should have standard support for a normalized set of modifiers
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-12-13
  • Updated: 2013-09-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbd_majorUnresolved
Related Reports
Relates :  
Relates :  
Description
Both the language model API and javadoc need to know the normalized set of modifiers defined on an element, taking the element kind into account to resolve overloaded modifier bits, and filtering out bits that are not normally display, such as "public abstract" on interface methods, and so on.