[qodana] (QD-7874) Made QodanaAnalysisScope for supporting problem on modules

GitOrigin-RevId: e54a65c4d86145fa616ef373efa072da48f652e3
This commit is contained in:
denispopesku
2023-11-29 19:32:34 +02:00
committed by intellij-monorepo-bot
parent f14d7997ef
commit 867a4c97be
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ public class AnalysisScope {
protected List<Module> myModules;
protected Module myModule;
protected PsiElement myElement;
private final SearchScope myScope;
protected final SearchScope myScope;
private boolean mySearchInLibraries;
private GlobalSearchScope myFilter;
@Type protected int myType;

View File

@@ -275,7 +275,7 @@ public class InspectionApplicationBase implements CommandLineInspectionProgressR
return new AnalysisScope(scope, project);
}
protected @Nullable SearchScope getSearchScope(@NotNull Project project) throws ExecutionException, InterruptedException {
public @Nullable SearchScope getSearchScope(@NotNull Project project) throws ExecutionException, InterruptedException {
if (myAnalyzeChanges) {
return getSearchScopeFromChangedFiles(project);