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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DLog.java87 public boolean suppressNotes; field in class:Log
138 this.suppressNotes = options.isSet("suppressNotes");
399 if ((emitWarnings || diagnostic.isMandatory()) && !suppressNotes) {

Completed in 176 milliseconds