Back to Intellij Community

GroovyResultOfAssignmentUsed

plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyResultOfAssignmentUsed.html

2025.3-rc-2233 B
Original Source

Reports assignment expressions nested inside other expressions to use the assigned value immediately.

Such expressions may be confusing and violating the general design principle that a given construct should do precisely one thing.