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

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java96 boolean shouldWarn; field in class:InterruptedExceptionTest.ExceptionKind
98 private ExceptionKind(String exName, boolean shouldWarn) { argument
100 this.shouldWarn = shouldWarn;
199 boolean shouldWarnDecl = ek_decl.shouldWarn &&
203 boolean shouldWarnUse = (ek_decl.shouldWarn ||
204 ((ek_use.shouldWarn || ek_use == ExceptionKind.NONE) && ek_decl == ExceptionKind.X)) &&
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java350 boolean shouldWarn = false;
354 shouldWarn = from.isVarargs() &&
359 shouldWarn = from.isVarargs();
362 if (shouldWarn) {

Completed in 41 milliseconds