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

8 lines
510 B
Plaintext

Test.java:14:7: compiler.err.proc.messager: anchor already defined: "dupTest"
Test.java:24:12: compiler.err.proc.messager: anchor already defined: "dupTestField"
Test.java:27:12: compiler.err.proc.messager: anchor already defined: "dupTestMethod"
Test.java:32:11: compiler.err.proc.messager: anchor already defined: "dupNested"
Test.java:40:15: compiler.err.proc.messager: anchor already defined: "dupNestedField"
Test.java:47:15: compiler.err.proc.messager: anchor already defined: "dupNestedMethod"
6 errors