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 151650 - [65cat] NullPointerException at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.generateXML
Summary: [65cat] NullPointerException at org.netbeans.modules.xml.wizard.XMLGeneratorV...
Status: RESOLVED DUPLICATE of bug 151649
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 23:17 UTC by esmithbss
Modified: 2008-10-29 16:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133653


Attachments
stacktrace (7.33 KB, text/plain)
2008-10-28 23:18 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-10-28 23:18:00 UTC
Build: NetBeans IDE 6.5 RC1 (Build 200810171318)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
esmithbss: Generate XML document from well formed XSD Schema



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.generateXML(XMLGeneratorVisitor.java:111)
        at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.generateXML(XMLGeneratorVisitor.java:138)
        at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.generateXMLBody(XMLWizardIterator.java:518)
        at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.writeXMLFile(XMLWizardIterator.java:654)
        at org.netbeans.modules.xml.wizard.impl.XMLWizardIterator.instantiate(XMLWizardIterator.java:238)
        at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
Comment 1 esmithbss 2008-10-28 23:18:11 UTC
Created attachment 72804 [details]
stacktrace
Comment 2 Samaresh Panda 2008-10-29 16:51:05 UTC
Tracked as issue 151649.

*** This issue has been marked as a duplicate of 151649 ***