langtools/test/tools/javac/depDocComment/SuppressDeprecation.out
author jlahoda
Mon, 16 Sep 2013 14:13:44 +0200
changeset 19942 e9dae0e41075
parent 2221 cd6557bcaa0a
child 40772 de87954b8f20
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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
SuppressDeprecation.java:82:10: compiler.warn.has.been.deprecated: g(), T
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
SuppressDeprecation.java:83:14: compiler.warn.has.been.deprecated: g(), T
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
SuppressDeprecation.java:84:9: compiler.warn.has.been.deprecated: var, T
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
SuppressDeprecation.java:87:9: compiler.warn.has.been.deprecated: T(), T
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
SuppressDeprecation.java:90:9: compiler.warn.has.been.deprecated: T(int), T
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
SuppressDeprecation.java:98:1: compiler.warn.has.been.deprecated: T(), T
19942
e9dae0e41075 8021112: Spurious unchecked warning reported by javac
jlahoda
parents: 2221
diff changeset
     7
SuppressDeprecation.java:130:17: compiler.warn.has.been.deprecated: X, compiler.misc.unnamed.package
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
7 warnings