This rule is defined by the following Java class: net.sourceforge.pmd.rules.AvoidFieldNameMatchingMethodName
Example:
public class Foo { Object bar; // bar is data or an action or both? void bar() { } }