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 |
41 |
8 (8 added) |
8 (8 added) |
|
4 files with differences |
8 changes in violations |
8 changes in violations |
| Report id |
com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck |
| base |
0 |
| patch |
8 (8 added) |
| changes in violations |
8 |
Number of unique base messages reported below:
0
Number of unique patch messages reported below:
8
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/NoCombinerTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A1 |
warning |
GoogleMethodName |
Method name 'can_be_used_in_a_collector' is not valid per Google Java Style Guide. |
27 |
5 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/UnfoldTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A2 |
warning |
GoogleMethodName |
Method name 'unfolds_a_seed_until_empty_is_returned' is not valid per Google Java Style Guide. |
15 |
17 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/WindowedTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A3 |
warning |
GoogleMethodName |
Method name 'windowing_on__empty_list' is not valid per Google Java Style Guide. |
45 |
5 |
/home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/protonpack/src/test/java/com/codepoetics/protonpack/ZipTest.java
|
Severity |
Rule |
Message |
Line |
Col |
| #A4 |
warning |
GoogleMethodName |
Method name 'zips_a_pair_of_streams_of_same_length' is not valid per Google Java Style Guide. |
15 |
5 |
| #A5 |
warning |
GoogleMethodName |
Method name 'zips_a_pair_of_streams_where_first_stream_is_longer' is not valid per Google Java Style Guide. |
25 |
5 |
| #A6 |
warning |
GoogleMethodName |
Method name 'zips_a_pair_of_streams_where_second_stream_is_longer' is not valid per Google Java Style Guide. |
35 |
5 |
| #A7 |
warning |
GoogleMethodName |
Method name 'zips_a_stream_with_index' is not valid per Google Java Style Guide. |
45 |
5 |
| #A8 |
warning |
GoogleMethodName |
Method name 'zips_a_trio_of_streams_of_same_length' is not valid per Google Java Style Guide. |
57 |
5 |