-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b156
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174529 | 10 | Liam Miller-Cushon | P3 | Resolved | Fixed | b01 |
The JavacMessager API allows you to generate a message for a source position defined by a combination of Element + AnnotationMirror + AnnotationValue.
Currently, the AnnotationValue is ignored, and the position returned is that defined by the Element and AnnotationMirror.
This should be fixed.
Currently, the AnnotationValue is ignored, and the position returned is that defined by the Element and AnnotationMirror.
This should be fixed.
- backported by
-
JDK-8174529 improve accuracy of source positions for AnnotationValue param of Messager.printMessage
-
- Resolved
-
- duplicates
-
JDK-8059012 Messager.printMessage with AnnotationValue does not locate specific source value
-
- Closed
-
- relates to
-
JDK-8172213 Remove unused and partially implemented JavacElements#getSourcePosition methods
-
- Closed
-
-
JDK-6362067 Messager methods do not print out source position information
-
- Closed
-
-
JDK-5074500 Improve precision of annotation source position information
-
- Closed
-