summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ReplaceAssignmentWithOperatorAssignment.html
blob: 0404e0fb7cfa3b08a58518d48e38f01b9bceb800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<body>
Reports assignment operations which can be replaced by operator-assignment. Code
using operator assignment may be clearer, and theoretically more performant.
<!-- tooltip end -->
<p>
Use the checkbox below to ignore the conditional operators <b>&amp;&amp;</b>
and <b>||</b>. Replacing conditional operators with operator
assignment modifies the semantics of the expression.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>