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 195040 - [70cat] NullPointerException at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.fillImportedBindings
Summary: [70cat] NullPointerException at org.netbeans.modules.websvc.wsitconf.wsdlmode...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 16:41 UTC by mithridates
Modified: 2011-02-05 06:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172886


Attachments
stacktrace (3.06 KB, text/plain)
2011-02-03 16:41 UTC, mithridates
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mithridates 2011-02-03 16:41:48 UTC
Build: NetBeans IDE Dev (Build 201102030000)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
mithridates: Simple java commandline app.
Trying to "Edit webservice attributes" on Webservice client generated from wsdl.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.fillImportedBindings(WSITModelSupport.java:654)
   at org.netbeans.modules.websvc.wsitconf.ui.client.ClientView.<init>(ClientView.java:100)
   at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.doInitialize(ClientTopComponent.java:150)
   at org.netbeans.modules.websvc.wsitconf.ui.client.ClientTopComponent.addNotify(ClientTopComponent.java:178)
   at java.awt.Container.addNotify(Container.java:2578)
   at javax.swing.JComponent.addNotify(JComponent.java:4685)
Comment 1 mithridates 2011-02-03 16:41:52 UTC
Created attachment 105627 [details]
stacktrace
Comment 2 Denis Anisimov 2011-02-04 08:25:25 UTC
changeset:   188038:7ba6e2f5f088
Comment 3 Quality Engineering 2011-02-05 06:10:56 UTC
Integrated into 'main-golden', will be available in build *201102050000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7ba6e2f5f088
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#195040 -  [70cat] NullPointerException at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.fillImportedBindings