Checks for explicit calls to getter/accessor methods which can, for the most part, be replaced by property access. A getter is defined as a method call that matches get[A-Z] but not getClass() or get[A-Z][A-Z] such as getURL(). Getters do not take method arguments.
Type | Name and description |
---|---|
Class |
astVisitorClass |
String |
name |
int |
priority |