History log of /openjdk10/langtools/test/tools/javac/processing/TestMultipleErrors.out
Revision Date Author Comments
# 3159:7b99e5d09409 08-Dec-2015 alundblad

8144941: test/tools/javac/processing/TestMultipleErrors.java should have /nodynamiccopyright
Summary: Removed copyright notice and added /nodynamiccopyright.
Reviewed-by: jjg


# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 2790:3e11383862ce 13-Jan-2015 jlahoda

8066843: Messager.printMessage cannot print multiple errors for same source position
Summary: 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