getDefaultImports() removed from ModuleConfiguration
This commit is contained in:
-4
@@ -98,10 +98,6 @@ public enum AnalyzerFacadeForJVM implements AnalyzerFacade {
|
||||
final JavaDescriptorResolver javaDescriptorResolver = injector.getJavaDescriptorResolver();
|
||||
|
||||
ModuleConfiguration moduleConfiguration = new ModuleConfiguration() {
|
||||
@Override
|
||||
public List<ImportPath> getDefaultImports() {
|
||||
return JavaBridgeConfiguration.ALL_JAVA_IMPORTS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void extendNamespaceScope(
|
||||
|
||||
-5
@@ -45,11 +45,6 @@ public class JavaBridgeConfiguration implements ModuleConfiguration {
|
||||
this.javaSemanticServices = javaSemanticServices;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ImportPath> getDefaultImports() {
|
||||
return ALL_JAVA_IMPORTS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void extendNamespaceScope(@NotNull BindingTrace trace, @NotNull NamespaceDescriptor namespaceDescriptor, @NotNull WritableScope namespaceMemberScope) {
|
||||
JetScope javaPackageScope = javaSemanticServices.getDescriptorResolver().getJavaPackageScope(namespaceDescriptor);
|
||||
|
||||
Reference in New Issue
Block a user