inplace introduce api extracted

This commit is contained in:
anna
2011-05-26 15:25:24 +04:00
parent 6072dfe48d
commit 34cecc05ca
23 changed files with 1488 additions and 1407 deletions
@@ -0,0 +1,6 @@
class Test {
void simpleMethod() {
System.out.println("<caret>");
System.out.println("");
}
}
@@ -0,0 +1,5 @@
class Test {
void simpleMethod() {
boolean b<caret>b;
}
}
@@ -0,0 +1,6 @@
class Test {
void simpleMethod() {
boolean <caret>bb;
}
}
@@ -0,0 +1,7 @@
class Test {
void simpleMethod() {
System.out.println(<caret>"");
System.out.println("");
}
}