Searched refs:Deprecation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/warnings/
H A DDeprecation.java4 * @compile/ref=Deprecation.noLint.out -XDrawDiagnostics Deprecation.java
5 * @compile/ref=Deprecation.lintDeprecation.out -Xlint:deprecation -XDrawDiagnostics Deprecation.java
6 * @compile/ref=Deprecation.lintAll.out -Xlint:all,-path -XDrawDiagnostics Deprecation.java
10 class Deprecation class
18 Object d = new Deprecation();
27 Object d = new Deprecation();
35 Object d = new Deprecation();
[all...]

Completed in 28 milliseconds