OrderEntryFix: filter suggestions by qualified name

This commit is contained in:
Dmitry Avdeev
2018-03-16 17:40:59 +03:00
parent fbb302943b
commit ff7343e295
6 changed files with 64 additions and 1 deletions
@@ -0,0 +1,8 @@
// "Add dependency on module 'A'" "true"
package y;
import x.InA;
public class AddAmbiguous {
InA<caret> a;
}
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="true" type="JAVA_MODULE">
<component name="ModuleRootManager" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Lib" level="project" />
<orderEntryProperties />
</component>
</module>
@@ -0,0 +1,4 @@
package z;
public class InA {
}
@@ -237,6 +237,7 @@
<modules>
<module fileurl="file://$PROJECT_DIR$/A/A.iml" filepath="$PROJECT_DIR$/A/A.iml" />
<module fileurl="file://$PROJECT_DIR$/B/B.iml" filepath="$PROJECT_DIR$/B/B.iml" />
<module fileurl="file://$PROJECT_DIR$/C/C.iml" filepath="$PROJECT_DIR$/C/C.iml" />
</modules>
</component>
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.5" project-jdk-type="JavaSDK">