jdk-24/langtools/test/tools/javac/processing/TestMultipleErrors.out
Jan Lahoda 1b90760ef4 8066843: Messager.printMessage cannot print multiple errors for same source position
Using a DiagnosticFlag to mark diagnostics that should be always printed even if multiple of them have the same source position.

Reviewed-by: darcy, jjg, mcimadamore
2015-01-13 19:13:42 +01:00

6 lines
269 B
Plaintext

TestMultipleErrors.java:41:8: compiler.err.proc.messager: error1
TestMultipleErrors.java:41:8: compiler.err.proc.messager: error2
TestMultipleErrors.java:41:8: compiler.err.proc.messager: error3
TestMultipleErrors.java:41:8: compiler.err.proc.messager: error4
4 errors