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 200232

Summary: API Change in ChangeParametersRefactoring
Product: java Reporter: Ralph Ruijs <ralphbenjamin>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED FIXED    
Severity: normal CC: jbecicka, jlahoda, ralphbenjamin
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 7.1   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 56114    
Attachments: Proposed patch

Description Ralph Ruijs 2011-07-19 12:53:47 UTC
To allow the ChangeParatemetersRefactoring to change the whole method signature, the api class should also hold the new name, if the method name needs to be changed, and the new method return type, if the methods return type needs to be changed.
Comment 1 Ralph Ruijs 2011-07-19 13:26:21 UTC
Created attachment 109508 [details]
Proposed patch
Comment 2 Jan Becicka 2011-07-19 14:22:50 UTC
Patch looks good to me.
Comment 3 Jan Lahoda 2011-07-19 16:38:35 UTC
Seems fine to me too.
Comment 4 Ralph Ruijs 2011-07-22 07:10:08 UTC
Changeset: 8aa5182f3a9f
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2011-07-22 08:23
Message:   
Issue #200232 - API Change in ChangeParametersRefactoring
Comment 5 Quality Engineering 2011-07-25 14:08:49 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8aa5182f3a9f
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #200232 - API Change in ChangeParametersRefactoring