test/tools/javac/warnings/Deprecation.lintAll.out

Tue, 28 Oct 2008 14:05:59 +0000

author
mcimadamore
date
Tue, 28 Oct 2008 14:05:59 +0000
changeset 165
4f7b344a1ce0
parent 1
9a66ca7c79fa
child 238
86b60aa941c6
permissions
-rw-r--r--

6763518: Impossible to suppress raw-type warnings
Summary: Check.validate(Type) should be invoked after -Xlint is augmented in Attr.visitVarDef
Reviewed-by: darcy

duke@1 1 Deprecation.java:18:24: compiler.warn.has.been.deprecated: Deprecation, unnamed package
duke@1 2 Deprecation.java:55:24: compiler.warn.has.been.deprecated: Deprecation, unnamed package
duke@1 3 2 warnings

mercurial