Checkstyle XML difference report
This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.
| Module Name |
Base properties |
Patch properties |
| Checker |
|
severity
warning
charset
UTF-8
haltOnException
false
|
| BeforeExecutionExclusionFileFilter |
|
fileNamePattern
module\-info\.java$
|
| TreeWalker |
|
skipFileOnJavaParseException
true
javaParseExceptionSeverity
ignore
|
| NoGetMessageInThrow |
|
|
| Report id |
Files |
Violations |
Severity-warning |
| base |
0 |
0 |
0 |
| patch |
384 |
1 (1 added) |
1 (1 added) |
|
1 file with differences |
1 change in violations |
1 change in violations |
| Report id |
com.puppycrawl.tools.checkstyle.checks.coding.NoGetMessageInThrowCheck |
| base |
0 |
| patch |
1 (1 added) |
| changes in violations |
1 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
1
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputAvoidHidingCauseExceptionCheck.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A1 |
warning |
NoGetMessageInThrow |
Avoid using '.getMessage()' in throw statement. |
123 |
21 |