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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DLog.java83 public boolean emitWarnings; field in class:Log
137 this.emitWarnings = options.isUnset(XLINT_CUSTOM, "none");
399 if ((emitWarnings || diagnostic.isMandatory()) && !suppressNotes) {
405 if (emitWarnings || diagnostic.isMandatory()) {
524 if (nwarnings < MaxWarnings && emitWarnings) {

Completed in 91 milliseconds