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 49765 - Add operation menu does not always show up in editor
Summary: Add operation menu does not always show up in editor
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-30 23:19 UTC by Roderico Cruz
Modified: 2006-05-31 18:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roderico Cruz 2004-09-30 23:19:28 UTC
The "Add operation" menu does not always show up
when right clicking on the correct places of a web
service implementation bean in the source editor.
Comment 1 Roderico Cruz 2004-09-30 23:26:47 UTC
The appearance (or non-appearance) of this menu group while in the
source editor is determined by several factors: whether there is a web
service in the project, and whether the class being edited is an
implementation bean. To determine the latter, a cookie for
ClassElement must first be obtained from the node. This is where the
problem lies. When right clicking on any spot in the source editor,
there is a time lag before a ClassElement cookie is successfully
obtained. If the user clicks before the cookie is obtained, the Web
Service group menu will not appear.
Comment 2 Roderico Cruz 2004-10-06 21:48:48 UTC
This was fixed by having the Web service group menu show up when there
is a web service in the project. The actual Add operation menu is
enabled/disabled depending on the location of the cursor and if the
user is editing the impl bean class.
Comment 3 Petr Blaha 2004-10-11 09:24:01 UTC
Build 041011
Comment 4 Petr Blaha 2004-10-13 10:40:04 UTC
Remove all issues from temporary component.