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 238428 - NullPointerException at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.generateXML
Summary: NullPointerException at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.g...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 14:54 UTC by Exceptions Reporter
Modified: 2013-12-05 11:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205304


Attachments
stacktrace (1.36 KB, text/plain)
2013-11-15 14:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-15 14:54:54 UTC
This bug was originally marked as duplicate of bug 216952, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
GUEST: Error when convert xsd to xml




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.generateXML(XMLGeneratorVisitor.java:136)
   at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.generateXML(XMLGeneratorVisitor.java:166)
   at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.generateXMLBody(XMLWizardIterator.java:500)
   at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.prepareParameters(XMLWizardIterator.java:731)
   at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.instantiate(XMLWizardIterator.java:231)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
Comment 1 Exceptions Reporter 2013-11-15 14:54:55 UTC
Created attachment 142238 [details]
stacktrace
Comment 2 Svata Dedic 2013-12-05 11:09:05 UTC
could not reproduce, sorry. If fails for a specific xsd which is possible to share, please attach it to the defect.