History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-13025
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Andrei Oprea
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Change signature results in overloaded methods being changed as well

Created: 31 May 07 23:08   Updated: 01 Jun 07 12:26
Component/s: Refactoring

Build: 6,981
Severity: Extreme


 Description  « Hide
Two methods:
doSomething(Type1 param)
doSomething(Type1 param, String ss)

Changing the signature of the latter (initiated by adding a new parameter in one of the invocations and receiving the change signature pop-up as a result) by adding a new parameter results in the former being changed as well, with both signatures ending up as
doSomething(Type1 param, Type1 newParam, String ss)



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.