-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b55
-
generic
-
generic
-
Verified
Currently, the javac implementation of
javax.tools.DiagnosticMessage.getEndPosition
is just:
return getPosition() + 1
This should be improved.
javax.tools.DiagnosticMessage.getEndPosition
is just:
return getPosition() + 1
This should be improved.