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 146146 - "Introduce Method" for an interface
Summary: "Introduce Method" for an interface
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-04 10:21 UTC by Tim Lebedkov
Modified: 2010-09-23 08:44 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 Tim Lebedkov 2008-09-04 10:21:34 UTC
please add an "Introduce Method" refactoring
Comment 1 Jiri Prox 2008-09-04 10:25:36 UTC
Can you provide a sample of this refactoring? thanks
Comment 2 Tim Lebedkov 2008-09-05 19:54:10 UTC
all parameters and return type of a new method are entered in a dialog and empty implementations are added to all
classes that implement this interface (maybe with an option to generate a RuntimeException)