You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Ernie Rael (Jira)" <ji...@apache.org> on 2020/09/10 22:55:00 UTC

[jira] [Updated] (NETBEANS-4789) fxml controller rename does not update reference in xxx.fxml

     [ https://issues.apache.org/jira/browse/NETBEANS-4789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ernie Rael updated NETBEANS-4789:
---------------------------------
    Labels: modular  (was: )

> fxml controller rename does not update reference in xxx.fxml
> ------------------------------------------------------------
>
>                 Key: NETBEANS-4789
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4789
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Refactoring, javafx - Project
>            Reporter: Ernie Rael
>            Priority: Major
>              Labels: modular
>
> 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 error
> {code}fx:controller="com.raelity.play.jfx.fxml1.PrimaryController"{code}
> * 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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists