-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b89
-
generic
-
generic
-
Verified
Error message generated by javac have a check so that only the first message at a given source position is printed; this avoids spamming the user with cascades of dependent error messages. However, errors and other messages from annotation processor should not be subject to the same position checks, especially messages from different processors.
- relates to
-
JDK-5043516 printError does not print more than one message
-
- Resolved
-
-
JDK-6440109 tools/javac/processing/T6416433.java fails
-
- Closed
-