tests: add test for evaluation of classpath for java.aetherDependencyResolver module

(IDEA-CR-31256)
This commit is contained in:
nik
2018-04-02 18:12:02 +03:00
parent d68322ae57
commit e096bcec06
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.annotations.java5" />
<orderEntry type="library" exported="" name="http-client" level="project" />
<orderEntry type="library" exported="" name="commons-codec" level="project" />
<orderEntry type="library" exported="" name="commons-logging" level="project" />
<orderEntry type="library" exported="" name="Slf4j" level="project" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />

View File

@@ -119,7 +119,7 @@ public class ArtifactRepositoryManager {
}
/**
* Returns list
* Returns list of classes corresponding to classpath entries for this this module.
*/
@SuppressWarnings("UnnecessaryFullyQualifiedName")
public static List<Class> getClassesFromDependencies() {