| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
severity
charset haltOnException |
|
| BeforeExecutionExclusionFileFilter |
fileNamePattern
|
|
| TreeWalker |
skipFileOnJavaParseException
javaParseExceptionSeverity |
|
| 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 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | GoogleMethodName | Test method name 'can_be_used_in_a_collector' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 27 | 5 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2 | warning | GoogleMethodName | Test method name 'unfolds_a_seed_until_empty_is_returned' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 15 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A3 | warning | GoogleMethodName | Test method name 'windowing_on__empty_list' has invalid underscore usage, underscore only allowed between letters or between digits. | 45 | 5 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A4 | warning | GoogleMethodName | Test method name 'zips_a_pair_of_streams_of_same_length' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 15 | 5 |
| #A5 | warning | GoogleMethodName | Test method name 'zips_a_pair_of_streams_where_first_stream_is_longer' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 25 | 5 |
| #A6 | warning | GoogleMethodName | Test method name 'zips_a_pair_of_streams_where_second_stream_is_longer' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 35 | 5 |
| #A7 | warning | GoogleMethodName | Test method name 'zips_a_stream_with_index' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 45 | 5 |
| #A8 | warning | GoogleMethodName | Test method name 'zips_a_trio_of_streams_of_same_length' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 57 | 5 |