Maven
Checkstyle
To check all the errors in checkstyle and where they’re located:
- go to the project’s folder where the error triggers
- open
target/checkstyle-result.xml
- search for
="error"
- there the classes’ name and the error line # can be seen
PMD
To find where the error is located. Search for the String priority="1"
. If nothing is found, search for prio 2, 3…