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 209625 - NPE in FXMLTemplateWizardIterator
Summary: NPE in FXMLTemplateWizardIterator
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 16:35 UTC by Anton Chechel
Modified: 2012-03-17 10:42 UTC (History)
0 users

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 Anton Chechel 2012-03-15 16:35:13 UTC

    
Comment 1 Anton Chechel 2012-03-15 16:35:43 UTC
Report from J-F Denise:
I tried to generate an Empty FXML, when I click on finish I got an NPE, so I can't use the Wizard. 
java.lang.NullPointerException
	at org.netbeans.modules.javafx2.project.FXMLTemplateWizardIterator.instantiate(FXMLTemplateWizardIterator.java:159)
	at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1022)
	at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:587)
	at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:426)
	at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:247)
	at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:160)
	at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1569)
	at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1521)
Comment 2 Anton Chechel 2012-03-15 17:08:19 UTC
fixed
http://hg.netbeans.org/jet-main/rev/5e7e04f72c00
Comment 3 Quality Engineering 2012-03-17 10:42:03 UTC
Integrated into 'main-golden', will be available in build *201203170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5e7e04f72c00
User: Anton Chechel <manowar@netbeans.org>
Log: #209625 NPE in FXMLTemplateWizardIterator and other related fixes