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 - NPE when adding operation to ws
Summary: NPE when adding operation to ws
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Pavel Fiala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-09 13:37 UTC by L Martinek
Modified: 2005-09-05 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException (2.59 KB, text/plain)
2005-06-09 13:38 UTC, L Martinek
Details
NPE described in previous comment (2.67 KB, text/plain)
2005-06-29 09:36 UTC, Radko Najman
Details

Note You need to log in before you can comment on or make changes to this bug.
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