]> source.dussan.org Git - sonarqube.git/blob
da3bae577ac5452d868abe047b872ef5621749d3
[sonarqube.git] /
1 <p>
2 The code performs an increment operation (e.g., <code>i++</code>) and then
3 immediately overwrites it. For example, <code>i = i++</code> immediately
4 overwrites the incremented value with the original value.
5 </p>