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 262676 - XML Wizard
Summary: XML Wizard
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: 2016-07-05 05:19 UTC by Exceptions Reporter
Modified: 2017-03-14 09:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225031


Attachments
stacktrace (1.21 KB, text/plain)
2016-07-05 05:19 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-07-05 05:19:03 UTC
This bug was originally marked as duplicate of bug 252087, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 7

User Comments:
GUEST: NullPointerException at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.prepareParameters




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 Exceptions Reporter 2016-07-05 05:19:05 UTC
Created attachment 160254 [details]
stacktrace
Comment 2 Svata Dedic 2017-03-14 09:00:33 UTC
Cannot reproduce, pleaase provide details, possibly example schemas if used.