Reports calls on a setter with the value of the same object's getter. For example: bean.setPayerId(bean.getPayerId()); In regular circumstances this code is a no-op and probably not what was intended.