Results 1611 comments of Roman Ivanov

https://github.com/checkstyle/checkstyle/tree/master/src/test this is testing of each module (checks, filters ) completely independently. Inputs covers all possible permutations of Check properties. https://github.com/checkstyle/checkstyle/tree/master/src/it/java/com this is testing of config file ( combination of...

`it` means "integration tests", it is not a unit test, integration means combination of multiple. In this case it is combination of Check+XpathFilter. In this tests we are testing modules...

Bunch of checkstyle failures, please fix

@relentless-pursuit Please fix inspection https://app.circleci.com/pipelines/github/checkstyle/checkstyle/24445/workflows/93e5b7ed-b8c2-4b0d-b305-35ca4dbc6e7f/jobs/542319/artifacts

usage of existing method: ![image](https://user-images.githubusercontent.com/812984/224998110-1e66e9e0-2a64-4ea4-bba1-b0b0697d4598.png)

@Vyom-Yadav , your report is only on UnusedLocalVariable but you change two classes. please put in regression config both classes.