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