History log of /openjdk10/langtools/test/tools/javac/warnings/suppress/VerifySuppressWarnings.java
Revision Date Author Comments
# 4166:6d9a33d72d06 12-May-2017 ctornqvi

8180084: A few javac tests fail on Windows when the source and jtreg work dir are not on the same drive
Reviewed-by: jlahoda


# 3155:30e288cb2d22 07-Dec-2015 jjg

8059976: Convert JavacFileManager to use java.nio.file internally
Reviewed-by: jlahoda


# 2734:b96d74fa60aa 21-Nov-2014 jjg

8061876: replace java.io.File with java.nio.file.Path (again)
Reviewed-by: ksrini, jlahoda


# 2675:4be0e35f385a 21-Oct-2014 jjg

8061723: 8060056 breaks tests on Windows
Reviewed-by: darcy


# 2674:e284f560acf6 21-Oct-2014 jjg

8060056: replace java.io.File with java.nio.file.Path
Reviewed-by: ksrini, jlahoda


# 2506:eb1989ca0494 30-Jun-2014 jlahoda

6707032: Division by zero warning not suppressed properly in some cases
Summary: Delay reporting of the division by zero warning until annotations are resolved, so that @SuppressWarnings works correctly.
Reviewed-by: vromero


# 2027:4ce8148ffc4f 16-Sep-2013 jlahoda

8021112: Spurious unchecked warning reported by javac
6480588: No way to suppress deprecation warnings when implementing deprecated interface
Summary: Fixing DeferredLintHandler configuration, so lint warnings are reported with correct @SuppressWarnings settings
Reviewed-by: jjg, vromero