mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[qodana] (QD-7874) Made QodanaAnalysisScope for supporting problem on modules
GitOrigin-RevId: e54a65c4d86145fa616ef373efa072da48f652e3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f14d7997ef
commit
867a4c97be
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user