-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b153
-
Not verified
JavacSourcePosition's documentation says: "Implementation of model API SourcePosition based on javac internal state." That model API class does not exist, and the methods are never used in javac. They can be removed.
`getSourcePosition(Element, AnnotationMirror, AnnotationValue)` was never implemented, and has a matching TODO to `getTreeAndTopLevel(Element, AnnotationMirror, AnnotationValue) ` (seeJDK-6388543).
`getSourcePosition(Element, AnnotationMirror, AnnotationValue)` was never implemented, and has a matching TODO to `getTreeAndTopLevel(Element, AnnotationMirror, AnnotationValue) ` (see
- duplicates
-
JDK-8035145 JavacElements.getSourcePosition and JavacSourcePosition unused
-
- Closed
-
- relates to
-
JDK-6388543 improve accuracy of source positions for AnnotationValue param of Messager.printMessage
-
- Closed
-