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 101160 - Provide ability to implement methods of interface in all files
Summary: Provide ability to implement methods of interface in all files
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 15:03 UTC by twolf2919
Modified: 2013-09-02 14:19 UTC (History)
0 users

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 twolf2919 2007-04-16 15:03:29 UTC
I have an interface to which I added a couple methods.  That interface is
implemented by many classes.  It would be very useful if NB offered a way to
automatically add stub implementations to all these classes.  Right now, I have
to manually go to each file and right-click on the little light bulb in the left
margin and select "implement all abstract methods".