
|
If you were logged in you would be able to see more operations.
|
|
|
| Build: |
6,981
|
| Severity: |
Extreme
|
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)
|
|
Description
|
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) |
Show » |
| There are no comments yet on this issue.
|
|