mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
IDEA-68178 Completions does not complete class names in java annotations
This commit is contained in:
@@ -176,6 +176,9 @@ public class NormalCompletionTest extends LightFixtureCompletionTestCase {
|
||||
assertTrue("Exception not found", Arrays.binarySearch(myItems, "xxx") > 0);
|
||||
}
|
||||
|
||||
public void testClassLiteralInArrayAnnoInitializer() throws Throwable { doTest(); }
|
||||
public void testClassLiteralInArrayAnnoInitializer2() throws Throwable { doTest(); }
|
||||
|
||||
public void testReferenceParameters() throws Exception {
|
||||
configureByFile("ReferenceParameters.java");
|
||||
assertNotNull(myItems);
|
||||
|
||||
@@ -801,6 +801,8 @@ public class SmartTypeCompletionTest extends LightFixtureCompletionTestCase {
|
||||
}
|
||||
|
||||
public void testCastWith2TypeParameters() throws Throwable { doTest(); }
|
||||
public void testClassLiteralInArrayAnnoInitializer() throws Throwable { doTest(); }
|
||||
public void testClassLiteralInArrayAnnoInitializer2() throws Throwable { doTest(); }
|
||||
|
||||
public void testAnnotation() throws Exception {
|
||||
doTest();
|
||||
|
||||
Reference in New Issue
Block a user