-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
None
-
b16
com.sun.source.doctree.EntityTree provides a representation of an entity found in a doc comment, but does not provide any way to get the corresponding characters represented by the entity.
We should add a method to the DocTrees utility class to access the characters, if the entity is valid, or null if not.
String getCharacters(EntityTree tree)
We should add a method to the DocTrees utility class to access the characters, if the entity is valid, or null if not.
String getCharacters(EntityTree tree)
- blocks
-
JDK-8252712 move doclint to jdk.javadoc module
- Resolved
- csr for
-
JDK-8236208 DocTrees should provide getCharacters(EntityTree)
- Closed
- relates to
-
JDK-8252712 move doclint to jdk.javadoc module
- Resolved
- links to
-
Commit openjdk/jdk/7f27d0b0
-
Commit openjdk/jdk/7f27d0b0
-
Review openjdk/jdk/122
-
Review openjdk/jdk/122
(2 links to)