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.
DocCommentScanner can be refactored as a subclass of JavaTokenizer, following the recent refactoring of Scanner.java.
Comments
EVALUATION
Java comments should be processed in a pluggable helper class, so that different policies can be put in place - this will be better than relying on subclassing. Helper classes for comments on a token can be stored on a list on the token itself, so that they can be retrieved at a later stage (i.e. by the parser).
04-11-2011
SUGGESTED FIX
A webrev of this fix is available at the following URL:
http://hg.openjdk.java.net/jdk8/tl/langtools/rev/56830d5cb5bb