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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DOptionName.java46 DEPRECATION("-deprecation"), enum constant in enum:OptionName
H A DRecognizedOptions.java125 DEPRECATION,
200 DEPRECATION,
286 new Option(DEPRECATION, "opt.deprecation") {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java86 l.values.remove(LintCategory.DEPRECATION);
87 l.suppressedValues.add(LintCategory.DEPRECATION);
144 DEPRECATION("deprecation"), enum constant in enum:Lint.LintCategory
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java118 boolean verboseDeprecated = lint.isEnabled(LintCategory.DEPRECATION);
124 enforceMandatoryWarnings, "deprecated", LintCategory.DEPRECATION);
205 if (!lint.isSuppressed(LintCategory.DEPRECATION))

Completed in 53 milliseconds