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
|
| GoogleMethodName |
|
|
| Report id |
Files |
Violations |
Severity-warning |
| base |
0 |
0 |
0 |
| patch |
1467 |
16 (16 added) |
16 (16 added) |
|
7 files with differences |
16 changes in violations |
16 changes in violations |
| Report id |
com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck |
| base |
0 |
| patch |
16 (16 added) |
| changes in violations |
16 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
16
/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 |
GoogleMethodName |
Method name 'b' is not valid per Google Java Style Guide. |
29 |
32 |
/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 |
GoogleMethodName |
Method name 'a' is not valid per Google Java Style Guide. |
29 |
32 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-integration-tests/src/integration-test/java/test/org/dockbox/hartshorn/inject/conditions/ConditionalConfiguration.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A3 |
warning |
GoogleMethodName |
Method name 'a' is not valid per Google Java Style Guide. |
35 |
19 |
| #A4 |
warning |
GoogleMethodName |
Method name 'b' is not valid per Google Java Style Guide. |
46 |
19 |
| #A5 |
warning |
GoogleMethodName |
Method name 'c' is not valid per Google Java Style Guide. |
57 |
19 |
| #A6 |
warning |
GoogleMethodName |
Method name 'd' is not valid per Google Java Style Guide. |
69 |
19 |
| #A7 |
warning |
GoogleMethodName |
Method name 'e' is not valid per Google Java Style Guide. |
81 |
19 |
| #A8 |
warning |
GoogleMethodName |
Method name 'f' is not valid per Google Java Style Guide. |
92 |
19 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-integration-tests/src/integration-test/java/test/org/dockbox/hartshorn/properties/PropertiesBootstrapTests.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A9 |
warning |
GoogleMethodName |
Method name 'testConfigurationValueWasLoaded_AccessedByRegistry' is not valid per Google Java Style Guide. |
35 |
10 |
| #A10 |
warning |
GoogleMethodName |
Method name 'testConfigurationValueWasLoaded_AccessedByInjector' is not valid per Google Java Style Guide. |
44 |
10 |
| #A11 |
warning |
GoogleMethodName |
Method name 'testConfigurationPropertyWasLoaded_AccessedByInjector' is not valid per Google Java Style Guide. |
49 |
10 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-introspect-reflection/src/main/java/org/dockbox/hartshorn/util/introspect/reflect/ReflectionIntrospectionEnvironment.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A12 |
warning |
GoogleMethodName |
Method name '$__hartshorn$__ignore' is not valid per Google Java Style Guide. |
56 |
18 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-profiles/src/test/java/test/org/dockbox/hartshorn/profiles/ProfileAggregationTests.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A13 |
warning |
GoogleMethodName |
Method name 'testAggregationWithMultipleProfiles_UsesCorrectPriority' is not valid per Google Java Style Guide. |
65 |
10 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-profiles/src/test/java/test/org/dockbox/hartshorn/profiles/ProfileNameResolverTests.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A14 |
warning |
GoogleMethodName |
Method name 'testFromPropertyProfileNameResolver_SupportsListValue' is not valid per Google Java Style Guide. |
35 |
10 |
| #A15 |
warning |
GoogleMethodName |
Method name 'testFromPropertyProfileNameResolver_SupportsCommaSeparatedValue' is not valid per Google Java Style Guide. |
58 |
10 |
| #A16 |
warning |
GoogleMethodName |
Method name 'testFromPropertyProfileNameResolver_SupportsAbsentProperty' is not valid per Google Java Style Guide. |
74 |
10 |