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 236881 - [Change method parameter] Change method parameters generated method with body in the interface
Summary: [Change method parameter] Change method parameters generated method with body...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 12:37 UTC by Jiri Prox
Modified: 2016-07-07 07: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 Jiri Prox 2013-10-08 12:37:26 UTC
Change method parameters generated method with body in the interface.

Steps to reproduce:
1) have a interface

public interface Iface {
    public void make(int index, String s, Bean bean);
}

2) use Change method parameter on in
3) in the dialog select 'Create New Method and Delegate from Existing Method'
-> the method delegating to the new one is generated, but it is in interface


Product Version: NetBeans IDE 7.4 (Build 201310012201)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b14
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\7.4
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\7.4
Comment 1 Martin Balin 2016-07-07 07:16:49 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss