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

Summary: Provide ability to implement methods of interface in all files
Product: java Reporter: twolf2919 <twolf2919>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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".