Back to Intellij Community

SillyAssignment

java/java-impl/resources/inspectionDescriptions/SillyAssignment.html

2025.3-rc-2112 B
Original Source

Reports assignments of a variable to itself.

Example:

a = a;

The quick-fix removes the assigment.