rename method
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ public class AnalyzerFacadeForJVM {
|
||||
new ObservableBindingTrace(bindingTraceContext), owner, flowDataTraceFactory);
|
||||
|
||||
|
||||
injector.getTopDownAnalyzer().doAnalyzeFilesWithGivenTrance2(files);
|
||||
injector.getTopDownAnalyzer().analyzeFiles(files);
|
||||
return bindingTraceContext.getBindingContext();
|
||||
}
|
||||
|
||||
|
||||
@@ -254,7 +254,7 @@ public class TopDownAnalyzer {
|
||||
}
|
||||
|
||||
|
||||
public void doAnalyzeFilesWithGivenTrance2(Collection<JetFile> files) {
|
||||
public void analyzeFiles(Collection<JetFile> files) {
|
||||
final WritableScope scope = new WritableScopeImpl(
|
||||
JetScope.EMPTY, moduleDescriptor,
|
||||
new TraceBasedRedeclarationHandler(trace)).setDebugName("Root scope in analyzeNamespace");
|
||||
|
||||
Reference in New Issue
Block a user