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 214381 - JavaFX FXML Application project FX controller naming
Summary: JavaFX FXML Application project FX controller naming
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-18 13:57 UTC by Stepan Zebra
Modified: 2012-06-26 13:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-06-18 13:57:39 UTC
JavaFX controller generated when new JavaFX FXML Application is created don't have "Controller" as a part of it's name. It just has the same as it's FXML file.
Comment 1 Petr Somol 2012-06-18 14:40:18 UTC
fixed in jetmain:
http://hg.netbeans.org/jet-main/rev/717ab26bc01c
Comment 2 Quality Engineering 2012-06-22 04:49:25 UTC
Integrated into 'main-golden', will be available in build *201206220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/717ab26bc01c
User: Petr Somol <psomol@netbeans.org>
Log: #214381 - JavaFX FXML Application project FX controller naming
Comment 3 Petr Somol 2012-06-22 13:56:08 UTC
I checked in daily build 201206220002 that when creating a new FXML Application, the controller class name does contain "Controller" postfix, it is correctly referenced from FXML, and the application builds and runs correctly.

transplanted to releases:
http://hg.netbeans.org/releases/rev/f403eb100572
Comment 4 Quality Engineering 2012-06-24 02:39:35 UTC
Integrated into 'releases', will be available in build *201206232201* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/f403eb100572
User: Petr Somol <psomol@netbeans.org>
Log: #214381 - JavaFX FXML Application project FX controller naming
Comment 5 Marian Mirilovic 2012-06-24 19:59:22 UTC
... pending verification in NB 7.2
Comment 6 Stepan Zebra 2012-06-26 13:55:27 UTC
verified in 7.2 RC