test/tools/javac/T6231847.out

Mon, 16 Sep 2013 14:13:44 +0200

author
jlahoda
date
Mon, 16 Sep 2013 14:13:44 +0200
changeset 2028
4ce8148ffc4f
parent 0
959103a6100f
permissions
-rw-r--r--

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

     1 T6231847.java:15:21: compiler.err.anon.class.impl.intf.no.typeargs
     2 T6231847.java:16:30: compiler.err.anon.class.impl.intf.no.args
     3 T6231847.java:17:16: compiler.err.anon.class.impl.intf.no.qual.for.new
     4 T6231847.java:18:16: compiler.err.anon.class.impl.intf.no.qual.for.new
     5 T6231847.java:18:41: compiler.err.anon.class.impl.intf.no.args
     6 T6231847.java:18:23: compiler.err.anon.class.impl.intf.no.typeargs
     7 T6231847.java:19:16: compiler.err.qualified.new.of.static.class: T6231847.T6231847C
     8 T6231847.java:19:34: compiler.err.illegal.qual.not.icls: T6231847.T6231847C
     9 8 errors

mercurial