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 |
1480 |
5 (5 added) |
5 (5 added) |
|
5 files with differences |
5 changes in violations |
5 changes in violations |
| Report id |
com.puppycrawl.tools.checkstyle.checks.naming.GoogleMemberNameCheck |
| base |
0 |
| patch |
5 (5 added) |
| changes in violations |
5 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
5
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-integration-tests/src/integration-test/java/test/org/dockbox/hartshorn/inject/circular/CircularDependencyA.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A1 |
warning |
GoogleMemberName |
Member name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase. |
27 |
33 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-integration-tests/src/integration-test/java/test/org/dockbox/hartshorn/inject/circular/CircularDependencyB.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A2 |
warning |
GoogleMemberName |
Member name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase. |
27 |
33 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-integration-tests/src/integration-test/java/test/org/dockbox/hartshorn/inject/exception/ExceptionHandlerTests.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A3 |
warning |
GoogleMemberName |
Member name 'HANDLE' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase. |
45 |
44 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-shared/src/test/java/test/org/dockbox/hartshorn/util/ContextTests.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A4 |
warning |
GoogleMemberName |
Member name 'NAME' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase. |
149 |
23 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-spi/src/main/java/org/dockbox/hartshorn/spi/DiscoveryService.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A5 |
warning |
GoogleMemberName |
Member name 'DISCOVERY_SERVICE' has invalid underscore usage, underscores are only allowed between adjacent digits. |
65 |
37 |