Unneeded wrapping removed
This commit is contained in:
@@ -165,8 +165,8 @@ public class TopDownAnalyzer {
|
|||||||
);
|
);
|
||||||
|
|
||||||
InjectorForTopDownAnalyzerBasic injector = new InjectorForTopDownAnalyzerBasic(
|
InjectorForTopDownAnalyzerBasic injector = new InjectorForTopDownAnalyzerBasic(
|
||||||
object.getProject(), topDownAnalysisParameters, new ObservableBindingTrace(context.trace),
|
object.getProject(), topDownAnalysisParameters, context.trace, moduleDescriptor
|
||||||
moduleDescriptor);
|
);
|
||||||
|
|
||||||
TopDownAnalysisContext c = new TopDownAnalysisContext(topDownAnalysisParameters);
|
TopDownAnalysisContext c = new TopDownAnalysisContext(topDownAnalysisParameters);
|
||||||
c.setOuterDataFlowInfo(context.dataFlowInfo);
|
c.setOuterDataFlowInfo(context.dataFlowInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user