-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
17
-
None
com.sun.source.util.DocSourcePositions provides methods to determine the start and end positions of any DocTree node, but it does not provide any way to determine the file position of positions within the tree node. This is especially difficult for TextTree nodes, which may span many lines and so be discontinuous in the underlying file.
We should add a new method along the lines of:
long getPosition(CompilationUnitTree file, DocCommentTree comment, DocTree tree, int pos);
While the signature should probably use `DocTree tree`, it may only make sense to define the method for "leaf" nodes, like TextTree, IdentifierTree, etc.
We should add a new method along the lines of:
long getPosition(CompilationUnitTree file, DocCommentTree comment, DocTree tree, int pos);
While the signature should probably use `DocTree tree`, it may only make sense to define the method for "leaf" nodes, like TextTree, IdentifierTree, etc.
- relates to
-
JDK-8267126 javadoc should show "line and caret" for diagnostics.
-
- Resolved
-
-
JDK-8267127 Add new print method to doclet Reporter interface
-
- Resolved
-