commit | 1b90760ef41ded1dfa2068441cfa62601c93a17f | [log] [tgz] |
---|---|---|
author | Jan Lahoda <jlahoda@openjdk.org> | Tue Jan 13 19:13:42 2015 +0100 |
committer | Jan Lahoda <jlahoda@openjdk.org> | Tue Jan 13 19:13:42 2015 +0100 |
tree | 77c672c6e00acba1eed9fce050e8f805e4489c19 | |
parent | 2b3c75aa366e7876a756ab243fb8e2ee06523499 [diff] |
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