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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DMandatoryWarningHandler.java128 if (sourcesWithReportedWarnings == null)
129 sourcesWithReportedWarnings = new HashSet<JavaFileObject>();
134 sourcesWithReportedWarnings.add(currentSource);
137 if (sourcesWithReportedWarnings.contains(currentSource)) {
212 private Set<JavaFileObject> sourcesWithReportedWarnings; field in class:MandatoryWarningHandler

Completed in 50 milliseconds