Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
To recreate
- NewProject > JavaWithMaven > FXML JavaFX Maven Archetype (Gluon)
- Open PrimaryController.java and primary.fxml
Observe in primary.fxml the reference, note that line is without errorfx:controller="com.raelity.play.jfx.fxml1.PrimaryController"
- In PrimaryController.java, Refactor>Rename the class (stay in same package)
Observe in primary.fxml that the reference is not updated
(Also notice that the editor now flags that line as an error)