| 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 | 5876 | 767 (767 added) | 767 (767 added) |
| 320 files with differences | 767 changes in violations | 767 changes in violations | |
| Report id | com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck |
|---|---|
| base | 0 |
| patch | 767 (767 added) |
| changes in violations | 767 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | GoogleMethodName | Method name 'Foo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 17 | 8 |
| #A2 | warning | GoogleMethodName | Method name 'fOo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 19 | 8 |
| #A3 | warning | GoogleMethodName | Method name 'f$o' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 23 | 8 |
| #A4 | warning | GoogleMethodName | Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. | 25 | 8 |
| #A5 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 27 | 8 |
| #A6 | warning | GoogleMethodName | Method name 'fO' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 29 | 8 |
| #A7 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 37 | 12 |
| #A8 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 12 |
| #A9 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 8 |
| #A10 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 12 |
| #A11 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 61 | 12 |
| #A12 | warning | GoogleMethodName | Test method name 'testing_Foo' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 66 | 8 |
| #A13 | warning | GoogleMethodName | Test method name 'testing_fOo' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 69 | 8 |
| #A14 | warning | GoogleMethodName | Test method name 'testing_0123' has invalid underscore usage, underscore only allowed between letters or between digits. | 78 | 8 |
| #A15 | warning | GoogleMethodName | Test method name 'testing_0123_' has invalid underscore usage, underscore only allowed between letters or between digits. | 81 | 8 |
| #A16 | warning | GoogleMethodName | Test method name 'testing__0123' has invalid underscore usage, underscore only allowed between letters or between digits. | 84 | 8 |
| #A17 | warning | GoogleMethodName | Test method name 'testing__0123_' has invalid underscore usage, underscore only allowed between letters or between digits. | 87 | 8 |
| #A18 | warning | GoogleMethodName | Test method name 'testing__0123__' has invalid underscore usage, underscore only allowed between letters or between digits. | 90 | 8 |
| #A19 | warning | GoogleMethodName | Test method name 'Testing_Foo' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 93 | 8 |
| #A20 | warning | GoogleMethodName | Test method name 't_esting' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 96 | 8 |
| #A21 | warning | GoogleMethodName | Test method name '_testing' has invalid underscore usage, underscore only allowed between letters or between digits. | 99 | 8 |
| #A22 | warning | GoogleMethodName | Method name 'Testing_Foo2' has invalid underscore usage, underscores only allowed between adjacent digits. | 101 | 8 |
| #A23 | warning | GoogleMethodName | Test method name 'TestingFooBad' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 104 | 8 |
| #A24 | warning | GoogleMethodName | Test method name 'testing_foo_' has invalid underscore usage, underscore only allowed between letters or between digits. | 107 | 8 |
| #A25 | warning | GoogleMethodName | Test method name 'testing_Foo_' has invalid underscore usage, underscore only allowed between letters or between digits. | 110 | 8 |
| #A26 | warning | GoogleMethodName | Test method name 'testing__foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 113 | 8 |
| #A27 | warning | GoogleMethodName | Test method name 'testing__Foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 116 | 8 |
| #A28 | warning | GoogleMethodName | Test method name 'testing__foo_' has invalid underscore usage, underscore only allowed between letters or between digits. | 119 | 8 |
| #A29 | warning | GoogleMethodName | Test method name 'testing__Foo_' has invalid underscore usage, underscore only allowed between letters or between digits. | 122 | 8 |
| #A30 | warning | GoogleMethodName | Test method name 'testing_123Foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 125 | 15 |
| #A31 | warning | GoogleMethodName | Test method name 'testing_123FOO' has invalid underscore usage, underscore only allowed between letters or between digits. | 129 | 15 |
| #A32 | warning | GoogleMethodName | Test method name 'TESTING_123Foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 133 | 15 |
| #A33 | warning | GoogleMethodName | Test method name 'testing_Foo123' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 136 | 15 |
| #A34 | warning | GoogleMethodName | Test method name 'testing_FOO123' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 140 | 15 |
| #A35 | warning | GoogleMethodName | Test method name 'testing_Foo_123' has invalid underscore usage, underscore only allowed between letters or between digits. | 143 | 15 |
| #A36 | warning | GoogleMethodName | Test method name 'testing_123_Foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 146 | 15 |
| #A37 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 155 | 12 |
| #A38 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 162 | 12 |
| #A39 | warning | GoogleMethodName | Test method name 'testing_Foo1' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 168 | 8 |
| #A40 | warning | GoogleMethodName | Test method name 'testing_fOo1' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 172 | 8 |
| #A41 | warning | GoogleMethodName | Test method name 'testing_01231' has invalid underscore usage, underscore only allowed between letters or between digits. | 184 | 8 |
| #A42 | warning | GoogleMethodName | Test method name 'Testing_Foo1' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 188 | 8 |
| #A43 | warning | GoogleMethodName | Test method name 't_esting1' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 192 | 8 |
| #A44 | warning | GoogleMethodName | Test method name '_testing1' has invalid underscore usage, underscore only allowed between letters or between digits. | 196 | 8 |
| #A45 | warning | GoogleMethodName | Test method name 'testing_124Foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 200 | 8 |
| #A46 | warning | GoogleMethodName | Test method name 'testing_124FOO' has invalid underscore usage, underscore only allowed between letters or between digits. | 205 | 8 |
| #A47 | warning | GoogleMethodName | Test method name 'TESTING_124Foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 210 | 8 |
| #A48 | warning | GoogleMethodName | Test method name 'testing_Foo124' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 214 | 8 |
| #A49 | warning | GoogleMethodName | Test method name 'testing_FOO124' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 219 | 8 |
| #A50 | warning | GoogleMethodName | Test method name 'testing_Foo_124' has invalid underscore usage, underscore only allowed between letters or between digits. | 223 | 8 |
| #A51 | warning | GoogleMethodName | Test method name 'testing_124_Foo' has invalid underscore usage, underscore only allowed between letters or between digits. | 227 | 8 |
| #A52 | warning | GoogleMethodName | Test method name 'testing_Foo2' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 233 | 8 |
| #A53 | warning | GoogleMethodName | Test method name 'testing_fOo2' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 236 | 8 |
| #A54 | warning | GoogleMethodName | Test method name 'testing_01232' has invalid underscore usage, underscore only allowed between letters or between digits. | 245 | 8 |
| #A55 | warning | GoogleMethodName | Test method name 'Testing_Foo3' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 248 | 8 |
| #A56 | warning | GoogleMethodName | Test method name 't_esting2' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 251 | 8 |
| #A57 | warning | GoogleMethodName | Test method name '_testing2' has invalid underscore usage, underscore only allowed between letters or between digits. | 254 | 8 |
| #A58 | warning | GoogleMethodName | Test method name 'TestingFooBad2' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 257 | 8 |
| #A59 | warning | GoogleMethodName | Method name '_testingFoooo' has invalid underscore usage, underscores only allowed between adjacent digits. | 260 | 15 |
| #A60 | warning | GoogleMethodName | Method name 'Foo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 268 | 10 |
| #A61 | warning | GoogleMethodName | Method name 'fOo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 270 | 10 |
| #A62 | warning | GoogleMethodName | Method name 'f$o' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 274 | 10 |
| #A63 | warning | GoogleMethodName | Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. | 276 | 10 |
| #A64 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 278 | 10 |
| #A65 | warning | GoogleMethodName | Method name 'fO' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 280 | 10 |
| #A66 | warning | GoogleMethodName | Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 282 | 10 |
| #A67 | warning | GoogleMethodName | Method name 'testing_Foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 284 | 10 |
| #A68 | warning | GoogleMethodName | Method name 'testing_fOo' has invalid underscore usage, underscores only allowed between adjacent digits. | 286 | 10 |
| #A69 | warning | GoogleMethodName | Method name 'testingFoo_foo' has invalid underscore usage, underscores only allowed between adjacent digits. | 290 | 10 |
| #A70 | warning | GoogleMethodName | Method name 'testing_0123' has invalid underscore usage, underscores only allowed between adjacent digits. | 292 | 10 |
| #A71 | warning | GoogleMethodName | Method name 'TestingFooBad' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 294 | 10 |
| #A72 | warning | GoogleMethodName | Method name 'Foo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 301 | 14 |
| #A73 | warning | GoogleMethodName | Method name 'fOo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 303 | 14 |
| #A74 | warning | GoogleMethodName | Method name 'f$o' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 307 | 14 |
| #A75 | warning | GoogleMethodName | Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. | 309 | 14 |
| #A76 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 311 | 14 |
| #A77 | warning | GoogleMethodName | Method name 'fO' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 313 | 14 |
| #A78 | warning | GoogleMethodName | Method name 'Foo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 319 | 10 |
| #A79 | warning | GoogleMethodName | Method name 'fOo' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 321 | 10 |
| #A80 | warning | GoogleMethodName | Method name 'f$o' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 325 | 10 |
| #A81 | warning | GoogleMethodName | Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. | 327 | 10 |
| #A82 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 329 | 10 |
| #A83 | warning | GoogleMethodName | Method name 'fO' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 331 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A84 | warning | GoogleMethodName | Test method name 'transferMoney_DeductsFromSource' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 12 | 15 |
| #A85 | warning | GoogleMethodName | Test method name 'solve6x6_returnsTrue' has invalid underscore usage, underscore only allowed between letters or between digits. | 15 | 15 |
| #A86 | warning | GoogleMethodName | Test method name 'solve6x6_ReturnsTrue' has invalid underscore usage, underscore only allowed between letters or between digits. | 18 | 15 |
| #A87 | warning | GoogleMethodName | Test method name 'solve6x6_noSolution_returnsFalse' has invalid underscore usage, underscore only allowed between letters or between digits. | 21 | 15 |
| #A88 | warning | GoogleMethodName | Test method name 'solve6x6_NoSolution_ReturnsFalse' has invalid underscore usage, underscore only allowed between letters or between digits. | 24 | 15 |
| #A89 | warning | GoogleMethodName | Test method name 'openMenu_DeletePreviousView' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 30 | 15 |
| #A90 | warning | GoogleMethodName | Test method name 'test_General_Logic' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 36 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A91 | warning | GoogleMethodName | Method name 'XmlHttpRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 11 | 8 |
| #A92 | warning | GoogleMethodName | Method name 'YouTubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 14 | 8 |
| #A93 | warning | GoogleMethodName | Method name 'YoutubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 17 | 8 |
| #A94 | warning | GoogleMethodName | Method name 'XmlHttpRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 28 | 10 |
| #A95 | warning | GoogleMethodName | Method name 'YouTubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 31 | 10 |
| #A96 | warning | GoogleMethodName | Method name 'YoutubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 34 | 10 |
| #A97 | warning | GoogleMethodName | Method name 'XmlHttpRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 47 | 18 |
| #A98 | warning | GoogleMethodName | Method name 'YouTubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 50 | 18 |
| #A99 | warning | GoogleMethodName | Method name 'YoutubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 53 | 18 |
| #A100 | warning | GoogleMethodName | Method name 'XMLHTTPRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 65 | 10 |
| #A101 | warning | GoogleMethodName | Method name 'XMLHTTPRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 78 | 12 |
| #A102 | warning | GoogleMethodName | Method name 'XMLHTTPRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 93 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A103 | warning | GoogleMethodName | Method name 'XmlHttpRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 11 | 8 |
| #A104 | warning | GoogleMethodName | Method name 'YouTubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 15 | 8 |
| #A105 | warning | GoogleMethodName | Method name 'YoutubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 19 | 8 |
| #A106 | warning | GoogleMethodName | Method name 'XmlHttpRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 31 | 10 |
| #A107 | warning | GoogleMethodName | Method name 'YouTubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 35 | 10 |
| #A108 | warning | GoogleMethodName | Method name 'YoutubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 39 | 10 |
| #A109 | warning | GoogleMethodName | Method name 'XmlHttpRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 52 | 14 |
| #A110 | warning | GoogleMethodName | Method name 'YouTubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 56 | 14 |
| #A111 | warning | GoogleMethodName | Method name 'YoutubeImporter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 60 | 14 |
| #A112 | warning | GoogleMethodName | Method name 'XMLHTTPRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 73 | 10 |
| #A113 | warning | GoogleMethodName | Method name 'XMLHTTPRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 88 | 12 |
| #A114 | warning | GoogleMethodName | Method name 'XMLHTTPRequest' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 104 | 16 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A115 | warning | GoogleMethodName | Method name 'guava_34_4_6' has invalid underscore usage, underscores only allowed between adjacent digits. | 51 | 10 |
| #A116 | warning | GoogleMethodName | Method name 'kotlin_2_9_94' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 10 |
| #A117 | warning | GoogleMethodName | Method name 'gradle_9_5_1' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 10 |
| #A118 | warning | GoogleMethodName | Method name 'jdk_9_0_392' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 10 |
| #A119 | warning | GoogleMethodName | Method name 'kotlin_lang1_9_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 10 |
| #A120 | warning | GoogleMethodName | Method name 'jdk_method8_90' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 10 |
| #A121 | warning | GoogleMethodName | Method name 'jdk_Method8_90' has invalid underscore usage, underscores only allowed between adjacent digits. | 77 | 10 |
| #A122 | warning | GoogleMethodName | Method name 'guava_version33_4_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 10 |
| #A123 | warning | GoogleMethodName | Method name 'guava_Version33_4_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 84 | 10 |
| #A124 | warning | GoogleMethodName | Method name 'kotlin1_9_24_' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 10 |
| #A125 | warning | GoogleMethodName | Method name 'guava_33_4_5_' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 10 |
| #A126 | warning | GoogleMethodName | Method name 'testSetCount_zeroToZero_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 10 |
| #A127 | warning | GoogleMethodName | Method name 'testPutNullValue_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 10 |
| #A128 | warning | GoogleMethodName | Method name 'testAddAll_nonEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. | 110 | 10 |
| #A129 | warning | GoogleMethodName | Method name 'testEntrySet_hashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 115 | 10 |
| #A130 | warning | GoogleMethodName | Method name 'testCount_3' has invalid underscore usage, underscores only allowed between adjacent digits. | 119 | 10 |
| #A131 | warning | GoogleMethodName | Test method name 'testSetCount_ZeroToZero_AddSupported' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 133 | 10 |
| #A132 | warning | GoogleMethodName | Test method name 'testPutNullValue_Supported' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 142 | 10 |
| #A133 | warning | GoogleMethodName | Test method name 'testAddAll_NonEmptyList' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 151 | 10 |
| #A134 | warning | GoogleMethodName | Test method name 'testEntrySet_HashCode_Size1' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. | 160 | 10 |
| #A135 | warning | GoogleMethodName | Test method name 'testCount_3' has invalid underscore usage, underscore only allowed between letters or between digits. | 163 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A136 | warning | GoogleMethodName | Method name 's' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 9 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A137 | warning | GoogleMethodName | Method name 's' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 4 | 9 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A138 | warning | GoogleMethodName | Method name 's' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 9 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A139 | warning | GoogleMethodName | Method name 'Test1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 10 |
| #A140 | warning | GoogleMethodName | Method name 'Test2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 13 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A141 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 7 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A142 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 14 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A143 | warning | GoogleMethodName | Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 10 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A144 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A145 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 8 | 14 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A146 | warning | GoogleMethodName | Method name 'METHOD' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A147 | warning | GoogleMethodName | Method name 'MyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 7 | 14 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A148 | warning | GoogleMethodName | Method name 'MyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 6 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A149 | warning | GoogleMethodName | Method name 'MyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 4 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A150 | warning | GoogleMethodName | Method name 'MyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 8 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A151 | warning | GoogleMethodName | Method name 'MyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 4 | 8 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A152 | warning | GoogleMethodName | Method name 'FirstMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 19 |
| #A153 | warning | GoogleMethodName | Method name 'SecondMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 6 | 19 |
| #A154 | warning | GoogleMethodName | Method name 'ThirdMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 7 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A155 | warning | GoogleMethodName | Method name 'SecondMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 6 | 16 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A156 | warning | GoogleMethodName | Method name 'MyMethod2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 7 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A157 | warning | GoogleMethodName | Method name 'MyClass' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A158 | warning | GoogleMethodName | Method name 'MyClass' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 9 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A159 | warning | GoogleMethodName | Method name 'MyClass' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A160 | warning | GoogleMethodName | Method name 'MyClass' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 5 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A161 | warning | GoogleMethodName | Method name 'ElseIfLadder' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 4 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A162 | warning | GoogleMethodName | Method name 'InputMethodParamPad' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 4 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A163 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 91 | 21 |
| #A164 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 97 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A165 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 93 | 21 |
| #A166 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 98 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A167 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 83 | 21 |
| #A168 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 88 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A169 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 93 | 21 |
| #A170 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 98 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A171 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 92 | 21 |
| #A172 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 97 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A173 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 93 | 21 |
| #A174 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 98 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A175 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 92 | 21 |
| #A176 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 98 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A177 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 94 | 21 |
| #A178 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 99 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A179 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 93 | 21 |
| #A180 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 99 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A181 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 85 | 21 |
| #A182 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 90 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A183 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 95 | 21 |
| #A184 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 100 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A185 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 94 | 21 |
| #A186 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 99 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A187 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 94 | 21 |
| #A188 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 99 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A189 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 13 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A190 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 22 | 45 |
| #A191 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 38 | 33 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A192 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 11 | 13 |
| #A193 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 25 | 30 |
| #A194 | warning | GoogleMethodName | Method name 'xsA__' has invalid underscore usage, underscores only allowed between adjacent digits. | 28 | 24 |
| #A195 | warning | GoogleMethodName | Method name 'xsAB_' has invalid underscore usage, underscores only allowed between adjacent digits. | 32 | 24 |
| #A196 | warning | GoogleMethodName | Method name 'xsAB_' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 24 |
| #A197 | warning | GoogleMethodName | Method name 'xs_B_' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A198 | warning | GoogleMethodName | Method name 't' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 82 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A199 | warning | GoogleMethodName | Method name 't' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 470 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A200 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 7 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A201 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 23 | 22 |
| #A202 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 24 | 22 |
| #A203 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 25 | 22 |
| #A204 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 26 | 22 |
| #A205 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 27 | 22 |
| #A206 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 28 | 11 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A207 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 6 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A208 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 89 | 21 |
| #A209 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 95 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A210 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 95 | 21 |
| #A211 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 100 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A212 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 90 | 21 |
| #A213 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 96 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A214 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 85 | 21 |
| #A215 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 91 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A216 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 95 | 21 |
| #A217 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 100 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A218 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 92 | 21 |
| #A219 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 97 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A220 | warning | GoogleMethodName | Method name 'aCond1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 96 | 21 |
| #A221 | warning | GoogleMethodName | Method name 'aCond2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 101 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A222 | warning | GoogleMethodName | Method name 'InputLeftCurlyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 18 | 10 |
| #A223 | warning | GoogleMethodName | Method name 'InputLeftCurlyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 19 | 10 |
| #A224 | warning | GoogleMethodName | Method name 'InputLeftCurlyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 21 | 10 |
| #A225 | warning | GoogleMethodName | Method name 'InputLeftCurlyMethodEnum' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 73 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A226 | warning | GoogleMethodName | Method name 'FooCtor' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 113 | 21 |
| #A227 | warning | GoogleMethodName | Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. | 154 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A228 | warning | GoogleMethodName | Method name 'aMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 14 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A229 | warning | GoogleMethodName | Method name 'FooCtor' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 109 | 21 |
| #A230 | warning | GoogleMethodName | Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. | 150 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A231 | warning | GoogleMethodName | Method name 'FooCtor' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 108 | 21 |
| #A232 | warning | GoogleMethodName | Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. | 149 | 8 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A233 | warning | GoogleMethodName | Method name 'FooCtor' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 109 | 21 |
| #A234 | warning | GoogleMethodName | Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. | 150 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A235 | warning | GoogleMethodName | Method name 'FooCtor' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 108 | 21 |
| #A236 | warning | GoogleMethodName | Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. | 149 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A237 | warning | GoogleMethodName | Method name 'Absent_CustomFieldSerializer10' has invalid underscore usage, underscores only allowed between adjacent digits. | 66 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A238 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 13 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A239 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 18 | 14 |
| #A240 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 30 | 14 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A241 | warning | GoogleMethodName | Method name 'EmptyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 21 | 16 |
| #A242 | warning | GoogleMethodName | Method name 'EmptyStatements' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 26 | 16 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A243 | warning | GoogleMethodName | Method name 'aMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 62 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A244 | warning | GoogleMethodName | Method name 'switch_rules' has invalid underscore usage, underscores only allowed between adjacent digits. | 91 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A245 | warning | GoogleMethodName | Method name 'aMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 63 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A246 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 32 | 21 |
| #A247 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 36 | 21 |
| #A248 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 41 | 21 |
| #A249 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 46 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A250 | warning | GoogleMethodName | Method name 'InputIllegalTypeEnhancedInstanceof' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 28 | 17 |
| #A251 | warning | GoogleMethodName | Method name 'InputIllegalTypeEnhancedInstanceof' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 43 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A252 | warning | GoogleMethodName | Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 14 | 14 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A253 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 22 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A254 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 10 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A255 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 10 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A256 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 40 | 22 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A257 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 11 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A258 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 14 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A259 | warning | GoogleMethodName | Method name 'static_method' has invalid underscore usage, underscores only allowed between adjacent digits. | 90 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A260 | warning | GoogleMethodName | Method name 'static_method' has invalid underscore usage, underscores only allowed between adjacent digits. | 90 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A261 | warning | GoogleMethodName | Method name 'static_method' has invalid underscore usage, underscores only allowed between adjacent digits. | 90 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A262 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 45 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A263 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 45 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A264 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 71 | 13 |
| #A265 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 82 | 13 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A266 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 71 | 13 |
| #A267 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 93 | 13 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A268 | warning | GoogleMethodName | Method name 'UnaryAndPostfix' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 99 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A269 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 77 | 14 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A270 | warning | GoogleMethodName | Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 114 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A271 | warning | GoogleMethodName | Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 86 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A272 | warning | GoogleMethodName | Method name 's' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 105 | 16 |
| #A273 | warning | GoogleMethodName | Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 110 | 12 |
| #A274 | warning | GoogleMethodName | Method name 'y' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 114 | 12 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A275 | warning | GoogleMethodName | Method name 'TypedLambdaParameter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 84 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A276 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 108 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A277 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 47 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A278 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 33 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A279 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 12 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A280 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 14 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A281 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 14 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A282 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 854 | 10 |
| #A283 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 866 | 10 |
| #A284 | warning | GoogleMethodName | Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 878 | 10 |
| #A285 | warning | GoogleMethodName | Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 890 | 10 |
| #A286 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 902 | 10 |
| #A287 | warning | GoogleMethodName | Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 912 | 10 |
| #A288 | warning | GoogleMethodName | Method name 'i' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 923 | 10 |
| #A289 | warning | GoogleMethodName | Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 944 | 10 |
| #A290 | warning | GoogleMethodName | Method name 'l' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 962 | 10 |
| #A291 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 989 | 10 |
| #A292 | warning | GoogleMethodName | Method name 'n' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 1065 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A293 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 854 | 10 |
| #A294 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 866 | 10 |
| #A295 | warning | GoogleMethodName | Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 878 | 10 |
| #A296 | warning | GoogleMethodName | Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 890 | 10 |
| #A297 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 902 | 10 |
| #A298 | warning | GoogleMethodName | Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 912 | 10 |
| #A299 | warning | GoogleMethodName | Method name 'i' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 923 | 10 |
| #A300 | warning | GoogleMethodName | Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 944 | 10 |
| #A301 | warning | GoogleMethodName | Method name 'l' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 962 | 10 |
| #A302 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 989 | 10 |
| #A303 | warning | GoogleMethodName | Method name 'n' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 1065 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A304 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 854 | 10 |
| #A305 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 866 | 10 |
| #A306 | warning | GoogleMethodName | Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 878 | 10 |
| #A307 | warning | GoogleMethodName | Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 890 | 10 |
| #A308 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 902 | 10 |
| #A309 | warning | GoogleMethodName | Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 912 | 10 |
| #A310 | warning | GoogleMethodName | Method name 'i' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 923 | 10 |
| #A311 | warning | GoogleMethodName | Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 944 | 10 |
| #A312 | warning | GoogleMethodName | Method name 'l' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 962 | 10 |
| #A313 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 989 | 10 |
| #A314 | warning | GoogleMethodName | Method name 'n' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 1065 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A315 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 854 | 10 |
| #A316 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 866 | 10 |
| #A317 | warning | GoogleMethodName | Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 878 | 10 |
| #A318 | warning | GoogleMethodName | Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 890 | 10 |
| #A319 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 902 | 10 |
| #A320 | warning | GoogleMethodName | Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 912 | 10 |
| #A321 | warning | GoogleMethodName | Method name 'i' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 923 | 10 |
| #A322 | warning | GoogleMethodName | Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 944 | 10 |
| #A323 | warning | GoogleMethodName | Method name 'l' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 962 | 10 |
| #A324 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 989 | 10 |
| #A325 | warning | GoogleMethodName | Method name 'n' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 1065 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A326 | warning | GoogleMethodName | Method name 'o' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 16 | 18 |
| #A327 | warning | GoogleMethodName | Method name 'p' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 40 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A328 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 16 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A329 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 854 | 10 |
| #A330 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 866 | 10 |
| #A331 | warning | GoogleMethodName | Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 878 | 10 |
| #A332 | warning | GoogleMethodName | Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 890 | 10 |
| #A333 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 902 | 10 |
| #A334 | warning | GoogleMethodName | Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 912 | 10 |
| #A335 | warning | GoogleMethodName | Method name 'i' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 923 | 10 |
| #A336 | warning | GoogleMethodName | Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 944 | 10 |
| #A337 | warning | GoogleMethodName | Method name 'l' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 962 | 10 |
| #A338 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 989 | 10 |
| #A339 | warning | GoogleMethodName | Method name 'n' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 1065 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A340 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 15 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A341 | warning | GoogleMethodName | Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 854 | 10 |
| #A342 | warning | GoogleMethodName | Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 866 | 10 |
| #A343 | warning | GoogleMethodName | Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 878 | 10 |
| #A344 | warning | GoogleMethodName | Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 890 | 10 |
| #A345 | warning | GoogleMethodName | Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 902 | 10 |
| #A346 | warning | GoogleMethodName | Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 912 | 10 |
| #A347 | warning | GoogleMethodName | Method name 'i' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 923 | 10 |
| #A348 | warning | GoogleMethodName | Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 944 | 10 |
| #A349 | warning | GoogleMethodName | Method name 'l' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 962 | 10 |
| #A350 | warning | GoogleMethodName | Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 989 | 10 |
| #A351 | warning | GoogleMethodName | Method name 'n' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 1065 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A352 | warning | GoogleMethodName | Method name 'EmptyMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 25 | 16 |
| #A353 | warning | GoogleMethodName | Method name 'EmptyStatements' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 30 | 16 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A354 | warning | GoogleMethodName | Method name 'aPrivateMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 41 | 18 |
| #A355 | warning | GoogleMethodName | Method name 'aFinalMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 55 | 23 |
| #A356 | warning | GoogleMethodName | Method name 'aStaticMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 60 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A357 | warning | GoogleMethodName | Method name 'aPrivateMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 39 | 18 |
| #A358 | warning | GoogleMethodName | Method name 'aFinalMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 53 | 23 |
| #A359 | warning | GoogleMethodName | Method name 'aStaticMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 58 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A360 | warning | GoogleMethodName | Method name 'Bar' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 155 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A361 | warning | GoogleMethodName | Method name 'Bar' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 156 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A362 | warning | GoogleMethodName | Method name 'Bar' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 156 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A363 | warning | GoogleMethodName | Method name 'Bar' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 156 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A364 | warning | GoogleMethodName | Method name 'Bar' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 156 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A365 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 94 | 17 |
| #A366 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 111 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A367 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 94 | 17 |
| #A368 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 111 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A369 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 94 | 17 |
| #A370 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 111 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A371 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 94 | 17 |
| #A372 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 111 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A373 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 95 | 17 |
| #A374 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 112 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A375 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 95 | 17 |
| #A376 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 112 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A377 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 95 | 17 |
| #A378 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 112 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A379 | warning | GoogleMethodName | Method name 'Label' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 97 | 17 |
| #A380 | warning | GoogleMethodName | Method name 'aMethodWithManyLinks' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. | 114 | 17 |
| Severity | Rule | Message | Line | Col |
|---|