Refactoring: remove method

This commit is contained in:
Nikolay Krasko
2014-11-28 16:20:34 +03:00
parent e49d13dfac
commit 8957a0621c
@@ -47,18 +47,6 @@ public class TopDownAnalysisParameters extends LazinessToken implements GlobalCo
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
public static TopDownAnalysisParameters createForLocalDeclarations(
@NotNull StorageManager storageManager,