checkstyle/src/main
Michal Kordas 8a3f5bf6d5 Remove unused assignments. #1555
Fixes UnusedAssignment inspection violations.

Description:
>This inspection points out the cases where a variable value is never used after its assignment, i.e.:
- the variable never gets read after assignment OR
- the value is always overwritten with another assignment before the next variable read OR
 - the variable initializer is redundant (for one of the above two reasons) OR
 - the variable is never used.
2015-08-08 07:12:41 +03:00
..
java/com/puppycrawl/tools/checkstyle Remove unused assignments. #1555 2015-08-08 07:12:41 +03:00
resources Remove unnecessary consecutive lines in Checkstyle code. #1534 2015-08-02 18:41:32 -07:00