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 157716 - NullPointerException at org.netbeans.modules.websvc.core.jaxws.projects.J2SEProjectJaxRpcClientSupport.getWsdlFolder
Summary: NullPointerException at org.netbeans.modules.websvc.core.jaxws.projects.J2SEP...
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@webservices
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 20:02 UTC by emiddio
Modified: 2010-10-12 06:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145749


Attachments
stacktrace (2.21 KB, text/plain)
2009-01-31 20:03 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2009-01-31 20:03:01 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.websvc.core.jaxws.projects.J2SEProjectJaxRpcClientSupport.getWsdlFolder(J2SEProjectJaxRpcClientSupport.java:463)
        at org.netbeans.modules.websvc.api.client.WebServicesClientSupport.getWsdlFolder(WebServicesClientSupport.java:200)
        at org.netbeans.modules.websvc.wsdl.config.WsCompileConfigDataObject.initClientConfig(WsCompileConfigDataObject.java:179)
        at org.netbeans.modules.websvc.wsdl.config.WsCompileConfigDataObject.init(WsCompileConfigDataObject.java:119)
        at org.netbeans.modules.websvc.wsdl.config.WsCompileConfigDataObject.<init>(WsCompileConfigDataObject.java:115)
        at org.netbeans.modules.websvc.wsdl.config.WsCompileConfigDataLoader.createMultiObject(WsCompileConfigDataLoader.java:74)
Comment 1 emiddio 2009-01-31 20:03:12 UTC
Created attachment 76416 [details]
stacktrace
Comment 2 Denis Anisimov 2010-10-12 06:40:17 UTC
The current state of source code doesn't contain places where NPE could occur.