summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html
blob: 60964e59716c2d369cf195c59f20d8747cce6276 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
Reports calls on a setter with the value of the same object's getter.
For example: <code>bean.setPayerId(bean.getPayerId());</code>
In regular circumstances this code is a no-op and probably not what was intended.
<!-- tooltip end -->
<p>
  <small>New in 14</small>
</body>
</html>