in src/main/java/com/intellij/compiler/impl/InternalCompileDriver.java [87:94]
public void make(CompileScope scope, boolean withModalProgress, CompileStatusNotification callback) {
if (validateCompilerConfiguration(scope)) {
startup(scope, false, false, withModalProgress, callback, null);
}
else {
callback.finished(true, 0, 0, DummyCompileContext.create(myProject));
}
}