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
|
| GoogleMemberName |
|
|
| Report id |
Files |
Violations |
Severity-warning |
| base |
0 |
0 |
0 |
| patch |
316 |
2 (2 added) |
2 (2 added) |
|
2 files with differences |
2 changes in violations |
2 changes in violations |
| Report id |
com.puppycrawl.tools.checkstyle.checks.naming.GoogleMemberNameCheck |
| base |
0 |
| patch |
2 (2 added) |
| changes in violations |
2 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
2
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/apache-jsecurity/src/org/jsecurity/realm/AuthorizingRealm.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A1 |
warning |
GoogleMemberName |
Member name 'INSTANCE_COUNT' has invalid underscore usage, underscores are only allowed between adjacent digits. |
68 |
24 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/apache-jsecurity/src/org/jsecurity/realm/CachingRealm.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A2 |
warning |
GoogleMemberName |
Member name 'INSTANCE_COUNT' has invalid underscore usage, underscores are only allowed between adjacent digits. |
36 |
24 |