create property:both getter nad setter from usage (IDEA-73186); return cursor to the initial state

This commit is contained in:
anna
2012-07-12 20:45:33 +02:00
parent b2530c8d58
commit f3f98b6f54
10 changed files with 172 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
// "Create Getter" "true"
public class Test {
Integer field;
public foo() {
getField();
}