-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: tools
-
b45
-
generic
-
generic
-
Not verified
JCCompilationUnit currently contains
public Map<JCTree, String> docComments = null;
It would be better if the Map were encapsulated within a new DocCommentTable class, providing access to Tokens.Comment and/or DocTree representations of the doc comments.
public Map<JCTree, String> docComments = null;
It would be better if the Map were encapsulated within a new DocCommentTable class, providing access to Tokens.Comment and/or DocTree representations of the doc comments.