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

New in 14