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 252087 - NullPointerException at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.prepareParameters
Summary: NullPointerException at org.netbeans.modules.xml.wizard.impl.XMLWizardIterato...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 23:53 UTC by misterm
Modified: 2015-05-07 06:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216968


Attachments
stacktrace (1.21 KB, text/plain)
2015-04-24 23:53 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-04-24 23:53:33 UTC
Build: NetBeans IDE Dev (Build 20150416-2c0e5d88b95f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: Hitting ENTER on XML wizard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.prepareParameters(XMLWizardIterator.java:730)
   at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.instantiate(XMLWizardIterator.java:231)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
   at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:248)
   at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:160)
Comment 1 misterm 2015-04-24 23:53:34 UTC
Created attachment 153383 [details]
stacktrace
Comment 2 Svata Dedic 2015-05-07 06:58:08 UTC
I can't reproduce this. Does the bug occur reliably (try on the same schema) ? Could you please supply the schema and detailed steps - what was filled in the wizard, the sequence of keystrokes/gestures on the last Wizard's panel ?
Thanks.