Refactoring: move common code for ResolveSession init to method

This commit is contained in:
Nikolay Krasko
2014-11-27 17:39:59 +03:00
parent d15ff6da45
commit 4342740195
9 changed files with 135 additions and 136 deletions
@@ -123,9 +123,9 @@ public class ReplInterpreter {
context,
trace,
module,
ProjectScope.getAllScope(project),
scriptDeclarationFactory
);
scriptDeclarationFactory,
ProjectScope.getAllScope(project)
);
this.topDownAnalysisContext = new TopDownAnalysisContext(topDownAnalysisParameters);
this.topDownAnalyzer = injector.getLazyTopDownAnalyzer();