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

Summary: Refactor controller class in fxml files.
Product: javafx Reporter: bht <bht>
Component: EditorAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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.