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 - API Change in ChangeParametersRefactoring
Summary: API Change in ChangeParametersRefactoring
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 56114
  Show dependency tree
 
Reported: 2011-07-19 12:53 UTC by Ralph Ruijs
Modified: 2011-07-25 14:08 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed patch (7.22 KB, patch)
2011-07-19 13:26 UTC, Ralph Ruijs
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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