move class referenced from property file (IDEA-58083 )

This commit is contained in:
anna
2010-08-30 12:44:24 +04:00
parent b81d17a7e2
commit a92ecff6a1
11 changed files with 47 additions and 0 deletions
@@ -0,0 +1,2 @@
package p;
class MyClass{}
@@ -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{