| 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 | 1477 | 9 (9 added) | 9 (9 added) |
| 4 files with differences | 9 changes in violations | 9 changes in violations | |
| Report id | com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck |
|---|---|
| base | 0 |
| patch | 9 (9 added) |
| changes in violations | 9 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 29 | 32 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 29 | 32 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A3 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 35 | 19 |
| #A4 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 46 | 19 |
| #A5 | warning | GoogleMethodName | Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 56 | 19 |
| #A6 | warning | GoogleMethodName | Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 67 | 19 |
| #A7 | warning | GoogleMethodName | Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 78 | 19 |
| #A8 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 89 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A9 | warning | GoogleMethodName | Method name '$__hartshorn$__ignore' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 18 |