mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
javafx: rename source attributes after controller field rename (IDEA-104187)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user