test/langtools/tools/javac/warnings/Deprecation.lintDeprecation8.out
author jlahoda
Wed, 07 Feb 2018 16:49:24 +0100
changeset 48776 107413b070b9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8194764: javac incorrectly flags deprecated for removal imports Summary: Fixing source range for the Source.Feature.DEPRECATE_ON_IMPORT Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48776
107413b070b9 8194764: javac incorrectly flags deprecated for removal imports
jlahoda
parents: 47216
diff changeset
     1
Deprecation.java:10:15: compiler.warn.has.been.deprecated: java.io.StringBufferInputStream, java.io
107413b070b9 8194764: javac incorrectly flags deprecated for removal imports
jlahoda
parents: 47216
diff changeset
     2
Deprecation.java:21:24: compiler.warn.has.been.deprecated: Deprecation, compiler.misc.unnamed.package
107413b070b9 8194764: javac incorrectly flags deprecated for removal imports
jlahoda
parents: 47216
diff changeset
     3
Deprecation.java:58:24: compiler.warn.has.been.deprecated: Deprecation, compiler.misc.unnamed.package
27854
22b4bfc4e22f 8032211: Don't issue deprecation warnings on import statements
jlahoda
parents:
diff changeset
     4
3 warnings