-
Bug
-
Resolution: Fixed
-
P4
-
7
running processor on file that has unsupported annotations and annotaions without processors results in brokem message file:
< warning: compiler message file broken: key=apt.warn.AnnotationsWithoutProcessors arguments=test.apf.C,D, {1}, {2}, {3}, {4}, {5}, {6}, {7}
---
> warning: Annotation types without processors: [test.apf.C, D]
3c3
< warning: compiler message file broken: key=apt.warn.AnnotationsWithoutProcessors arguments=test.apf.C, {1}, {2}, {3}, {4}, {5}, {6}, {7}
---
> warning: Annotation types without processors: [test.apf.C]
Err out did not match.
< warning: compiler message file broken: key=apt.warn.AnnotationsWithoutProcessors arguments=test.apf.C,D, {1}, {2}, {3}, {4}, {5}, {6}, {7}
---
> warning: Annotation types without processors: [test.apf.C, D]
3c3
< warning: compiler message file broken: key=apt.warn.AnnotationsWithoutProcessors arguments=test.apf.C, {1}, {2}, {3}, {4}, {5}, {6}, {7}
---
> warning: Annotation types without processors: [test.apf.C]
Err out did not match.
- relates to
-
JDK-6759682 APT: compiler message file broken after refactoring of com.sun.tools.javac.util.Message
- Closed
-
JDK-6720185 DiagnosticFormatter refactoring
- Closed