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 221405 - NullPointerException at org.netbeans.modules.websvc.saas.model.wsdl.impl.WsdlOperation.unWrapPart
Summary: NullPointerException at org.netbeans.modules.websvc.saas.model.wsdl.impl.Wsdl...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-03 13:02 UTC by Exceptions Reporter
Modified: 2012-11-23 02:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194485


Attachments
stacktrace (1.86 KB, text/plain)
2012-11-03 13:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-03 13:02:39 UTC
This bug was originally marked as duplicate of bug 162044, 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.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.saas.model.wsdl.impl.WsdlOperation.unWrapPart(WsdlOperation.java:104)
   at org.netbeans.modules.websvc.saas.model.wsdl.impl.WsdlOperation.getParameters(WsdlOperation.java:121)
   at org.netbeans.modules.websvc.saas.ui.nodes.WsdlMethodNode.getShortDescription(WsdlMethodNode.java:124)
   at org.openide.nodes.FilterNode.getShortDescription(FilterNode.java:555)
   at org.openide.explorer.view.VisualizerNode.getShortDescription(VisualizerNode.java:211)
   at org.openide.explorer.view.TreeView$ExplorerTree.getToolTipText(TreeView.java:2152)
Comment 1 Exceptions Reporter 2012-11-03 13:02:41 UTC
Created attachment 127059 [details]
stacktrace
Comment 2 Denis Anisimov 2012-11-22 06:44:12 UTC
web-main#766de5b63236
Comment 3 Quality Engineering 2012-11-23 02:43:08 UTC
Integrated into 'main-golden', will be available in build *201211230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/766de5b63236
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#221405 - NullPointerException at org.netbeans.modules.websvc.saas.model.wsdl.impl.WsdlOperation.unWrapPart