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 |
6386 |
4 (4 added) |
4 (4 added) |
|
2 files with differences |
4 changes in violations |
4 changes in violations |
| Report id |
com.puppycrawl.tools.checkstyle.checks.coding.NoGetMessageInThrowCheck |
| base |
0 |
| patch |
4 (4 added) |
| changes in violations |
4 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
4
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/hibernate-orm/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityClass.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A1 |
warning |
NoGetMessageInThrow |
Avoid using '.getMessage()' in throw statement. |
779 |
49 |
| #A2 |
warning |
NoGetMessageInThrow |
Avoid using '.getMessage()' in throw statement. |
795 |
49 |
| #A3 |
warning |
NoGetMessageInThrow |
Avoid using '.getMessage()' in throw statement. |
806 |
25 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/hibernate-orm/hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/EhCacheRegionFactory.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A4 |
warning |
NoGetMessageInThrow |
Avoid using '.getMessage()' in throw statement. |
103 |
17 |