This inspection reports instances of assignment operations in Groovy which can be replaced by operator-assignment. Code
using operator assignment may be clearer, and theoretically more performant.
Use the check box below to ignore the conditional operators && and ||. Replacing conditional operators with operator assignment modifies the semantics of the expression. |
Powered by InspectorGroovy |