| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
severity
charset haltOnException |
severity
charset haltOnException |
| BeforeExecutionExclusionFileFilter |
fileNamePattern
|
fileNamePattern
|
| TreeWalker |
skipFileOnJavaParseException
javaParseExceptionSeverity |
skipFileOnJavaParseException
javaParseExceptionSeverity |
| MethodName |
name.invalidPattern
format |
|
| GoogleMethodName |
| Report id | Files | Violations | Severity-warning |
|---|---|---|---|
| base | 3160 | 10679 | 10679 |
| patch | 3160 | 9802 (10679 removed, 9802 added) | 9802 (10679 removed, 9802 added) |
| 661 files with differences | 20481 changes in violations | 20481 changes in violations | |
| Report id | com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck | com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck |
|---|---|---|
| base | 0 | 10679 |
| patch | 9802 (9802 added) | 0 (10679 removed) |
| changes in violations | 9802 | 10679 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | GoogleMethodName | Method name 'testSetCount_zeroToZero_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A2 | warning | MethodName | Method name 'testSetCount_zeroToZero_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| #A3 | warning | GoogleMethodName | Method name 'testSetCount_zeroToZero_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 128 | 15 |
| #A4 | warning | MethodName | Method name 'testSetCount_zeroToZero_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 128 | 15 |
| #A5 | warning | GoogleMethodName | Method name 'testSetCount_zeroToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 15 |
| #A6 | warning | MethodName | Method name 'testSetCount_zeroToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 15 |
| #A7 | warning | GoogleMethodName | Method name 'testSetCount_oneToOne_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 142 | 15 |
| #A8 | warning | MethodName | Method name 'testSetCount_oneToOne_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 142 | 15 |
| #A9 | warning | GoogleMethodName | Method name 'testSetCount_oneToOne_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 148 | 15 |
| #A10 | warning | MethodName | Method name 'testSetCount_oneToOne_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 148 | 15 |
| #A11 | warning | GoogleMethodName | Method name 'testSetCount_oneToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 154 | 15 |
| #A12 | warning | MethodName | Method name 'testSetCount_oneToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 154 | 15 |
| #A13 | warning | GoogleMethodName | Method name 'testSetCount_threeToThree_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 163 | 15 |
| #A14 | warning | MethodName | Method name 'testSetCount_threeToThree_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 163 | 15 |
| #A15 | warning | GoogleMethodName | Method name 'testSetCount_threeToThree_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 169 | 15 |
| #A16 | warning | MethodName | Method name 'testSetCount_threeToThree_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 169 | 15 |
| #A17 | warning | GoogleMethodName | Method name 'testSetCount_threeToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A18 | warning | MethodName | Method name 'testSetCount_threeToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A19 | warning | GoogleMethodName | Method name 'testSetCount_zeroToOne_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 185 | 15 |
| #A20 | warning | MethodName | Method name 'testSetCount_zeroToOne_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 185 | 15 |
| #A21 | warning | GoogleMethodName | Method name 'testSetCount_zeroToThree_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 214 | 15 |
| #A22 | warning | MethodName | Method name 'testSetCount_zeroToThree_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 214 | 15 |
| #A23 | warning | GoogleMethodName | Method name 'testSetCount_oneToThree_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 220 | 15 |
| #A24 | warning | MethodName | Method name 'testSetCount_oneToThree_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 220 | 15 |
| #A25 | warning | GoogleMethodName | Method name 'testSetCount_zeroToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 225 | 15 |
| #A26 | warning | MethodName | Method name 'testSetCount_zeroToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 225 | 15 |
| #A27 | warning | GoogleMethodName | Method name 'testSetCount_zeroToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 230 | 15 |
| #A28 | warning | MethodName | Method name 'testSetCount_zeroToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 230 | 15 |
| #A29 | warning | GoogleMethodName | Method name 'testSetCount_oneToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 236 | 15 |
| #A30 | warning | MethodName | Method name 'testSetCount_oneToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 236 | 15 |
| #A31 | warning | GoogleMethodName | Method name 'testSetCount_oneToZero_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 244 | 15 |
| #A32 | warning | MethodName | Method name 'testSetCount_oneToZero_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 244 | 15 |
| #A33 | warning | GoogleMethodName | Method name 'testSetCount_threeToZero_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 276 | 15 |
| #A34 | warning | MethodName | Method name 'testSetCount_threeToZero_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 276 | 15 |
| #A35 | warning | GoogleMethodName | Method name 'testSetCount_threeToOne_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 283 | 15 |
| #A36 | warning | MethodName | Method name 'testSetCount_threeToOne_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 283 | 15 |
| #A37 | warning | GoogleMethodName | Method name 'testSetCount_oneToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 290 | 15 |
| #A38 | warning | MethodName | Method name 'testSetCount_oneToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 290 | 15 |
| #A39 | warning | GoogleMethodName | Method name 'testSetCount_threeToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 296 | 15 |
| #A40 | warning | MethodName | Method name 'testSetCount_threeToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 296 | 15 |
| #A41 | warning | GoogleMethodName | Method name 'testSetCount_threeToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 303 | 15 |
| #A42 | warning | MethodName | Method name 'testSetCount_threeToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 303 | 15 |
| #A43 | warning | GoogleMethodName | Method name 'testSetCount_removeNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 312 | 15 |
| #A44 | warning | MethodName | Method name 'testSetCount_removeNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 312 | 15 |
| #A45 | warning | GoogleMethodName | Method name 'testSetCount_addNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 320 | 15 |
| #A46 | warning | MethodName | Method name 'testSetCount_addNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 320 | 15 |
| #A47 | warning | GoogleMethodName | Method name 'testSetCount_addNull_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 325 | 15 |
| #A48 | warning | MethodName | Method name 'testSetCount_addNull_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 325 | 15 |
| #A49 | warning | GoogleMethodName | Method name 'testSetCount_noOpNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 334 | 15 |
| #A50 | warning | MethodName | Method name 'testSetCount_noOpNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 334 | 15 |
| #A51 | warning | GoogleMethodName | Method name 'testSetCount_noOpNull_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 342 | 15 |
| #A52 | warning | MethodName | Method name 'testSetCount_noOpNull_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 342 | 15 |
| #A53 | warning | GoogleMethodName | Method name 'testSetCount_existingNoNopNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 351 | 15 |
| #A54 | warning | MethodName | Method name 'testSetCount_existingNoNopNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 351 | 15 |
| #A55 | warning | GoogleMethodName | Method name 'testSetCount_negative_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 362 | 15 |
| #A56 | warning | MethodName | Method name 'testSetCount_negative_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 362 | 15 |
| #A57 | warning | GoogleMethodName | Method name 'testSetCount_negative_removeUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 371 | 15 |
| #A58 | warning | MethodName | Method name 'testSetCount_negative_removeUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 371 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A59 | warning | GoogleMethodName | Method name 'testSetValue_valueAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 36 | 15 |
| #A60 | warning | MethodName | Method name 'testSetValue_valueAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 36 | 15 |
| #A61 | warning | GoogleMethodName | Method name 'testSetValue_valuePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 47 | 15 |
| #A62 | warning | MethodName | Method name 'testSetValue_valuePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A63 | warning | GoogleMethodName | Method name 'testPutAllNullValueOnPresentKey_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 91 | 15 |
| #A64 | warning | MethodName | Method name 'testPutAllNullValueOnPresentKey_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 91 | 15 |
| #A65 | warning | GoogleMethodName | Method name 'testPutAllNullValueOnAbsentKey_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 97 | 15 |
| #A66 | warning | MethodName | Method name 'testPutAllNullValueOnAbsentKey_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 97 | 15 |
| #A67 | warning | GoogleMethodName | Method name 'testPutAllNullValueSingle_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 103 | 15 |
| #A68 | warning | MethodName | Method name 'testPutAllNullValueSingle_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 103 | 15 |
| #A69 | warning | GoogleMethodName | Method name 'testPutAllNullValueNullLast_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A70 | warning | MethodName | Method name 'testPutAllNullValueNullLast_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| #A71 | warning | GoogleMethodName | Method name 'testPutAllNullValueNullFirst_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 15 |
| #A72 | warning | MethodName | Method name 'testPutAllNullValueNullFirst_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A73 | warning | GoogleMethodName | Method name 'testPutNullValue_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 99 | 15 |
| #A74 | warning | MethodName | Method name 'testPutNullValue_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 99 | 15 |
| #A75 | warning | GoogleMethodName | Method name 'testPutNullValue_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 109 | 15 |
| #A76 | warning | MethodName | Method name 'testPutNullValue_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 109 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A77 | warning | GoogleMethodName | Method name 'testAddOccurrences_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A78 | warning | MethodName | Method name 'testAddOccurrences_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A79 | warning | GoogleMethodName | Method name 'testAddAll_emptySet' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 15 |
| #A80 | warning | MethodName | Method name 'testAddAll_emptySet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 15 |
| #A81 | warning | GoogleMethodName | Method name 'testAddAll_emptyMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A82 | warning | MethodName | Method name 'testAddAll_emptyMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| #A83 | warning | GoogleMethodName | Method name 'testAddAll_nonEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. | 117 | 15 |
| #A84 | warning | MethodName | Method name 'testAddAll_nonEmptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 15 |
| #A85 | warning | GoogleMethodName | Method name 'testAddAll_nonEmptyMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A86 | warning | MethodName | Method name 'testAddAll_nonEmptyMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A87 | warning | GoogleMethodName | Method name 'testCount_0' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A88 | warning | GoogleMethodName | Method name 'testCount_1' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A89 | warning | GoogleMethodName | Method name 'testCount_3' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A90 | warning | GoogleMethodName | Method name 'testCount_nullAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 60 | 15 |
| #A91 | warning | MethodName | Method name 'testCount_nullAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 60 | 15 |
| #A92 | warning | GoogleMethodName | Method name 'testCount_null_forbidden' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A93 | warning | MethodName | Method name 'testCount_null_forbidden' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A94 | warning | GoogleMethodName | Method name 'testCount_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A95 | warning | MethodName | Method name 'testCount_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A96 | warning | GoogleMethodName | Method name 'testCount_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 80 | 15 |
| #A97 | warning | MethodName | Method name 'testCount_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 80 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A98 | warning | GoogleMethodName | Method name 'testEntrySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. | 47 | 15 |
| #A99 | warning | MethodName | Method name 'testEntrySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 15 |
| #A100 | warning | GoogleMethodName | Method name 'testEntrySet_iteratorRemovePropagates' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A101 | warning | MethodName | Method name 'testEntrySet_iteratorRemovePropagates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A102 | warning | GoogleMethodName | Method name 'testEntrySet_removePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 73 | 15 |
| #A103 | warning | MethodName | Method name 'testEntrySet_removePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 15 |
| #A104 | warning | GoogleMethodName | Method name 'testEntrySet_removeAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 15 |
| #A105 | warning | MethodName | Method name 'testEntrySet_removeAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 15 |
| #A106 | warning | GoogleMethodName | Method name 'testEntrySet_removeAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 93 | 15 |
| #A107 | warning | MethodName | Method name 'testEntrySet_removeAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 93 | 15 |
| #A108 | warning | GoogleMethodName | Method name 'testEntrySet_removeAllAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 15 |
| #A109 | warning | MethodName | Method name 'testEntrySet_removeAllAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 15 |
| #A110 | warning | GoogleMethodName | Method name 'testEntrySet_retainAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 117 | 15 |
| #A111 | warning | MethodName | Method name 'testEntrySet_retainAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 15 |
| #A112 | warning | GoogleMethodName | Method name 'testEntrySet_retainAllAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 130 | 15 |
| #A113 | warning | MethodName | Method name 'testEntrySet_retainAllAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 130 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A114 | warning | GoogleMethodName | Method name 'testElementSet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A115 | warning | MethodName | Method name 'testElementSet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A116 | warning | GoogleMethodName | Method name 'testEntrySet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. | 47 | 15 |
| #A117 | warning | MethodName | Method name 'testEntrySet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 15 |
| #A118 | warning | GoogleMethodName | Method name 'testEntrySet_contains_count0' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 15 |
| #A119 | warning | MethodName | Method name 'testEntrySet_contains_count0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 15 |
| #A120 | warning | GoogleMethodName | Method name 'testEntrySet_contains_nonentry' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 15 |
| #A121 | warning | MethodName | Method name 'testEntrySet_contains_nonentry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 59 | 15 |
| #A122 | warning | GoogleMethodName | Method name 'testEntrySet_twice' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A123 | warning | MethodName | Method name 'testEntrySet_twice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| #A124 | warning | GoogleMethodName | Method name 'testEntrySet_hashCode_size0' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A125 | warning | MethodName | Method name 'testEntrySet_hashCode_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| #A126 | warning | GoogleMethodName | Method name 'testEntrySet_hashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A127 | warning | MethodName | Method name 'testEntrySet_hashCode_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A128 | warning | GoogleMethodName | Method name 'testEquals_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 85 | 15 |
| #A129 | warning | MethodName | Method name 'testEquals_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 85 | 15 |
| #A130 | warning | GoogleMethodName | Method name 'testEquals_differentSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 91 | 15 |
| #A131 | warning | MethodName | Method name 'testEquals_differentSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 91 | 15 |
| #A132 | warning | GoogleMethodName | Method name 'testEquals_differentElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 98 | 15 |
| #A133 | warning | MethodName | Method name 'testEquals_differentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 98 | 15 |
| #A134 | warning | GoogleMethodName | Method name 'testHashCode_size0' has invalid underscore usage, underscores only allowed between adjacent digits. | 106 | 15 |
| #A135 | warning | MethodName | Method name 'testHashCode_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 106 | 15 |
| #A136 | warning | GoogleMethodName | Method name 'testHashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A137 | warning | MethodName | Method name 'testHashCode_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A138 | warning | GoogleMethodName | Method name 'testRemove_occurrences_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A139 | warning | MethodName | Method name 'testRemove_occurrences_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A140 | warning | GoogleMethodName | Method name 'testRemove_some_occurrences_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A141 | warning | MethodName | Method name 'testRemove_some_occurrences_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A142 | warning | GoogleMethodName | Method name 'testRemove_occurrences_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 101 | 15 |
| #A143 | warning | MethodName | Method name 'testRemove_occurrences_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 101 | 15 |
| #A144 | warning | GoogleMethodName | Method name 'testRemove_occurrences_unsupported_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 108 | 15 |
| #A145 | warning | MethodName | Method name 'testRemove_occurrences_unsupported_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 108 | 15 |
| #A146 | warning | GoogleMethodName | Method name 'testRemove_occurrences_0' has invalid underscore usage, underscores only allowed between adjacent digits. | 120 | 15 |
| #A147 | warning | MethodName | Method name 'testRemove_occurrences_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 120 | 15 |
| #A148 | warning | GoogleMethodName | Method name 'testRemove_occurrences_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 129 | 15 |
| #A149 | warning | MethodName | Method name 'testRemove_occurrences_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 129 | 15 |
| #A150 | warning | GoogleMethodName | Method name 'testRemove_occurrences_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 138 | 15 |
| #A151 | warning | MethodName | Method name 'testRemove_occurrences_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 138 | 15 |
| #A152 | warning | GoogleMethodName | Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 147 | 15 |
| #A153 | warning | MethodName | Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 147 | 15 |
| #A154 | warning | GoogleMethodName | Method name 'testRemove_nullAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 157 | 15 |
| #A155 | warning | MethodName | Method name 'testRemove_nullAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 157 | 15 |
| #A156 | warning | GoogleMethodName | Method name 'testRemove_nullForbidden' has invalid underscore usage, underscores only allowed between adjacent digits. | 162 | 15 |
| #A157 | warning | MethodName | Method name 'testRemove_nullForbidden' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 162 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A158 | warning | GoogleMethodName | Method name 'testSetCountConditional_negativeOldCount_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A159 | warning | MethodName | Method name 'testSetCountConditional_negativeOldCount_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A160 | warning | GoogleMethodName | Method name 'testSetCountConditional_negativeOldCount_addUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 70 | 15 |
| #A161 | warning | MethodName | Method name 'testSetCountConditional_negativeOldCount_addUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 70 | 15 |
| #A162 | warning | GoogleMethodName | Method name 'testSetCountConditional_oldCountTooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 80 | 15 |
| #A163 | warning | MethodName | Method name 'testSetCountConditional_oldCountTooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 80 | 15 |
| #A164 | warning | GoogleMethodName | Method name 'testSetCountConditional_oldCountTooSmallZero' has invalid underscore usage, underscores only allowed between adjacent digits. | 89 | 15 |
| #A165 | warning | MethodName | Method name 'testSetCountConditional_oldCountTooSmallZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 89 | 15 |
| #A166 | warning | GoogleMethodName | Method name 'testSetCountConditional_oldCountTooSmallNonzero' has invalid underscore usage, underscores only allowed between adjacent digits. | 98 | 15 |
| #A167 | warning | MethodName | Method name 'testSetCountConditional_oldCountTooSmallNonzero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 98 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A168 | warning | GoogleMethodName | Method name 'testPutDuplicateValue_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 15 |
| #A169 | warning | MethodName | Method name 'testPutDuplicateValue_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A170 | warning | GoogleMethodName | Method name 'testFind_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A171 | warning | MethodName | Method name 'testFind_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| #A172 | warning | GoogleMethodName | Method name 'testFind_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A173 | warning | MethodName | Method name 'testFind_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A174 | warning | GoogleMethodName | Method name 'testFind_nullNotContainedButSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 15 |
| #A175 | warning | MethodName | Method name 'testFind_nullNotContainedButSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 15 |
| #A176 | warning | GoogleMethodName | Method name 'testFind_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 58 | 15 |
| #A177 | warning | MethodName | Method name 'testFind_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 58 | 15 |
| #A178 | warning | GoogleMethodName | Method name 'testFind_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 15 |
| #A179 | warning | MethodName | Method name 'testFind_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 15 |
| #A180 | warning | GoogleMethodName | Method name 'testFind_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 74 | 15 |
| #A181 | warning | MethodName | Method name 'testFind_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 74 | 15 |
| #A182 | warning | GoogleMethodName | Method name 'testFind_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 15 |
| #A183 | warning | MethodName | Method name 'testFind_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A184 | warning | GoogleMethodName | Method name 'testAddAll_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. | 51 | 15 |
| #A185 | warning | MethodName | Method name 'testAddAll_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 51 | 15 |
| #A186 | warning | GoogleMethodName | Method name 'testAddAll_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A187 | warning | MethodName | Method name 'testAddAll_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| #A188 | warning | GoogleMethodName | Method name 'testAddAll_supportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 15 |
| #A189 | warning | MethodName | Method name 'testAddAll_supportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 15 |
| #A190 | warning | GoogleMethodName | Method name 'testAddAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 74 | 15 |
| #A191 | warning | MethodName | Method name 'testAddAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 74 | 15 |
| #A192 | warning | GoogleMethodName | Method name 'testAddAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 86 | 15 |
| #A193 | warning | MethodName | Method name 'testAddAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 86 | 15 |
| #A194 | warning | GoogleMethodName | Method name 'testAddAll_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A195 | warning | MethodName | Method name 'testAddAll_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A196 | warning | GoogleMethodName | Method name 'testAddAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 120 | 15 |
| #A197 | warning | MethodName | Method name 'testAddAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 120 | 15 |
| #A198 | warning | GoogleMethodName | Method name 'testAddAll_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 15 |
| #A199 | warning | MethodName | Method name 'testAddAll_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 15 |
| #A200 | warning | GoogleMethodName | Method name 'testAddAll_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 144 | 15 |
| #A201 | warning | MethodName | Method name 'testAddAll_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 144 | 15 |
| #A202 | warning | GoogleMethodName | Method name 'testAddAll_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. | 157 | 15 |
| #A203 | warning | MethodName | Method name 'testAddAll_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 157 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A204 | warning | GoogleMethodName | Method name 'testAdd_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A205 | warning | MethodName | Method name 'testAdd_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A206 | warning | GoogleMethodName | Method name 'testAdd_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A207 | warning | MethodName | Method name 'testAdd_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A208 | warning | GoogleMethodName | Method name 'testAdd_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 66 | 15 |
| #A209 | warning | MethodName | Method name 'testAdd_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 66 | 15 |
| #A210 | warning | GoogleMethodName | Method name 'testAdd_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 77 | 15 |
| #A211 | warning | MethodName | Method name 'testAdd_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 77 | 15 |
| #A212 | warning | GoogleMethodName | Method name 'testAdd_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 83 | 15 |
| #A213 | warning | MethodName | Method name 'testAdd_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 83 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A214 | warning | GoogleMethodName | Method name 'testClear_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 51 | 15 |
| #A215 | warning | MethodName | Method name 'testClear_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 51 | 15 |
| #A216 | warning | GoogleMethodName | Method name 'testClear_unsupportedByEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A217 | warning | MethodName | Method name 'testClear_unsupportedByEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A218 | warning | GoogleMethodName | Method name 'testContainsAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A219 | warning | MethodName | Method name 'testContainsAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A220 | warning | GoogleMethodName | Method name 'testContainsAll_subset' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A221 | warning | MethodName | Method name 'testContainsAll_subset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A222 | warning | GoogleMethodName | Method name 'testContainsAll_sameElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A223 | warning | MethodName | Method name 'testContainsAll_sameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A224 | warning | GoogleMethodName | Method name 'testContainsAll_self' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 15 |
| #A225 | warning | MethodName | Method name 'testContainsAll_self' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 63 | 15 |
| #A226 | warning | GoogleMethodName | Method name 'testContainsAll_partialOverlap' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 15 |
| #A227 | warning | MethodName | Method name 'testContainsAll_partialOverlap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 15 |
| #A228 | warning | GoogleMethodName | Method name 'testContainsAll_disjoint' has invalid underscore usage, underscores only allowed between adjacent digits. | 73 | 15 |
| #A229 | warning | MethodName | Method name 'testContainsAll_disjoint' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 15 |
| #A230 | warning | GoogleMethodName | Method name 'testContainsAll_nullNotAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 80 | 15 |
| #A231 | warning | MethodName | Method name 'testContainsAll_nullNotAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 80 | 15 |
| #A232 | warning | GoogleMethodName | Method name 'testContainsAll_nullAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A233 | warning | MethodName | Method name 'testContainsAll_nullAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A234 | warning | GoogleMethodName | Method name 'testContainsAll_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 94 | 15 |
| #A235 | warning | MethodName | Method name 'testContainsAll_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 94 | 15 |
| #A236 | warning | GoogleMethodName | Method name 'testContainsAll_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 99 | 15 |
| #A237 | warning | MethodName | Method name 'testContainsAll_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 99 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A238 | warning | GoogleMethodName | Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 41 | 15 |
| #A239 | warning | MethodName | Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 15 |
| #A240 | warning | GoogleMethodName | Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A241 | warning | MethodName | Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A242 | warning | GoogleMethodName | Method name 'testContains_nullNotContainedButQueriesSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A243 | warning | MethodName | Method name 'testContains_nullNotContainedButQueriesSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A244 | warning | GoogleMethodName | Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A245 | warning | MethodName | Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| #A246 | warning | GoogleMethodName | Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 61 | 15 |
| #A247 | warning | MethodName | Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 15 |
| #A248 | warning | GoogleMethodName | Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 15 |
| #A249 | warning | MethodName | Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 68 | 15 |
| #A250 | warning | GoogleMethodName | Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 73 | 15 |
| #A251 | warning | MethodName | Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A252 | warning | GoogleMethodName | Method name 'testCreateWithNull_supported' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A253 | warning | MethodName | Method name 'testCreateWithNull_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| #A254 | warning | GoogleMethodName | Method name 'testCreateWithNull_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 51 | 15 |
| #A255 | warning | MethodName | Method name 'testCreateWithNull_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 51 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A256 | warning | GoogleMethodName | Method name 'testEquals_self' has invalid underscore usage, underscores only allowed between adjacent digits. | 34 | 15 |
| #A257 | warning | MethodName | Method name 'testEquals_self' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 34 | 15 |
| #A258 | warning | GoogleMethodName | Method name 'testEquals_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 38 | 15 |
| #A259 | warning | MethodName | Method name 'testEquals_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 38 | 15 |
| #A260 | warning | GoogleMethodName | Method name 'testEquals_notACollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A261 | warning | MethodName | Method name 'testEquals_notACollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A262 | warning | GoogleMethodName | Method name 'testIsEmpty_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 36 | 15 |
| #A263 | warning | MethodName | Method name 'testIsEmpty_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 36 | 15 |
| #A264 | warning | GoogleMethodName | Method name 'testIsEmpty_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 41 | 15 |
| #A265 | warning | MethodName | Method name 'testIsEmpty_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A266 | warning | GoogleMethodName | Method name 'testIterator_nullElement' has invalid underscore usage, underscores only allowed between adjacent digits. | 73 | 15 |
| #A267 | warning | MethodName | Method name 'testIterator_nullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 15 |
| #A268 | warning | GoogleMethodName | Method name 'testIterator_removeAffectsBackingCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 84 | 15 |
| #A269 | warning | MethodName | Method name 'testIterator_removeAffectsBackingCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 84 | 15 |
| #A270 | warning | GoogleMethodName | Method name 'testIterator_knownOrderRemoveSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A271 | warning | MethodName | Method name 'testIterator_knownOrderRemoveSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| #A272 | warning | GoogleMethodName | Method name 'testIterator_knownOrderRemoveUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 15 |
| #A273 | warning | MethodName | Method name 'testIterator_knownOrderRemoveUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 15 |
| #A274 | warning | GoogleMethodName | Method name 'testIterator_unknownOrderRemoveSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 110 | 15 |
| #A275 | warning | MethodName | Method name 'testIterator_unknownOrderRemoveSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 110 | 15 |
| #A276 | warning | GoogleMethodName | Method name 'testIterator_unknownOrderRemoveUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 115 | 15 |
| #A277 | warning | MethodName | Method name 'testIterator_unknownOrderRemoveUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 115 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A278 | warning | GoogleMethodName | Method name 'testRemoveAll_emptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A279 | warning | MethodName | Method name 'testRemoveAll_emptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A280 | warning | GoogleMethodName | Method name 'testRemoveAll_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A281 | warning | MethodName | Method name 'testRemoveAll_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| #A282 | warning | GoogleMethodName | Method name 'testRemoveAll_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 66 | 15 |
| #A283 | warning | MethodName | Method name 'testRemoveAll_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 66 | 15 |
| #A284 | warning | GoogleMethodName | Method name 'testRemoveAll_somePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A285 | warning | MethodName | Method name 'testRemoveAll_somePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A286 | warning | GoogleMethodName | Method name 'testRemoveAll_somePresentLargeCollectionToRemove' has invalid underscore usage, underscores only allowed between adjacent digits. | 98 | 15 |
| #A287 | warning | MethodName | Method name 'testRemoveAll_somePresentLargeCollectionToRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 98 | 15 |
| #A288 | warning | GoogleMethodName | Method name 'testRemoveAll_unsupportedEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 106 | 15 |
| #A289 | warning | MethodName | Method name 'testRemoveAll_unsupportedEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 106 | 15 |
| #A290 | warning | GoogleMethodName | Method name 'testRemoveAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 118 | 15 |
| #A291 | warning | MethodName | Method name 'testRemoveAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 118 | 15 |
| #A292 | warning | GoogleMethodName | Method name 'testRemoveAll_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 131 | 15 |
| #A293 | warning | MethodName | Method name 'testRemoveAll_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 131 | 15 |
| #A294 | warning | GoogleMethodName | Method name 'testRemoveAll_nullCollectionReferenceEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. | 150 | 15 |
| #A295 | warning | MethodName | Method name 'testRemoveAll_nullCollectionReferenceEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 150 | 15 |
| #A296 | warning | GoogleMethodName | Method name 'testRemoveAll_nullCollectionReferenceNonEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. | 160 | 15 |
| #A297 | warning | MethodName | Method name 'testRemoveAll_nullCollectionReferenceNonEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 160 | 15 |
| #A298 | warning | GoogleMethodName | Method name 'testRemoveAll_containsNullNo' has invalid underscore usage, underscores only allowed between adjacent digits. | 169 | 15 |
| #A299 | warning | MethodName | Method name 'testRemoveAll_containsNullNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 169 | 15 |
| #A300 | warning | GoogleMethodName | Method name 'testRemoveAll_containsNullNoButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 181 | 15 |
| #A301 | warning | MethodName | Method name 'testRemoveAll_containsNullNoButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 181 | 15 |
| #A302 | warning | GoogleMethodName | Method name 'testRemoveAll_containsNullYes' has invalid underscore usage, underscores only allowed between adjacent digits. | 189 | 15 |
| #A303 | warning | MethodName | Method name 'testRemoveAll_containsNullYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 189 | 15 |
| #A304 | warning | GoogleMethodName | Method name 'testRemoveAll_containsWrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 198 | 15 |
| #A305 | warning | MethodName | Method name 'testRemoveAll_containsWrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 198 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A306 | warning | GoogleMethodName | Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 47 | 15 |
| #A307 | warning | MethodName | Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 15 |
| #A308 | warning | GoogleMethodName | Method name 'testRemove_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A309 | warning | MethodName | Method name 'testRemove_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A310 | warning | GoogleMethodName | Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A311 | warning | MethodName | Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A312 | warning | GoogleMethodName | Method name 'testRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 15 |
| #A313 | warning | MethodName | Method name 'testRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 15 |
| #A314 | warning | GoogleMethodName | Method name 'testRemove_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 103 | 15 |
| #A315 | warning | MethodName | Method name 'testRemove_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 103 | 15 |
| #A316 | warning | GoogleMethodName | Method name 'testRemove_nullNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 115 | 15 |
| #A317 | warning | MethodName | Method name 'testRemove_nullNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 115 | 15 |
| #A318 | warning | GoogleMethodName | Method name 'testRemove_nullAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 126 | 15 |
| #A319 | warning | MethodName | Method name 'testRemove_nullAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 126 | 15 |
| #A320 | warning | GoogleMethodName | Method name 'testIteratorRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 15 |
| #A321 | warning | MethodName | Method name 'testIteratorRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 15 |
| #A322 | warning | GoogleMethodName | Method name 'testRemove_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 146 | 15 |
| #A323 | warning | MethodName | Method name 'testRemove_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 146 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A324 | warning | GoogleMethodName | Method name 'testRetainAll_emptyPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 97 | 15 |
| #A325 | warning | MethodName | Method name 'testRetainAll_emptyPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 97 | 15 |
| #A326 | warning | GoogleMethodName | Method name 'testRetainAll_emptyPreviouslyEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 15 |
| #A327 | warning | MethodName | Method name 'testRetainAll_emptyPreviouslyEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 15 |
| #A328 | warning | GoogleMethodName | Method name 'testRetainAll_emptyPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A329 | warning | MethodName | Method name 'testRetainAll_emptyPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| #A330 | warning | GoogleMethodName | Method name 'testRetainAll_emptyPreviouslyNonEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 119 | 15 |
| #A331 | warning | MethodName | Method name 'testRetainAll_emptyPreviouslyNonEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 119 | 15 |
| #A332 | warning | GoogleMethodName | Method name 'testRetainAll_disjointPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 128 | 15 |
| #A333 | warning | MethodName | Method name 'testRetainAll_disjointPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 128 | 15 |
| #A334 | warning | GoogleMethodName | Method name 'testRetainAll_disjointPreviouslyEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 135 | 15 |
| #A335 | warning | MethodName | Method name 'testRetainAll_disjointPreviouslyEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 135 | 15 |
| #A336 | warning | GoogleMethodName | Method name 'testRetainAll_disjointPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 142 | 15 |
| #A337 | warning | MethodName | Method name 'testRetainAll_disjointPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 142 | 15 |
| #A338 | warning | GoogleMethodName | Method name 'testRetainAll_disjointPreviouslyNonEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 150 | 15 |
| #A339 | warning | MethodName | Method name 'testRetainAll_disjointPreviouslyNonEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 150 | 15 |
| #A340 | warning | GoogleMethodName | Method name 'testRetainAll_superset' has invalid underscore usage, underscores only allowed between adjacent digits. | 158 | 15 |
| #A341 | warning | MethodName | Method name 'testRetainAll_superset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 158 | 15 |
| #A342 | warning | GoogleMethodName | Method name 'testRetainAll_supersetUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 164 | 15 |
| #A343 | warning | MethodName | Method name 'testRetainAll_supersetUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 164 | 15 |
| #A344 | warning | GoogleMethodName | Method name 'testRetainAll_subset' has invalid underscore usage, underscores only allowed between adjacent digits. | 173 | 15 |
| #A345 | warning | MethodName | Method name 'testRetainAll_subset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 173 | 15 |
| #A346 | warning | GoogleMethodName | Method name 'testRetainAll_subsetUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 180 | 15 |
| #A347 | warning | MethodName | Method name 'testRetainAll_subsetUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 180 | 15 |
| #A348 | warning | GoogleMethodName | Method name 'testRetainAll_sameElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 188 | 15 |
| #A349 | warning | MethodName | Method name 'testRetainAll_sameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 188 | 15 |
| #A350 | warning | GoogleMethodName | Method name 'testRetainAll_sameElementsUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 194 | 15 |
| #A351 | warning | MethodName | Method name 'testRetainAll_sameElementsUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 194 | 15 |
| #A352 | warning | GoogleMethodName | Method name 'testRetainAll_partialOverlap' has invalid underscore usage, underscores only allowed between adjacent digits. | 203 | 15 |
| #A353 | warning | MethodName | Method name 'testRetainAll_partialOverlap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 203 | 15 |
| #A354 | warning | GoogleMethodName | Method name 'testRetainAll_partialOverlapUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 210 | 15 |
| #A355 | warning | MethodName | Method name 'testRetainAll_partialOverlapUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 210 | 15 |
| #A356 | warning | GoogleMethodName | Method name 'testRetainAll_containsDuplicatesSizeOne' has invalid underscore usage, underscores only allowed between adjacent digits. | 219 | 15 |
| #A357 | warning | MethodName | Method name 'testRetainAll_containsDuplicatesSizeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 219 | 15 |
| #A358 | warning | GoogleMethodName | Method name 'testRetainAll_containsDuplicatesSizeSeveral' has invalid underscore usage, underscores only allowed between adjacent digits. | 226 | 15 |
| #A359 | warning | MethodName | Method name 'testRetainAll_containsDuplicatesSizeSeveral' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 15 |
| #A360 | warning | GoogleMethodName | Method name 'testRetainAll_nullSingletonPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 235 | 15 |
| #A361 | warning | MethodName | Method name 'testRetainAll_nullSingletonPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 235 | 15 |
| #A362 | warning | GoogleMethodName | Method name 'testRetainAll_nullSingletonPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 242 | 15 |
| #A363 | warning | MethodName | Method name 'testRetainAll_nullSingletonPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 242 | 15 |
| #A364 | warning | GoogleMethodName | Method name 'testRetainAll_nullSingletonPreviouslySingletonWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 249 | 15 |
| #A365 | warning | MethodName | Method name 'testRetainAll_nullSingletonPreviouslySingletonWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 249 | 15 |
| #A366 | warning | GoogleMethodName | Method name 'testRetainAll_nullSingletonPreviouslySeveralWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 257 | 15 |
| #A367 | warning | MethodName | Method name 'testRetainAll_nullSingletonPreviouslySeveralWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 257 | 15 |
| #A368 | warning | GoogleMethodName | Method name 'testRetainAll_containsNonNullWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 267 | 15 |
| #A369 | warning | MethodName | Method name 'testRetainAll_containsNonNullWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 267 | 15 |
| #A370 | warning | GoogleMethodName | Method name 'testRetainAll_nullCollectionReferenceEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. | 284 | 15 |
| #A371 | warning | MethodName | Method name 'testRetainAll_nullCollectionReferenceEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 284 | 15 |
| #A372 | warning | GoogleMethodName | Method name 'testRetainAll_nullCollectionReferenceNonEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. | 294 | 15 |
| #A373 | warning | MethodName | Method name 'testRetainAll_nullCollectionReferenceNonEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 294 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A374 | warning | GoogleMethodName | Method name 'testToArray_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A375 | warning | MethodName | Method name 'testToArray_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A376 | warning | GoogleMethodName | Method name 'testToArray_isPlainObjectArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A377 | warning | MethodName | Method name 'testToArray_isPlainObjectArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| #A378 | warning | GoogleMethodName | Method name 'testToArray_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A379 | warning | MethodName | Method name 'testToArray_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A380 | warning | GoogleMethodName | Method name 'testToArray_emptyArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A381 | warning | MethodName | Method name 'testToArray_emptyArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| #A382 | warning | GoogleMethodName | Method name 'testToArray_emptyArrayOfObject' has invalid underscore usage, underscores only allowed between adjacent digits. | 81 | 15 |
| #A383 | warning | MethodName | Method name 'testToArray_emptyArrayOfObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 81 | 15 |
| #A384 | warning | GoogleMethodName | Method name 'testToArray_rightSizedArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 15 |
| #A385 | warning | MethodName | Method name 'testToArray_rightSizedArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 15 |
| #A386 | warning | GoogleMethodName | Method name 'testToArray_rightSizedArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A387 | warning | MethodName | Method name 'testToArray_rightSizedArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| #A388 | warning | GoogleMethodName | Method name 'testToArray_rightSizedArrayOfObject' has invalid underscore usage, underscores only allowed between adjacent digits. | 107 | 15 |
| #A389 | warning | MethodName | Method name 'testToArray_rightSizedArrayOfObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 107 | 15 |
| #A390 | warning | GoogleMethodName | Method name 'testToArray_rightSizedArrayOfObject_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 117 | 15 |
| #A391 | warning | MethodName | Method name 'testToArray_rightSizedArrayOfObject_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 15 |
| #A392 | warning | GoogleMethodName | Method name 'testToArray_oversizedArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 126 | 15 |
| #A393 | warning | MethodName | Method name 'testToArray_oversizedArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 126 | 15 |
| #A394 | warning | GoogleMethodName | Method name 'testToArray_oversizedArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 147 | 15 |
| #A395 | warning | MethodName | Method name 'testToArray_oversizedArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 147 | 15 |
| #A396 | warning | GoogleMethodName | Method name 'testToArray_emptyArrayOfWrongTypeForNonEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 165 | 15 |
| #A397 | warning | MethodName | Method name 'testToArray_emptyArrayOfWrongTypeForNonEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 165 | 15 |
| #A398 | warning | GoogleMethodName | Method name 'testToArray_emptyArrayOfWrongTypeForEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A399 | warning | MethodName | Method name 'testToArray_emptyArrayOfWrongTypeForEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A400 | warning | GoogleMethodName | Method name 'testToString_minimal' has invalid underscore usage, underscores only allowed between adjacent digits. | 42 | 15 |
| #A401 | warning | MethodName | Method name 'testToString_minimal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 42 | 15 |
| #A402 | warning | GoogleMethodName | Method name 'testToString_size0' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A403 | warning | MethodName | Method name 'testToString_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A404 | warning | GoogleMethodName | Method name 'testToString_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A405 | warning | MethodName | Method name 'testToString_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A406 | warning | GoogleMethodName | Method name 'testToString_sizeSeveral' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 15 |
| #A407 | warning | MethodName | Method name 'testToString_sizeSeveral' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 63 | 15 |
| #A408 | warning | GoogleMethodName | Method name 'testToString_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 70 | 15 |
| #A409 | warning | MethodName | Method name 'testToString_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 70 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A410 | warning | GoogleMethodName | Method name 'testPutIfAbsent_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A411 | warning | MethodName | Method name 'testPutIfAbsent_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A412 | warning | GoogleMethodName | Method name 'testPutIfAbsent_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A413 | warning | MethodName | Method name 'testPutIfAbsent_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| #A414 | warning | GoogleMethodName | Method name 'testPutIfAbsent_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A415 | warning | MethodName | Method name 'testPutIfAbsent_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| #A416 | warning | GoogleMethodName | Method name 'testPutIfAbsent_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 76 | 15 |
| #A417 | warning | MethodName | Method name 'testPutIfAbsent_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 76 | 15 |
| #A418 | warning | GoogleMethodName | Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 89 | 15 |
| #A419 | warning | MethodName | Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 89 | 15 |
| #A420 | warning | GoogleMethodName | Method name 'testPutIfAbsent_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 98 | 15 |
| #A421 | warning | MethodName | Method name 'testPutIfAbsent_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 98 | 15 |
| #A422 | warning | GoogleMethodName | Method name 'testPutIfAbsent_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 110 | 15 |
| #A423 | warning | MethodName | Method name 'testPutIfAbsent_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 110 | 15 |
| #A424 | warning | GoogleMethodName | Method name 'testPutIfAbsent_putWithNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A425 | warning | MethodName | Method name 'testPutIfAbsent_putWithNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A426 | warning | GoogleMethodName | Method name 'testRemove_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 47 | 15 |
| #A427 | warning | MethodName | Method name 'testRemove_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 15 |
| #A428 | warning | GoogleMethodName | Method name 'testRemove_supportedPresentKeyWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 15 |
| #A429 | warning | MethodName | Method name 'testRemove_supportedPresentKeyWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 15 |
| #A430 | warning | GoogleMethodName | Method name 'testRemove_supportedWrongKeyPresentValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 15 |
| #A431 | warning | MethodName | Method name 'testRemove_supportedWrongKeyPresentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 59 | 15 |
| #A432 | warning | GoogleMethodName | Method name 'testRemove_supportedAbsentKeyAbsentValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A433 | warning | MethodName | Method name 'testRemove_supportedAbsentKeyAbsentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A434 | warning | GoogleMethodName | Method name 'testRemove_nullKeyQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A435 | warning | MethodName | Method name 'testRemove_nullKeyQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A436 | warning | GoogleMethodName | Method name 'testRemove_nullValueQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 81 | 15 |
| #A437 | warning | MethodName | Method name 'testRemove_nullValueQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 81 | 15 |
| #A438 | warning | GoogleMethodName | Method name 'testRemove_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 15 |
| #A439 | warning | MethodName | Method name 'testRemove_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 15 |
| #A440 | warning | GoogleMethodName | Method name 'testRemove_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 102 | 15 |
| #A441 | warning | MethodName | Method name 'testRemove_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 102 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A442 | warning | GoogleMethodName | Method name 'testReplaceEntry_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A443 | warning | MethodName | Method name 'testReplaceEntry_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A444 | warning | GoogleMethodName | Method name 'testReplaceEntry_supportedPresentUnchanged' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A445 | warning | MethodName | Method name 'testReplaceEntry_supportedPresentUnchanged' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| #A446 | warning | GoogleMethodName | Method name 'testReplaceEntry_supportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A447 | warning | MethodName | Method name 'testReplaceEntry_supportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A448 | warning | GoogleMethodName | Method name 'testReplaceEntry_supportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 15 |
| #A449 | warning | MethodName | Method name 'testReplaceEntry_supportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 68 | 15 |
| #A450 | warning | GoogleMethodName | Method name 'testReplaceEntry_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A451 | warning | MethodName | Method name 'testReplaceEntry_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A452 | warning | GoogleMethodName | Method name 'testReplaceEntry_wrongValueNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 86 | 15 |
| #A453 | warning | MethodName | Method name 'testReplaceEntry_wrongValueNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 86 | 15 |
| #A454 | warning | GoogleMethodName | Method name 'testReplaceEntry_absentKeyNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A455 | warning | MethodName | Method name 'testReplaceEntry_absentKeyNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A456 | warning | GoogleMethodName | Method name 'testReplaceEntry_nullDifferentFromAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 106 | 15 |
| #A457 | warning | MethodName | Method name 'testReplaceEntry_nullDifferentFromAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 106 | 15 |
| #A458 | warning | GoogleMethodName | Method name 'testReplaceEntry_expectNullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 112 | 15 |
| #A459 | warning | MethodName | Method name 'testReplaceEntry_expectNullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 112 | 15 |
| #A460 | warning | GoogleMethodName | Method name 'testReplaceEntry_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A461 | warning | MethodName | Method name 'testReplaceEntry_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| #A462 | warning | GoogleMethodName | Method name 'testReplaceEntry_unsupportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 134 | 15 |
| #A463 | warning | MethodName | Method name 'testReplaceEntry_unsupportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 134 | 15 |
| #A464 | warning | GoogleMethodName | Method name 'testReplaceEntry_unsupportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 144 | 15 |
| #A465 | warning | MethodName | Method name 'testReplaceEntry_unsupportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 144 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A466 | warning | GoogleMethodName | Method name 'testReplace_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A467 | warning | MethodName | Method name 'testReplace_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A468 | warning | GoogleMethodName | Method name 'testReplace_supportedPresentNoChange' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A469 | warning | MethodName | Method name 'testReplace_supportedPresentNoChange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A470 | warning | GoogleMethodName | Method name 'testReplace_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A471 | warning | MethodName | Method name 'testReplace_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A472 | warning | GoogleMethodName | Method name 'testReplace_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 15 |
| #A473 | warning | MethodName | Method name 'testReplace_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 15 |
| #A474 | warning | GoogleMethodName | Method name 'testReplace_absentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 79 | 15 |
| #A475 | warning | MethodName | Method name 'testReplace_absentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 79 | 15 |
| #A476 | warning | GoogleMethodName | Method name 'testReplace_absentNullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 89 | 15 |
| #A477 | warning | MethodName | Method name 'testReplace_absentNullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 89 | 15 |
| #A478 | warning | GoogleMethodName | Method name 'testReplace_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A479 | warning | MethodName | Method name 'testReplace_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A480 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A481 | warning | MethodName | Method name 'testAddAllAtIndex_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A482 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A483 | warning | MethodName | Method name 'testAddAllAtIndex_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A484 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A485 | warning | MethodName | Method name 'testAddAllAtIndex_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A486 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 74 | 15 |
| #A487 | warning | MethodName | Method name 'testAddAllAtIndex_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 74 | 15 |
| #A488 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. | 85 | 15 |
| #A489 | warning | MethodName | Method name 'testAddAllAtIndex_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 85 | 15 |
| #A490 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. | 91 | 15 |
| #A491 | warning | MethodName | Method name 'testAddAllAtIndex_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 91 | 15 |
| #A492 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. | 102 | 15 |
| #A493 | warning | MethodName | Method name 'testAddAllAtIndex_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 102 | 15 |
| #A494 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 110 | 15 |
| #A495 | warning | MethodName | Method name 'testAddAllAtIndex_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 110 | 15 |
| #A496 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 122 | 15 |
| #A497 | warning | MethodName | Method name 'testAddAllAtIndex_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 122 | 15 |
| #A498 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. | 136 | 15 |
| #A499 | warning | MethodName | Method name 'testAddAllAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 136 | 15 |
| #A500 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_end' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 15 |
| #A501 | warning | MethodName | Method name 'testAddAllAtIndex_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 15 |
| #A502 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. | 153 | 15 |
| #A503 | warning | MethodName | Method name 'testAddAllAtIndex_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 153 | 15 |
| #A504 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 163 | 15 |
| #A505 | warning | MethodName | Method name 'testAddAllAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 163 | 15 |
| #A506 | warning | GoogleMethodName | Method name 'testAddAllAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 174 | 15 |
| #A507 | warning | MethodName | Method name 'testAddAllAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 174 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A508 | warning | GoogleMethodName | Method name 'testAddAll_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A509 | warning | MethodName | Method name 'testAddAll_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A510 | warning | GoogleMethodName | Method name 'testAddAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A511 | warning | MethodName | Method name 'testAddAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A512 | warning | GoogleMethodName | Method name 'testAddAll_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. | 58 | 15 |
| #A513 | warning | MethodName | Method name 'testAddAll_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 58 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A514 | warning | GoogleMethodName | Method name 'testAddAtIndex_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A515 | warning | MethodName | Method name 'testAddAtIndex_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A516 | warning | GoogleMethodName | Method name 'testAddAtIndex_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 15 |
| #A517 | warning | MethodName | Method name 'testAddAtIndex_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 59 | 15 |
| #A518 | warning | GoogleMethodName | Method name 'testAddAtIndex_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 15 |
| #A519 | warning | MethodName | Method name 'testAddAtIndex_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 15 |
| #A520 | warning | GoogleMethodName | Method name 'testAddAtIndex_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A521 | warning | MethodName | Method name 'testAddAtIndex_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A522 | warning | GoogleMethodName | Method name 'testAddAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A523 | warning | MethodName | Method name 'testAddAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| #A524 | warning | GoogleMethodName | Method name 'testAddAtIndex_end' has invalid underscore usage, underscores only allowed between adjacent digits. | 107 | 15 |
| #A525 | warning | MethodName | Method name 'testAddAtIndex_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 107 | 15 |
| #A526 | warning | GoogleMethodName | Method name 'testAddAtIndex_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A527 | warning | MethodName | Method name 'testAddAtIndex_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| #A528 | warning | GoogleMethodName | Method name 'testAddAtIndex_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 121 | 15 |
| #A529 | warning | MethodName | Method name 'testAddAtIndex_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 121 | 15 |
| #A530 | warning | GoogleMethodName | Method name 'testAddAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 132 | 15 |
| #A531 | warning | MethodName | Method name 'testAddAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 15 |
| #A532 | warning | GoogleMethodName | Method name 'testAddAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 143 | 15 |
| #A533 | warning | MethodName | Method name 'testAddAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 143 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A534 | warning | GoogleMethodName | Method name 'testAdd_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A535 | warning | MethodName | Method name 'testAdd_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A536 | warning | GoogleMethodName | Method name 'testAdd_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A537 | warning | MethodName | Method name 'testAdd_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| #A538 | warning | GoogleMethodName | Method name 'testAdd_supportedNullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A539 | warning | MethodName | Method name 'testAdd_supportedNullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A540 | warning | GoogleMethodName | Method name 'testEquals_otherListWithSameElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 38 | 15 |
| #A541 | warning | MethodName | Method name 'testEquals_otherListWithSameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 38 | 15 |
| #A542 | warning | GoogleMethodName | Method name 'testEquals_otherListWithDifferentElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A543 | warning | MethodName | Method name 'testEquals_otherListWithDifferentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A544 | warning | GoogleMethodName | Method name 'testEquals_otherListContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A545 | warning | MethodName | Method name 'testEquals_otherListContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A546 | warning | GoogleMethodName | Method name 'testEquals_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A547 | warning | MethodName | Method name 'testEquals_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| #A548 | warning | GoogleMethodName | Method name 'testEquals_shorterList' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A549 | warning | MethodName | Method name 'testEquals_shorterList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A550 | warning | GoogleMethodName | Method name 'testEquals_longerList' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 15 |
| #A551 | warning | MethodName | Method name 'testEquals_longerList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 15 |
| #A552 | warning | GoogleMethodName | Method name 'testEquals_set' has invalid underscore usage, underscores only allowed between adjacent digits. | 89 | 15 |
| #A553 | warning | MethodName | Method name 'testEquals_set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 89 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A554 | warning | GoogleMethodName | Method name 'testGet_valid' has invalid underscore usage, underscores only allowed between adjacent digits. | 31 | 15 |
| #A555 | warning | MethodName | Method name 'testGet_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 31 | 15 |
| #A556 | warning | GoogleMethodName | Method name 'testGet_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 36 | 15 |
| #A557 | warning | MethodName | Method name 'testGet_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 36 | 15 |
| #A558 | warning | GoogleMethodName | Method name 'testGet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A559 | warning | MethodName | Method name 'testGet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A560 | warning | GoogleMethodName | Method name 'testIndexOf_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A561 | warning | MethodName | Method name 'testIndexOf_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A562 | warning | GoogleMethodName | Method name 'testLastIndexOf_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A563 | warning | MethodName | Method name 'testLastIndexOf_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A564 | warning | GoogleMethodName | Method name 'testListIterator_unmodifiable' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 15 |
| #A565 | warning | MethodName | Method name 'testListIterator_unmodifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 15 |
| #A566 | warning | GoogleMethodName | Method name 'testListIterator_fullyModifiable' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 15 |
| #A567 | warning | MethodName | Method name 'testListIterator_fullyModifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 63 | 15 |
| #A568 | warning | GoogleMethodName | Method name 'testListIterator_tooLow' has invalid underscore usage, underscores only allowed between adjacent digits. | 87 | 15 |
| #A569 | warning | MethodName | Method name 'testListIterator_tooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 87 | 15 |
| #A570 | warning | GoogleMethodName | Method name 'testListIterator_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. | 95 | 15 |
| #A571 | warning | MethodName | Method name 'testListIterator_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 95 | 15 |
| #A572 | warning | GoogleMethodName | Method name 'testListIterator_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 103 | 15 |
| #A573 | warning | MethodName | Method name 'testListIterator_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 103 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A574 | warning | GoogleMethodName | Method name 'testRemoveAll_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. | 41 | 15 |
| #A575 | warning | MethodName | Method name 'testRemoveAll_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A576 | warning | GoogleMethodName | Method name 'testRemoveAtIndex_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A577 | warning | MethodName | Method name 'testRemoveAtIndex_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A578 | warning | GoogleMethodName | Method name 'testRemoveAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A579 | warning | MethodName | Method name 'testRemoveAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| #A580 | warning | GoogleMethodName | Method name 'testRemoveAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A581 | warning | MethodName | Method name 'testRemoveAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A582 | warning | GoogleMethodName | Method name 'testRemoveAtIndex_first' has invalid underscore usage, underscores only allowed between adjacent digits. | 76 | 15 |
| #A583 | warning | MethodName | Method name 'testRemoveAtIndex_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 76 | 15 |
| #A584 | warning | GoogleMethodName | Method name 'testRemoveAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 15 |
| #A585 | warning | MethodName | Method name 'testRemoveAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 15 |
| #A586 | warning | GoogleMethodName | Method name 'testRemoveAtIndex_last' has invalid underscore usage, underscores only allowed between adjacent digits. | 102 | 15 |
| #A587 | warning | MethodName | Method name 'testRemoveAtIndex_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 102 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A588 | warning | GoogleMethodName | Method name 'testRemove_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. | 39 | 15 |
| #A589 | warning | MethodName | Method name 'testRemove_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 39 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A590 | warning | GoogleMethodName | Method name 'testRetainAll_duplicatesKept' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A591 | warning | MethodName | Method name 'testRetainAll_duplicatesKept' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| #A592 | warning | GoogleMethodName | Method name 'testRetainAll_duplicatesRemoved' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A593 | warning | MethodName | Method name 'testRetainAll_duplicatesRemoved' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A594 | warning | GoogleMethodName | Method name 'testRetainAll_countIgnored' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 15 |
| #A595 | warning | MethodName | Method name 'testRetainAll_countIgnored' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A596 | warning | GoogleMethodName | Method name 'testSet_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A597 | warning | MethodName | Method name 'testSet_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A598 | warning | GoogleMethodName | Method name 'testSet_replacingNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A599 | warning | MethodName | Method name 'testSet_replacingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| #A600 | warning | GoogleMethodName | Method name 'testSet_indexTooLow' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A601 | warning | MethodName | Method name 'testSet_indexTooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A602 | warning | GoogleMethodName | Method name 'testSet_indexTooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A603 | warning | MethodName | Method name 'testSet_indexTooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A604 | warning | GoogleMethodName | Method name 'testSet_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A605 | warning | MethodName | Method name 'testSet_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| #A606 | warning | GoogleMethodName | Method name 'testSet_unsupportedByEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A607 | warning | MethodName | Method name 'testSet_unsupportedByEmptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| #A608 | warning | GoogleMethodName | Method name 'testSet_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A609 | warning | MethodName | Method name 'testSet_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| #A610 | warning | MethodName | Method name 'aValidIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 15 |
| #A611 | warning | GoogleMethodName | Method name 'aValidIndex' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 132 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A612 | warning | GoogleMethodName | Method name 'testSubList_startNegative' has invalid underscore usage, underscores only allowed between adjacent digits. | 52 | 15 |
| #A613 | warning | MethodName | Method name 'testSubList_startNegative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 52 | 15 |
| #A614 | warning | GoogleMethodName | Method name 'testSubList_endTooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 60 | 15 |
| #A615 | warning | MethodName | Method name 'testSubList_endTooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 60 | 15 |
| #A616 | warning | GoogleMethodName | Method name 'testSubList_startGreaterThanEnd' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 15 |
| #A617 | warning | MethodName | Method name 'testSubList_startGreaterThanEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 68 | 15 |
| #A618 | warning | GoogleMethodName | Method name 'testSubList_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 83 | 15 |
| #A619 | warning | MethodName | Method name 'testSubList_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 83 | 15 |
| #A620 | warning | GoogleMethodName | Method name 'testSubList_entireList' has invalid underscore usage, underscores only allowed between adjacent digits. | 87 | 15 |
| #A621 | warning | MethodName | Method name 'testSubList_entireList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 87 | 15 |
| #A622 | warning | GoogleMethodName | Method name 'testSubList_subListRemoveAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A623 | warning | MethodName | Method name 'testSubList_subListRemoveAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A624 | warning | GoogleMethodName | Method name 'testSubList_subListClearAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 15 |
| #A625 | warning | MethodName | Method name 'testSubList_subListClearAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 15 |
| #A626 | warning | GoogleMethodName | Method name 'testSubList_subListAddAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. | 113 | 15 |
| #A627 | warning | MethodName | Method name 'testSubList_subListAddAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 113 | 15 |
| #A628 | warning | GoogleMethodName | Method name 'testSubList_subListSetAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. | 121 | 15 |
| #A629 | warning | MethodName | Method name 'testSubList_subListSetAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 121 | 15 |
| #A630 | warning | GoogleMethodName | Method name 'testSubList_originalListSetAffectsSubList' has invalid underscore usage, underscores only allowed between adjacent digits. | 131 | 15 |
| #A631 | warning | MethodName | Method name 'testSubList_originalListSetAffectsSubList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 131 | 15 |
| #A632 | warning | GoogleMethodName | Method name 'testSubList_subListRemoveAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. | 143 | 15 |
| #A633 | warning | MethodName | Method name 'testSubList_subListRemoveAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 143 | 15 |
| #A634 | warning | GoogleMethodName | Method name 'testSubList_subListAddAtIndexAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. | 153 | 15 |
| #A635 | warning | MethodName | Method name 'testSubList_subListAddAtIndexAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 153 | 15 |
| #A636 | warning | GoogleMethodName | Method name 'testSubList_subListSetAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. | 161 | 15 |
| #A637 | warning | MethodName | Method name 'testSubList_subListSetAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 161 | 15 |
| #A638 | warning | GoogleMethodName | Method name 'testSubList_originalListSetAffectsSubListLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. | 171 | 15 |
| #A639 | warning | MethodName | Method name 'testSubList_originalListSetAffectsSubListLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 171 | 15 |
| #A640 | warning | GoogleMethodName | Method name 'testSubList_ofSubListEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 181 | 15 |
| #A641 | warning | MethodName | Method name 'testSubList_ofSubListEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 181 | 15 |
| #A642 | warning | GoogleMethodName | Method name 'testSubList_ofSubListNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 187 | 15 |
| #A643 | warning | MethodName | Method name 'testSubList_ofSubListNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 187 | 15 |
| #A644 | warning | GoogleMethodName | Method name 'testSubList_size' has invalid underscore usage, underscores only allowed between adjacent digits. | 197 | 15 |
| #A645 | warning | MethodName | Method name 'testSubList_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 197 | 15 |
| #A646 | warning | GoogleMethodName | Method name 'testSubList_isEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 208 | 15 |
| #A647 | warning | MethodName | Method name 'testSubList_isEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 208 | 15 |
| #A648 | warning | GoogleMethodName | Method name 'testSubList_get' has invalid underscore usage, underscores only allowed between adjacent digits. | 223 | 15 |
| #A649 | warning | MethodName | Method name 'testSubList_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 223 | 15 |
| #A650 | warning | GoogleMethodName | Method name 'testSubList_contains' has invalid underscore usage, underscores only allowed between adjacent digits. | 247 | 15 |
| #A651 | warning | MethodName | Method name 'testSubList_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | 15 |
| #A652 | warning | GoogleMethodName | Method name 'testSubList_indexOf' has invalid underscore usage, underscores only allowed between adjacent digits. | 265 | 15 |
| #A653 | warning | MethodName | Method name 'testSubList_indexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 265 | 15 |
| #A654 | warning | GoogleMethodName | Method name 'testSubList_lastIndexOf' has invalid underscore usage, underscores only allowed between adjacent digits. | 283 | 15 |
| #A655 | warning | MethodName | Method name 'testSubList_lastIndexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 283 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A656 | warning | GoogleMethodName | Method name 'testToArray_noArg' has invalid underscore usage, underscores only allowed between adjacent digits. | 37 | 15 |
| #A657 | warning | MethodName | Method name 'testToArray_noArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 37 | 15 |
| #A658 | warning | GoogleMethodName | Method name 'testToArray_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A659 | warning | MethodName | Method name 'testToArray_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| #A660 | warning | GoogleMethodName | Method name 'testToArray_largeEnough' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A661 | warning | MethodName | Method name 'testToArray_largeEnough' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A662 | warning | GoogleMethodName | Method name 'testClear_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 15 |
| #A663 | warning | MethodName | Method name 'testClear_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 15 |
| #A664 | warning | GoogleMethodName | Method name 'testClear_unsupportedByEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 15 |
| #A665 | warning | MethodName | Method name 'testClear_unsupportedByEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A666 | warning | GoogleMethodName | Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A667 | warning | MethodName | Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A668 | warning | GoogleMethodName | Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A669 | warning | MethodName | Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A670 | warning | GoogleMethodName | Method name 'testContains_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A671 | warning | MethodName | Method name 'testContains_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A672 | warning | GoogleMethodName | Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A673 | warning | MethodName | Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A674 | warning | GoogleMethodName | Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 60 | 15 |
| #A675 | warning | MethodName | Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 60 | 15 |
| #A676 | warning | GoogleMethodName | Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 15 |
| #A677 | warning | MethodName | Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 15 |
| #A678 | warning | GoogleMethodName | Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A679 | warning | MethodName | Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A680 | warning | GoogleMethodName | Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 41 | 15 |
| #A681 | warning | MethodName | Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 15 |
| #A682 | warning | GoogleMethodName | Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A683 | warning | MethodName | Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A684 | warning | GoogleMethodName | Method name 'testContains_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A685 | warning | MethodName | Method name 'testContains_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A686 | warning | GoogleMethodName | Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A687 | warning | MethodName | Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| #A688 | warning | GoogleMethodName | Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A689 | warning | MethodName | Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A690 | warning | GoogleMethodName | Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 15 |
| #A691 | warning | MethodName | Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 15 |
| #A692 | warning | GoogleMethodName | Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 74 | 15 |
| #A693 | warning | MethodName | Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 74 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A694 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 93 | 15 |
| #A695 | warning | MethodName | Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 93 | 15 |
| #A696 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 99 | 15 |
| #A697 | warning | MethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 99 | 15 |
| #A698 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 15 |
| #A699 | warning | MethodName | Method name 'testCreateWithDuplicates_nullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 15 |
| #A700 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 116 | 15 |
| #A701 | warning | MethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 116 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A702 | warning | GoogleMethodName | Method name 'testEquals_otherMapWithSameEntries' has invalid underscore usage, underscores only allowed between adjacent digits. | 42 | 15 |
| #A703 | warning | MethodName | Method name 'testEquals_otherMapWithSameEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 42 | 15 |
| #A704 | warning | GoogleMethodName | Method name 'testEquals_otherMapWithDifferentEntries' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A705 | warning | MethodName | Method name 'testEquals_otherMapWithDifferentEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A706 | warning | GoogleMethodName | Method name 'testEquals_containingNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 58 | 15 |
| #A707 | warning | MethodName | Method name 'testEquals_containingNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 58 | 15 |
| #A708 | warning | GoogleMethodName | Method name 'testEquals_otherContainsNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 70 | 15 |
| #A709 | warning | MethodName | Method name 'testEquals_otherContainsNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 70 | 15 |
| #A710 | warning | GoogleMethodName | Method name 'testEquals_containingNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 15 |
| #A711 | warning | MethodName | Method name 'testEquals_containingNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 15 |
| #A712 | warning | GoogleMethodName | Method name 'testEquals_otherContainsNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 94 | 15 |
| #A713 | warning | MethodName | Method name 'testEquals_otherContainsNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 94 | 15 |
| #A714 | warning | GoogleMethodName | Method name 'testEquals_smallerMap' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 15 |
| #A715 | warning | MethodName | Method name 'testEquals_smallerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 15 |
| #A716 | warning | GoogleMethodName | Method name 'testEquals_largerMap' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A717 | warning | MethodName | Method name 'testEquals_largerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| #A718 | warning | GoogleMethodName | Method name 'testEquals_list' has invalid underscore usage, underscores only allowed between adjacent digits. | 117 | 15 |
| #A719 | warning | MethodName | Method name 'testEquals_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A720 | warning | GoogleMethodName | Method name 'testGet_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 41 | 15 |
| #A721 | warning | MethodName | Method name 'testGet_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 15 |
| #A722 | warning | GoogleMethodName | Method name 'testGet_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A723 | warning | MethodName | Method name 'testGet_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A724 | warning | GoogleMethodName | Method name 'testGet_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A725 | warning | MethodName | Method name 'testGet_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A726 | warning | GoogleMethodName | Method name 'testGet_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A727 | warning | MethodName | Method name 'testGet_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| #A728 | warning | GoogleMethodName | Method name 'testGet_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A729 | warning | MethodName | Method name 'testGet_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| #A730 | warning | GoogleMethodName | Method name 'testGet_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A731 | warning | MethodName | Method name 'testGet_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A732 | warning | GoogleMethodName | Method name 'testGet_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 76 | 15 |
| #A733 | warning | MethodName | Method name 'testGet_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 76 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A734 | warning | GoogleMethodName | Method name 'testHashCode_containingNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 52 | 15 |
| #A735 | warning | MethodName | Method name 'testHashCode_containingNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 52 | 15 |
| #A736 | warning | GoogleMethodName | Method name 'testHashCode_containingNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 15 |
| #A737 | warning | MethodName | Method name 'testHashCode_containingNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 59 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A738 | warning | GoogleMethodName | Method name 'testIsEmpty_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 36 | 15 |
| #A739 | warning | MethodName | Method name 'testIsEmpty_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 36 | 15 |
| #A740 | warning | GoogleMethodName | Method name 'testIsEmpty_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 41 | 15 |
| #A741 | warning | MethodName | Method name 'testIsEmpty_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A742 | warning | GoogleMethodName | Method name 'testPutAll_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A743 | warning | MethodName | Method name 'testPutAll_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A744 | warning | GoogleMethodName | Method name 'testPutAll_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A745 | warning | MethodName | Method name 'testPutAll_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A746 | warning | GoogleMethodName | Method name 'testPutAll_supportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 80 | 15 |
| #A747 | warning | MethodName | Method name 'testPutAll_supportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 80 | 15 |
| #A748 | warning | GoogleMethodName | Method name 'testPutAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 86 | 15 |
| #A749 | warning | MethodName | Method name 'testPutAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 86 | 15 |
| #A750 | warning | GoogleMethodName | Method name 'testPutAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 98 | 15 |
| #A751 | warning | MethodName | Method name 'testPutAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 98 | 15 |
| #A752 | warning | GoogleMethodName | Method name 'testPutAll_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 118 | 15 |
| #A753 | warning | MethodName | Method name 'testPutAll_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 118 | 15 |
| #A754 | warning | GoogleMethodName | Method name 'testPutAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 129 | 15 |
| #A755 | warning | MethodName | Method name 'testPutAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 129 | 15 |
| #A756 | warning | GoogleMethodName | Method name 'testPutAll_nullKeySupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 138 | 15 |
| #A757 | warning | MethodName | Method name 'testPutAll_nullKeySupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 138 | 15 |
| #A758 | warning | GoogleMethodName | Method name 'testPutAll_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 144 | 15 |
| #A759 | warning | MethodName | Method name 'testPutAll_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 144 | 15 |
| #A760 | warning | GoogleMethodName | Method name 'testPutAll_nullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 156 | 15 |
| #A761 | warning | MethodName | Method name 'testPutAll_nullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 156 | 15 |
| #A762 | warning | GoogleMethodName | Method name 'testPutAll_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 162 | 15 |
| #A763 | warning | MethodName | Method name 'testPutAll_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 162 | 15 |
| #A764 | warning | GoogleMethodName | Method name 'testPutAll_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. | 174 | 15 |
| #A765 | warning | MethodName | Method name 'testPutAll_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 174 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A766 | warning | GoogleMethodName | Method name 'testPut_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A767 | warning | MethodName | Method name 'testPut_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| #A768 | warning | GoogleMethodName | Method name 'testPut_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 70 | 15 |
| #A769 | warning | MethodName | Method name 'testPut_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 70 | 15 |
| #A770 | warning | GoogleMethodName | Method name 'testPut_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 115 | 15 |
| #A771 | warning | MethodName | Method name 'testPut_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 115 | 15 |
| #A772 | warning | GoogleMethodName | Method name 'testPut_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 127 | 15 |
| #A773 | warning | MethodName | Method name 'testPut_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 127 | 15 |
| #A774 | warning | GoogleMethodName | Method name 'testPut_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 137 | 15 |
| #A775 | warning | MethodName | Method name 'testPut_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 137 | 15 |
| #A776 | warning | GoogleMethodName | Method name 'testPut_nullKeySupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 147 | 15 |
| #A777 | warning | MethodName | Method name 'testPut_nullKeySupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 147 | 15 |
| #A778 | warning | GoogleMethodName | Method name 'testPut_nullKeySupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 154 | 15 |
| #A779 | warning | MethodName | Method name 'testPut_nullKeySupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 154 | 15 |
| #A780 | warning | GoogleMethodName | Method name 'testPut_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 168 | 15 |
| #A781 | warning | MethodName | Method name 'testPut_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 168 | 15 |
| #A782 | warning | GoogleMethodName | Method name 'testPut_nullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 180 | 15 |
| #A783 | warning | MethodName | Method name 'testPut_nullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 180 | 15 |
| #A784 | warning | GoogleMethodName | Method name 'testPut_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 186 | 15 |
| #A785 | warning | MethodName | Method name 'testPut_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 186 | 15 |
| #A786 | warning | GoogleMethodName | Method name 'testPut_replaceWithNullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 199 | 15 |
| #A787 | warning | MethodName | Method name 'testPut_replaceWithNullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 199 | 15 |
| #A788 | warning | GoogleMethodName | Method name 'testPut_replaceWithNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 209 | 15 |
| #A789 | warning | MethodName | Method name 'testPut_replaceWithNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 209 | 15 |
| #A790 | warning | GoogleMethodName | Method name 'testPut_replaceNullValueWithNullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 222 | 15 |
| #A791 | warning | MethodName | Method name 'testPut_replaceNullValueWithNullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 222 | 15 |
| #A792 | warning | GoogleMethodName | Method name 'testPut_replaceNullValueWithNonNullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 232 | 15 |
| #A793 | warning | MethodName | Method name 'testPut_replaceNullValueWithNonNullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 232 | 15 |
| #A794 | warning | GoogleMethodName | Method name 'testPut_nullKeyAndValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 243 | 15 |
| #A795 | warning | MethodName | Method name 'testPut_nullKeyAndValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 243 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A796 | warning | GoogleMethodName | Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A797 | warning | MethodName | Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A798 | warning | GoogleMethodName | Method name 'testRemove_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 97 | 15 |
| #A799 | warning | MethodName | Method name 'testRemove_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 97 | 15 |
| #A800 | warning | GoogleMethodName | Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 15 |
| #A801 | warning | MethodName | Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 15 |
| #A802 | warning | GoogleMethodName | Method name 'testRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 119 | 15 |
| #A803 | warning | MethodName | Method name 'testRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 119 | 15 |
| #A804 | warning | GoogleMethodName | Method name 'testRemove_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 130 | 15 |
| #A805 | warning | MethodName | Method name 'testRemove_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 130 | 15 |
| #A806 | warning | GoogleMethodName | Method name 'testRemove_nullQueriesNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 142 | 15 |
| #A807 | warning | MethodName | Method name 'testRemove_nullQueriesNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 142 | 15 |
| #A808 | warning | GoogleMethodName | Method name 'testRemove_nullSupportedMissing' has invalid underscore usage, underscores only allowed between adjacent digits. | 152 | 15 |
| #A809 | warning | MethodName | Method name 'testRemove_nullSupportedMissing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 152 | 15 |
| #A810 | warning | GoogleMethodName | Method name 'testRemove_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. | 158 | 15 |
| #A811 | warning | MethodName | Method name 'testRemove_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 158 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A812 | warning | GoogleMethodName | Method name 'testToString_minimal' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A813 | warning | MethodName | Method name 'testToString_minimal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A814 | warning | GoogleMethodName | Method name 'testToString_size0' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A815 | warning | MethodName | Method name 'testToString_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A816 | warning | GoogleMethodName | Method name 'testToString_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A817 | warning | MethodName | Method name 'testToString_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A818 | warning | GoogleMethodName | Method name 'testToString_formatting' has invalid underscore usage, underscores only allowed between adjacent digits. | 77 | 15 |
| #A819 | warning | MethodName | Method name 'testToString_formatting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 77 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A820 | warning | GoogleMethodName | Method name 'testElement_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A821 | warning | MethodName | Method name 'testElement_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A822 | warning | GoogleMethodName | Method name 'testElement_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A823 | warning | MethodName | Method name 'testElement_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A824 | warning | GoogleMethodName | Method name 'testElement_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A825 | warning | MethodName | Method name 'testElement_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A826 | warning | GoogleMethodName | Method name 'testOffer_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 37 | 15 |
| #A827 | warning | MethodName | Method name 'testOffer_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 37 | 15 |
| #A828 | warning | GoogleMethodName | Method name 'testOffer_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A829 | warning | MethodName | Method name 'testOffer_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| #A830 | warning | GoogleMethodName | Method name 'testOffer_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A831 | warning | MethodName | Method name 'testOffer_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A832 | warning | GoogleMethodName | Method name 'testPeek_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 39 | 15 |
| #A833 | warning | MethodName | Method name 'testPeek_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 39 | 15 |
| #A834 | warning | GoogleMethodName | Method name 'testPeek_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A835 | warning | MethodName | Method name 'testPeek_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A836 | warning | GoogleMethodName | Method name 'testPeek_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. | 52 | 15 |
| #A837 | warning | MethodName | Method name 'testPeek_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 52 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A838 | warning | GoogleMethodName | Method name 'testPoll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 42 | 15 |
| #A839 | warning | MethodName | Method name 'testPoll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 42 | 15 |
| #A840 | warning | GoogleMethodName | Method name 'testPoll_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A841 | warning | MethodName | Method name 'testPoll_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A842 | warning | GoogleMethodName | Method name 'testPoll_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A843 | warning | MethodName | Method name 'testPoll_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A844 | warning | GoogleMethodName | Method name 'testRemove_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A845 | warning | MethodName | Method name 'testRemove_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| #A846 | warning | GoogleMethodName | Method name 'testRemove_size1' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A847 | warning | MethodName | Method name 'testRemove_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A848 | warning | GoogleMethodName | Method name 'testRemove_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. | 61 | 15 |
| #A849 | warning | MethodName | Method name 'testRemove_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A850 | warning | GoogleMethodName | Method name 'testAddAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A851 | warning | MethodName | Method name 'testAddAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A852 | warning | GoogleMethodName | Method name 'testAddAll_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. | 47 | 15 |
| #A853 | warning | MethodName | Method name 'testAddAll_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 15 |
| #A854 | warning | GoogleMethodName | Method name 'testAddAll_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 55 | 15 |
| #A855 | warning | MethodName | Method name 'testAddAll_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A856 | warning | GoogleMethodName | Method name 'testAdd_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 42 | 15 |
| #A857 | warning | MethodName | Method name 'testAdd_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 42 | 15 |
| #A858 | warning | GoogleMethodName | Method name 'testAdd_supportedNullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A859 | warning | MethodName | Method name 'testAdd_supportedNullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A860 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 43 | 15 |
| #A861 | warning | MethodName | Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 15 |
| #A862 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A863 | warning | MethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A864 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A865 | warning | MethodName | Method name 'testCreateWithDuplicates_nullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A866 | warning | GoogleMethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. | 77 | 15 |
| #A867 | warning | MethodName | Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 77 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A868 | warning | GoogleMethodName | Method name 'testEquals_otherSetWithSameElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 38 | 15 |
| #A869 | warning | MethodName | Method name 'testEquals_otherSetWithSameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 38 | 15 |
| #A870 | warning | GoogleMethodName | Method name 'testEquals_otherSetWithDifferentElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A871 | warning | MethodName | Method name 'testEquals_otherSetWithDifferentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A872 | warning | GoogleMethodName | Method name 'testEquals_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A873 | warning | MethodName | Method name 'testEquals_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A874 | warning | GoogleMethodName | Method name 'testEquals_otherContainsNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 15 |
| #A875 | warning | MethodName | Method name 'testEquals_otherContainsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 68 | 15 |
| #A876 | warning | GoogleMethodName | Method name 'testEquals_smallerSet' has invalid underscore usage, underscores only allowed between adjacent digits. | 79 | 15 |
| #A877 | warning | MethodName | Method name 'testEquals_smallerSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 79 | 15 |
| #A878 | warning | GoogleMethodName | Method name 'testEquals_largerSet' has invalid underscore usage, underscores only allowed between adjacent digits. | 86 | 15 |
| #A879 | warning | MethodName | Method name 'testEquals_largerSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 86 | 15 |
| #A880 | warning | GoogleMethodName | Method name 'testEquals_list' has invalid underscore usage, underscores only allowed between adjacent digits. | 93 | 15 |
| #A881 | warning | MethodName | Method name 'testEquals_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 93 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A882 | warning | GoogleMethodName | Method name 'testHashCode_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 51 | 15 |
| #A883 | warning | MethodName | Method name 'testHashCode_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 51 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A884 | warning | GoogleMethodName | Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 38 | 15 |
| #A885 | warning | MethodName | Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 38 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A886 | warning | GoogleMethodName | Method name 'testIsEmpty_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A887 | warning | MethodName | Method name 'testIsEmpty_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A888 | warning | GoogleMethodName | Method name 'testIsEmpty_map' has invalid underscore usage, underscores only allowed between adjacent digits. | 74 | 15 |
| #A889 | warning | MethodName | Method name 'testIsEmpty_map' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 74 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A890 | warning | GoogleMethodName | Method name 'testOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 33 | 15 |
| #A891 | warning | MethodName | Method name 'testOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 33 | 15 |
| #A892 | warning | GoogleMethodName | Method name 'testOf_one' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A893 | warning | MethodName | Method name 'testOf_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A894 | warning | GoogleMethodName | Method name 'testFrom_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 15 |
| #A895 | warning | MethodName | Method name 'testFrom_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 15 |
| #A896 | warning | GoogleMethodName | Method name 'testFrom_one' has invalid underscore usage, underscores only allowed between adjacent digits. | 83 | 15 |
| #A897 | warning | MethodName | Method name 'testFrom_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 83 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A898 | warning | GoogleMethodName | Method name 'testEmpty_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 97 | 15 |
| #A899 | warning | MethodName | Method name 'testEmpty_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 97 | 15 |
| #A900 | warning | GoogleMethodName | Method name 'testSingle_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 15 |
| #A901 | warning | MethodName | Method name 'testSingle_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 15 |
| #A902 | warning | GoogleMethodName | Method name 'testSeveral_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 112 | 15 |
| #A903 | warning | MethodName | Method name 'testSeveral_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 112 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A904 | warning | GoogleMethodName | Method name 'testAddImpliedFeatures_returnsSameSetInstance' has invalid underscore usage, underscores only allowed between adjacent digits. | 143 | 15 |
| #A905 | warning | MethodName | Method name 'testAddImpliedFeatures_returnsSameSetInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 143 | 15 |
| #A906 | warning | GoogleMethodName | Method name 'testAddImpliedFeatures_addsImpliedFeatures' has invalid underscore usage, underscores only allowed between adjacent digits. | 148 | 15 |
| #A907 | warning | MethodName | Method name 'testAddImpliedFeatures_addsImpliedFeatures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 148 | 15 |
| #A908 | warning | GoogleMethodName | Method name 'testImpliedFeatures_returnsNewSetInstance' has invalid underscore usage, underscores only allowed between adjacent digits. | 170 | 15 |
| #A909 | warning | MethodName | Method name 'testImpliedFeatures_returnsNewSetInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 15 |
| #A910 | warning | GoogleMethodName | Method name 'testImpliedFeatures_returnsImpliedFeatures' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A911 | warning | MethodName | Method name 'testImpliedFeatures_returnsImpliedFeatures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A912 | warning | GoogleMethodName | Method name 'testBuildTesterRequirements_class' has invalid underscore usage, underscores only allowed between adjacent digits. | 194 | 15 |
| #A913 | warning | MethodName | Method name 'testBuildTesterRequirements_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 194 | 15 |
| #A914 | warning | GoogleMethodName | Method name 'testBuildTesterRequirements_method' has invalid underscore usage, underscores only allowed between adjacent digits. | 210 | 15 |
| #A915 | warning | MethodName | Method name 'testBuildTesterRequirements_method' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 210 | 15 |
| #A916 | warning | GoogleMethodName | Method name 'testBuildTesterRequirements_classClassConflict' has invalid underscore usage, underscores only allowed between adjacent digits. | 234 | 15 |
| #A917 | warning | MethodName | Method name 'testBuildTesterRequirements_classClassConflict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 234 | 15 |
| #A918 | warning | GoogleMethodName | Method name 'testBuildTesterRequirements_methodClassConflict' has invalid underscore usage, underscores only allowed between adjacent digits. | 246 | 15 |
| #A919 | warning | MethodName | Method name 'testBuildTesterRequirements_methodClassConflict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 246 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A920 | warning | GoogleMethodName | Method name 'testFindClassesToTest_testClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A921 | warning | MethodName | Method name 'testFindClassesToTest_testClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A922 | warning | GoogleMethodName | Method name 'testFindClassesToTest_noCorrespondingTestClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A923 | warning | MethodName | Method name 'testFindClassesToTest_noCorrespondingTestClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| #A924 | warning | GoogleMethodName | Method name 'testFindClassesToTest_publicApiOnly' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 15 |
| #A925 | warning | MethodName | Method name 'testFindClassesToTest_publicApiOnly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 63 | 15 |
| #A926 | warning | GoogleMethodName | Method name 'testFindClassesToTest_ignoreClasses' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 15 |
| #A927 | warning | MethodName | Method name 'testFindClassesToTest_ignoreClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 15 |
| #A928 | warning | GoogleMethodName | Method name 'testFindClassesToTest_ignoreUnderscores' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A929 | warning | MethodName | Method name 'testFindClassesToTest_ignoreUnderscores' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A930 | warning | GoogleMethodName | Method name 'testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested' has invalid underscore usage, underscores only allowed between adjacent digits. | 83 | 15 |
| #A931 | warning | MethodName | Method name 'testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 83 | 15 |
| #A932 | warning | GoogleMethodName | Method name 'testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested' has invalid underscore usage, underscores only allowed between adjacent digits. | 90 | 15 |
| #A933 | warning | MethodName | Method name 'testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 90 | 15 |
| #A934 | warning | GoogleMethodName | Method name 'testFindClassesToTest_withCorrespondingTestClass_noTestName' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A935 | warning | MethodName | Method name 'testFindClassesToTest_withCorrespondingTestClass_noTestName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A936 | warning | GoogleMethodName | Method name 'testGet_primitives' has invalid underscore usage, underscores only allowed between adjacent digits. | 138 | 15 |
| #A937 | warning | MethodName | Method name 'testGet_primitives' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 138 | 15 |
| #A938 | warning | GoogleMethodName | Method name 'testGet_collections' has invalid underscore usage, underscores only allowed between adjacent digits. | 170 | 15 |
| #A939 | warning | MethodName | Method name 'testGet_collections' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 15 |
| #A940 | warning | GoogleMethodName | Method name 'testGet_misc' has invalid underscore usage, underscores only allowed between adjacent digits. | 226 | 15 |
| #A941 | warning | MethodName | Method name 'testGet_misc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 15 |
| #A942 | warning | GoogleMethodName | Method name 'testGet_concurrent' has invalid underscore usage, underscores only allowed between adjacent digits. | 241 | 15 |
| #A943 | warning | MethodName | Method name 'testGet_concurrent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 241 | 15 |
| #A944 | warning | GoogleMethodName | Method name 'testGet_functors' has invalid underscore usage, underscores only allowed between adjacent digits. | 267 | 15 |
| #A945 | warning | MethodName | Method name 'testGet_functors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 267 | 15 |
| #A946 | warning | GoogleMethodName | Method name 'testGet_comparable' has invalid underscore usage, underscores only allowed between adjacent digits. | 275 | 15 |
| #A947 | warning | MethodName | Method name 'testGet_comparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 275 | 15 |
| #A948 | warning | GoogleMethodName | Method name 'testGet_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 287 | 15 |
| #A949 | warning | MethodName | Method name 'testGet_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 287 | 15 |
| #A950 | warning | GoogleMethodName | Method name 'testGet_enum' has invalid underscore usage, underscores only allowed between adjacent digits. | 293 | 15 |
| #A951 | warning | MethodName | Method name 'testGet_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 293 | 15 |
| #A952 | warning | GoogleMethodName | Method name 'testGet_interface' has invalid underscore usage, underscores only allowed between adjacent digits. | 298 | 15 |
| #A953 | warning | MethodName | Method name 'testGet_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 298 | 15 |
| #A954 | warning | GoogleMethodName | Method name 'testGet_runnable' has invalid underscore usage, underscores only allowed between adjacent digits. | 302 | 15 |
| #A955 | warning | MethodName | Method name 'testGet_runnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 302 | 15 |
| #A956 | warning | GoogleMethodName | Method name 'testGet_class' has invalid underscore usage, underscores only allowed between adjacent digits. | 306 | 15 |
| #A957 | warning | MethodName | Method name 'testGet_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 306 | 15 |
| #A958 | warning | GoogleMethodName | Method name 'testGet_mutable' has invalid underscore usage, underscores only allowed between adjacent digits. | 317 | 15 |
| #A959 | warning | MethodName | Method name 'testGet_mutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 317 | 15 |
| #A960 | warning | GoogleMethodName | Method name 'testGet_io' has invalid underscore usage, underscores only allowed between adjacent digits. | 333 | 15 |
| #A961 | warning | MethodName | Method name 'testGet_io' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 333 | 15 |
| #A962 | warning | GoogleMethodName | Method name 'testGet_reflect' has invalid underscore usage, underscores only allowed between adjacent digits. | 360 | 15 |
| #A963 | warning | MethodName | Method name 'testGet_reflect' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 360 | 15 |
| #A964 | warning | GoogleMethodName | Method name 'testGet_regex' has invalid underscore usage, underscores only allowed between adjacent digits. | 366 | 15 |
| #A965 | warning | MethodName | Method name 'testGet_regex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 366 | 15 |
| #A966 | warning | GoogleMethodName | Method name 'testGet_usePublicConstant' has invalid underscore usage, underscores only allowed between adjacent digits. | 371 | 15 |
| #A967 | warning | MethodName | Method name 'testGet_usePublicConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 371 | 15 |
| #A968 | warning | GoogleMethodName | Method name 'testGet_useFirstPublicConstant' has invalid underscore usage, underscores only allowed between adjacent digits. | 375 | 15 |
| #A969 | warning | MethodName | Method name 'testGet_useFirstPublicConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 375 | 15 |
| #A970 | warning | GoogleMethodName | Method name 'testGet_nullConstantIgnored' has invalid underscore usage, underscores only allowed between adjacent digits. | 379 | 15 |
| #A971 | warning | MethodName | Method name 'testGet_nullConstantIgnored' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 379 | 15 |
| #A972 | warning | GoogleMethodName | Method name 'testGet_constantWithGenericsNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. | 383 | 15 |
| #A973 | warning | MethodName | Method name 'testGet_constantWithGenericsNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 383 | 15 |
| #A974 | warning | GoogleMethodName | Method name 'testGet_nullConstant' has invalid underscore usage, underscores only allowed between adjacent digits. | 387 | 15 |
| #A975 | warning | MethodName | Method name 'testGet_nullConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 387 | 15 |
| #A976 | warning | GoogleMethodName | Method name 'testGet_constantTypeDoesNotMatch' has invalid underscore usage, underscores only allowed between adjacent digits. | 391 | 15 |
| #A977 | warning | MethodName | Method name 'testGet_constantTypeDoesNotMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 391 | 15 |
| #A978 | warning | GoogleMethodName | Method name 'testGet_nonPublicConstantNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. | 395 | 15 |
| #A979 | warning | MethodName | Method name 'testGet_nonPublicConstantNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 395 | 15 |
| #A980 | warning | GoogleMethodName | Method name 'testGet_nonStaticFieldNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. | 399 | 15 |
| #A981 | warning | MethodName | Method name 'testGet_nonStaticFieldNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 399 | 15 |
| #A982 | warning | GoogleMethodName | Method name 'testGet_constructorPreferredOverConstants' has invalid underscore usage, underscores only allowed between adjacent digits. | 403 | 15 |
| #A983 | warning | MethodName | Method name 'testGet_constructorPreferredOverConstants' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 403 | 15 |
| #A984 | warning | GoogleMethodName | Method name 'testGet_nonFinalFieldNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. | 410 | 15 |
| #A985 | warning | MethodName | Method name 'testGet_nonFinalFieldNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 410 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A986 | warning | GoogleMethodName | Method name 'testEqualsOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A987 | warning | MethodName | Method name 'testEqualsOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A988 | warning | GoogleMethodName | Method name 'testForAllPublicStaticMethods_noPublicStaticMethods' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 15 |
| #A989 | warning | MethodName | Method name 'testForAllPublicStaticMethods_noPublicStaticMethods' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 15 |
| #A990 | warning | GoogleMethodName | Method name 'testEqualsOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. | 97 | 15 |
| #A991 | warning | MethodName | Method name 'testEqualsOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 97 | 15 |
| #A992 | warning | GoogleMethodName | Method name 'testNullsOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A993 | warning | MethodName | Method name 'testNullsOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| #A994 | warning | GoogleMethodName | Method name 'testNullsOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. | 125 | 15 |
| #A995 | warning | MethodName | Method name 'testNullsOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 125 | 15 |
| #A996 | warning | GoogleMethodName | Method name 'testNullsOnReturnValues_returnTypeFiltered' has invalid underscore usage, underscores only allowed between adjacent digits. | 134 | 15 |
| #A997 | warning | MethodName | Method name 'testNullsOnReturnValues_returnTypeFiltered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 134 | 15 |
| #A998 | warning | GoogleMethodName | Method name 'testSerializableOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. | 159 | 15 |
| #A999 | warning | MethodName | Method name 'testSerializableOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 159 | 15 |
| #A1000 | warning | GoogleMethodName | Method name 'testSerializableOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. | 173 | 15 |
| #A1001 | warning | MethodName | Method name 'testSerializableOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 173 | 15 |
| #A1002 | warning | GoogleMethodName | Method name 'testEqualsAndSerializableOnReturnValues_equalsIsGoodButNotSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. | 191 | 15 |
| #A1003 | warning | MethodName | Method name 'testEqualsAndSerializableOnReturnValues_equalsIsGoodButNotSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 191 | 15 |
| #A1004 | warning | GoogleMethodName | Method name 'testEqualsAndSerializableOnReturnValues_serializableButNotEquals' has invalid underscore usage, underscores only allowed between adjacent digits. | 201 | 15 |
| #A1005 | warning | MethodName | Method name 'testEqualsAndSerializableOnReturnValues_serializableButNotEquals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 201 | 15 |
| #A1006 | warning | GoogleMethodName | Method name 'testEqualsAndSerializableOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. | 211 | 15 |
| #A1007 | warning | MethodName | Method name 'testEqualsAndSerializableOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 211 | 15 |
| #A1008 | warning | GoogleMethodName | Method name 'testEqualsForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 223 | 15 |
| #A1009 | warning | MethodName | Method name 'testEqualsForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 223 | 15 |
| #A1010 | warning | GoogleMethodName | Method name 'testNullsForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 232 | 15 |
| #A1011 | warning | MethodName | Method name 'testNullsForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 232 | 15 |
| #A1012 | warning | GoogleMethodName | Method name 'testSerializableForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 241 | 15 |
| #A1013 | warning | MethodName | Method name 'testSerializableForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 241 | 15 |
| #A1014 | warning | GoogleMethodName | Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 252 | 15 |
| #A1015 | warning | MethodName | Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 252 | 15 |
| #A1016 | warning | GoogleMethodName | Method name 'testEqualsForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 270 | 15 |
| #A1017 | warning | MethodName | Method name 'testEqualsForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 270 | 15 |
| #A1018 | warning | GoogleMethodName | Method name 'testNullsForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 274 | 15 |
| #A1019 | warning | MethodName | Method name 'testNullsForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 274 | 15 |
| #A1020 | warning | GoogleMethodName | Method name 'testSerializableForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 278 | 15 |
| #A1021 | warning | MethodName | Method name 'testSerializableForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 278 | 15 |
| #A1022 | warning | GoogleMethodName | Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 282 | 15 |
| #A1023 | warning | MethodName | Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 282 | 15 |
| #A1024 | warning | GoogleMethodName | Method name 'testEquals_interface' has invalid underscore usage, underscores only allowed between adjacent digits. | 300 | 15 |
| #A1025 | warning | MethodName | Method name 'testEquals_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 300 | 15 |
| #A1026 | warning | GoogleMethodName | Method name 'testEquals_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 304 | 15 |
| #A1027 | warning | MethodName | Method name 'testEquals_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 304 | 15 |
| #A1028 | warning | GoogleMethodName | Method name 'testEquals_enum' has invalid underscore usage, underscores only allowed between adjacent digits. | 308 | 15 |
| #A1029 | warning | MethodName | Method name 'testEquals_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 308 | 15 |
| #A1030 | warning | GoogleMethodName | Method name 'testBadEquals_withParameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. | 322 | 15 |
| #A1031 | warning | MethodName | Method name 'testBadEquals_withParameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 322 | 15 |
| #A1032 | warning | GoogleMethodName | Method name 'testBadEquals_withSingleParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 332 | 15 |
| #A1033 | warning | MethodName | Method name 'testBadEquals_withSingleParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 332 | 15 |
| #A1034 | warning | GoogleMethodName | Method name 'testNulls_interface' has invalid underscore usage, underscores only allowed between adjacent digits. | 434 | 15 |
| #A1035 | warning | MethodName | Method name 'testNulls_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 434 | 15 |
| #A1036 | warning | GoogleMethodName | Method name 'testNulls_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 438 | 15 |
| #A1037 | warning | MethodName | Method name 'testNulls_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 438 | 15 |
| #A1038 | warning | GoogleMethodName | Method name 'testNulls_enum' has invalid underscore usage, underscores only allowed between adjacent digits. | 442 | 15 |
| #A1039 | warning | MethodName | Method name 'testNulls_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 442 | 15 |
| #A1040 | warning | GoogleMethodName | Method name 'testNulls_parameterOptionalNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. | 448 | 15 |
| #A1041 | warning | MethodName | Method name 'testNulls_parameterOptionalNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 448 | 15 |
| #A1042 | warning | GoogleMethodName | Method name 'testInstantiate_factoryMethodReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 478 | 15 |
| #A1043 | warning | MethodName | Method name 'testInstantiate_factoryMethodReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 478 | 15 |
| #A1044 | warning | GoogleMethodName | Method name 'testInstantiate_factoryMethodReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. | 488 | 15 |
| #A1045 | warning | MethodName | Method name 'testInstantiate_factoryMethodReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 488 | 15 |
| #A1046 | warning | GoogleMethodName | Method name 'testInstantiate_factoryMethodAcceptsNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 496 | 15 |
| #A1047 | warning | MethodName | Method name 'testInstantiate_factoryMethodAcceptsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 496 | 15 |
| #A1048 | warning | GoogleMethodName | Method name 'testInstantiate_factoryMethodDoesNotAcceptNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 500 | 15 |
| #A1049 | warning | MethodName | Method name 'testInstantiate_factoryMethodDoesNotAcceptNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 500 | 15 |
| #A1050 | warning | GoogleMethodName | Method name 'testInstantiate_constructorAcceptsNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 504 | 15 |
| #A1051 | warning | MethodName | Method name 'testInstantiate_constructorAcceptsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 504 | 15 |
| #A1052 | warning | GoogleMethodName | Method name 'testInstantiate_constructorDoesNotAcceptNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 508 | 15 |
| #A1053 | warning | MethodName | Method name 'testInstantiate_constructorDoesNotAcceptNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 508 | 15 |
| #A1054 | warning | GoogleMethodName | Method name 'testInstantiate_notInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. | 512 | 15 |
| #A1055 | warning | MethodName | Method name 'testInstantiate_notInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 512 | 15 |
| #A1056 | warning | GoogleMethodName | Method name 'testInstantiate_noConstantEnum' has invalid underscore usage, underscores only allowed between adjacent digits. | 516 | 15 |
| #A1057 | warning | MethodName | Method name 'testInstantiate_noConstantEnum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 516 | 15 |
| #A1058 | warning | GoogleMethodName | Method name 'testInstantiate_oneConstantEnum' has invalid underscore usage, underscores only allowed between adjacent digits. | 520 | 15 |
| #A1059 | warning | MethodName | Method name 'testInstantiate_oneConstantEnum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 520 | 15 |
| #A1060 | warning | GoogleMethodName | Method name 'testInstantiate_interface' has invalid underscore usage, underscores only allowed between adjacent digits. | 524 | 15 |
| #A1061 | warning | MethodName | Method name 'testInstantiate_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 524 | 15 |
| #A1062 | warning | GoogleMethodName | Method name 'testInstantiate_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 528 | 15 |
| #A1063 | warning | MethodName | Method name 'testInstantiate_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 528 | 15 |
| #A1064 | warning | GoogleMethodName | Method name 'testInstantiate_annotation' has invalid underscore usage, underscores only allowed between adjacent digits. | 532 | 15 |
| #A1065 | warning | MethodName | Method name 'testInstantiate_annotation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 532 | 15 |
| #A1066 | warning | GoogleMethodName | Method name 'testInstantiate_setDefault' has invalid underscore usage, underscores only allowed between adjacent digits. | 536 | 15 |
| #A1067 | warning | MethodName | Method name 'testInstantiate_setDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 536 | 15 |
| #A1068 | warning | GoogleMethodName | Method name 'testSetDistinctValues_equalInstances' has invalid underscore usage, underscores only allowed between adjacent digits. | 542 | 15 |
| #A1069 | warning | MethodName | Method name 'testSetDistinctValues_equalInstances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 542 | 15 |
| #A1070 | warning | GoogleMethodName | Method name 'testInstantiate_setDistinctValues' has invalid underscore usage, underscores only allowed between adjacent digits. | 550 | 15 |
| #A1071 | warning | MethodName | Method name 'testInstantiate_setDistinctValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 550 | 15 |
| #A1072 | warning | GoogleMethodName | Method name 'testInstantiate_constructorThrows' has invalid underscore usage, underscores only allowed between adjacent digits. | 558 | 15 |
| #A1073 | warning | MethodName | Method name 'testInstantiate_constructorThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 558 | 15 |
| #A1074 | warning | GoogleMethodName | Method name 'testInstantiate_factoryMethodThrows' has invalid underscore usage, underscores only allowed between adjacent digits. | 566 | 15 |
| #A1075 | warning | MethodName | Method name 'testInstantiate_factoryMethodThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 566 | 15 |
| #A1076 | warning | GoogleMethodName | Method name 'testInstantiate_constructorParameterNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. | 574 | 15 |
| #A1077 | warning | MethodName | Method name 'testInstantiate_constructorParameterNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 574 | 15 |
| #A1078 | warning | GoogleMethodName | Method name 'testInstantiate_factoryMethodParameterNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. | 582 | 15 |
| #A1079 | warning | MethodName | Method name 'testInstantiate_factoryMethodParameterNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 582 | 15 |
| #A1080 | warning | GoogleMethodName | Method name 'testInstantiate_instantiableFactoryMethodChosen' has invalid underscore usage, underscores only allowed between adjacent digits. | 590 | 15 |
| #A1081 | warning | MethodName | Method name 'testInstantiate_instantiableFactoryMethodChosen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 590 | 15 |
| #A1082 | warning | GoogleMethodName | Method name 'testInstantiate_instantiableConstructorChosen' has invalid underscore usage, underscores only allowed between adjacent digits. | 656 | 15 |
| #A1083 | warning | MethodName | Method name 'testInstantiate_instantiableConstructorChosen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 656 | 15 |
| #A1084 | warning | GoogleMethodName | Method name 'testEquals_setOfNonInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. | 660 | 15 |
| #A1085 | warning | MethodName | Method name 'testEquals_setOfNonInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 660 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1086 | warning | GoogleMethodName | Method name 'testOf_NullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A1087 | warning | MethodName | Method name 'testOf_NullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A1088 | warning | GoogleMethodName | Method name 'testTest_NoData' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A1089 | warning | MethodName | Method name 'testTest_NoData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A1090 | warning | GoogleMethodName | Method name 'testTest_symmetric' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 15 |
| #A1091 | warning | MethodName | Method name 'testTest_symmetric' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 15 |
| #A1092 | warning | GoogleMethodName | Method name 'testTest_trasitive' has invalid underscore usage, underscores only allowed between adjacent digits. | 116 | 15 |
| #A1093 | warning | MethodName | Method name 'testTest_trasitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 116 | 15 |
| #A1094 | warning | GoogleMethodName | Method name 'testTest_inequivalence' has invalid underscore usage, underscores only allowed between adjacent digits. | 146 | 15 |
| #A1095 | warning | MethodName | Method name 'testTest_inequivalence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 146 | 15 |
| #A1096 | warning | GoogleMethodName | Method name 'testTest_hash' has invalid underscore usage, underscores only allowed between adjacent digits. | 170 | 15 |
| #A1097 | warning | MethodName | Method name 'testTest_hash' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1098 | warning | GoogleMethodName | Method name 'testAutoIncrementStep_returnsSameInstance' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 15 |
| #A1099 | warning | MethodName | Method name 'testAutoIncrementStep_returnsSameInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 15 |
| #A1100 | warning | GoogleMethodName | Method name 'testAutoIncrementStep_nanos' has invalid underscore usage, underscores only allowed between adjacent digits. | 58 | 15 |
| #A1101 | warning | MethodName | Method name 'testAutoIncrementStep_nanos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 58 | 15 |
| #A1102 | warning | GoogleMethodName | Method name 'testAutoIncrementStep_millis' has invalid underscore usage, underscores only allowed between adjacent digits. | 65 | 15 |
| #A1103 | warning | MethodName | Method name 'testAutoIncrementStep_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 65 | 15 |
| #A1104 | warning | GoogleMethodName | Method name 'testAutoIncrementStep_seconds' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A1105 | warning | MethodName | Method name 'testAutoIncrementStep_seconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| #A1106 | warning | GoogleMethodName | Method name 'testAutoIncrementStep_resetToZero' has invalid underscore usage, underscores only allowed between adjacent digits. | 79 | 15 |
| #A1107 | warning | MethodName | Method name 'testAutoIncrementStep_resetToZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 79 | 15 |
| #A1108 | warning | GoogleMethodName | Method name 'testAutoIncrement_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 94 | 15 |
| #A1109 | warning | MethodName | Method name 'testAutoIncrement_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 94 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1110 | warning | GoogleMethodName | Method name 'testAddSampleInstances_twoInstances' has invalid underscore usage, underscores only allowed between adjacent digits. | 450 | 15 |
| #A1111 | warning | MethodName | Method name 'testAddSampleInstances_twoInstances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 450 | 15 |
| #A1112 | warning | GoogleMethodName | Method name 'testAddSampleInstances_oneInstance' has invalid underscore usage, underscores only allowed between adjacent digits. | 458 | 15 |
| #A1113 | warning | MethodName | Method name 'testAddSampleInstances_oneInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 458 | 15 |
| #A1114 | warning | GoogleMethodName | Method name 'testAddSampleInstances_noInstance' has invalid underscore usage, underscores only allowed between adjacent digits. | 465 | 15 |
| #A1115 | warning | MethodName | Method name 'testAddSampleInstances_noInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 465 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1116 | warning | GoogleMethodName | Method name 'testAwait_CountDownLatch' has invalid underscore usage, underscores only allowed between adjacent digits. | 42 | 15 |
| #A1117 | warning | MethodName | Method name 'testAwait_CountDownLatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 42 | 15 |
| #A1118 | warning | GoogleMethodName | Method name 'testAwaitDone_Future' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A1119 | warning | MethodName | Method name 'testAwaitDone_Future' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A1120 | warning | GoogleMethodName | Method name 'testAwaitDone_Future_Cancel' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A1121 | warning | MethodName | Method name 'testAwaitDone_Future_Cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A1122 | warning | GoogleMethodName | Method name 'testAwaitDone_FinalizationPredicate' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 15 |
| #A1123 | warning | MethodName | Method name 'testAwaitDone_FinalizationPredicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 15 |
| #A1124 | warning | GoogleMethodName | Method name 'testAwait_CountDownLatch_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. | 143 | 15 |
| #A1125 | warning | MethodName | Method name 'testAwait_CountDownLatch_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 143 | 15 |
| #A1126 | warning | GoogleMethodName | Method name 'testAwaitDone_Future_Interrupted_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. | 159 | 15 |
| #A1127 | warning | MethodName | Method name 'testAwaitDone_Future_Interrupted_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 159 | 15 |
| #A1128 | warning | GoogleMethodName | Method name 'testAwaitClear_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A1129 | warning | MethodName | Method name 'testAwaitClear_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A1130 | warning | GoogleMethodName | Method name 'testAwaitDone_FinalizationPredicate_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. | 191 | 15 |
| #A1131 | warning | MethodName | Method name 'testAwaitDone_FinalizationPredicate_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 191 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1132 | warning | GoogleMethodName | Method name 'testVisibility_public' has invalid underscore usage, underscores only allowed between adjacent digits. | 1334 | 15 |
| #A1133 | warning | MethodName | Method name 'testVisibility_public' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1334 | 15 |
| #A1134 | warning | GoogleMethodName | Method name 'testVisibility_protected' has invalid underscore usage, underscores only allowed between adjacent digits. | 1346 | 15 |
| #A1135 | warning | MethodName | Method name 'testVisibility_protected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1346 | 15 |
| #A1136 | warning | GoogleMethodName | Method name 'testVisibility_package' has invalid underscore usage, underscores only allowed between adjacent digits. | 1359 | 15 |
| #A1137 | warning | MethodName | Method name 'testVisibility_package' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1359 | 15 |
| #A1138 | warning | GoogleMethodName | Method name 'testConstructor_Ignored_ShouldPass' has invalid underscore usage, underscores only allowed between adjacent digits. | 1419 | 15 |
| #A1139 | warning | MethodName | Method name 'testConstructor_Ignored_ShouldPass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1419 | 15 |
| #A1140 | warning | GoogleMethodName | Method name 'testConstructor_ShouldFail' has invalid underscore usage, underscores only allowed between adjacent digits. | 1425 | 15 |
| #A1141 | warning | MethodName | Method name 'testConstructor_ShouldFail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1425 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1142 | warning | GoogleMethodName | Method name 'hashString_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 7 |
| #A1143 | warning | GoogleMethodName | Method name 'hashString_3' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 7 |
| #A1144 | warning | GoogleMethodName | Method name 'hashString_4' has invalid underscore usage, underscores only allowed between adjacent digits. | 58 | 7 |
| #A1145 | warning | GoogleMethodName | Method name 'hashString_5' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 7 |
| #A1146 | warning | GoogleMethodName | Method name 'hashMixed_5' has invalid underscore usage, underscores only allowed between adjacent digits. | 76 | 7 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1147 | warning | GoogleMethodName | Method name 'cacheBuilder_stats' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 8 |
| #A1148 | warning | MethodName | Method name 'cacheBuilder_stats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 8 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1149 | warning | MethodName | Method name 'gCD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 7 |
| #A1150 | warning | GoogleMethodName | Method name 'gCD' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 75 | 7 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1151 | warning | MethodName | Method name 'gCD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 77 | 7 |
| #A1152 | warning | GoogleMethodName | Method name 'gCD' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 77 | 7 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1153 | warning | GoogleMethodName | Method name 'addThenExecute_singleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. | 282 | 7 |
| #A1154 | warning | MethodName | Method name 'addThenExecute_singleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 282 | 7 |
| #A1155 | warning | GoogleMethodName | Method name 'executeThenAdd_singleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. | 298 | 7 |
| #A1156 | warning | MethodName | Method name 'executeThenAdd_singleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 298 | 7 |
| #A1157 | warning | GoogleMethodName | Method name 'addThenExecute_multiThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. | 322 | 7 |
| #A1158 | warning | MethodName | Method name 'addThenExecute_multiThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 322 | 7 |
| #A1159 | warning | GoogleMethodName | Method name 'executeThenAdd_multiThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. | 349 | 7 |
| #A1160 | warning | MethodName | Method name 'executeThenAdd_multiThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 349 | 7 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1161 | warning | GoogleMethodName | Method name 'timeComplete_Normal' has invalid underscore usage, underscores only allowed between adjacent digits. | 46 | 15 |
| #A1162 | warning | MethodName | Method name 'timeComplete_Normal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 46 | 15 |
| #A1163 | warning | GoogleMethodName | Method name 'timeComplete_Failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 61 | 15 |
| #A1164 | warning | MethodName | Method name 'timeComplete_Failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 15 |
| #A1165 | warning | GoogleMethodName | Method name 'timeComplete_Cancel' has invalid underscore usage, underscores only allowed between adjacent digits. | 82 | 15 |
| #A1166 | warning | MethodName | Method name 'timeComplete_Cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1167 | warning | GoogleMethodName | Method name 'testConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. | 204 | 15 |
| #A1168 | warning | MethodName | Method name 'testConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 204 | 15 |
| #A1169 | warning | GoogleMethodName | Method name 'testConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. | 213 | 15 |
| #A1170 | warning | MethodName | Method name 'testConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 213 | 15 |
| #A1171 | warning | GoogleMethodName | Method name 'testConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 218 | 15 |
| #A1172 | warning | MethodName | Method name 'testConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 218 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1173 | warning | GoogleMethodName | Method name 'testAnyAndNone_logicalOps' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A1174 | warning | MethodName | Method name 'testAnyAndNone_logicalOps' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| #A1175 | warning | GoogleMethodName | Method name 'testCollapse_any' has invalid underscore usage, underscores only allowed between adjacent digits. | 491 | 15 |
| #A1176 | warning | MethodName | Method name 'testCollapse_any' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 491 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1177 | warning | GoogleMethodName | Method name 'testSerialization_identity' has invalid underscore usage, underscores only allowed between adjacent digits. | 206 | 15 |
| #A1178 | warning | MethodName | Method name 'testSerialization_identity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 206 | 15 |
| #A1179 | warning | GoogleMethodName | Method name 'testSerialization_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. | 211 | 15 |
| #A1180 | warning | MethodName | Method name 'testSerialization_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 211 | 15 |
| #A1181 | warning | GoogleMethodName | Method name 'testSerialization_andThen' has invalid underscore usage, underscores only allowed between adjacent digits. | 216 | 15 |
| #A1182 | warning | MethodName | Method name 'testSerialization_andThen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 216 | 15 |
| #A1183 | warning | GoogleMethodName | Method name 'testSerialization_from' has invalid underscore usage, underscores only allowed between adjacent digits. | 223 | 15 |
| #A1184 | warning | MethodName | Method name 'testSerialization_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 223 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1185 | warning | GoogleMethodName | Method name 'testGetIfPresent_caseSensitive' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A1186 | warning | MethodName | Method name 'testGetIfPresent_caseSensitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| #A1187 | warning | GoogleMethodName | Method name 'testGetIfPresent_whenNoMatchingConstant' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A1188 | warning | MethodName | Method name 'testGetIfPresent_whenNoMatchingConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A1189 | warning | GoogleMethodName | Method name 'testGetIfPresent_doesNotPreventClassUnloading' has invalid underscore usage, underscores only allowed between adjacent digits. | 83 | 15 |
| #A1190 | warning | MethodName | Method name 'testGetIfPresent_doesNotPreventClassUnloading' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 83 | 15 |
| #A1191 | warning | GoogleMethodName | Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A1192 | warning | MethodName | Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| #A1193 | warning | GoogleMethodName | Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A1194 | warning | MethodName | Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| #A1195 | warning | GoogleMethodName | Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. | 132 | 15 |
| #A1196 | warning | MethodName | Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 15 |
| #A1197 | warning | GoogleMethodName | Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. | 140 | 15 |
| #A1198 | warning | MethodName | Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 140 | 15 |
| #A1199 | warning | GoogleMethodName | Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. | 146 | 15 |
| #A1200 | warning | MethodName | Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 146 | 15 |
| #A1201 | warning | GoogleMethodName | Method name 'testStringConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. | 153 | 15 |
| #A1202 | warning | MethodName | Method name 'testStringConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 153 | 15 |
| #A1203 | warning | GoogleMethodName | Method name 'testStringConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 159 | 15 |
| #A1204 | warning | MethodName | Method name 'testStringConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 159 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1205 | warning | GoogleMethodName | Method name 'testPairwiseEquivalent_equals' has invalid underscore usage, underscores only allowed between adjacent digits. | 46 | 15 |
| #A1206 | warning | MethodName | Method name 'testPairwiseEquivalent_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 46 | 15 |
| #A1207 | warning | GoogleMethodName | Method name 'testWrap_get' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A1208 | warning | MethodName | Method name 'testWrap_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A1209 | warning | GoogleMethodName | Method name 'testOnResultOf_equals' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A1210 | warning | MethodName | Method name 'testOnResultOf_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1211 | warning | GoogleMethodName | Method name 'testIdentity_same' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A1212 | warning | MethodName | Method name 'testIdentity_same' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A1213 | warning | GoogleMethodName | Method name 'testIdentity_notSame' has invalid underscore usage, underscores only allowed between adjacent digits. | 46 | 15 |
| #A1214 | warning | MethodName | Method name 'testIdentity_notSame' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 46 | 15 |
| #A1215 | warning | GoogleMethodName | Method name 'testToStringFunction_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A1216 | warning | MethodName | Method name 'testToStringFunction_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A1217 | warning | GoogleMethodName | Method name 'testForMapWithDefault_includeSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. | 136 | 15 |
| #A1218 | warning | MethodName | Method name 'testForMapWithDefault_includeSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 136 | 15 |
| #A1219 | warning | GoogleMethodName | Method name 'testForMapWithDefault_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 160 | 15 |
| #A1220 | warning | MethodName | Method name 'testForMapWithDefault_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 160 | 15 |
| #A1221 | warning | GoogleMethodName | Method name 'testForMapWithDefault_null_compareWithSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A1222 | warning | MethodName | Method name 'testForMapWithDefault_null_compareWithSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A1223 | warning | GoogleMethodName | Method name 'testComposition_includeReserializabled' has invalid underscore usage, underscores only allowed between adjacent digits. | 239 | 15 |
| #A1224 | warning | MethodName | Method name 'testComposition_includeReserializabled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 239 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1225 | warning | GoogleMethodName | Method name 'test_useForNull_skipNulls' has invalid underscore usage, underscores only allowed between adjacent digits. | 214 | 15 |
| #A1226 | warning | MethodName | Method name 'test_useForNull_skipNulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 214 | 15 |
| #A1227 | warning | GoogleMethodName | Method name 'test_skipNulls_useForNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 223 | 15 |
| #A1228 | warning | MethodName | Method name 'test_skipNulls_useForNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 223 | 15 |
| #A1229 | warning | GoogleMethodName | Method name 'test_useForNull_twice' has invalid underscore usage, underscores only allowed between adjacent digits. | 232 | 15 |
| #A1230 | warning | MethodName | Method name 'test_useForNull_twice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 232 | 15 |
| #A1231 | warning | GoogleMethodName | Method name 'test_skipNulls_onMap' has invalid underscore usage, underscores only allowed between adjacent digits. | 301 | 15 |
| #A1232 | warning | MethodName | Method name 'test_skipNulls_onMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 301 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1233 | warning | GoogleMethodName | Method name 'testOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A1234 | warning | MethodName | Method name 'testOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A1235 | warning | GoogleMethodName | Method name 'testFromNullable_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A1236 | warning | MethodName | Method name 'testFromNullable_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A1237 | warning | GoogleMethodName | Method name 'testIsPresent_no' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 15 |
| #A1238 | warning | MethodName | Method name 'testIsPresent_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 15 |
| #A1239 | warning | GoogleMethodName | Method name 'testIsPresent_yes' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A1240 | warning | MethodName | Method name 'testIsPresent_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A1241 | warning | GoogleMethodName | Method name 'testGet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A1242 | warning | MethodName | Method name 'testGet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A1243 | warning | GoogleMethodName | Method name 'testGet_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 84 | 15 |
| #A1244 | warning | MethodName | Method name 'testGet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 84 | 15 |
| #A1245 | warning | GoogleMethodName | Method name 'testOr_T_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A1246 | warning | MethodName | Method name 'testOr_T_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A1247 | warning | GoogleMethodName | Method name 'testOr_T_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 15 |
| #A1248 | warning | MethodName | Method name 'testOr_T_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 15 |
| #A1249 | warning | GoogleMethodName | Method name 'testOr_supplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A1250 | warning | MethodName | Method name 'testOr_supplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A1251 | warning | GoogleMethodName | Method name 'testOr_supplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A1252 | warning | MethodName | Method name 'testOr_supplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| #A1253 | warning | GoogleMethodName | Method name 'testOr_nullSupplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 15 |
| #A1254 | warning | MethodName | Method name 'testOr_nullSupplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 15 |
| #A1255 | warning | GoogleMethodName | Method name 'testOr_nullSupplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A1256 | warning | MethodName | Method name 'testOr_nullSupplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| #A1257 | warning | GoogleMethodName | Method name 'testOr_Optional_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 119 | 15 |
| #A1258 | warning | MethodName | Method name 'testOr_Optional_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 119 | 15 |
| #A1259 | warning | GoogleMethodName | Method name 'testOr_Optional_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A1260 | warning | MethodName | Method name 'testOr_Optional_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| #A1261 | warning | GoogleMethodName | Method name 'testOrNull_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 127 | 15 |
| #A1262 | warning | MethodName | Method name 'testOrNull_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 127 | 15 |
| #A1263 | warning | GoogleMethodName | Method name 'testOrNull_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 131 | 15 |
| #A1264 | warning | MethodName | Method name 'testOrNull_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 131 | 15 |
| #A1265 | warning | GoogleMethodName | Method name 'testAsSet_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 135 | 15 |
| #A1266 | warning | MethodName | Method name 'testAsSet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 135 | 15 |
| #A1267 | warning | GoogleMethodName | Method name 'testAsSet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 140 | 15 |
| #A1268 | warning | MethodName | Method name 'testAsSet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 140 | 15 |
| #A1269 | warning | GoogleMethodName | Method name 'testAsSet_presentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. | 144 | 15 |
| #A1270 | warning | MethodName | Method name 'testAsSet_presentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 144 | 15 |
| #A1271 | warning | GoogleMethodName | Method name 'testAsSet_absentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. | 153 | 15 |
| #A1272 | warning | MethodName | Method name 'testAsSet_absentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 153 | 15 |
| #A1273 | warning | GoogleMethodName | Method name 'testTransform_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 162 | 15 |
| #A1274 | warning | MethodName | Method name 'testTransform_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 162 | 15 |
| #A1275 | warning | GoogleMethodName | Method name 'testTransform_presentIdentity' has invalid underscore usage, underscores only allowed between adjacent digits. | 167 | 15 |
| #A1276 | warning | MethodName | Method name 'testTransform_presentIdentity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 167 | 15 |
| #A1277 | warning | GoogleMethodName | Method name 'testTransform_presentToString' has invalid underscore usage, underscores only allowed between adjacent digits. | 171 | 15 |
| #A1278 | warning | MethodName | Method name 'testTransform_presentToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 171 | 15 |
| #A1279 | warning | GoogleMethodName | Method name 'testTransform_present_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A1280 | warning | MethodName | Method name 'testTransform_present_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A1281 | warning | GoogleMethodName | Method name 'testTransform_absent_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 191 | 15 |
| #A1282 | warning | MethodName | Method name 'testTransform_absent_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 191 | 15 |
| #A1283 | warning | GoogleMethodName | Method name 'testToString_absent' has invalid underscore usage, underscores only allowed between adjacent digits. | 212 | 15 |
| #A1284 | warning | MethodName | Method name 'testToString_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 212 | 15 |
| #A1285 | warning | GoogleMethodName | Method name 'testToString_present' has invalid underscore usage, underscores only allowed between adjacent digits. | 216 | 15 |
| #A1286 | warning | MethodName | Method name 'testToString_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 216 | 15 |
| #A1287 | warning | GoogleMethodName | Method name 'testPresentInstances_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 220 | 15 |
| #A1288 | warning | MethodName | Method name 'testPresentInstances_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 220 | 15 |
| #A1289 | warning | GoogleMethodName | Method name 'testPresentInstances_allAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 226 | 15 |
| #A1290 | warning | MethodName | Method name 'testPresentInstances_allAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 15 |
| #A1291 | warning | GoogleMethodName | Method name 'testPresentInstances_somePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 231 | 15 |
| #A1292 | warning | MethodName | Method name 'testPresentInstances_somePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 231 | 15 |
| #A1293 | warning | GoogleMethodName | Method name 'testPresentInstances_callingIteratorTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 237 | 15 |
| #A1294 | warning | MethodName | Method name 'testPresentInstances_callingIteratorTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 237 | 15 |
| #A1295 | warning | GoogleMethodName | Method name 'testPresentInstances_wildcards' has invalid underscore usage, underscores only allowed between adjacent digits. | 245 | 15 |
| #A1296 | warning | MethodName | Method name 'testPresentInstances_wildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 245 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1297 | warning | GoogleMethodName | Method name 'testCheckArgument_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A1298 | warning | MethodName | Method name 'testCheckArgument_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A1299 | warning | GoogleMethodName | Method name 'testCheckArgument_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A1300 | warning | MethodName | Method name 'testCheckArgument_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A1301 | warning | GoogleMethodName | Method name 'testCheckArgument_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 56 | 15 |
| #A1302 | warning | MethodName | Method name 'testCheckArgument_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 56 | 15 |
| #A1303 | warning | GoogleMethodName | Method name 'testCheckArgument_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 60 | 15 |
| #A1304 | warning | MethodName | Method name 'testCheckArgument_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 60 | 15 |
| #A1305 | warning | GoogleMethodName | Method name 'testCheckArgument_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 15 |
| #A1306 | warning | MethodName | Method name 'testCheckArgument_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 15 |
| #A1307 | warning | GoogleMethodName | Method name 'testCheckArgument_nullMessageWithArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A1308 | warning | MethodName | Method name 'testCheckArgument_nullMessageWithArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A1309 | warning | GoogleMethodName | Method name 'testCheckArgument_nullArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 87 | 15 |
| #A1310 | warning | MethodName | Method name 'testCheckArgument_nullArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 87 | 15 |
| #A1311 | warning | GoogleMethodName | Method name 'testCheckArgument_notEnoughArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A1312 | warning | MethodName | Method name 'testCheckArgument_notEnoughArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A1313 | warning | GoogleMethodName | Method name 'testCheckArgument_tooManyArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 15 |
| #A1314 | warning | MethodName | Method name 'testCheckArgument_tooManyArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 15 |
| #A1315 | warning | GoogleMethodName | Method name 'testCheckArgument_singleNullArg_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A1316 | warning | MethodName | Method name 'testCheckArgument_singleNullArg_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| #A1317 | warning | GoogleMethodName | Method name 'testCheckArgument_singleNullArray_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A1318 | warning | MethodName | Method name 'testCheckArgument_singleNullArray_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| #A1319 | warning | GoogleMethodName | Method name 'testCheckArgument_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 132 | 15 |
| #A1320 | warning | MethodName | Method name 'testCheckArgument_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 15 |
| #A1321 | warning | GoogleMethodName | Method name 'testCheckArgument_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 136 | 15 |
| #A1322 | warning | MethodName | Method name 'testCheckArgument_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 136 | 15 |
| #A1323 | warning | GoogleMethodName | Method name 'testCheckState_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 15 |
| #A1324 | warning | MethodName | Method name 'testCheckState_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 15 |
| #A1325 | warning | GoogleMethodName | Method name 'testCheckState_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 149 | 15 |
| #A1326 | warning | MethodName | Method name 'testCheckState_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 149 | 15 |
| #A1327 | warning | GoogleMethodName | Method name 'testCheckState_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 157 | 15 |
| #A1328 | warning | MethodName | Method name 'testCheckState_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 157 | 15 |
| #A1329 | warning | GoogleMethodName | Method name 'testCheckState_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 161 | 15 |
| #A1330 | warning | MethodName | Method name 'testCheckState_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 161 | 15 |
| #A1331 | warning | GoogleMethodName | Method name 'testCheckState_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 170 | 15 |
| #A1332 | warning | MethodName | Method name 'testCheckState_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 15 |
| #A1333 | warning | GoogleMethodName | Method name 'testCheckState_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 179 | 15 |
| #A1334 | warning | MethodName | Method name 'testCheckState_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 179 | 15 |
| #A1335 | warning | GoogleMethodName | Method name 'testCheckState_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 183 | 15 |
| #A1336 | warning | MethodName | Method name 'testCheckState_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 183 | 15 |
| #A1337 | warning | GoogleMethodName | Method name 'testCheckNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 194 | 15 |
| #A1338 | warning | MethodName | Method name 'testCheckNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 194 | 15 |
| #A1339 | warning | GoogleMethodName | Method name 'testCheckNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 199 | 15 |
| #A1340 | warning | MethodName | Method name 'testCheckNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 199 | 15 |
| #A1341 | warning | GoogleMethodName | Method name 'testCheckNotNull_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 207 | 15 |
| #A1342 | warning | MethodName | Method name 'testCheckNotNull_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 207 | 15 |
| #A1343 | warning | GoogleMethodName | Method name 'testCheckNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 212 | 15 |
| #A1344 | warning | MethodName | Method name 'testCheckNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 212 | 15 |
| #A1345 | warning | GoogleMethodName | Method name 'testCheckNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 15 |
| #A1346 | warning | MethodName | Method name 'testCheckNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 15 |
| #A1347 | warning | GoogleMethodName | Method name 'testCheckNotNull_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 226 | 15 |
| #A1348 | warning | MethodName | Method name 'testCheckNotNull_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 15 |
| #A1349 | warning | GoogleMethodName | Method name 'testCheckElementIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. | 235 | 15 |
| #A1350 | warning | MethodName | Method name 'testCheckElementIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 235 | 15 |
| #A1351 | warning | GoogleMethodName | Method name 'testCheckElementIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 241 | 15 |
| #A1352 | warning | MethodName | Method name 'testCheckElementIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 241 | 15 |
| #A1353 | warning | GoogleMethodName | Method name 'testCheckElementIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 251 | 15 |
| #A1354 | warning | MethodName | Method name 'testCheckElementIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 251 | 15 |
| #A1355 | warning | GoogleMethodName | Method name 'testCheckElementIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. | 260 | 15 |
| #A1356 | warning | MethodName | Method name 'testCheckElementIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 260 | 15 |
| #A1357 | warning | GoogleMethodName | Method name 'testCheckElementIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 269 | 15 |
| #A1358 | warning | MethodName | Method name 'testCheckElementIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 269 | 15 |
| #A1359 | warning | GoogleMethodName | Method name 'testCheckElementIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. | 278 | 15 |
| #A1360 | warning | MethodName | Method name 'testCheckElementIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 278 | 15 |
| #A1361 | warning | GoogleMethodName | Method name 'testCheckPositionIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. | 287 | 15 |
| #A1362 | warning | MethodName | Method name 'testCheckPositionIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 287 | 15 |
| #A1363 | warning | GoogleMethodName | Method name 'testCheckPositionIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 293 | 15 |
| #A1364 | warning | MethodName | Method name 'testCheckPositionIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 293 | 15 |
| #A1365 | warning | GoogleMethodName | Method name 'testCheckPositionIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 303 | 15 |
| #A1366 | warning | MethodName | Method name 'testCheckPositionIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 303 | 15 |
| #A1367 | warning | GoogleMethodName | Method name 'testCheckPositionIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. | 312 | 15 |
| #A1368 | warning | MethodName | Method name 'testCheckPositionIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 312 | 15 |
| #A1369 | warning | GoogleMethodName | Method name 'testCheckPositionIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 323 | 15 |
| #A1370 | warning | MethodName | Method name 'testCheckPositionIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 323 | 15 |
| #A1371 | warning | GoogleMethodName | Method name 'testCheckPositionIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. | 332 | 15 |
| #A1372 | warning | MethodName | Method name 'testCheckPositionIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 332 | 15 |
| #A1373 | warning | GoogleMethodName | Method name 'testCheckPositionIndexes_ok' has invalid underscore usage, underscores only allowed between adjacent digits. | 341 | 15 |
| #A1374 | warning | MethodName | Method name 'testCheckPositionIndexes_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 341 | 15 |
| #A1375 | warning | GoogleMethodName | Method name 'testCheckPositionIndexes_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 348 | 15 |
| #A1376 | warning | MethodName | Method name 'testCheckPositionIndexes_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 348 | 15 |
| #A1377 | warning | GoogleMethodName | Method name 'testCheckPositionIndex_startNegative' has invalid underscore usage, underscores only allowed between adjacent digits. | 356 | 15 |
| #A1378 | warning | MethodName | Method name 'testCheckPositionIndex_startNegative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 356 | 15 |
| #A1379 | warning | GoogleMethodName | Method name 'testCheckPositionIndexes_endTooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. | 365 | 15 |
| #A1380 | warning | MethodName | Method name 'testCheckPositionIndexes_endTooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 365 | 15 |
| #A1381 | warning | GoogleMethodName | Method name 'testCheckPositionIndexes_reversed' has invalid underscore usage, underscores only allowed between adjacent digits. | 376 | 15 |
| #A1382 | warning | MethodName | Method name 'testCheckPositionIndexes_reversed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 376 | 15 |
| #A1383 | warning | GoogleMethodName | Method name 'testAllOverloads_checkArgument' has invalid underscore usage, underscores only allowed between adjacent digits. | 388 | 15 |
| #A1384 | warning | MethodName | Method name 'testAllOverloads_checkArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 388 | 15 |
| #A1385 | warning | GoogleMethodName | Method name 'testAllOverloads_checkState' has invalid underscore usage, underscores only allowed between adjacent digits. | 405 | 15 |
| #A1386 | warning | MethodName | Method name 'testAllOverloads_checkState' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 405 | 15 |
| #A1387 | warning | GoogleMethodName | Method name 'testAllOverloads_checkNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 422 | 15 |
| #A1388 | warning | MethodName | Method name 'testAllOverloads_checkNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 422 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1389 | warning | GoogleMethodName | Method name 'testAlwaysTrue_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A1390 | warning | MethodName | Method name 'testAlwaysTrue_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A1391 | warning | GoogleMethodName | Method name 'testAlwaysTrue_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A1392 | warning | MethodName | Method name 'testAlwaysTrue_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| #A1393 | warning | GoogleMethodName | Method name 'testAlwaysTrue_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 109 | 15 |
| #A1394 | warning | MethodName | Method name 'testAlwaysTrue_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 109 | 15 |
| #A1395 | warning | GoogleMethodName | Method name 'testAlwaysFalse_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 117 | 15 |
| #A1396 | warning | MethodName | Method name 'testAlwaysFalse_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 15 |
| #A1397 | warning | GoogleMethodName | Method name 'testAlwaysFalse_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 121 | 15 |
| #A1398 | warning | MethodName | Method name 'testAlwaysFalse_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 121 | 15 |
| #A1399 | warning | GoogleMethodName | Method name 'testAlwaysFalse_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 130 | 15 |
| #A1400 | warning | MethodName | Method name 'testAlwaysFalse_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 130 | 15 |
| #A1401 | warning | GoogleMethodName | Method name 'testNot_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 138 | 15 |
| #A1402 | warning | MethodName | Method name 'testNot_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 138 | 15 |
| #A1403 | warning | GoogleMethodName | Method name 'testNot_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 144 | 15 |
| #A1404 | warning | MethodName | Method name 'testNot_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 144 | 15 |
| #A1405 | warning | GoogleMethodName | Method name 'testNot_equalityForNotOfKnownValues' has invalid underscore usage, underscores only allowed between adjacent digits. | 152 | 15 |
| #A1406 | warning | MethodName | Method name 'testNot_equalityForNotOfKnownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 152 | 15 |
| #A1407 | warning | GoogleMethodName | Method name 'testNot_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 179 | 15 |
| #A1408 | warning | MethodName | Method name 'testNot_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 179 | 15 |
| #A1409 | warning | GoogleMethodName | Method name 'testAnd_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 188 | 15 |
| #A1410 | warning | MethodName | Method name 'testAnd_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 188 | 15 |
| #A1411 | warning | GoogleMethodName | Method name 'testAnd_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 193 | 15 |
| #A1412 | warning | MethodName | Method name 'testAnd_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 193 | 15 |
| #A1413 | warning | GoogleMethodName | Method name 'testAnd_serializationNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 203 | 15 |
| #A1414 | warning | MethodName | Method name 'testAnd_serializationNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 203 | 15 |
| #A1415 | warning | GoogleMethodName | Method name 'testAnd_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. | 208 | 15 |
| #A1416 | warning | MethodName | Method name 'testAnd_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 208 | 15 |
| #A1417 | warning | GoogleMethodName | Method name 'testAnd_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. | 213 | 15 |
| #A1418 | warning | MethodName | Method name 'testAnd_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 213 | 15 |
| #A1419 | warning | GoogleMethodName | Method name 'testAnd_serializationOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. | 226 | 15 |
| #A1420 | warning | MethodName | Method name 'testAnd_serializationOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 15 |
| #A1421 | warning | GoogleMethodName | Method name 'testAnd_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. | 230 | 15 |
| #A1422 | warning | MethodName | Method name 'testAnd_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 230 | 15 |
| #A1423 | warning | GoogleMethodName | Method name 'testAnd_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. | 237 | 15 |
| #A1424 | warning | MethodName | Method name 'testAnd_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 237 | 15 |
| #A1425 | warning | GoogleMethodName | Method name 'testAnd_serializationBinary' has invalid underscore usage, underscores only allowed between adjacent digits. | 247 | 15 |
| #A1426 | warning | MethodName | Method name 'testAnd_serializationBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | 15 |
| #A1427 | warning | GoogleMethodName | Method name 'testAnd_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. | 252 | 15 |
| #A1428 | warning | MethodName | Method name 'testAnd_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 252 | 15 |
| #A1429 | warning | GoogleMethodName | Method name 'testAnd_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. | 260 | 15 |
| #A1430 | warning | MethodName | Method name 'testAnd_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 260 | 15 |
| #A1431 | warning | GoogleMethodName | Method name 'testAnd_serializationTernary' has invalid underscore usage, underscores only allowed between adjacent digits. | 273 | 15 |
| #A1432 | warning | MethodName | Method name 'testAnd_serializationTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 273 | 15 |
| #A1433 | warning | GoogleMethodName | Method name 'testAnd_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 278 | 15 |
| #A1434 | warning | MethodName | Method name 'testAnd_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 278 | 15 |
| #A1435 | warning | GoogleMethodName | Method name 'testAnd_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 287 | 15 |
| #A1436 | warning | MethodName | Method name 'testAnd_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 287 | 15 |
| #A1437 | warning | GoogleMethodName | Method name 'testAnd_serializationIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 300 | 15 |
| #A1438 | warning | MethodName | Method name 'testAnd_serializationIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 300 | 15 |
| #A1439 | warning | GoogleMethodName | Method name 'testAnd_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. | 305 | 15 |
| #A1440 | warning | MethodName | Method name 'testAnd_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 305 | 15 |
| #A1441 | warning | GoogleMethodName | Method name 'testAnd_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. | 313 | 15 |
| #A1442 | warning | MethodName | Method name 'testAnd_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 313 | 15 |
| #A1443 | warning | GoogleMethodName | Method name 'testAnd_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. | 321 | 15 |
| #A1444 | warning | MethodName | Method name 'testAnd_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 321 | 15 |
| #A1445 | warning | GoogleMethodName | Method name 'testOr_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 341 | 15 |
| #A1446 | warning | MethodName | Method name 'testOr_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 341 | 15 |
| #A1447 | warning | GoogleMethodName | Method name 'testOr_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 346 | 15 |
| #A1448 | warning | MethodName | Method name 'testOr_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 346 | 15 |
| #A1449 | warning | GoogleMethodName | Method name 'testOr_serializationNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 356 | 15 |
| #A1450 | warning | MethodName | Method name 'testOr_serializationNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 356 | 15 |
| #A1451 | warning | GoogleMethodName | Method name 'testOr_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. | 361 | 15 |
| #A1452 | warning | MethodName | Method name 'testOr_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 361 | 15 |
| #A1453 | warning | GoogleMethodName | Method name 'testOr_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. | 367 | 15 |
| #A1454 | warning | MethodName | Method name 'testOr_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 367 | 15 |
| #A1455 | warning | GoogleMethodName | Method name 'testOr_serializationOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. | 379 | 15 |
| #A1456 | warning | MethodName | Method name 'testOr_serializationOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 379 | 15 |
| #A1457 | warning | GoogleMethodName | Method name 'testOr_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. | 383 | 15 |
| #A1458 | warning | MethodName | Method name 'testOr_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 383 | 15 |
| #A1459 | warning | GoogleMethodName | Method name 'testOr_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. | 394 | 15 |
| #A1460 | warning | MethodName | Method name 'testOr_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 394 | 15 |
| #A1461 | warning | GoogleMethodName | Method name 'testOr_serializationBinary' has invalid underscore usage, underscores only allowed between adjacent digits. | 404 | 15 |
| #A1462 | warning | MethodName | Method name 'testOr_serializationBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 404 | 15 |
| #A1463 | warning | GoogleMethodName | Method name 'testOr_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. | 409 | 15 |
| #A1464 | warning | MethodName | Method name 'testOr_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 409 | 15 |
| #A1465 | warning | GoogleMethodName | Method name 'testOr_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. | 417 | 15 |
| #A1466 | warning | MethodName | Method name 'testOr_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 417 | 15 |
| #A1467 | warning | GoogleMethodName | Method name 'testOr_serializationTernary' has invalid underscore usage, underscores only allowed between adjacent digits. | 429 | 15 |
| #A1468 | warning | MethodName | Method name 'testOr_serializationTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 429 | 15 |
| #A1469 | warning | GoogleMethodName | Method name 'testOr_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 434 | 15 |
| #A1470 | warning | MethodName | Method name 'testOr_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 434 | 15 |
| #A1471 | warning | GoogleMethodName | Method name 'testOr_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 449 | 15 |
| #A1472 | warning | MethodName | Method name 'testOr_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 449 | 15 |
| #A1473 | warning | GoogleMethodName | Method name 'testOr_serializationIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 462 | 15 |
| #A1474 | warning | MethodName | Method name 'testOr_serializationIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 462 | 15 |
| #A1475 | warning | GoogleMethodName | Method name 'testOr_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. | 469 | 15 |
| #A1476 | warning | MethodName | Method name 'testOr_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 469 | 15 |
| #A1477 | warning | GoogleMethodName | Method name 'testOr_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. | 477 | 15 |
| #A1478 | warning | MethodName | Method name 'testOr_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 477 | 15 |
| #A1479 | warning | GoogleMethodName | Method name 'testOr_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. | 485 | 15 |
| #A1480 | warning | MethodName | Method name 'testOr_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 485 | 15 |
| #A1481 | warning | GoogleMethodName | Method name 'testIsEqualTo_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 504 | 15 |
| #A1482 | warning | MethodName | Method name 'testIsEqualTo_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 504 | 15 |
| #A1483 | warning | GoogleMethodName | Method name 'testIsEqualTo_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 512 | 15 |
| #A1484 | warning | MethodName | Method name 'testIsEqualTo_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 512 | 15 |
| #A1485 | warning | GoogleMethodName | Method name 'testIsEqualTo_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 521 | 15 |
| #A1486 | warning | MethodName | Method name 'testIsEqualTo_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 521 | 15 |
| #A1487 | warning | GoogleMethodName | Method name 'testIsEqualToNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 525 | 15 |
| #A1488 | warning | MethodName | Method name 'testIsEqualToNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 525 | 15 |
| #A1489 | warning | GoogleMethodName | Method name 'testIsEqualToNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 531 | 15 |
| #A1490 | warning | MethodName | Method name 'testIsEqualToNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 531 | 15 |
| #A1491 | warning | GoogleMethodName | Method name 'testIsEqualToNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 540 | 15 |
| #A1492 | warning | MethodName | Method name 'testIsEqualToNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 540 | 15 |
| #A1493 | warning | GoogleMethodName | Method name 'testIsInstanceOf_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 550 | 15 |
| #A1494 | warning | MethodName | Method name 'testIsInstanceOf_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 550 | 15 |
| #A1495 | warning | GoogleMethodName | Method name 'testIsInstanceOf_subclass' has invalid underscore usage, underscores only allowed between adjacent digits. | 560 | 15 |
| #A1496 | warning | MethodName | Method name 'testIsInstanceOf_subclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 560 | 15 |
| #A1497 | warning | GoogleMethodName | Method name 'testIsInstanceOf_interface' has invalid underscore usage, underscores only allowed between adjacent digits. | 570 | 15 |
| #A1498 | warning | MethodName | Method name 'testIsInstanceOf_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 570 | 15 |
| #A1499 | warning | GoogleMethodName | Method name 'testIsInstanceOf_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 580 | 15 |
| #A1500 | warning | MethodName | Method name 'testIsInstanceOf_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 580 | 15 |
| #A1501 | warning | GoogleMethodName | Method name 'testIsInstanceOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 590 | 15 |
| #A1502 | warning | MethodName | Method name 'testIsInstanceOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 590 | 15 |
| #A1503 | warning | GoogleMethodName | Method name 'testSubtypeOf_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 595 | 15 |
| #A1504 | warning | MethodName | Method name 'testSubtypeOf_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 595 | 15 |
| #A1505 | warning | GoogleMethodName | Method name 'testSubtypeOf_subclass' has invalid underscore usage, underscores only allowed between adjacent digits. | 609 | 15 |
| #A1506 | warning | MethodName | Method name 'testSubtypeOf_subclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 609 | 15 |
| #A1507 | warning | GoogleMethodName | Method name 'testSubtypeOf_interface' has invalid underscore usage, underscores only allowed between adjacent digits. | 617 | 15 |
| #A1508 | warning | MethodName | Method name 'testSubtypeOf_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 617 | 15 |
| #A1509 | warning | GoogleMethodName | Method name 'testSubtypeOf_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 625 | 15 |
| #A1510 | warning | MethodName | Method name 'testSubtypeOf_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 625 | 15 |
| #A1511 | warning | GoogleMethodName | Method name 'testSubtypeOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 634 | 15 |
| #A1512 | warning | MethodName | Method name 'testSubtypeOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 634 | 15 |
| #A1513 | warning | GoogleMethodName | Method name 'testIsNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 647 | 15 |
| #A1514 | warning | MethodName | Method name 'testIsNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 647 | 15 |
| #A1515 | warning | GoogleMethodName | Method name 'testIsNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 653 | 15 |
| #A1516 | warning | MethodName | Method name 'testIsNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 653 | 15 |
| #A1517 | warning | GoogleMethodName | Method name 'testIsNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 661 | 15 |
| #A1518 | warning | MethodName | Method name 'testIsNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 661 | 15 |
| #A1519 | warning | GoogleMethodName | Method name 'testNotNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 668 | 15 |
| #A1520 | warning | MethodName | Method name 'testNotNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 668 | 15 |
| #A1521 | warning | GoogleMethodName | Method name 'testNotNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 674 | 15 |
| #A1522 | warning | MethodName | Method name 'testNotNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 674 | 15 |
| #A1523 | warning | GoogleMethodName | Method name 'testNotNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 682 | 15 |
| #A1524 | warning | MethodName | Method name 'testNotNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 682 | 15 |
| #A1525 | warning | GoogleMethodName | Method name 'testIn_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 686 | 15 |
| #A1526 | warning | MethodName | Method name 'testIn_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 686 | 15 |
| #A1527 | warning | GoogleMethodName | Method name 'testIn_equality' has invalid underscore usage, underscores only allowed between adjacent digits. | 696 | 15 |
| #A1528 | warning | MethodName | Method name 'testIn_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 696 | 15 |
| #A1529 | warning | GoogleMethodName | Method name 'testIn_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 713 | 15 |
| #A1530 | warning | MethodName | Method name 'testIn_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 713 | 15 |
| #A1531 | warning | GoogleMethodName | Method name 'testIn_handlesNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. | 717 | 15 |
| #A1532 | warning | MethodName | Method name 'testIn_handlesNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 717 | 15 |
| #A1533 | warning | GoogleMethodName | Method name 'testIn_handlesClassCastException' has invalid underscore usage, underscores only allowed between adjacent digits. | 732 | 15 |
| #A1534 | warning | MethodName | Method name 'testIn_handlesClassCastException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 732 | 15 |
| #A1535 | warning | GoogleMethodName | Method name 'testIn_compilesWithExplicitSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. | 751 | 15 |
| #A1536 | warning | MethodName | Method name 'testIn_compilesWithExplicitSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 751 | 15 |
| #A1537 | warning | GoogleMethodName | Method name 'testContainsPattern_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 832 | 15 |
| #A1538 | warning | MethodName | Method name 'testContainsPattern_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 832 | 15 |
| #A1539 | warning | GoogleMethodName | Method name 'testContains_apply' has invalid underscore usage, underscores only allowed between adjacent digits. | 839 | 15 |
| #A1540 | warning | MethodName | Method name 'testContains_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 839 | 15 |
| #A1541 | warning | GoogleMethodName | Method name 'testContainsPattern_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. | 847 | 15 |
| #A1542 | warning | MethodName | Method name 'testContainsPattern_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 847 | 15 |
| #A1543 | warning | GoogleMethodName | Method name 'testContains_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. | 855 | 15 |
| #A1544 | warning | MethodName | Method name 'testContains_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 855 | 15 |
| #A1545 | warning | GoogleMethodName | Method name 'testContainsPattern_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. | 863 | 15 |
| #A1546 | warning | MethodName | Method name 'testContainsPattern_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 863 | 15 |
| #A1547 | warning | GoogleMethodName | Method name 'testContains_equals' has invalid underscore usage, underscores only allowed between adjacent digits. | 870 | 15 |
| #A1548 | warning | MethodName | Method name 'testContains_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 870 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1549 | warning | GoogleMethodName | Method name 'testPatternSplitWordBoundary_singleCharInput' has invalid underscore usage, underscores only allowed between adjacent digits. | 377 | 15 |
| #A1550 | warning | MethodName | Method name 'testPatternSplitWordBoundary_singleCharInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 377 | 15 |
| #A1551 | warning | GoogleMethodName | Method name 'testPatternSplitWordBoundary_singleWordInput' has invalid underscore usage, underscores only allowed between adjacent digits. | 385 | 15 |
| #A1552 | warning | MethodName | Method name 'testPatternSplitWordBoundary_singleWordInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 385 | 15 |
| #A1553 | warning | GoogleMethodName | Method name 'testSplitterIterableIsUnmodifiable_char' has invalid underscore usage, underscores only allowed between adjacent digits. | 462 | 15 |
| #A1554 | warning | MethodName | Method name 'testSplitterIterableIsUnmodifiable_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 462 | 15 |
| #A1555 | warning | GoogleMethodName | Method name 'testSplitterIterableIsUnmodifiable_string' has invalid underscore usage, underscores only allowed between adjacent digits. | 466 | 15 |
| #A1556 | warning | MethodName | Method name 'testSplitterIterableIsUnmodifiable_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 466 | 15 |
| #A1557 | warning | GoogleMethodName | Method name 'testSplitterIterableIsUnmodifiable_pattern' has invalid underscore usage, underscores only allowed between adjacent digits. | 471 | 15 |
| #A1558 | warning | MethodName | Method name 'testSplitterIterableIsUnmodifiable_pattern' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 471 | 15 |
| #A1559 | warning | GoogleMethodName | Method name 'testSplitterIterableIsLazy_char' has invalid underscore usage, underscores only allowed between adjacent digits. | 484 | 15 |
| #A1560 | warning | MethodName | Method name 'testSplitterIterableIsLazy_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 484 | 15 |
| #A1561 | warning | GoogleMethodName | Method name 'testSplitterIterableIsLazy_string' has invalid underscore usage, underscores only allowed between adjacent digits. | 488 | 15 |
| #A1562 | warning | MethodName | Method name 'testSplitterIterableIsLazy_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 488 | 15 |
| #A1563 | warning | GoogleMethodName | Method name 'testSplitterIterableIsLazy_pattern' has invalid underscore usage, underscores only allowed between adjacent digits. | 494 | 15 |
| #A1564 | warning | MethodName | Method name 'testSplitterIterableIsLazy_pattern' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 494 | 15 |
| #A1565 | warning | GoogleMethodName | Method name 'testMapSplitter_trimmedBoth' has invalid underscore usage, underscores only allowed between adjacent digits. | 674 | 15 |
| #A1566 | warning | MethodName | Method name 'testMapSplitter_trimmedBoth' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 674 | 15 |
| #A1567 | warning | GoogleMethodName | Method name 'testMapSplitter_trimmedEntries' has invalid underscore usage, underscores only allowed between adjacent digits. | 686 | 15 |
| #A1568 | warning | MethodName | Method name 'testMapSplitter_trimmedEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 686 | 15 |
| #A1569 | warning | GoogleMethodName | Method name 'testMapSplitter_trimmedKeyValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 699 | 15 |
| #A1570 | warning | MethodName | Method name 'testMapSplitter_trimmedKeyValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 699 | 15 |
| #A1571 | warning | GoogleMethodName | Method name 'testMapSplitter_notTrimmed' has invalid underscore usage, underscores only allowed between adjacent digits. | 710 | 15 |
| #A1572 | warning | MethodName | Method name 'testMapSplitter_notTrimmed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 710 | 15 |
| #A1573 | warning | GoogleMethodName | Method name 'testMapSplitter_CharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. | 721 | 15 |
| #A1574 | warning | MethodName | Method name 'testMapSplitter_CharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 721 | 15 |
| #A1575 | warning | GoogleMethodName | Method name 'testMapSplitter_multiCharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. | 732 | 15 |
| #A1576 | warning | MethodName | Method name 'testMapSplitter_multiCharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 732 | 15 |
| #A1577 | warning | GoogleMethodName | Method name 'testMapSplitter_emptySeparator' has invalid underscore usage, underscores only allowed between adjacent digits. | 745 | 15 |
| #A1578 | warning | MethodName | Method name 'testMapSplitter_emptySeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 745 | 15 |
| #A1579 | warning | GoogleMethodName | Method name 'testMapSplitter_malformedEntry' has invalid underscore usage, underscores only allowed between adjacent digits. | 753 | 15 |
| #A1580 | warning | MethodName | Method name 'testMapSplitter_malformedEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 753 | 15 |
| #A1581 | warning | GoogleMethodName | Method name 'testMapSplitter_extraValueDelimiter' has invalid underscore usage, underscores only allowed between adjacent digits. | 765 | 15 |
| #A1582 | warning | MethodName | Method name 'testMapSplitter_extraValueDelimiter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 765 | 15 |
| #A1583 | warning | GoogleMethodName | Method name 'testMapSplitter_orderedResults' has invalid underscore usage, underscores only allowed between adjacent digits. | 773 | 15 |
| #A1584 | warning | MethodName | Method name 'testMapSplitter_orderedResults' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 773 | 15 |
| #A1585 | warning | GoogleMethodName | Method name 'testMapSplitter_duplicateKeys' has invalid underscore usage, underscores only allowed between adjacent digits. | 789 | 15 |
| #A1586 | warning | MethodName | Method name 'testMapSplitter_duplicateKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 789 | 15 |
| #A1587 | warning | GoogleMethodName | Method name 'testMapSplitter_varyingTrimLevels' has invalid underscore usage, underscores only allowed between adjacent digits. | 797 | 15 |
| #A1588 | warning | MethodName | Method name 'testMapSplitter_varyingTrimLevels' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 797 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1589 | warning | GoogleMethodName | Method name 'testStart_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 15 |
| #A1590 | warning | MethodName | Method name 'testStart_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 59 | 15 |
| #A1591 | warning | GoogleMethodName | Method name 'testStop_new' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 15 |
| #A1592 | warning | MethodName | Method name 'testStop_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 15 |
| #A1593 | warning | GoogleMethodName | Method name 'testStop_alreadyStopped' has invalid underscore usage, underscores only allowed between adjacent digits. | 84 | 15 |
| #A1594 | warning | MethodName | Method name 'testStop_alreadyStopped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 84 | 15 |
| #A1595 | warning | GoogleMethodName | Method name 'testReset_new' has invalid underscore usage, underscores only allowed between adjacent digits. | 95 | 15 |
| #A1596 | warning | MethodName | Method name 'testReset_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 95 | 15 |
| #A1597 | warning | GoogleMethodName | Method name 'testReset_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. | 106 | 15 |
| #A1598 | warning | MethodName | Method name 'testReset_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 106 | 15 |
| #A1599 | warning | GoogleMethodName | Method name 'testElapsed_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. | 118 | 15 |
| #A1600 | warning | MethodName | Method name 'testElapsed_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 118 | 15 |
| #A1601 | warning | GoogleMethodName | Method name 'testElapsed_notRunning' has invalid underscore usage, underscores only allowed between adjacent digits. | 127 | 15 |
| #A1602 | warning | MethodName | Method name 'testElapsed_notRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 127 | 15 |
| #A1603 | warning | GoogleMethodName | Method name 'testElapsed_multipleSegments' has invalid underscore usage, underscores only allowed between adjacent digits. | 136 | 15 |
| #A1604 | warning | MethodName | Method name 'testElapsed_multipleSegments' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 136 | 15 |
| #A1605 | warning | GoogleMethodName | Method name 'testElapsed_micros' has invalid underscore usage, underscores only allowed between adjacent digits. | 153 | 15 |
| #A1606 | warning | MethodName | Method name 'testElapsed_micros' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 153 | 15 |
| #A1607 | warning | GoogleMethodName | Method name 'testElapsed_millis' has invalid underscore usage, underscores only allowed between adjacent digits. | 161 | 15 |
| #A1608 | warning | MethodName | Method name 'testElapsed_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 161 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1609 | warning | GoogleMethodName | Method name 'testPadStart_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. | 51 | 15 |
| #A1610 | warning | MethodName | Method name 'testPadStart_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 51 | 15 |
| #A1611 | warning | GoogleMethodName | Method name 'testPadStart_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. | 59 | 15 |
| #A1612 | warning | MethodName | Method name 'testPadStart_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 59 | 15 |
| #A1613 | warning | GoogleMethodName | Method name 'testPadStart_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 15 |
| #A1614 | warning | MethodName | Method name 'testPadStart_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 15 |
| #A1615 | warning | GoogleMethodName | Method name 'testPadStart_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A1616 | warning | MethodName | Method name 'testPadStart_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| #A1617 | warning | GoogleMethodName | Method name 'testPadEnd_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. | 80 | 15 |
| #A1618 | warning | MethodName | Method name 'testPadEnd_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 80 | 15 |
| #A1619 | warning | GoogleMethodName | Method name 'testPadEnd_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A1620 | warning | MethodName | Method name 'testPadEnd_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A1621 | warning | GoogleMethodName | Method name 'testPadEnd_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A1622 | warning | MethodName | Method name 'testPadEnd_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A1623 | warning | GoogleMethodName | Method name 'testPadEnd_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 101 | 15 |
| #A1624 | warning | MethodName | Method name 'testPadEnd_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 101 | 15 |
| #A1625 | warning | GoogleMethodName | Method name 'testRepeat_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 136 | 15 |
| #A1626 | warning | MethodName | Method name 'testRepeat_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 136 | 15 |
| #A1627 | warning | GoogleMethodName | Method name 'testLenientFormat_badArgumentToString' has invalid underscore usage, underscores only allowed between adjacent digits. | 236 | 15 |
| #A1628 | warning | MethodName | Method name 'testLenientFormat_badArgumentToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 236 | 15 |
| #A1629 | warning | GoogleMethodName | Method name 'testLenientFormat_badArgumentToString_gwtFriendly' has invalid underscore usage, underscores only allowed between adjacent digits. | 243 | 15 |
| #A1630 | warning | MethodName | Method name 'testLenientFormat_badArgumentToString_gwtFriendly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 243 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1631 | warning | GoogleMethodName | Method name 'testMemoize_redudantly' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 15 |
| #A1632 | warning | MethodName | Method name 'testMemoize_redudantly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 15 |
| #A1633 | warning | GoogleMethodName | Method name 'memoize_redudantlyTest' has invalid underscore usage, underscores only allowed between adjacent digits. | 105 | 16 |
| #A1634 | warning | MethodName | Method name 'memoize_redudantlyTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 105 | 16 |
| #A1635 | warning | GoogleMethodName | Method name 'testOfInstance_equals' has invalid underscore usage, underscores only allowed between adjacent digits. | 457 | 15 |
| #A1636 | warning | MethodName | Method name 'testOfInstance_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 457 | 15 |
| #A1637 | warning | GoogleMethodName | Method name 'testCompose_equals' has invalid underscore usage, underscores only allowed between adjacent digits. | 464 | 15 |
| #A1638 | warning | MethodName | Method name 'testCompose_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 464 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1639 | warning | GoogleMethodName | Method name 'testThrowIfUnchecked_Unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A1640 | warning | MethodName | Method name 'testThrowIfUnchecked_Unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A1641 | warning | GoogleMethodName | Method name 'testThrowIfUnchecked_Error' has invalid underscore usage, underscores only allowed between adjacent digits. | 52 | 15 |
| #A1642 | warning | MethodName | Method name 'testThrowIfUnchecked_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 52 | 15 |
| #A1643 | warning | GoogleMethodName | Method name 'testThrowIfUnchecked_Checked' has invalid underscore usage, underscores only allowed between adjacent digits. | 61 | 15 |
| #A1644 | warning | MethodName | Method name 'testThrowIfUnchecked_Checked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 15 |
| #A1645 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_NoneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 66 | 15 |
| #A1646 | warning | MethodName | Method name 'testPropagateIfPossible_NoneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 66 | 15 |
| #A1647 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_NoneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 85 | 15 |
| #A1648 | warning | MethodName | Method name 'testPropagateIfPossible_NoneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 85 | 15 |
| #A1649 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_NoneDeclared_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 108 | 15 |
| #A1650 | warning | MethodName | Method name 'testPropagateIfPossible_NoneDeclared_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 108 | 15 |
| #A1651 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_OneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 131 | 15 |
| #A1652 | warning | MethodName | Method name 'testPropagateIfPossible_OneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 131 | 15 |
| #A1653 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_OneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 152 | 15 |
| #A1654 | warning | MethodName | Method name 'testPropagateIfPossible_OneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 152 | 15 |
| #A1655 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_OneDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A1656 | warning | MethodName | Method name 'testPropagateIfPossible_OneDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A1657 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_OneDeclared_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 198 | 15 |
| #A1658 | warning | MethodName | Method name 'testPropagateIfPossible_OneDeclared_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 198 | 15 |
| #A1659 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_TwoDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 15 |
| #A1660 | warning | MethodName | Method name 'testPropagateIfPossible_TwoDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 15 |
| #A1661 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_TwoDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 242 | 15 |
| #A1662 | warning | MethodName | Method name 'testPropagateIfPossible_TwoDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 242 | 15 |
| #A1663 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_TwoDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 267 | 15 |
| #A1664 | warning | MethodName | Method name 'testPropagateIfPossible_TwoDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 267 | 15 |
| #A1665 | warning | GoogleMethodName | Method name 'testPropagateIfPossible_TwoDeclared_OtherCheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 291 | 15 |
| #A1666 | warning | MethodName | Method name 'testPropagateIfPossible_TwoDeclared_OtherCheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 291 | 15 |
| #A1667 | warning | GoogleMethodName | Method name 'testThrowIfUnchecked_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 314 | 15 |
| #A1668 | warning | MethodName | Method name 'testThrowIfUnchecked_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 314 | 15 |
| #A1669 | warning | GoogleMethodName | Method name 'testPropageIfPossible_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 323 | 15 |
| #A1670 | warning | MethodName | Method name 'testPropageIfPossible_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 323 | 15 |
| #A1671 | warning | GoogleMethodName | Method name 'testPropageIfPossible_OneDeclared_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 328 | 15 |
| #A1672 | warning | MethodName | Method name 'testPropageIfPossible_OneDeclared_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 328 | 15 |
| #A1673 | warning | GoogleMethodName | Method name 'testPropageIfPossible_TwoDeclared_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 333 | 15 |
| #A1674 | warning | MethodName | Method name 'testPropageIfPossible_TwoDeclared_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 333 | 15 |
| #A1675 | warning | GoogleMethodName | Method name 'testPropagate_NoneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 338 | 15 |
| #A1676 | warning | MethodName | Method name 'testPropagate_NoneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 338 | 15 |
| #A1677 | warning | GoogleMethodName | Method name 'testPropagate_NoneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 356 | 15 |
| #A1678 | warning | MethodName | Method name 'testPropagate_NoneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 356 | 15 |
| #A1679 | warning | GoogleMethodName | Method name 'testPropagate_NoneDeclared_ErrorThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 378 | 15 |
| #A1680 | warning | MethodName | Method name 'testPropagate_NoneDeclared_ErrorThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 378 | 15 |
| #A1681 | warning | GoogleMethodName | Method name 'testPropagate_NoneDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 400 | 15 |
| #A1682 | warning | MethodName | Method name 'testPropagate_NoneDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 400 | 15 |
| #A1683 | warning | GoogleMethodName | Method name 'testThrowIfInstanceOf_Unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. | 423 | 15 |
| #A1684 | warning | MethodName | Method name 'testThrowIfInstanceOf_Unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 423 | 15 |
| #A1685 | warning | GoogleMethodName | Method name 'testThrowIfInstanceOf_CheckedDifferent' has invalid underscore usage, underscores only allowed between adjacent digits. | 428 | 15 |
| #A1686 | warning | MethodName | Method name 'testThrowIfInstanceOf_CheckedDifferent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 428 | 15 |
| #A1687 | warning | GoogleMethodName | Method name 'testThrowIfInstanceOf_CheckedSame' has invalid underscore usage, underscores only allowed between adjacent digits. | 433 | 15 |
| #A1688 | warning | MethodName | Method name 'testThrowIfInstanceOf_CheckedSame' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 433 | 15 |
| #A1689 | warning | GoogleMethodName | Method name 'testThrowIfInstanceOf_CheckedSubclass' has invalid underscore usage, underscores only allowed between adjacent digits. | 442 | 15 |
| #A1690 | warning | MethodName | Method name 'testThrowIfInstanceOf_CheckedSubclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 442 | 15 |
| #A1691 | warning | GoogleMethodName | Method name 'testPropagateIfInstanceOf_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 451 | 15 |
| #A1692 | warning | MethodName | Method name 'testPropagateIfInstanceOf_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 451 | 15 |
| #A1693 | warning | GoogleMethodName | Method name 'testPropagateIfInstanceOf_DeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 470 | 15 |
| #A1694 | warning | MethodName | Method name 'testPropagateIfInstanceOf_DeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 470 | 15 |
| #A1695 | warning | GoogleMethodName | Method name 'testPropagateIfInstanceOf_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 493 | 15 |
| #A1696 | warning | MethodName | Method name 'testPropagateIfInstanceOf_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 493 | 15 |
| #A1697 | warning | GoogleMethodName | Method name 'testPropagateIfInstanceOf_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. | 516 | 15 |
| #A1698 | warning | MethodName | Method name 'testPropagateIfInstanceOf_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 516 | 15 |
| #A1699 | warning | GoogleMethodName | Method name 'testThrowIfInstanceOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 540 | 15 |
| #A1700 | warning | MethodName | Method name 'testThrowIfInstanceOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 540 | 15 |
| #A1701 | warning | GoogleMethodName | Method name 'testPropageIfInstanceOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 549 | 15 |
| #A1702 | warning | MethodName | Method name 'testPropageIfInstanceOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 549 | 15 |
| #A1703 | warning | GoogleMethodName | Method name 'testGetRootCause_NoCause' has invalid underscore usage, underscores only allowed between adjacent digits. | 553 | 15 |
| #A1704 | warning | MethodName | Method name 'testGetRootCause_NoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 553 | 15 |
| #A1705 | warning | GoogleMethodName | Method name 'testGetRootCause_SingleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. | 558 | 15 |
| #A1706 | warning | MethodName | Method name 'testGetRootCause_SingleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 558 | 15 |
| #A1707 | warning | GoogleMethodName | Method name 'testGetRootCause_DoubleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. | 564 | 15 |
| #A1708 | warning | MethodName | Method name 'testGetRootCause_DoubleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 564 | 15 |
| #A1709 | warning | GoogleMethodName | Method name 'testGetRootCause_Loop' has invalid underscore usage, underscores only allowed between adjacent digits. | 570 | 15 |
| #A1710 | warning | MethodName | Method name 'testGetRootCause_Loop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 570 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1711 | warning | GoogleMethodName | Method name 'testConstructor_instance' has invalid underscore usage, underscores only allowed between adjacent digits. | 35 | 15 |
| #A1712 | warning | MethodName | Method name 'testConstructor_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 35 | 15 |
| #A1713 | warning | GoogleMethodName | Method name 'testConstructorLenient_instance' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A1714 | warning | MethodName | Method name 'testConstructorLenient_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A1715 | warning | GoogleMethodName | Method name 'testConstructor_innerClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 46 | 15 |
| #A1716 | warning | MethodName | Method name 'testConstructor_innerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 46 | 15 |
| #A1717 | warning | GoogleMethodName | Method name 'testConstructorLenient_innerClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 51 | 15 |
| #A1718 | warning | MethodName | Method name 'testConstructorLenient_innerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 51 | 15 |
| #A1719 | warning | GoogleMethodName | Method name 'testConstructor_anonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A1720 | warning | MethodName | Method name 'testConstructor_anonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| #A1721 | warning | GoogleMethodName | Method name 'testConstructorLenient_anonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A1722 | warning | MethodName | Method name 'testConstructorLenient_anonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A1723 | warning | GoogleMethodName | Method name 'testConstructor_classObject' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 15 |
| #A1724 | warning | MethodName | Method name 'testConstructor_classObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 68 | 15 |
| #A1725 | warning | GoogleMethodName | Method name 'testConstructorLenient_classObject' has invalid underscore usage, underscores only allowed between adjacent digits. | 73 | 15 |
| #A1726 | warning | MethodName | Method name 'testConstructorLenient_classObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 15 |
| #A1727 | warning | GoogleMethodName | Method name 'testConstructor_stringObject' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A1728 | warning | MethodName | Method name 'testConstructor_stringObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A1729 | warning | GoogleMethodName | Method name 'testToStringHelper_localInnerClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 84 | 15 |
| #A1730 | warning | MethodName | Method name 'testToStringHelper_localInnerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 84 | 15 |
| #A1731 | warning | GoogleMethodName | Method name 'testToStringHelperLenient_localInnerClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 91 | 15 |
| #A1732 | warning | MethodName | Method name 'testToStringHelperLenient_localInnerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 91 | 15 |
| #A1733 | warning | GoogleMethodName | Method name 'testToStringHelper_localInnerNestedClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 98 | 15 |
| #A1734 | warning | MethodName | Method name 'testToStringHelper_localInnerNestedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 98 | 15 |
| #A1735 | warning | GoogleMethodName | Method name 'testToStringHelperLenient_localInnerNestedClass' has invalid underscore usage, underscores only allowed between adjacent digits. | 107 | 15 |
| #A1736 | warning | MethodName | Method name 'testToStringHelperLenient_localInnerNestedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 107 | 15 |
| #A1737 | warning | GoogleMethodName | Method name 'testToStringHelper_moreThanNineAnonymousClasses' has invalid underscore usage, underscores only allowed between adjacent digits. | 117 | 15 |
| #A1738 | warning | MethodName | Method name 'testToStringHelper_moreThanNineAnonymousClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 15 |
| #A1739 | warning | GoogleMethodName | Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 15 |
| #A1740 | warning | MethodName | Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 15 |
| #A1741 | warning | GoogleMethodName | Method name 'testToString_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. | 151 | 15 |
| #A1742 | warning | MethodName | Method name 'testToString_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 151 | 15 |
| #A1743 | warning | GoogleMethodName | Method name 'testToString_oneIntegerField' has invalid underscore usage, underscores only allowed between adjacent digits. | 157 | 15 |
| #A1744 | warning | MethodName | Method name 'testToString_oneIntegerField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 157 | 15 |
| #A1745 | warning | GoogleMethodName | Method name 'testToString_nullInteger' has invalid underscore usage, underscores only allowed between adjacent digits. | 164 | 15 |
| #A1746 | warning | MethodName | Method name 'testToString_nullInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 164 | 15 |
| #A1747 | warning | GoogleMethodName | Method name 'testToStringLenient_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. | 170 | 15 |
| #A1748 | warning | MethodName | Method name 'testToStringLenient_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 15 |
| #A1749 | warning | GoogleMethodName | Method name 'testToStringLenient_oneIntegerField' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A1750 | warning | MethodName | Method name 'testToStringLenient_oneIntegerField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A1751 | warning | GoogleMethodName | Method name 'testToStringLenient_nullInteger' has invalid underscore usage, underscores only allowed between adjacent digits. | 181 | 15 |
| #A1752 | warning | MethodName | Method name 'testToStringLenient_nullInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 181 | 15 |
| #A1753 | warning | GoogleMethodName | Method name 'testToString_complexFields' has invalid underscore usage, underscores only allowed between adjacent digits. | 188 | 15 |
| #A1754 | warning | MethodName | Method name 'testToString_complexFields' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 188 | 15 |
| #A1755 | warning | GoogleMethodName | Method name 'testToStringLenient_complexFields' has invalid underscore usage, underscores only allowed between adjacent digits. | 205 | 15 |
| #A1756 | warning | MethodName | Method name 'testToStringLenient_complexFields' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 205 | 15 |
| #A1757 | warning | GoogleMethodName | Method name 'testToString_addWithNullName' has invalid underscore usage, underscores only allowed between adjacent digits. | 224 | 15 |
| #A1758 | warning | MethodName | Method name 'testToString_addWithNullName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 224 | 15 |
| #A1759 | warning | GoogleMethodName | Method name 'testToString_addWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 234 | 15 |
| #A1760 | warning | MethodName | Method name 'testToString_addWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 234 | 15 |
| #A1761 | warning | GoogleMethodName | Method name 'testToStringLenient_addWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 240 | 15 |
| #A1762 | warning | MethodName | Method name 'testToStringLenient_addWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 240 | 15 |
| #A1763 | warning | GoogleMethodName | Method name 'testToString_ToStringTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 246 | 15 |
| #A1764 | warning | MethodName | Method name 'testToString_ToStringTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 246 | 15 |
| #A1765 | warning | GoogleMethodName | Method name 'testToString_addValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 265 | 15 |
| #A1766 | warning | MethodName | Method name 'testToString_addValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 265 | 15 |
| #A1767 | warning | GoogleMethodName | Method name 'testToStringLenient_addValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 278 | 15 |
| #A1768 | warning | MethodName | Method name 'testToStringLenient_addValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 278 | 15 |
| #A1769 | warning | GoogleMethodName | Method name 'testToString_addValueWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 292 | 15 |
| #A1770 | warning | MethodName | Method name 'testToString_addValueWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 292 | 15 |
| #A1771 | warning | GoogleMethodName | Method name 'testToStringLenient_addValueWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 304 | 15 |
| #A1772 | warning | MethodName | Method name 'testToStringLenient_addValueWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 304 | 15 |
| #A1773 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. | 317 | 15 |
| #A1774 | warning | MethodName | Method name 'testToStringOmitNullValues_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 317 | 15 |
| #A1775 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_manyFieldsFirstNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 324 | 15 |
| #A1776 | warning | MethodName | Method name 'testToStringOmitNullValues_manyFieldsFirstNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 324 | 15 |
| #A1777 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_manyFieldsOmitAfterNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 336 | 15 |
| #A1778 | warning | MethodName | Method name 'testToStringOmitNullValues_manyFieldsOmitAfterNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 336 | 15 |
| #A1779 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_manyFieldsLastNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 348 | 15 |
| #A1780 | warning | MethodName | Method name 'testToStringOmitNullValues_manyFieldsLastNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 348 | 15 |
| #A1781 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_oneValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 360 | 15 |
| #A1782 | warning | MethodName | Method name 'testToStringOmitNullValues_oneValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 360 | 15 |
| #A1783 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_manyValuesFirstNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 367 | 15 |
| #A1784 | warning | MethodName | Method name 'testToStringOmitNullValues_manyValuesFirstNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 367 | 15 |
| #A1785 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_manyValuesLastNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 379 | 15 |
| #A1786 | warning | MethodName | Method name 'testToStringOmitNullValues_manyValuesLastNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 379 | 15 |
| #A1787 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_differentOrder' has invalid underscore usage, underscores only allowed between adjacent digits. | 391 | 15 |
| #A1788 | warning | MethodName | Method name 'testToStringOmitNullValues_differentOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 391 | 15 |
| #A1789 | warning | GoogleMethodName | Method name 'testToStringOmitNullValues_canBeCalledManyTimes' has invalid underscore usage, underscores only allowed between adjacent digits. | 412 | 15 |
| #A1790 | warning | MethodName | Method name 'testToStringOmitNullValues_canBeCalledManyTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 412 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1791 | warning | GoogleMethodName | Method name 'testEncodedLength_validStrings' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A1792 | warning | MethodName | Method name 'testEncodedLength_validStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A1793 | warning | GoogleMethodName | Method name 'testEncodedLength_validStrings2' has invalid underscore usage, underscores only allowed between adjacent digits. | 79 | 15 |
| #A1794 | warning | MethodName | Method name 'testEncodedLength_validStrings2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 79 | 15 |
| #A1795 | warning | GoogleMethodName | Method name 'testEncodedLength_invalidStrings' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 15 |
| #A1796 | warning | MethodName | Method name 'testEncodedLength_invalidStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 15 |
| #A1797 | warning | GoogleMethodName | Method name 'testIsWellFormed_1Byte' has invalid underscore usage, underscores only allowed between adjacent digits. | 191 | 15 |
| #A1798 | warning | MethodName | Method name 'testIsWellFormed_1Byte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 191 | 15 |
| #A1799 | warning | GoogleMethodName | Method name 'testIsWellFormed_2Bytes' has invalid underscore usage, underscores only allowed between adjacent digits. | 197 | 15 |
| #A1800 | warning | MethodName | Method name 'testIsWellFormed_2Bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 197 | 15 |
| #A1801 | warning | GoogleMethodName | Method name 'testIsWellFormed_3Bytes' has invalid underscore usage, underscores only allowed between adjacent digits. | 204 | 15 |
| #A1802 | warning | MethodName | Method name 'testIsWellFormed_3Bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 204 | 15 |
| #A1803 | warning | GoogleMethodName | Method name 'testIsWellFormed_4BytesSamples' has invalid underscore usage, underscores only allowed between adjacent digits. | 212 | 15 |
| #A1804 | warning | MethodName | Method name 'testIsWellFormed_4BytesSamples' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 212 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1805 | warning | GoogleMethodName | Method name 'testVerify_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 28 | 15 |
| #A1806 | warning | MethodName | Method name 'testVerify_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 28 | 15 |
| #A1807 | warning | GoogleMethodName | Method name 'testVerify_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 32 | 15 |
| #A1808 | warning | MethodName | Method name 'testVerify_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 32 | 15 |
| #A1809 | warning | GoogleMethodName | Method name 'testVerify_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 40 | 15 |
| #A1810 | warning | MethodName | Method name 'testVerify_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 40 | 15 |
| #A1811 | warning | GoogleMethodName | Method name 'testVerify_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 44 | 15 |
| #A1812 | warning | MethodName | Method name 'testVerify_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 44 | 15 |
| #A1813 | warning | GoogleMethodName | Method name 'testVerify_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 15 |
| #A1814 | warning | MethodName | Method name 'testVerify_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 15 |
| #A1815 | warning | GoogleMethodName | Method name 'testVerify_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 57 | 15 |
| #A1816 | warning | MethodName | Method name 'testVerify_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 15 |
| #A1817 | warning | GoogleMethodName | Method name 'testVerifyNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 15 |
| #A1818 | warning | MethodName | Method name 'testVerifyNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 68 | 15 |
| #A1819 | warning | GoogleMethodName | Method name 'testVerifyNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 73 | 15 |
| #A1820 | warning | MethodName | Method name 'testVerifyNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 15 |
| #A1821 | warning | GoogleMethodName | Method name 'testVerifyNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. | 81 | 15 |
| #A1822 | warning | MethodName | Method name 'testVerifyNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 81 | 15 |
| #A1823 | warning | GoogleMethodName | Method name 'testVerifyNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. | 86 | 15 |
| #A1824 | warning | MethodName | Method name 'testVerifyNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 86 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1825 | warning | GoogleMethodName | Method name 'testGetAllPresent_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 52 | 15 |
| #A1826 | warning | MethodName | Method name 'testGetAllPresent_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 52 | 15 |
| #A1827 | warning | GoogleMethodName | Method name 'testGetAllPresent_cached' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A1828 | warning | MethodName | Method name 'testGetAllPresent_cached' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1829 | warning | GoogleMethodName | Method name 'testGetUnchecked_checked' has invalid underscore usage, underscores only allowed between adjacent digits. | 34 | 15 |
| #A1830 | warning | MethodName | Method name 'testGetUnchecked_checked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 34 | 15 |
| #A1831 | warning | GoogleMethodName | Method name 'testGetUnchecked_unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. | 66 | 15 |
| #A1832 | warning | MethodName | Method name 'testGetUnchecked_unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 66 | 15 |
| #A1833 | warning | GoogleMethodName | Method name 'testGetUnchecked_error' has invalid underscore usage, underscores only allowed between adjacent digits. | 98 | 15 |
| #A1834 | warning | MethodName | Method name 'testGetUnchecked_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 98 | 15 |
| #A1835 | warning | GoogleMethodName | Method name 'testGetUnchecked_otherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. | 130 | 15 |
| #A1836 | warning | MethodName | Method name 'testGetUnchecked_otherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 130 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1837 | warning | GoogleMethodName | Method name 'testAsMap_containsValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 372 | 15 |
| #A1838 | warning | MethodName | Method name 'testAsMap_containsValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 372 | 15 |
| #A1839 | warning | GoogleMethodName | Method name 'testAsMap_containsKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 391 | 15 |
| #A1840 | warning | MethodName | Method name 'testAsMap_containsKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 391 | 15 |
| #A1841 | warning | GoogleMethodName | Method name 'testAsMapValues_contains' has invalid underscore usage, underscores only allowed between adjacent digits. | 410 | 15 |
| #A1842 | warning | MethodName | Method name 'testAsMapValues_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 410 | 15 |
| #A1843 | warning | GoogleMethodName | Method name 'testAsMapKeySet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. | 448 | 15 |
| #A1844 | warning | MethodName | Method name 'testAsMapKeySet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 448 | 15 |
| #A1845 | warning | GoogleMethodName | Method name 'testAsMapValues_iteratorRemove' has invalid underscore usage, underscores only allowed between adjacent digits. | 488 | 15 |
| #A1846 | warning | MethodName | Method name 'testAsMapValues_iteratorRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 488 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1847 | warning | GoogleMethodName | Method name 'testParse_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 35 | 15 |
| #A1848 | warning | MethodName | Method name 'testParse_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 35 | 15 |
| #A1849 | warning | GoogleMethodName | Method name 'testParse_initialCapacity' has invalid underscore usage, underscores only allowed between adjacent digits. | 48 | 15 |
| #A1850 | warning | MethodName | Method name 'testParse_initialCapacity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 15 |
| #A1851 | warning | GoogleMethodName | Method name 'testParse_initialCapacityRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A1852 | warning | MethodName | Method name 'testParse_initialCapacityRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A1853 | warning | GoogleMethodName | Method name 'testParse_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 70 | 15 |
| #A1854 | warning | MethodName | Method name 'testParse_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 70 | 15 |
| #A1855 | warning | GoogleMethodName | Method name 'testParse_maximumSizeRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 83 | 15 |
| #A1856 | warning | MethodName | Method name 'testParse_maximumSizeRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 83 | 15 |
| #A1857 | warning | GoogleMethodName | Method name 'testParse_maximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. | 91 | 15 |
| #A1858 | warning | MethodName | Method name 'testParse_maximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 91 | 15 |
| #A1859 | warning | GoogleMethodName | Method name 'testParse_maximumWeightRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 15 |
| #A1860 | warning | MethodName | Method name 'testParse_maximumWeightRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 15 |
| #A1861 | warning | GoogleMethodName | Method name 'testParse_maximumSizeAndMaximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. | 112 | 15 |
| #A1862 | warning | MethodName | Method name 'testParse_maximumSizeAndMaximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 112 | 15 |
| #A1863 | warning | GoogleMethodName | Method name 'testParse_concurrencyLevel' has invalid underscore usage, underscores only allowed between adjacent digits. | 120 | 15 |
| #A1864 | warning | MethodName | Method name 'testParse_concurrencyLevel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 120 | 15 |
| #A1865 | warning | GoogleMethodName | Method name 'testParse_concurrencyLevelRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 134 | 15 |
| #A1866 | warning | MethodName | Method name 'testParse_concurrencyLevelRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 134 | 15 |
| #A1867 | warning | GoogleMethodName | Method name 'testParse_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. | 142 | 15 |
| #A1868 | warning | MethodName | Method name 'testParse_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 142 | 15 |
| #A1869 | warning | GoogleMethodName | Method name 'testParse_weakKeysCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 155 | 15 |
| #A1870 | warning | MethodName | Method name 'testParse_weakKeysCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 155 | 15 |
| #A1871 | warning | GoogleMethodName | Method name 'testParse_repeatedKeyStrength' has invalid underscore usage, underscores only allowed between adjacent digits. | 163 | 15 |
| #A1872 | warning | MethodName | Method name 'testParse_repeatedKeyStrength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 163 | 15 |
| #A1873 | warning | GoogleMethodName | Method name 'testParse_softValues' has invalid underscore usage, underscores only allowed between adjacent digits. | 171 | 15 |
| #A1874 | warning | MethodName | Method name 'testParse_softValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 171 | 15 |
| #A1875 | warning | GoogleMethodName | Method name 'testParse_softValuesCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 184 | 15 |
| #A1876 | warning | MethodName | Method name 'testParse_softValuesCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 184 | 15 |
| #A1877 | warning | GoogleMethodName | Method name 'testParse_weakValues' has invalid underscore usage, underscores only allowed between adjacent digits. | 192 | 15 |
| #A1878 | warning | MethodName | Method name 'testParse_weakValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 192 | 15 |
| #A1879 | warning | GoogleMethodName | Method name 'testParse_weakValuesCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 205 | 15 |
| #A1880 | warning | MethodName | Method name 'testParse_weakValuesCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 205 | 15 |
| #A1881 | warning | GoogleMethodName | Method name 'testParse_repeatedValueStrength' has invalid underscore usage, underscores only allowed between adjacent digits. | 213 | 15 |
| #A1882 | warning | MethodName | Method name 'testParse_repeatedValueStrength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 213 | 15 |
| #A1883 | warning | GoogleMethodName | Method name 'testParse_writeExpirationDays' has invalid underscore usage, underscores only allowed between adjacent digits. | 239 | 15 |
| #A1884 | warning | MethodName | Method name 'testParse_writeExpirationDays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 239 | 15 |
| #A1885 | warning | GoogleMethodName | Method name 'testParse_writeExpirationHours' has invalid underscore usage, underscores only allowed between adjacent digits. | 254 | 15 |
| #A1886 | warning | MethodName | Method name 'testParse_writeExpirationHours' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 254 | 15 |
| #A1887 | warning | GoogleMethodName | Method name 'testParse_writeExpirationMinutes' has invalid underscore usage, underscores only allowed between adjacent digits. | 262 | 15 |
| #A1888 | warning | MethodName | Method name 'testParse_writeExpirationMinutes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 262 | 15 |
| #A1889 | warning | GoogleMethodName | Method name 'testParse_writeExpirationSeconds' has invalid underscore usage, underscores only allowed between adjacent digits. | 270 | 15 |
| #A1890 | warning | MethodName | Method name 'testParse_writeExpirationSeconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 270 | 15 |
| #A1891 | warning | GoogleMethodName | Method name 'testParse_writeExpirationRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 278 | 15 |
| #A1892 | warning | MethodName | Method name 'testParse_writeExpirationRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 278 | 15 |
| #A1893 | warning | GoogleMethodName | Method name 'testParse_accessExpirationDays' has invalid underscore usage, underscores only allowed between adjacent digits. | 286 | 15 |
| #A1894 | warning | MethodName | Method name 'testParse_accessExpirationDays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 286 | 15 |
| #A1895 | warning | GoogleMethodName | Method name 'testParse_accessExpirationHours' has invalid underscore usage, underscores only allowed between adjacent digits. | 301 | 15 |
| #A1896 | warning | MethodName | Method name 'testParse_accessExpirationHours' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 301 | 15 |
| #A1897 | warning | GoogleMethodName | Method name 'testParse_accessExpirationMinutes' has invalid underscore usage, underscores only allowed between adjacent digits. | 309 | 15 |
| #A1898 | warning | MethodName | Method name 'testParse_accessExpirationMinutes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 309 | 15 |
| #A1899 | warning | GoogleMethodName | Method name 'testParse_accessExpirationSeconds' has invalid underscore usage, underscores only allowed between adjacent digits. | 318 | 15 |
| #A1900 | warning | MethodName | Method name 'testParse_accessExpirationSeconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 318 | 15 |
| #A1901 | warning | GoogleMethodName | Method name 'testParse_accessExpirationRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 327 | 15 |
| #A1902 | warning | MethodName | Method name 'testParse_accessExpirationRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 327 | 15 |
| #A1903 | warning | GoogleMethodName | Method name 'testParse_recordStats' has invalid underscore usage, underscores only allowed between adjacent digits. | 335 | 15 |
| #A1904 | warning | MethodName | Method name 'testParse_recordStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 335 | 15 |
| #A1905 | warning | GoogleMethodName | Method name 'testParse_recordStatsValueSpecified' has invalid underscore usage, underscores only allowed between adjacent digits. | 341 | 15 |
| #A1906 | warning | MethodName | Method name 'testParse_recordStatsValueSpecified' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 341 | 15 |
| #A1907 | warning | GoogleMethodName | Method name 'testParse_recordStatsRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 349 | 15 |
| #A1908 | warning | MethodName | Method name 'testParse_recordStatsRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 349 | 15 |
| #A1909 | warning | GoogleMethodName | Method name 'testParse_accessExpirationAndWriteExpiration' has invalid underscore usage, underscores only allowed between adjacent digits. | 357 | 15 |
| #A1910 | warning | MethodName | Method name 'testParse_accessExpirationAndWriteExpiration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 357 | 15 |
| #A1911 | warning | GoogleMethodName | Method name 'testParse_multipleKeys' has invalid underscore usage, underscores only allowed between adjacent digits. | 370 | 15 |
| #A1912 | warning | MethodName | Method name 'testParse_multipleKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 370 | 15 |
| #A1913 | warning | GoogleMethodName | Method name 'testParse_whitespaceAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. | 397 | 15 |
| #A1914 | warning | MethodName | Method name 'testParse_whitespaceAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 397 | 15 |
| #A1915 | warning | GoogleMethodName | Method name 'testParse_unknownKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 421 | 15 |
| #A1916 | warning | MethodName | Method name 'testParse_unknownKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 421 | 15 |
| #A1917 | warning | GoogleMethodName | Method name 'testParse_extraCommaIsInvalid' has invalid underscore usage, underscores only allowed between adjacent digits. | 429 | 15 |
| #A1918 | warning | MethodName | Method name 'testParse_extraCommaIsInvalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 429 | 15 |
| #A1919 | warning | GoogleMethodName | Method name 'testMaximumWeight_withWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. | 471 | 15 |
| #A1920 | warning | MethodName | Method name 'testMaximumWeight_withWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 471 | 15 |
| #A1921 | warning | GoogleMethodName | Method name 'testMaximumWeight_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. | 476 | 15 |
| #A1922 | warning | MethodName | Method name 'testMaximumWeight_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 476 | 15 |
| #A1923 | warning | GoogleMethodName | Method name 'testMaximumSize_withWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. | 485 | 15 |
| #A1924 | warning | MethodName | Method name 'testMaximumSize_withWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 485 | 15 |
| #A1925 | warning | GoogleMethodName | Method name 'testMaximumSize_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. | 490 | 15 |
| #A1926 | warning | MethodName | Method name 'testMaximumSize_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 490 | 15 |
| #A1927 | warning | GoogleMethodName | Method name 'testCacheBuilderFrom_string' has invalid underscore usage, underscores only allowed between adjacent digits. | 508 | 15 |
| #A1928 | warning | MethodName | Method name 'testCacheBuilderFrom_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 508 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1929 | warning | GoogleMethodName | Method name 'testInitialCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 15 |
| #A1930 | warning | MethodName | Method name 'testInitialCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 63 | 15 |
| #A1931 | warning | GoogleMethodName | Method name 'testInitialCapacity_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A1932 | warning | MethodName | Method name 'testInitialCapacity_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| #A1933 | warning | GoogleMethodName | Method name 'testInitialCapacity_small' has invalid underscore usage, underscores only allowed between adjacent digits. | 83 | 15 |
| #A1934 | warning | MethodName | Method name 'testInitialCapacity_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 83 | 15 |
| #A1935 | warning | GoogleMethodName | Method name 'testInitialCapacity_smallest' has invalid underscore usage, underscores only allowed between adjacent digits. | 95 | 15 |
| #A1936 | warning | MethodName | Method name 'testInitialCapacity_smallest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 95 | 15 |
| #A1937 | warning | GoogleMethodName | Method name 'testInitialCapacity_large' has invalid underscore usage, underscores only allowed between adjacent digits. | 107 | 15 |
| #A1938 | warning | MethodName | Method name 'testInitialCapacity_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 107 | 15 |
| #A1939 | warning | GoogleMethodName | Method name 'testConcurrencyLevel_zero' has invalid underscore usage, underscores only allowed between adjacent digits. | 113 | 15 |
| #A1940 | warning | MethodName | Method name 'testConcurrencyLevel_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 113 | 15 |
| #A1941 | warning | GoogleMethodName | Method name 'testConcurrencyLevel_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 122 | 15 |
| #A1942 | warning | MethodName | Method name 'testConcurrencyLevel_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 122 | 15 |
| #A1943 | warning | GoogleMethodName | Method name 'testConcurrencyLevel_small' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 15 |
| #A1944 | warning | MethodName | Method name 'testConcurrencyLevel_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 15 |
| #A1945 | warning | GoogleMethodName | Method name 'testConcurrencyLevel_large' has invalid underscore usage, underscores only allowed between adjacent digits. | 140 | 15 |
| #A1946 | warning | MethodName | Method name 'testConcurrencyLevel_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 140 | 15 |
| #A1947 | warning | GoogleMethodName | Method name 'testMaximumSize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 15 |
| #A1948 | warning | MethodName | Method name 'testMaximumSize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 15 |
| #A1949 | warning | GoogleMethodName | Method name 'testMaximumSize_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 154 | 15 |
| #A1950 | warning | MethodName | Method name 'testMaximumSize_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 154 | 15 |
| #A1951 | warning | GoogleMethodName | Method name 'testMaximumSize_andWeight' has invalid underscore usage, underscores only allowed between adjacent digits. | 165 | 15 |
| #A1952 | warning | MethodName | Method name 'testMaximumSize_andWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 165 | 15 |
| #A1953 | warning | GoogleMethodName | Method name 'testMaximumSize_largerThanInt' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A1954 | warning | MethodName | Method name 'testMaximumSize_largerThanInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A1955 | warning | GoogleMethodName | Method name 'testMaximumWeight_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 183 | 15 |
| #A1956 | warning | MethodName | Method name 'testMaximumWeight_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 183 | 15 |
| #A1957 | warning | GoogleMethodName | Method name 'testMaximumWeight_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 193 | 15 |
| #A1958 | warning | MethodName | Method name 'testMaximumWeight_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 193 | 15 |
| #A1959 | warning | GoogleMethodName | Method name 'testMaximumWeight_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. | 209 | 15 |
| #A1960 | warning | MethodName | Method name 'testMaximumWeight_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 209 | 15 |
| #A1961 | warning | GoogleMethodName | Method name 'testWeigher_withoutMaximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. | 219 | 15 |
| #A1962 | warning | MethodName | Method name 'testWeigher_withoutMaximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 219 | 15 |
| #A1963 | warning | GoogleMethodName | Method name 'testWeigher_withMaximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 229 | 15 |
| #A1964 | warning | MethodName | Method name 'testWeigher_withMaximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 229 | 15 |
| #A1965 | warning | GoogleMethodName | Method name 'testTimeToLive_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 279 | 15 |
| #A1966 | warning | MethodName | Method name 'testTimeToLive_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 279 | 15 |
| #A1967 | warning | GoogleMethodName | Method name 'testTimeToLive_small' has invalid underscore usage, underscores only allowed between adjacent digits. | 288 | 15 |
| #A1968 | warning | MethodName | Method name 'testTimeToLive_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 288 | 15 |
| #A1969 | warning | GoogleMethodName | Method name 'testTimeToLive_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 293 | 15 |
| #A1970 | warning | MethodName | Method name 'testTimeToLive_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 293 | 15 |
| #A1971 | warning | GoogleMethodName | Method name 'testTimeToIdle_negative' has invalid underscore usage, underscores only allowed between adjacent digits. | 304 | 15 |
| #A1972 | warning | MethodName | Method name 'testTimeToIdle_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 304 | 15 |
| #A1973 | warning | GoogleMethodName | Method name 'testTimeToIdle_small' has invalid underscore usage, underscores only allowed between adjacent digits. | 313 | 15 |
| #A1974 | warning | MethodName | Method name 'testTimeToIdle_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 313 | 15 |
| #A1975 | warning | GoogleMethodName | Method name 'testTimeToIdle_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 318 | 15 |
| #A1976 | warning | MethodName | Method name 'testTimeToIdle_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 318 | 15 |
| #A1977 | warning | GoogleMethodName | Method name 'testRefresh_zero' has invalid underscore usage, underscores only allowed between adjacent digits. | 338 | 15 |
| #A1978 | warning | MethodName | Method name 'testRefresh_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 338 | 15 |
| #A1979 | warning | GoogleMethodName | Method name 'testRefresh_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 348 | 15 |
| #A1980 | warning | MethodName | Method name 'testRefresh_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 348 | 15 |
| #A1981 | warning | GoogleMethodName | Method name 'testTicker_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 359 | 15 |
| #A1982 | warning | MethodName | Method name 'testTicker_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 359 | 15 |
| #A1983 | warning | GoogleMethodName | Method name 'testRemovalListener_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. | 370 | 15 |
| #A1984 | warning | MethodName | Method name 'testRemovalListener_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 370 | 15 |
| #A1985 | warning | GoogleMethodName | Method name 'testRemovalNotification_clear' has invalid underscore usage, underscores only allowed between adjacent digits. | 400 | 15 |
| #A1986 | warning | MethodName | Method name 'testRemovalNotification_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 400 | 15 |
| #A1987 | warning | GoogleMethodName | Method name 'testRemovalNotification_clear_basher' has invalid underscore usage, underscores only allowed between adjacent digits. | 471 | 15 |
| #A1988 | warning | MethodName | Method name 'testRemovalNotification_clear_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 471 | 15 |
| #A1989 | warning | GoogleMethodName | Method name 'testRemovalNotification_get_basher' has invalid underscore usage, underscores only allowed between adjacent digits. | 555 | 15 |
| #A1990 | warning | MethodName | Method name 'testRemovalNotification_get_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 555 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1991 | warning | GoogleMethodName | Method name 'testEviction_setMaxSegmentSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 41 | 15 |
| #A1992 | warning | MethodName | Method name 'testEviction_setMaxSegmentSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 15 |
| #A1993 | warning | GoogleMethodName | Method name 'testEviction_setMaxSegmentWeight' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A1994 | warning | MethodName | Method name 'testEviction_setMaxSegmentWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A1995 | warning | GoogleMethodName | Method name 'testEviction_maxSizeOneSegment' has invalid underscore usage, underscores only allowed between adjacent digits. | 58 | 15 |
| #A1996 | warning | MethodName | Method name 'testEviction_maxSizeOneSegment' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 58 | 15 |
| #A1997 | warning | GoogleMethodName | Method name 'testEviction_maxWeightOneSegment' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A1998 | warning | MethodName | Method name 'testEviction_maxWeightOneSegment' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A1999 | warning | GoogleMethodName | Method name 'testEviction_maxSize' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A2000 | warning | MethodName | Method name 'testEviction_maxSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A2001 | warning | GoogleMethodName | Method name 'testEviction_maxWeight' has invalid underscore usage, underscores only allowed between adjacent digits. | 108 | 15 |
| #A2002 | warning | MethodName | Method name 'testEviction_maxWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 108 | 15 |
| #A2003 | warning | GoogleMethodName | Method name 'testEviction_maxWeight_zero' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 15 |
| #A2004 | warning | MethodName | Method name 'testEviction_maxWeight_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 15 |
| #A2005 | warning | GoogleMethodName | Method name 'testEviction_maxWeight_entryTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. | 191 | 15 |
| #A2006 | warning | MethodName | Method name 'testEviction_maxWeight_entryTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 191 | 15 |
| #A2007 | warning | GoogleMethodName | Method name 'testEviction_overflow' has invalid underscore usage, underscores only allowed between adjacent digits. | 242 | 15 |
| #A2008 | warning | MethodName | Method name 'testEviction_overflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 242 | 15 |
| #A2009 | warning | GoogleMethodName | Method name 'testUpdateRecency_onGet' has invalid underscore usage, underscores only allowed between adjacent digits. | 258 | 15 |
| #A2010 | warning | MethodName | Method name 'testUpdateRecency_onGet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 258 | 15 |
| #A2011 | warning | GoogleMethodName | Method name 'testUpdateRecency_onInvalidate' has invalid underscore usage, underscores only allowed between adjacent digits. | 273 | 15 |
| #A2012 | warning | MethodName | Method name 'testUpdateRecency_onInvalidate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 273 | 15 |
| #A2013 | warning | GoogleMethodName | Method name 'testEviction_lru' has invalid underscore usage, underscores only allowed between adjacent digits. | 289 | 15 |
| #A2014 | warning | MethodName | Method name 'testEviction_lru' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 289 | 15 |
| #A2015 | warning | GoogleMethodName | Method name 'testEviction_weightedLru' has invalid underscore usage, underscores only allowed between adjacent digits. | 319 | 15 |
| #A2016 | warning | MethodName | Method name 'testEviction_weightedLru' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 319 | 15 |
| #A2017 | warning | GoogleMethodName | Method name 'testEviction_overweight' has invalid underscore usage, underscores only allowed between adjacent digits. | 363 | 15 |
| #A2018 | warning | MethodName | Method name 'testEviction_overweight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 363 | 15 |
| #A2019 | warning | GoogleMethodName | Method name 'testEviction_invalidateAll' has invalid underscore usage, underscores only allowed between adjacent digits. | 387 | 15 |
| #A2020 | warning | MethodName | Method name 'testEviction_invalidateAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 387 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2021 | warning | GoogleMethodName | Method name 'testExpiration_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A2022 | warning | MethodName | Method name 'testExpiration_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A2023 | warning | GoogleMethodName | Method name 'testExpiration_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 15 |
| #A2024 | warning | MethodName | Method name 'testExpiration_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 15 |
| #A2025 | warning | GoogleMethodName | Method name 'testExpiringGet_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. | 101 | 15 |
| #A2026 | warning | MethodName | Method name 'testExpiringGet_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 101 | 15 |
| #A2027 | warning | GoogleMethodName | Method name 'testExpiringGet_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A2028 | warning | MethodName | Method name 'testExpiringGet_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| #A2029 | warning | GoogleMethodName | Method name 'testRemovalListener_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. | 177 | 15 |
| #A2030 | warning | MethodName | Method name 'testRemovalListener_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 177 | 15 |
| #A2031 | warning | GoogleMethodName | Method name 'testRemovalScheduler_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 15 |
| #A2032 | warning | MethodName | Method name 'testRemovalScheduler_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 15 |
| #A2033 | warning | GoogleMethodName | Method name 'testRemovalScheduler_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. | 234 | 15 |
| #A2034 | warning | MethodName | Method name 'testRemovalScheduler_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 234 | 15 |
| #A2035 | warning | GoogleMethodName | Method name 'testRemovalScheduler_expireAfterBoth' has invalid underscore usage, underscores only allowed between adjacent digits. | 247 | 15 |
| #A2036 | warning | MethodName | Method name 'testRemovalScheduler_expireAfterBoth' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | 15 |
| #A2037 | warning | GoogleMethodName | Method name 'testExpirationOrder_access' has invalid underscore usage, underscores only allowed between adjacent digits. | 261 | 15 |
| #A2038 | warning | MethodName | Method name 'testExpirationOrder_access' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 261 | 15 |
| #A2039 | warning | GoogleMethodName | Method name 'testExpirationOrder_write' has invalid underscore usage, underscores only allowed between adjacent digits. | 314 | 15 |
| #A2040 | warning | MethodName | Method name 'testExpirationOrder_write' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 314 | 15 |
| #A2041 | warning | GoogleMethodName | Method name 'testExpirationOrder_writeAccess' has invalid underscore usage, underscores only allowed between adjacent digits. | 362 | 15 |
| #A2042 | warning | MethodName | Method name 'testExpirationOrder_writeAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 362 | 15 |
| #A2043 | warning | GoogleMethodName | Method name 'testExpiration_invalidateAll' has invalid underscore usage, underscores only allowed between adjacent digits. | 412 | 15 |
| #A2044 | warning | MethodName | Method name 'testExpiration_invalidateAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 412 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2045 | warning | GoogleMethodName | Method name 'testRefresh_getIfPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 269 | 15 |
| #A2046 | warning | MethodName | Method name 'testRefresh_getIfPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 269 | 15 |
| #A2047 | warning | GoogleMethodName | Method name 'testBulkLoad_default' has invalid underscore usage, underscores only allowed between adjacent digits. | 331 | 15 |
| #A2048 | warning | MethodName | Method name 'testBulkLoad_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 331 | 15 |
| #A2049 | warning | GoogleMethodName | Method name 'testBulkLoad_loadAll' has invalid underscore usage, underscores only allowed between adjacent digits. | 378 | 15 |
| #A2050 | warning | MethodName | Method name 'testBulkLoad_loadAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 378 | 15 |
| #A2051 | warning | GoogleMethodName | Method name 'testBulkLoad_extra' has invalid underscore usage, underscores only allowed between adjacent digits. | 424 | 15 |
| #A2052 | warning | MethodName | Method name 'testBulkLoad_extra' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 424 | 15 |
| #A2053 | warning | GoogleMethodName | Method name 'testBulkLoad_clobber' has invalid underscore usage, underscores only allowed between adjacent digits. | 459 | 15 |
| #A2054 | warning | MethodName | Method name 'testBulkLoad_clobber' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 459 | 15 |
| #A2055 | warning | GoogleMethodName | Method name 'testBulkLoad_clobberNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 497 | 15 |
| #A2056 | warning | MethodName | Method name 'testBulkLoad_clobberNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 497 | 15 |
| #A2057 | warning | GoogleMethodName | Method name 'testBulkLoad_clobberNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 537 | 15 |
| #A2058 | warning | MethodName | Method name 'testBulkLoad_clobberNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 537 | 15 |
| #A2059 | warning | GoogleMethodName | Method name 'testBulkLoad_partial' has invalid underscore usage, underscores only allowed between adjacent digits. | 577 | 15 |
| #A2060 | warning | MethodName | Method name 'testBulkLoad_partial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 577 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2061 | warning | GoogleMethodName | Method name 'testInvalidate_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 15 |
| #A2062 | warning | MethodName | Method name 'testInvalidate_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 15 |
| #A2063 | warning | GoogleMethodName | Method name 'testInvalidateAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 61 | 15 |
| #A2064 | warning | MethodName | Method name 'testInvalidateAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 15 |
| #A2065 | warning | GoogleMethodName | Method name 'testEquals_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 15 |
| #A2066 | warning | MethodName | Method name 'testEquals_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 15 |
| #A2067 | warning | GoogleMethodName | Method name 'testEqualsAndHashCode_different' has invalid underscore usage, underscores only allowed between adjacent digits. | 77 | 15 |
| #A2068 | warning | MethodName | Method name 'testEqualsAndHashCode_different' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 77 | 15 |
| #A2069 | warning | GoogleMethodName | Method name 'testGet_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 88 | 15 |
| #A2070 | warning | MethodName | Method name 'testGet_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 15 |
| #A2071 | warning | GoogleMethodName | Method name 'testGetUnchecked_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 99 | 15 |
| #A2072 | warning | MethodName | Method name 'testGetUnchecked_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 99 | 15 |
| #A2073 | warning | GoogleMethodName | Method name 'testKeySet_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 112 | 15 |
| #A2074 | warning | MethodName | Method name 'testKeySet_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 112 | 15 |
| #A2075 | warning | GoogleMethodName | Method name 'testKeySet_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 124 | 15 |
| #A2076 | warning | MethodName | Method name 'testKeySet_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 124 | 15 |
| #A2077 | warning | GoogleMethodName | Method name 'testKeySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. | 140 | 15 |
| #A2078 | warning | MethodName | Method name 'testKeySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 140 | 15 |
| #A2079 | warning | GoogleMethodName | Method name 'testKeySet_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. | 151 | 15 |
| #A2080 | warning | MethodName | Method name 'testKeySet_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 151 | 15 |
| #A2081 | warning | GoogleMethodName | Method name 'testKeySet_remove' has invalid underscore usage, underscores only allowed between adjacent digits. | 164 | 15 |
| #A2082 | warning | MethodName | Method name 'testKeySet_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 164 | 15 |
| #A2083 | warning | GoogleMethodName | Method name 'testValues_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 186 | 15 |
| #A2084 | warning | MethodName | Method name 'testValues_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 186 | 15 |
| #A2085 | warning | GoogleMethodName | Method name 'testValues_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 198 | 15 |
| #A2086 | warning | MethodName | Method name 'testValues_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 198 | 15 |
| #A2087 | warning | GoogleMethodName | Method name 'testValues_clear' has invalid underscore usage, underscores only allowed between adjacent digits. | 214 | 15 |
| #A2088 | warning | MethodName | Method name 'testValues_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 214 | 15 |
| #A2089 | warning | GoogleMethodName | Method name 'testValues_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. | 225 | 15 |
| #A2090 | warning | MethodName | Method name 'testValues_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 225 | 15 |
| #A2091 | warning | GoogleMethodName | Method name 'testValues_remove' has invalid underscore usage, underscores only allowed between adjacent digits. | 238 | 15 |
| #A2092 | warning | MethodName | Method name 'testValues_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 238 | 15 |
| #A2093 | warning | GoogleMethodName | Method name 'testEntrySet_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 260 | 15 |
| #A2094 | warning | MethodName | Method name 'testEntrySet_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 260 | 15 |
| #A2095 | warning | GoogleMethodName | Method name 'testEntrySet_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. | 272 | 15 |
| #A2096 | warning | MethodName | Method name 'testEntrySet_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 272 | 15 |
| #A2097 | warning | GoogleMethodName | Method name 'testEntrySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. | 288 | 15 |
| #A2098 | warning | MethodName | Method name 'testEntrySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 288 | 15 |
| #A2099 | warning | GoogleMethodName | Method name 'testEntrySet_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. | 299 | 15 |
| #A2100 | warning | MethodName | Method name 'testEntrySet_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 299 | 15 |
| #A2101 | warning | GoogleMethodName | Method name 'testEntrySet_remove' has invalid underscore usage, underscores only allowed between adjacent digits. | 312 | 15 |
| #A2102 | warning | MethodName | Method name 'testEntrySet_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 312 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2103 | warning | GoogleMethodName | Method name 'testCopyEntry_computing' has invalid underscore usage, underscores only allowed between adjacent digits. | 703 | 15 |
| #A2104 | warning | MethodName | Method name 'testCopyEntry_computing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 703 | 15 |
| #A2105 | warning | GoogleMethodName | Method name 'testRemovalListener_replaced_computing' has invalid underscore usage, underscores only allowed between adjacent digits. | 804 | 15 |
| #A2106 | warning | MethodName | Method name 'testRemovalListener_replaced_computing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 804 | 15 |
| #A2107 | warning | GoogleMethodName | Method name 'testSegmentRefresh_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. | 861 | 15 |
| #A2108 | warning | MethodName | Method name 'testSegmentRefresh_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 861 | 15 |
| #A2109 | warning | GoogleMethodName | Method name 'testRemovalListener_explicit' has invalid underscore usage, underscores only allowed between adjacent digits. | 881 | 15 |
| #A2110 | warning | MethodName | Method name 'testRemovalListener_explicit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 881 | 15 |
| #A2111 | warning | GoogleMethodName | Method name 'testRemovalListener_replaced' has invalid underscore usage, underscores only allowed between adjacent digits. | 922 | 15 |
| #A2112 | warning | MethodName | Method name 'testRemovalListener_replaced' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 922 | 15 |
| #A2113 | warning | GoogleMethodName | Method name 'testRemovalListener_collected' has invalid underscore usage, underscores only allowed between adjacent digits. | 949 | 15 |
| #A2114 | warning | MethodName | Method name 'testRemovalListener_collected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 949 | 15 |
| #A2115 | warning | GoogleMethodName | Method name 'testRemovalListener_expired' has invalid underscore usage, underscores only allowed between adjacent digits. | 973 | 15 |
| #A2116 | warning | MethodName | Method name 'testRemovalListener_expired' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 973 | 15 |
| #A2117 | warning | GoogleMethodName | Method name 'testRemovalListener_size' has invalid underscore usage, underscores only allowed between adjacent digits. | 1004 | 15 |
| #A2118 | warning | MethodName | Method name 'testRemovalListener_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1004 | 15 |
| #A2119 | warning | GoogleMethodName | Method name 'testSegmentPut_expand' has invalid underscore usage, underscores only allowed between adjacent digits. | 1343 | 15 |
| #A2120 | warning | MethodName | Method name 'testSegmentPut_expand' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1343 | 15 |
| #A2121 | warning | GoogleMethodName | Method name 'testSegmentPut_evict' has invalid underscore usage, underscores only allowed between adjacent digits. | 1359 | 15 |
| #A2122 | warning | MethodName | Method name 'testSegmentPut_evict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1359 | 15 |
| #A2123 | warning | GoogleMethodName | Method name 'testExpand_cleanup' has invalid underscore usage, underscores only allowed between adjacent digits. | 1730 | 15 |
| #A2124 | warning | MethodName | Method name 'testExpand_cleanup' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1730 | 15 |
| #A2125 | warning | GoogleMethodName | Method name 'testClear_notification' has invalid underscore usage, underscores only allowed between adjacent digits. | 1824 | 15 |
| #A2126 | warning | MethodName | Method name 'testClear_notification' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1824 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2127 | warning | GoogleMethodName | Method name 'testGet_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. | 60 | 15 |
| #A2128 | warning | MethodName | Method name 'testGet_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 60 | 15 |
| #A2129 | warning | GoogleMethodName | Method name 'testGet_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. | 78 | 15 |
| #A2130 | warning | MethodName | Method name 'testGet_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 15 |
| #A2131 | warning | GoogleMethodName | Method name 'testGet_computeNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 96 | 15 |
| #A2132 | warning | MethodName | Method name 'testGet_computeNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 96 | 15 |
| #A2133 | warning | GoogleMethodName | Method name 'testGet_runtimeException' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A2134 | warning | MethodName | Method name 'testGet_runtimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2135 | warning | GoogleMethodName | Method name 'testSize_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 15 |
| #A2136 | warning | MethodName | Method name 'testSize_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 15 |
| #A2137 | warning | GoogleMethodName | Method name 'testContainsKey_found' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 15 |
| #A2138 | warning | MethodName | Method name 'testContainsKey_found' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 15 |
| #A2139 | warning | GoogleMethodName | Method name 'testPut_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 80 | 15 |
| #A2140 | warning | MethodName | Method name 'testPut_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 80 | 15 |
| #A2141 | warning | GoogleMethodName | Method name 'testPutIfAbsent_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 103 | 15 |
| #A2142 | warning | MethodName | Method name 'testPutIfAbsent_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 103 | 15 |
| #A2143 | warning | GoogleMethodName | Method name 'testPutAll_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 124 | 15 |
| #A2144 | warning | MethodName | Method name 'testPutAll_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 124 | 15 |
| #A2145 | warning | GoogleMethodName | Method name 'testReplace_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 138 | 15 |
| #A2146 | warning | MethodName | Method name 'testReplace_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 138 | 15 |
| #A2147 | warning | GoogleMethodName | Method name 'testRemove_byKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 159 | 15 |
| #A2148 | warning | MethodName | Method name 'testRemove_byKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 159 | 15 |
| #A2149 | warning | GoogleMethodName | Method name 'testRemove_byKeyAndValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 174 | 15 |
| #A2150 | warning | MethodName | Method name 'testRemove_byKeyAndValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 174 | 15 |
| #A2151 | warning | GoogleMethodName | Method name 'testKeySet_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 190 | 15 |
| #A2152 | warning | MethodName | Method name 'testKeySet_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 190 | 15 |
| #A2153 | warning | GoogleMethodName | Method name 'testValues_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 217 | 15 |
| #A2154 | warning | MethodName | Method name 'testValues_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 217 | 15 |
| #A2155 | warning | GoogleMethodName | Method name 'testEntrySet_populated' has invalid underscore usage, underscores only allowed between adjacent digits. | 240 | 15 |
| #A2156 | warning | MethodName | Method name 'testEntrySet_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 240 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2157 | warning | GoogleMethodName | Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. | 73 | 15 |
| #A2158 | warning | MethodName | Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 15 |
| #A2159 | warning | GoogleMethodName | Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. | 79 | 15 |
| #A2160 | warning | MethodName | Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 79 | 15 |
| #A2161 | warning | GoogleMethodName | Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 84 | 15 |
| #A2162 | warning | MethodName | Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 84 | 15 |
| #A2163 | warning | GoogleMethodName | Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 89 | 15 |
| #A2164 | warning | MethodName | Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 89 | 15 |
| #A2165 | warning | GoogleMethodName | Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 94 | 15 |
| #A2166 | warning | MethodName | Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 94 | 15 |
| #A2167 | warning | GoogleMethodName | Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 99 | 15 |
| #A2168 | warning | MethodName | Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 99 | 15 |
| #A2169 | warning | GoogleMethodName | Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 15 |
| #A2170 | warning | MethodName | Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 15 |
| #A2171 | warning | GoogleMethodName | Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 109 | 15 |
| #A2172 | warning | MethodName | Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 109 | 15 |
| #A2173 | warning | GoogleMethodName | Method name 'testCreation_eightElements' has invalid underscore usage, underscores only allowed between adjacent digits. | 114 | 15 |
| #A2174 | warning | MethodName | Method name 'testCreation_eightElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 15 |
| #A2175 | warning | GoogleMethodName | Method name 'testCopyOf_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 119 | 15 |
| #A2176 | warning | MethodName | Method name 'testCopyOf_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 119 | 15 |
| #A2177 | warning | GoogleMethodName | Method name 'testCopyOf_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. | 126 | 15 |
| #A2178 | warning | MethodName | Method name 'testCopyOf_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 126 | 15 |
| #A2179 | warning | GoogleMethodName | Method name 'testCopyOf_nullArray' has invalid underscore usage, underscores only allowed between adjacent digits. | 132 | 15 |
| #A2180 | warning | MethodName | Method name 'testCopyOf_nullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 15 |
| #A2181 | warning | GoogleMethodName | Method name 'testCopyOf_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 140 | 15 |
| #A2182 | warning | MethodName | Method name 'testCopyOf_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 140 | 15 |
| #A2183 | warning | GoogleMethodName | Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 149 | 15 |
| #A2184 | warning | MethodName | Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 149 | 15 |
| #A2185 | warning | GoogleMethodName | Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. | 157 | 15 |
| #A2186 | warning | MethodName | Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 157 | 15 |
| #A2187 | warning | GoogleMethodName | Method name 'testCopyOf_collection_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 163 | 15 |
| #A2188 | warning | MethodName | Method name 'testCopyOf_collection_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 163 | 15 |
| #A2189 | warning | GoogleMethodName | Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. | 169 | 15 |
| #A2190 | warning | MethodName | Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 169 | 15 |
| #A2191 | warning | GoogleMethodName | Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 177 | 15 |
| #A2192 | warning | MethodName | Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 177 | 15 |
| #A2193 | warning | GoogleMethodName | Method name 'testCopyOf_collection_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. | 193 | 15 |
| #A2194 | warning | MethodName | Method name 'testCopyOf_collection_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 193 | 15 |
| #A2195 | warning | GoogleMethodName | Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 200 | 15 |
| #A2196 | warning | MethodName | Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 200 | 15 |
| #A2197 | warning | GoogleMethodName | Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. | 207 | 15 |
| #A2198 | warning | MethodName | Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 207 | 15 |
| #A2199 | warning | GoogleMethodName | Method name 'testCopyOf_iterator_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. | 213 | 15 |
| #A2200 | warning | MethodName | Method name 'testCopyOf_iterator_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 213 | 15 |
| #A2201 | warning | GoogleMethodName | Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. | 219 | 15 |
| #A2202 | warning | MethodName | Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 219 | 15 |
| #A2203 | warning | GoogleMethodName | Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. | 227 | 15 |
| #A2204 | warning | MethodName | Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 227 | 15 |
| #A2205 | warning | GoogleMethodName | Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 246 | 15 |
| #A2206 | warning | MethodName | Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 246 | 15 |
| #A2207 | warning | GoogleMethodName | Method name 'testCopyOf_plainIterable_iteratesOnce' has invalid underscore usage, underscores only allowed between adjacent digits. | 254 | 15 |
| #A2208 | warning | MethodName | Method name 'testCopyOf_plainIterable_iteratesOnce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 254 | 15 |
| #A2209 | warning | GoogleMethodName | Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 260 | 15 |
| #A2210 | warning | MethodName | Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 260 | 15 |
| #A2211 | warning | GoogleMethodName | Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. | 266 | 15 |
| #A2212 | warning | MethodName | Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 266 | 15 |
| #A2213 | warning | GoogleMethodName | Method name 'testCopyOf_shortcut_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. | 272 | 15 |
| #A2214 | warning | MethodName | Method name 'testCopyOf_shortcut_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 272 | 15 |
| #A2215 | warning | GoogleMethodName | Method name 'testIterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. | 283 | 15 |
| #A2216 | warning | MethodName | Method name 'testIterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 283 | 15 |
| #A2217 | warning | GoogleMethodName | Method name 'testIterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. | 294 | 15 |
| #A2218 | warning | MethodName | Method name 'testIterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 294 | 15 |
| #A2219 | warning | GoogleMethodName | Method name 'testContainsAll_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. | 304 | 15 |
| #A2220 | warning | MethodName | Method name 'testContainsAll_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 304 | 15 |
| #A2221 | warning | GoogleMethodName | Method name 'testEquals_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. | 312 | 15 |
| #A2222 | warning | MethodName | Method name 'testEquals_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 312 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2223 | warning | GoogleMethodName | Method name 'testToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 298 | 15 |
| #A2224 | warning | MethodName | Method name 'testToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 298 | 15 |
| #A2225 | warning | GoogleMethodName | Method name 'testCellSetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 312 | 15 |
| #A2226 | warning | MethodName | Method name 'testCellSetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 312 | 15 |
| #A2227 | warning | GoogleMethodName | Method name 'testRowKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 321 | 15 |
| #A2228 | warning | MethodName | Method name 'testRowKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 321 | 15 |
| #A2229 | warning | GoogleMethodName | Method name 'testColumnKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 326 | 15 |
| #A2230 | warning | MethodName | Method name 'testColumnKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 326 | 15 |
| #A2231 | warning | GoogleMethodName | Method name 'testValuesToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. | 331 | 15 |
| #A2232 | warning | MethodName | Method name 'testValuesToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 331 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2233 | warning | GoogleMethodName | Method name 'testAddAndRemove_ConcurrentHashMap' has invalid underscore usage, underscores only allowed between adjacent digits. | 45 | 15 |
| #A2234 | warning | MethodName | Method name 'testAddAndRemove_ConcurrentHashMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 15 |
| #A2235 | warning | GoogleMethodName | Method name 'testAddAndRemove_ConcurrentSkipListMap' has invalid underscore usage, underscores only allowed between adjacent digits. | 49 | 15 |
| #A2236 | warning | MethodName | Method name 'testAddAndRemove_ConcurrentSkipListMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 49 | 15 |
| #A2237 | warning | GoogleMethodName | Method name 'testAddAndRemove_MapMakerMap' has invalid underscore usage, underscores only allowed between adjacent digits. | 53 | 15 |
| #A2238 | warning | MethodName | Method name 'testAddAndRemove_MapMakerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 53 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2239 | warning | GoogleMethodName | Method name 'testCount_elementPresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 116 | 15 |
| #A2240 | warning | MethodName | Method name 'testCount_elementPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 116 | 15 |
| #A2241 | warning | GoogleMethodName | Method name 'testCount_elementAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 15 |
| #A2242 | warning | MethodName | Method name 'testCount_elementAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 15 |
| #A2243 | warning | GoogleMethodName | Method name 'testAdd_zero' has invalid underscore usage, underscores only allowed between adjacent digits. | 129 | 15 |
| #A2244 | warning | MethodName | Method name 'testAdd_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 129 | 15 |
| #A2245 | warning | GoogleMethodName | Method name 'testAdd_firstFewWithSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. | 136 | 15 |
| #A2246 | warning | MethodName | Method name 'testAdd_firstFewWithSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 136 | 15 |
| #A2247 | warning | GoogleMethodName | Method name 'testAdd_laterFewWithSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 15 |
| #A2248 | warning | MethodName | Method name 'testAdd_laterFewWithSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 15 |
| #A2249 | warning | GoogleMethodName | Method name 'testAdd_laterFewWithOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. | 156 | 15 |
| #A2250 | warning | MethodName | Method name 'testAdd_laterFewWithOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 156 | 15 |
| #A2251 | warning | GoogleMethodName | Method name 'testAdd_withFailures' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 15 |
| #A2252 | warning | MethodName | Method name 'testAdd_withFailures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 15 |
| #A2253 | warning | GoogleMethodName | Method name 'testRemove_zeroFromSome' has invalid underscore usage, underscores only allowed between adjacent digits. | 202 | 15 |
| #A2254 | warning | MethodName | Method name 'testRemove_zeroFromSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 202 | 15 |
| #A2255 | warning | GoogleMethodName | Method name 'testRemove_zeroFromNone' has invalid underscore usage, underscores only allowed between adjacent digits. | 209 | 15 |
| #A2256 | warning | MethodName | Method name 'testRemove_zeroFromNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 209 | 15 |
| #A2257 | warning | GoogleMethodName | Method name 'testRemove_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 215 | 15 |
| #A2258 | warning | MethodName | Method name 'testRemove_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 215 | 15 |
| #A2259 | warning | GoogleMethodName | Method name 'testRemove_someRemaining' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 15 |
| #A2260 | warning | MethodName | Method name 'testRemove_someRemaining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 15 |
| #A2261 | warning | GoogleMethodName | Method name 'testRemove_noneRemaining' has invalid underscore usage, underscores only allowed between adjacent digits. | 232 | 15 |
| #A2262 | warning | MethodName | Method name 'testRemove_noneRemaining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 232 | 15 |
| #A2263 | warning | GoogleMethodName | Method name 'testIteratorRemove_actualMap' has invalid underscore usage, underscores only allowed between adjacent digits. | 268 | 15 |
| #A2264 | warning | MethodName | Method name 'testIteratorRemove_actualMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 268 | 15 |
| #A2265 | warning | GoogleMethodName | Method name 'testSetCount_basic' has invalid underscore usage, underscores only allowed between adjacent digits. | 286 | 15 |
| #A2266 | warning | MethodName | Method name 'testSetCount_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 286 | 15 |
| #A2267 | warning | GoogleMethodName | Method name 'testSetCount_asRemove' has invalid underscore usage, underscores only allowed between adjacent digits. | 297 | 15 |
| #A2268 | warning | MethodName | Method name 'testSetCount_asRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 297 | 15 |
| #A2269 | warning | GoogleMethodName | Method name 'testSetCount_0_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. | 308 | 15 |
| #A2270 | warning | MethodName | Method name 'testSetCount_0_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 308 | 15 |
| #A2271 | warning | GoogleMethodName | Method name 'testIdentityKeyEquality_strongKeys' has invalid underscore usage, underscores only allowed between adjacent digits. | 327 | 15 |
| #A2272 | warning | MethodName | Method name 'testIdentityKeyEquality_strongKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 327 | 15 |
| #A2273 | warning | GoogleMethodName | Method name 'testIdentityKeyEquality_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. | 331 | 15 |
| #A2274 | warning | MethodName | Method name 'testIdentityKeyEquality_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 331 | 15 |
| #A2275 | warning | GoogleMethodName | Method name 'testLogicalKeyEquality_strongKeys' has invalid underscore usage, underscores only allowed between adjacent digits. | 363 | 15 |
| #A2276 | warning | MethodName | Method name 'testLogicalKeyEquality_strongKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 363 | 15 |
| #A2277 | warning | GoogleMethodName | Method name 'testLogicalKeyEquality_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. | 367 | 15 |
| #A2278 | warning | MethodName | Method name 'testLogicalKeyEquality_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 367 | 15 |
| #A2279 | warning | GoogleMethodName | Method name 'testSerializationWithMapMaker_preservesIdentityKeyEquivalence' has invalid underscore usage, underscores only allowed between adjacent digits. | 417 | 15 |
| #A2280 | warning | MethodName | Method name 'testSerializationWithMapMaker_preservesIdentityKeyEquivalence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 417 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2281 | warning | GoogleMethodName | Method name 'testCreate_noMin' has invalid underscore usage, underscores only allowed between adjacent digits. | 158 | 15 |
| #A2282 | warning | MethodName | Method name 'testCreate_noMin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 158 | 15 |
| #A2283 | warning | GoogleMethodName | Method name 'testCreate_noMax' has invalid underscore usage, underscores only allowed between adjacent digits. | 167 | 15 |
| #A2284 | warning | MethodName | Method name 'testCreate_noMax' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 167 | 15 |
| #A2285 | warning | GoogleMethodName | Method name 'testCreate_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 176 | 15 |
| #A2286 | warning | MethodName | Method name 'testCreate_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 176 | 15 |
| #A2287 | warning | GoogleMethodName | Method name 'testHeadSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. | 200 | 15 |
| #A2288 | warning | MethodName | Method name 'testHeadSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 200 | 15 |
| #A2289 | warning | GoogleMethodName | Method name 'testTailSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 216 | 15 |
| #A2290 | warning | MethodName | Method name 'testTailSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 216 | 15 |
| #A2291 | warning | GoogleMethodName | Method name 'testSubSet_outOfOrder' has invalid underscore usage, underscores only allowed between adjacent digits. | 237 | 15 |
| #A2292 | warning | MethodName | Method name 'testSubSet_outOfOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 237 | 15 |
| #A2293 | warning | GoogleMethodName | Method name 'testSubSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. | 246 | 15 |
| #A2294 | warning | MethodName | Method name 'testSubSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 246 | 15 |
| #A2295 | warning | GoogleMethodName | Method name 'testSubSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. | 250 | 15 |
| #A2296 | warning | MethodName | Method name 'testSubSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 250 | 15 |
| #A2297 | warning | GoogleMethodName | Method name 'testRange_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. | 345 | 15 |
| #A2298 | warning | MethodName | Method name 'testRange_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 345 | 15 |
| #A2299 | warning | GoogleMethodName | Method name 'testIntersection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 359 | 15 |
| #A2300 | warning | MethodName | Method name 'testIntersection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 359 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2301 | warning | GoogleMethodName | Method name 'testRemainingCapacity_maxSize0' has invalid underscore usage, underscores only allowed between adjacent digits. | 72 | 15 |
| #A2302 | warning | MethodName | Method name 'testRemainingCapacity_maxSize0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 72 | 15 |
| #A2303 | warning | GoogleMethodName | Method name 'testRemainingCapacity_maxSize1' has invalid underscore usage, underscores only allowed between adjacent digits. | 77 | 15 |
| #A2304 | warning | MethodName | Method name 'testRemainingCapacity_maxSize1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 77 | 15 |
| #A2305 | warning | GoogleMethodName | Method name 'testRemainingCapacity_maxSize3' has invalid underscore usage, underscores only allowed between adjacent digits. | 84 | 15 |
| #A2306 | warning | MethodName | Method name 'testRemainingCapacity_maxSize3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 84 | 15 |
| #A2307 | warning | GoogleMethodName | Method name 'testAddAll_largeList' has invalid underscore usage, underscores only allowed between adjacent digits. | 163 | 15 |
| #A2308 | warning | MethodName | Method name 'testAddAll_largeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 163 | 15 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A2309 | warning | GoogleMethodName | Method name 'testFrom_alreadyFluentIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 80 | 15 |
| #A2310 | warning | MethodName | Method name 'testFrom_alreadyFluentIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 80 | 15 |
| #A2311 | warning | GoogleMethodName | Method name 'testOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 95 | 15 |
| #A2312 | warning | MethodName | Method name 'testOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 95 | 15 |
| #A2313 | warning | GoogleMethodName | Method name 'testSize_collectionDoesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. | 210 | 15 |
| #A2314 | warning | MethodName | Method name 'testSize_collectionDoesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 210 | 15 |
| #A2315 | warning | GoogleMethodName | Method name 'testContains_nullSetYes' has invalid underscore usage, underscores only allowed between adjacent digits. | 222 | 15 |
| #A2316 | warning | MethodName | Method name 'testContains_nullSetYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 222 | 15 |
| #A2317 | warning | GoogleMethodName | Method name 'testContains_nullSetNo' has invalid underscore usage, underscores only allowed between adjacent digits. | 227 | 15 |
| #A2318 | warning | MethodName | Method name 'testContains_nullSetNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 227 | 15 |
| #A2319 | warning | GoogleMethodName | Method name 'testContains_nullIterableYes' has invalid underscore usage, underscores only allowed between adjacent digits. | 232 | 15 |
| #A2320 | warning | MethodName | Method name 'testContains_nullIterableYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 232 | 15 |
| #A2321 | warning | GoogleMethodName | Method name 'testContains_nullIterableNo' has invalid underscore usage, underscores only allowed between adjacent digits. | 237 | 15 |
| #A2322 | warning | MethodName | Method name 'testContains_nullIterableNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 237 | 15 |
| #A2323 | warning | GoogleMethodName | Method name 'testContains_nonNullSetYes' has invalid underscore usage, underscores only allowed between adjacent digits. | 242 | 15 |
| #A2324 | warning | MethodName | Method name 'testContains_nonNullSetYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 242 | 15 |
| #A2325 | warning | GoogleMethodName | Method name 'testContains_nonNullSetNo' has invalid underscore usage, underscores only allowed between adjacent digits. | 247 | 15 |
| #A2326 | warning | MethodName | Method name 'testContains_nonNullSetNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | 15 |
| #A2327 | warning | GoogleMethodName | Method name 'testContains_nonNullIterableYes' has invalid underscore usage, underscores only allowed between adjacent digits. | 252 | 15 |
| #A2328 | warning | MethodName | Method name 'testContains_nonNullIterableYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 252 | 15 |
| #A2329 | warning | GoogleMethodName | Method name 'testContains_nonNullIterableNo' has invalid underscore usage, underscores only allowed between adjacent digits. | 257 | 15 |
| #A2330 | warning | MethodName | Method name 'testContains_nonNullIterableNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 257 | 15 |
| #A2331 | warning | GoogleMethodName | Method name 'testCycle_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 291 | 15 |
| #A2332 | warning | MethodName | Method name 'testCycle_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 291 | 15 |
| #A2333 | warning | GoogleMethodName | Method name 'testCycle_removingAllElementsStopsCycle' has invalid underscore usage, underscores only allowed between adjacent digits. | 296 | 15 |
| #A2334 | warning | MethodName | Method name 'testCycle_removingAllElementsStopsCycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 296 | 15 |
| #A2335 | warning | GoogleMethodName | Method name 'testAppend_toEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. | 318 | 15 |
| #A2336 | warning | MethodName | Method name 'testAppend_toEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 318 | 15 |
| #A2337 | warning | GoogleMethodName | Method name 'testAppend_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. | 324 | 15 |
| #A2338 | warning | MethodName | Method name 'testAppend_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 324 | 15 |
| #A2339 | warning | GoogleMethodName | Method name 'testAppend_nullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. | 330 | 15 |
| #A2340 | warning | MethodName | Method name 'testAppend_nullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 330 | 15 |
| #A2341 | warning | GoogleMethodName | Method name 'testTransformWith_poorlyBehavedTransform' has invalid underscore usage, underscores only allowed between adjacent digits. | 421 | 15 |
| #A2342 | warning | MethodName | Method name 'testTransformWith_poorlyBehavedTransform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 421 | 15 |
| #A2343 | warning | GoogleMethodName | Method name 'testTransformWith_nullFriendlyTransform' has invalid underscore usage, underscores only allowed between adjacent digits. | 442 | 15 |
| #A2344 | warning | MethodName | Method name 'testTransformWith_nullFriendlyTransform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 442 | 15 |
| #A2345 | warning | GoogleMethodName | Method name 'testTransformAndConcat_wildcardFunctionGenerics' has invalid underscore usage, underscores only allowed between adjacent digits. | 474 | 15 |
| #A2346 | warning | MethodName | Method name 'testTransformAndConcat_wildcardFunctionGenerics' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 474 | 15 |
| #A2347 | warning | GoogleMethodName | Method name 'testFirst_list' has invalid underscore usage, underscores only allowed between adjacent digits. | 480 | 15 |
| #A2348 | warning | MethodName | Method name 'testFirst_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 480 | 15 |
| #A2349 | warning | GoogleMethodName | Method name 'testFirst_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 485 | 15 |
| #A2350 | warning | MethodName | Method name 'testFirst_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 485 | 15 |
| #A2351 | warning | GoogleMethodName | Method name 'testFirst_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. | 494 | 15 |
| #A2352 | warning | MethodName | Method name 'testFirst_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 494 | 15 |
| #A2353 | warning | GoogleMethodName | Method name 'testFirst_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. | 499 | 15 |
| #A2354 | warning | MethodName | Method name 'testFirst_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 499 | 15 |
| #A2355 | warning | GoogleMethodName | Method name 'testFirst_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. | 504 | 15 |
| #A2356 | warning | MethodName | Method name 'testFirst_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 504 | 15 |
| #A2357 | warning | GoogleMethodName | Method name 'testFirst_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 509 | 15 |
| #A2358 | warning | MethodName | Method name 'testFirst_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 509 | 15 |
| #A2359 | warning | GoogleMethodName | Method name 'testFirst_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 514 | 15 |
| #A2360 | warning | MethodName | Method name 'testFirst_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 514 | 15 |
| #A2361 | warning | GoogleMethodName | Method name 'testLast_list' has invalid underscore usage, underscores only allowed between adjacent digits. | 519 | 15 |
| #A2362 | warning | MethodName | Method name 'testLast_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 519 | 15 |
| #A2363 | warning | GoogleMethodName | Method name 'testLast_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 524 | 15 |
| #A2364 | warning | MethodName | Method name 'testLast_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 524 | 15 |
| #A2365 | warning | GoogleMethodName | Method name 'testLast_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. | 533 | 15 |
| #A2366 | warning | MethodName | Method name 'testLast_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 533 | 15 |
| #A2367 | warning | GoogleMethodName | Method name 'testLast_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. | 538 | 15 |
| #A2368 | warning | MethodName | Method name 'testLast_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 538 | 15 |
| #A2369 | warning | GoogleMethodName | Method name 'testLast_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. | 543 | 15 |
| #A2370 | warning | MethodName | Method name 'testLast_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 543 | 15 |
| #A2371 | warning | GoogleMethodName | Method name 'testLast_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 548 | 15 |
| #A2372 | warning | MethodName | Method name 'testLast_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 548 | 15 |
| #A2373 | warning | GoogleMethodName | Method name 'testLast_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. | 553 | 15 |
| #A2374 | warning | MethodName | Method name 'testLast_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 553 | 15 |
| #A2375 | warning | GoogleMethodName | Method name 'testSkip_simple' has invalid underscore usage, underscores only allowed between adjacent digits. | 558 | 15 |
| #A2376 | warning | MethodName | Method name 'testSkip_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 558 | 15 |
| #A2377 | warning | GoogleMethodName | Method name 'testSkip_simpleList' has invalid underscore usage, underscores only allowed between adjacent digits. | 565 | 15 |
| #A2378 | warning | MethodName | Method name 'testSkip_simpleList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 565 | 15 |
| #A2379 | warning | GoogleMethodName | Method name 'testSkip_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. | 572 | 15 |
| #A2380 | warning | MethodName | Method name 'testSkip_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 572 | 15 |
| #A2381 | warning | GoogleMethodName | Method name 'testSkip_pastEndList' has invalid underscore usage, underscores only allowed between adjacent digits. | 577 | 15 |
| #A2382 | warning | MethodName | Method name 'testSkip_pastEndList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 577 | 15 |
| #A2383 | warning | GoogleMethodName | Method name 'testSkip_skipNone' has invalid underscore usage, underscores only allowed between adjacent digits. | 582 | 15 |
| #A2384 | warning | MethodName | Method name 'testSkip_skipNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 582 | 15 |
| #A2385 | warning | GoogleMethodName | Method name 'testSkip_skipNoneList' has invalid underscore usage, underscores only allowed between adjacent digits. | 588 | 15 |
| #A2386 | warning | MethodName | Method name 'testSkip_skipNoneList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 588 | 15 |
| #A2387 | warning | GoogleMethodName | Method name 'testSkip_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. | 594 | 15 |
| #A2388 | warning | MethodName | Method name 'testSkip_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 594 | 15 |
| #A2389 | warning | GoogleMethodName | Method name 'testSkip_iteratorList' has invalid underscore usage, underscores only allowed between adjacent digits. | 609 | 15 |
| #A2390 | warning | MethodName | Method name 'testSkip_iteratorList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 609 | 15 |
| #A2391 | warning | GoogleMethodName | Method name 'testSkip_nonStructurallyModifiedList' has invalid underscore usage, underscores only allowed between adjacent digits. | 622 | 15 |
| #A2392 | warning | MethodName | Method name 'testSkip_nonStructurallyModifiedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 622 | 15 |
| #A2393 | warning | GoogleMethodName | Method name 'testSkip_structurallyModifiedSkipSome' has invalid underscore usage, underscores only allowed between adjacent digits. | 632 | 15 |
| #A2394 | warning | MethodName | Method name 'testSkip_structurallyModifiedSkipSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 632 | 15 |
| #A2395 | warning | GoogleMethodName | Method name 'testSkip_structurallyModifiedSkipSomeList' has invalid underscore usage, underscores only allowed between adjacent digits. | 641 | 15 |
| #A2396 | warning | MethodName | Method name 'testSkip_structurallyModifiedSkipSomeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 641 | 15 |
| #A2397 | warning | GoogleMethodName | Method name 'testSkip_structurallyModifiedSkipAll' has invalid underscore usage, underscores only allowed between adjacent digits. | 649 | 15 |
| #A2398 | warning | MethodName | Method name 'testSkip_structurallyModifiedSkipAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 649 | 15 |
| #A2399 | warning | GoogleMethodName | Method name 'testSkip_structurallyModifiedSkipAllList' has invalid underscore usage, underscores only allowed between adjacent digits. | 658 | 15 |
| #A2400 | warning | MethodName | Method name 'testSkip_structurallyModifiedSkipAllList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 658 | 15 |
| #A2401 | warning | GoogleMethodName | Method name 'testSkip_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. | 665 | 15 |
| #A2402 | warning | MethodName | Method name 'testSkip_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 665 | 15 |
| #A2403 | warning | GoogleMethodName | Method name 'testLimit_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. | 682 | 15 |
| #A2404 | warning | MethodName | Method name 'testLimit_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 682 | 15 |
| #A2405 | warning | GoogleMethodName | Method name 'testToList_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 700 | 15 |
| #A2406 | warning | MethodName | Method name 'testToList_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 700 | 15 |
| #A2407 | warning | GoogleMethodName | Method name 'testToSortedList_withComparator' has invalid underscore usage, underscores only allowed between adjacent digits. | 704 | 15 |
| #A2408 | warning | MethodName | Method name 'testToSortedList_withComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 704 | 15 |
| #A2409 | warning | GoogleMethodName | Method name 'testToSortedList_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. | 710 | 15 |
| #A2410 | warning | MethodName | Method name 'testToSortedList_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 710 | 15 |
| #A2411 | warning | GoogleMethodName | Method name 'testToSet_removeDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. | 720 | 15 |
| #A2412 | warning | MethodName | Method name 'testToSet_removeDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 720 | 15 |
| #A2413 | warning | GoogleMethodName | Method name 'testToSet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 724 | 15 |
| #A2414 | warning | MethodName | Method name 'testToSet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 724 | 15 |
| #A2415 | warning | GoogleMethodName | Method name 'testToSortedSet_removeDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. | 734 | 15 |
| #A2416 | warning | MethodName | Method name 'testToSortedSet_removeDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 734 | 15 |
| #A2417 | warning | GoogleMethodName | Method name 'testToMultiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 744 | 15 |
| #A2418 | warning | MethodName | Method name 'testToMultiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 744 | 15 |
| #A2419 | warning | GoogleMethodName | Method name 'testToMap_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 755 | 15 |
| #A2420 | warning | MethodName | Method name 'testToMap_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 755 | 15 |
| #A2421 | warning | GoogleMethodName | Method name 'testToMap_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 763 | 15 |
| #A2422 | warning | MethodName | Method name 'testToMap_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 763 | 15 |
| #A2423 | warning | GoogleMethodName | Method name 'testIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 790 | 15 |
| #A2424 | warning | MethodName | Method name 'testIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 790 | 15 |
| #A2425 | warning | GoogleMethodName | Method name 'testIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 799 | 15 |
| #A2426 | warning | MethodName | Method name 'testIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 799 | 15 |
| #A2427 | warning | GoogleMethodName | Method name 'testUniqueIndex_duplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 822 | 15 |
| #A2428 | warning | MethodName | Method name 'testUniqueIndex_duplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 822 | 15 |
| #A2429 | warning | GoogleMethodName | Method name 'testUniqueIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. | 838 | 15 |
| #A2430 | warning | MethodName | Method name 'testUniqueIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 838 | 15 |
| #A2431 | warning | GoogleMethodName | Method name 'testUniqueIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. | 846 | 15 |
| #A2432 | warning | MethodName | Method name 'testUniqueIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 846 | 15 |
| #A2433 | warning | GoogleMethodName | Method name 'testCopyInto_List' has invalid underscore usage, underscores only allowed between adjacent digits. | 862 | 15 |
| #A2434 | warning | MethodName | Method name 'testCopyInto_List' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 862 | 15 |
| #A2435 | warning | GoogleMethodName | Method name 'testCopyInto_Set' has invalid underscore usage, underscores only allowed between adjacent digits. | 868 | 15 |
| #A2436 | warning | MethodName | Method name 'testCopyInto_Set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 868 | 15 |
| #A2437 | warning | GoogleMethodName | Method name 'testCopyInto_SetAllDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. | 872 | 15 |
| #A2438 | warning | MethodName | Method name 'testCopyInto_SetAllDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 872 | 15 |
| #A2439 | warning | GoogleMethodName | Method name 'testCopyInto_NonCollection' has invalid underscore usage, underscores only allowed between adjacent digits. | 876 | 15 |
| #A2440 | warning | MethodName | Method name 'testCopyInto_NonCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 876 | 15 |
| #A2441 | warning | GoogleMethodName | Method name 'testJoin_empty' has invalid underscore usage, underscores only allowed between adjacent digits. | 897 | 15 |
| #A2442 | warning | MethodName | Method name 'testJoin_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 897 | 15 |
| #A2443 | warning | GoogleMethodName | Method name 'testGet_outOfBounds' has invalid underscore usage, underscores only allowed between adjacent digits. | 907 | 15 |
| #A2444 | warning | MethodName | Method name 'testGet_outOfBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 907 | 15 |
| Severity | Rule | Message | Line | Col |
|---|