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