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 164488 - NullPointerException at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory.createSchemaNode
Summary: NullPointerException at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.Node...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 14:00 UTC by malakim
Modified: 2015-02-04 03:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144103


Attachments
stacktrace (3.41 KB, text/plain)
2009-05-05 14:01 UTC, malakim
Details
stacktrace (3.40 KB, text/plain)
2009-05-08 08:08 UTC, malakim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description malakim 2009-05-05 14:00:51 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
malakim: Removing generated Web Service classes from a Mobility project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory.createSchemaNode(NodesFactory.java:124)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory.access$100(NodesFactory.java:88)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory$WSDLCreatorVisitor.visit(NodesFactory.java:273)
        at org.netbeans.modules.xml.wsdl.model.extensions.xsd.impl.WSDLSchemaImpl.accept(WSDLSchemaImpl.java:83)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory$WSDLCreatorVisitor.createNode(NodesFactory.java:150)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory.create(NodesFactory.java:111)
Comment 1 malakim 2009-05-05 14:01:09 UTC
Created attachment 81551 [details]
stacktrace
Comment 2 malakim 2009-05-08 08:08:27 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments: 
Deleting generated web service classes

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory.createSchemaNode(NodesFactory.java:124)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory.access$100(NodesFactory.java:88)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory$WSDLCreatorVisitor.visit(NodesFactory.java:273)
        at org.netbeans.modules.xml.wsdl.model.extensions.xsd.impl.WSDLSchemaImpl.accept(WSDLSchemaImpl.java:83)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory$WSDLCreatorVisitor.createNode(NodesFactory.java:150)
        at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.NodesFactory.create(NodesFactory.java:111)
Comment 3 malakim 2009-05-08 08:08:34 UTC
Created attachment 81790 [details]
stacktrace
Comment 4 Quality Engineering 2015-02-04 03:37:30 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.