mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
move class referenced from property file (IDEA-58083 )
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ref = p.MyClass
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package p;
|
||||
class MyClass{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
ref = p1.MyClass
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package p1;
|
||||
class MyClass{}
|
||||
@@ -42,6 +42,10 @@ public class MoveClassTest extends CodeInsightTestCase {
|
||||
doTest("nonJava", new String[]{"pack1.Class1"}, "pack2");
|
||||
}
|
||||
|
||||
public void testRefInPropertiesFile() throws Exception{
|
||||
doTest("refInPropertiesFile", new String[]{"p1.MyClass"}, "p");
|
||||
}
|
||||
|
||||
/* IMPLEMENT: getReferences() in JspAttributeValueImpl should be dealed with (soft refs?)
|
||||
|
||||
public void testJsp() throws Exception{
|
||||
|
||||
Reference in New Issue
Block a user