src/main/java/org/jetbrains/plugins/spotbugs/core/CheckinHandlerFactoryImpl.java [87:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
				) {
					@Override
					protected boolean isCompileBeforeAnalyze() {
						return false; // CompilerManager#make start asynchronous task
					}

					@Override
					protected void createCompileScope(@NotNull final CompilerManager compilerManager, @NotNull final Consumer<CompileScope> consumer) {
						throw new UnsupportedOperationException();
					}

					@Override
					protected boolean configure(@NotNull final ProgressIndicator indicator, @NotNull final FindBugsProjects projects, final boolean justCompiled) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/jetbrains/plugins/spotbugs/core/FindBugsCompileAfterHook.java [147:159]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		) {
			@Override
			protected boolean isCompileBeforeAnalyze() {
				return false;
			}

			@Override
			protected void createCompileScope(@NotNull final CompilerManager compilerManager, @NotNull final Consumer<CompileScope> consumer) {
				throw new UnsupportedOperationException();
			}

			@Override
			protected boolean configure(@NotNull final ProgressIndicator indicator, @NotNull final FindBugsProjects projects, final boolean justCompiled) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



