if (closeTracker.isClosedInFinallyOfEnclosing(scope)) {
continue;
}
nullStatus = closeTracker.findMostSpecificStatus(flowInfo, scope, null);
closeTracker.recordErrorLocation(this.nullReferences[i], nullStatus);
closeTracker.reportRecordedErrors(scope, nullStatus);
this.nullReferences[i] = null;
continue;
}
}
break;