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 59785

Summary: NPE when adding operation to ws
Product: webservices Reporter: L Martinek <lmartinek>
Component: CodeAssignee: Pavel Fiala <pfiala>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: NullPointerException
NPE described in previous comment

Description L Martinek 2005-06-09 13:37:55 UTC
Build 200506082117

When I select "Web Service -> Add Operation" in web service I get
NullPointerException. It's not 100% reproducible, sometimes it works.
Comment 1 L Martinek 2005-06-09 13:38:20 UTC
Created attachment 22584 [details]
NullPointerException
Comment 2 Pavel Fiala 2005-06-27 12:03:14 UTC
Seems to be irreproducible with build 20050626-2148.
Comment 3 Radko Najman 2005-06-29 09:25:00 UTC
Reopen, it's very easy to reproduce it ;-)

1. create a new WS or open an existing WS
2. right-click behind the last bracket (end of the class)
3. select Web Service -> Add Operation
4. NPE will appear
Comment 4 Radko Najman 2005-06-29 09:35:02 UTC
There is one more NPE.

1. create a new WS or open an existing WS
2. right-click inside the WS class
3. select Web Service -> Add Operation
4. Add Operation dialog will be shown
5. cancel the dialog => NPE
Comment 5 Radko Najman 2005-06-29 09:36:03 UTC
Created attachment 22931 [details]
NPE described in previous comment
Comment 7 L Martinek 2005-07-13 15:59:00 UTC
Both exception are still reproducible with usecases described by Radko.
Comment 9 L Martinek 2005-08-24 11:12:26 UTC
verified