inplace change signature: no detection, explicit action

This commit is contained in:
Anna.Kozlova
2016-11-10 10:52:14 +01:00
parent 7aca030c70
commit 848c1f215c
27 changed files with 550 additions and 928 deletions
@@ -5,7 +5,7 @@ public class Parent {
}
class Child extends Parent {
public void foo(float j, <selection> int i,</selection> String s ) {
public void foo(float j, <caret><selection> int i,</selection> String s ) {
}
void bar() {