javafx: rename source attributes after controller field rename (IDEA-104187)

This commit is contained in:
anna
2013-03-29 20:30:47 +01:00
parent fc7ef77f89
commit 550dc31420
6 changed files with 129 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ public class JavaFXRenameTest extends DaemonAnalyzerTestCase {
doTest("newFieldName");
}
public void testControllerFieldWithRefs() throws Exception {
doTest("newFieldName");
}
public void testHandler() throws Exception {
doTest("newHandlerName");
}