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

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DMandatoryWarningHandler.java118 this.lintCategory = lc;
245 private final LintCategory lintCategory; field in class:MandatoryWarningHandler
253 // Note: the following log methods are safe if lintCategory is null.
255 log.mandatoryWarning(lintCategory, pos, msg, args);
257 log.warning(lintCategory, pos, msg, args);
H A DJCDiagnostic.java444 private final LintCategory lintCategory; field in class:JCDiagnostic
587 this.lintCategory = lc;
625 return (lintCategory != null);
632 return lintCategory;

Completed in 96 milliseconds