runner/src/main/kotlin/org/jetbrains/idea/inspections/runners/InspectionsRunner.kt [213:223]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inspectionResults += problems problems.forEach { checker.apply(it.level) } if (checker.isFail) return@Runnable } } catch (exception: Throwable) { logger.exception(exception) } } ProgressManager.getInstance().runProcess(task, EmptyProgressIndicator()) } return InspectionResult(this, inspectionResults) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - runner/src/main/kotlin/org/jetbrains/idea/inspections/runners/InspectionsRunner.kt [249:259]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - inspectionResults += problems problems.forEach { checker.apply(it.level) } if (checker.isFail) return@Runnable } } catch (exception: Throwable) { logger.exception(exception) } } ProgressManager.getInstance().runProcess(task, EmptyProgressIndicator()) } return InspectionResult(this, inspectionResults) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -