// "Create Getter" "true" public class Test { Integer field; public foo() { getField(); } public Object getField() { return field; } }