This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 261571 - Refactor controller class in fxml files.
Summary: Refactor controller class in fxml files.
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-14 00:14 UTC by bht
Modified: 2016-05-14 00:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2016-05-14 00:14:10 UTC
*.fxml files may appear anywhere in the project source tree.

If any controller classes are renamed, then it would be convenient to have the fx:controller entries in fxml files changed.

There is already validation support in the editor. However files are not flagged erroneous in case the class does not exist.