Refactoring: remove method
This commit is contained in:
@@ -47,18 +47,6 @@ public class TopDownAnalysisParameters extends LazinessToken implements GlobalCo
|
|||||||
declaredLocally, LAZY);
|
declaredLocally, LAZY);
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static TopDownAnalysisParameters createForLazy(
|
|
||||||
@NotNull StorageManager storageManager,
|
|
||||||
@NotNull ExceptionTracker exceptionTracker,
|
|
||||||
@NotNull Predicate<PsiFile> analyzeCompletely,
|
|
||||||
boolean analyzingBootstrapLibrary,
|
|
||||||
boolean declaredLocally
|
|
||||||
) {
|
|
||||||
return new TopDownAnalysisParameters(storageManager, exceptionTracker, analyzeCompletely, analyzingBootstrapLibrary,
|
|
||||||
declaredLocally, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public static TopDownAnalysisParameters createForLocalDeclarations(
|
public static TopDownAnalysisParameters createForLocalDeclarations(
|
||||||
@NotNull StorageManager storageManager,
|
@NotNull StorageManager storageManager,
|
||||||
|
|||||||
Reference in New Issue
Block a user