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 205039 - NullPointerException at org.netbeans.modules.xml.wsdl.ui.netbeans.module.UIUtilities.findPathFromRoot
Summary: NullPointerException at org.netbeans.modules.xml.wsdl.ui.netbeans.module.UIUt...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 01:22 UTC by timgstewart
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 143915


Attachments
stacktrace (2.03 KB, text/plain)
2011-11-13 01:22 UTC, timgstewart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description timgstewart 2011-11-13 01:22:21 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: switching between apps

GUEST: working on creating a web service using JAX-WS

timgstewart: Editing WSDL file.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.xml.wsdl.ui.netbeans.module.UIUtilities.findPathFromRoot(UIUtilities.java:204)
   at org.netbeans.modules.xml.wsdl.ui.netbeans.module.WSDLSourceMultiViewElement.findNode(WSDLSourceMultiViewElement.java:523)
   at org.netbeans.modules.xml.wsdl.ui.netbeans.module.WSDLSourceMultiViewElement.access$200(WSDLSourceMultiViewElement.java:93)
   at org.netbeans.modules.xml.wsdl.ui.netbeans.module.WSDLSourceMultiViewElement$5.run(WSDLSourceMultiViewElement.java:455)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.netbeans.modules.xml.wsdl.ui.netbeans.module.WSDLSourceMultiViewElement.selectElementsAtOffset(WSDLSourceMultiViewElement.java:488)
Comment 1 timgstewart 2011-11-13 01:22:24 UTC
Created attachment 113157 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:44 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss