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 59139 - allow override or implement method from navigator
Summary: allow override or implement method from navigator
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 23:47 UTC by mikeskells
Modified: 2011-08-31 14:05 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mikeskells 2005-05-20 23:47:27 UTC
As there is a view of the inherited methods here, there should be an option to 
allow a user to implement a method or override a method specified in a parent 
class/interface.

This is similar to the ctrl-I action in the editor
Comment 1 navneet 2005-12-09 13:32:56 UTC
Can we have this in the 5.0 please ? I remember seeing an "override method"
option earlier in 3.6, but have not seen a UI way of doing it in 5.0, even from
the class  in the project view.
Comment 2 navneet 2005-12-09 13:58:49 UTC
I just saw a menu called "Source" where there is a "Overrise Methods" choice.
But this is not visible thru the context sensitive menues. Is this a bug ?
Comment 3 David Simonek 2005-12-09 14:13:29 UTC
I'm sorry, but too late for 5.0 release, we'll see what can be done for future
releases.
Comment 4 navneet 2005-12-09 14:38:22 UTC
But its just an additional menu on the tree... and you missed it in the first
place. Please...........
Comment 5 David Simonek 2008-10-20 16:29:34 UTC
Passing to java/navigation owner - I think that functionality is available in source editor which is better place IMHO
as navigator is designed to be a viewer only - correct me if I'm wrong.