| 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 | 50737 | 33995 | 33995 |
| patch | 50737 | 32248 (33995 removed, 32248 added) | 32248 (33995 removed, 32248 added) |
| 3727 files with differences | 66243 changes in violations | 66243 changes in violations | |
| Report id | com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck | com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck |
|---|---|---|
| base | 0 | 33995 |
| patch | 32248 (32248 added) | 0 (33995 removed) |
| changes in violations | 32248 | 33995 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | warning | GoogleMethodName | Method name 'prefixed_join' has invalid underscore usage, underscores only allowed between adjacent digits. | 54 | 19 |
| #A2 | warning | MethodName | Method name 'prefixed_join' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A3 | warning | GoogleMethodName | Method name 'staticMethod_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 181 | 24 |
| #A4 | warning | MethodName | Method name 'staticMethod_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 181 | 24 |
| #A5 | warning | GoogleMethodName | Method name 'staticMethod_L_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 183 | 26 |
| #A6 | warning | MethodName | Method name 'staticMethod_L_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 183 | 26 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A7 | warning | MethodName | Method name 'FAIL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 288 | 17 |
| #A8 | warning | GoogleMethodName | Method name 'FAIL' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 288 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A9 | warning | MethodName | Method name 'RLEStringToShortArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | 26 |
| #A10 | warning | GoogleMethodName | Method name 'RLEStringToShortArray' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 247 | 26 |
| #A11 | warning | MethodName | Method name 'RLEStringToByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 276 | 25 |
| #A12 | warning | GoogleMethodName | Method name 'RLEStringToByteArray' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 276 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A13 | warning | MethodName | Method name 'Curve25519CrSequence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 45 | 38 |
| #A14 | warning | GoogleMethodName | Method name 'Curve25519CrSequence' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 45 | 38 |
| #A15 | warning | MethodName | Method name 'Curve448CrSequence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 76 | 38 |
| #A16 | warning | GoogleMethodName | Method name 'Curve448CrSequence' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 76 | 38 |
| #A17 | warning | MethodName | Method name 'P256CrSequence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 38 |
| #A18 | warning | GoogleMethodName | Method name 'P256CrSequence' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 114 | 38 |
| #A19 | warning | MethodName | Method name 'P384CrSequence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 38 |
| #A20 | warning | GoogleMethodName | Method name 'P384CrSequence' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 132 | 38 |
| #A21 | warning | MethodName | Method name 'P521CrSequence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 147 | 38 |
| #A22 | warning | GoogleMethodName | Method name 'P521CrSequence' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 147 | 38 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A23 | warning | MethodName | Method name 'MetaInlines' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 36 | 23 |
| #A24 | warning | GoogleMethodName | Method name 'MetaInlines' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 36 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A25 | warning | MethodName | Method name 'LogPerformance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 419 | 18 |
| #A26 | warning | GoogleMethodName | Method name 'LogPerformance' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 419 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A27 | warning | MethodName | Method name 'CalcScrPts' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 263 | 22 |
| #A28 | warning | GoogleMethodName | Method name 'CalcScrPts' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 263 | 22 |
| #A29 | warning | MethodName | Method name 'DrawPoly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 344 | 22 |
| #A30 | warning | GoogleMethodName | Method name 'DrawPoly' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 344 | 22 |
| #A31 | warning | MethodName | Method name 'Rotation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 367 | 25 |
| #A32 | warning | GoogleMethodName | Method name 'Rotation' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 367 | 25 |
| #A33 | warning | MethodName | Method name 'Times' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 383 | 31 |
| #A34 | warning | GoogleMethodName | Method name 'Times' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 383 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A35 | warning | MethodName | Method name 'CancelPressed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 205 | 17 |
| #A36 | warning | GoogleMethodName | Method name 'CancelPressed' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 205 | 17 |
| #A37 | warning | MethodName | Method name 'OKPressed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 209 | 17 |
| #A38 | warning | GoogleMethodName | Method name 'OKPressed' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 209 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A39 | warning | GoogleMethodName | Method name 'posix_fadvise' has invalid underscore usage, underscores only allowed between adjacent digits. | 68 | 23 |
| #A40 | warning | MethodName | Method name 'posix_fadvise' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 68 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A41 | warning | GoogleMethodName | Method name '_getEncodedKeyData' has invalid underscore usage, underscores only allowed between adjacent digits. | 310 | 27 |
| #A42 | warning | MethodName | Method name '_getEncodedKeyData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 310 | 27 |
| #A43 | warning | GoogleMethodName | Method name '_addItemToKeychain' has invalid underscore usage, underscores only allowed between adjacent digits. | 746 | 25 |
| #A44 | warning | MethodName | Method name '_addItemToKeychain' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 746 | 25 |
| #A45 | warning | GoogleMethodName | Method name '_removeItemFromKeychain' has invalid underscore usage, underscores only allowed between adjacent digits. | 747 | 24 |
| #A46 | warning | MethodName | Method name '_removeItemFromKeychain' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 747 | 24 |
| #A47 | warning | GoogleMethodName | Method name '_releaseKeychainItemRef' has invalid underscore usage, underscores only allowed between adjacent digits. | 748 | 25 |
| #A48 | warning | MethodName | Method name '_releaseKeychainItemRef' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 748 | 25 |
| #A49 | warning | GoogleMethodName | Method name '_scanKeychain' has invalid underscore usage, underscores only allowed between adjacent digits. | 802 | 25 |
| #A50 | warning | MethodName | Method name '_scanKeychain' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 802 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A51 | warning | MethodName | Method name 'F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 274 | 17 |
| #A52 | warning | GoogleMethodName | Method name 'F' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 274 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A53 | warning | MethodName | Method name 'SerializePublicKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 215 | 24 |
| #A54 | warning | GoogleMethodName | Method name 'SerializePublicKey' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 215 | 24 |
| #A55 | warning | MethodName | Method name 'DeserializePublicKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 27 |
| #A56 | warning | GoogleMethodName | Method name 'DeserializePublicKey' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 226 | 27 |
| #A57 | warning | MethodName | Method name 'DH' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 242 | 24 |
| #A58 | warning | GoogleMethodName | Method name 'DH' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 242 | 24 |
| #A59 | warning | MethodName | Method name 'ExtractAndExpand' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 250 | 24 |
| #A60 | warning | GoogleMethodName | Method name 'ExtractAndExpand' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 250 | 24 |
| #A61 | warning | MethodName | Method name 'DeserializePrivateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 327 | 28 |
| #A62 | warning | GoogleMethodName | Method name 'DeserializePrivateKey' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 327 | 28 |
| #A63 | warning | MethodName | Method name 'I2OSP' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 392 | 27 |
| #A64 | warning | GoogleMethodName | Method name 'I2OSP' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 392 | 27 |
| #A65 | warning | MethodName | Method name 'LabeledExtract' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 402 | 30 |
| #A66 | warning | GoogleMethodName | Method name 'LabeledExtract' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 402 | 30 |
| #A67 | warning | MethodName | Method name 'LabeledExpand' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 418 | 27 |
| #A68 | warning | GoogleMethodName | Method name 'LabeledExpand' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 418 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A69 | warning | MethodName | Method name 'W' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 54 | 22 |
| #A70 | warning | GoogleMethodName | Method name 'W' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 54 | 22 |
| #A71 | warning | GoogleMethodName | Method name 'W_INV' has invalid underscore usage, underscores only allowed between adjacent digits. | 99 | 22 |
| #A72 | warning | MethodName | Method name 'W_INV' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 99 | 22 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A73 | warning | GoogleMethodName | Method name 'generateK_PkeKeyPair' has invalid underscore usage, underscores only allowed between adjacent digits. | 639 | 27 |
| #A74 | warning | MethodName | Method name 'generateK_PkeKeyPair' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 639 | 27 |
| #A75 | warning | MethodName | Method name 'kPkeEncrypt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 704 | 30 |
| #A76 | warning | GoogleMethodName | Method name 'kPkeEncrypt' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 704 | 30 |
| #A77 | warning | MethodName | Method name 'kPkeDecrypt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 759 | 20 |
| #A78 | warning | GoogleMethodName | Method name 'kPkeDecrypt' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 759 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A79 | warning | GoogleMethodName | Method name '__LO' has invalid underscore usage, underscores only allowed between adjacent digits. | 85 | 24 |
| #A80 | warning | MethodName | Method name '__LO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 85 | 24 |
| #A81 | warning | GoogleMethodName | Method name '__LO' has invalid underscore usage, underscores only allowed between adjacent digits. | 94 | 27 |
| #A82 | warning | MethodName | Method name '__LO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 94 | 27 |
| #A83 | warning | GoogleMethodName | Method name '__HI' has invalid underscore usage, underscores only allowed between adjacent digits. | 103 | 24 |
| #A84 | warning | MethodName | Method name '__HI' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 103 | 24 |
| #A85 | warning | GoogleMethodName | Method name '__HI' has invalid underscore usage, underscores only allowed between adjacent digits. | 112 | 27 |
| #A86 | warning | MethodName | Method name '__HI' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 112 | 27 |
| #A87 | warning | GoogleMethodName | Method name '__HI_LO' has invalid underscore usage, underscores only allowed between adjacent digits. | 122 | 27 |
| #A88 | warning | MethodName | Method name '__HI_LO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 122 | 27 |
| #A89 | warning | GoogleMethodName | Method name '__kernel_sin' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 23 |
| #A90 | warning | MethodName | Method name '__kernel_sin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 23 |
| #A91 | warning | GoogleMethodName | Method name '__kernel_cos' has invalid underscore usage, underscores only allowed between adjacent digits. | 341 | 23 |
| #A92 | warning | MethodName | Method name '__kernel_cos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 341 | 23 |
| #A93 | warning | GoogleMethodName | Method name '__kernel_tan' has invalid underscore usage, underscores only allowed between adjacent digits. | 471 | 23 |
| #A94 | warning | MethodName | Method name '__kernel_tan' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 471 | 23 |
| #A95 | warning | GoogleMethodName | Method name '__ieee754_rem_pio2' has invalid underscore usage, underscores only allowed between adjacent digits. | 591 | 20 |
| #A96 | warning | MethodName | Method name '__ieee754_rem_pio2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 591 | 20 |
| #A97 | warning | GoogleMethodName | Method name '__kernel_rem_pio2' has invalid underscore usage, underscores only allowed between adjacent digits. | 826 | 20 |
| #A98 | warning | MethodName | Method name '__kernel_rem_pio2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 826 | 20 |
| #A99 | warning | GoogleMethodName | Method name '__ieee754_fmod' has invalid underscore usage, underscores only allowed between adjacent digits. | 3363 | 31 |
| #A100 | warning | MethodName | Method name '__ieee754_fmod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3363 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A101 | warning | MethodName | Method name 'IEEEremainder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 475 | 26 |
| #A102 | warning | GoogleMethodName | Method name 'IEEEremainder' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 475 | 26 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A103 | warning | MethodName | Method name 'IEEEremainder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 392 | 26 |
| #A104 | warning | GoogleMethodName | Method name 'IEEEremainder' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 392 | 26 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A105 | warning | GoogleMethodName | Method name 'decodeUTF8_UTF16' has invalid underscore usage, underscores only allowed between adjacent digits. | 1138 | 24 |
| #A106 | warning | MethodName | Method name 'decodeUTF8_UTF16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1138 | 24 |
| #A107 | warning | GoogleMethodName | Method name 'encodeUTF8_UTF16' has invalid underscore usage, underscores only allowed between adjacent digits. | 1324 | 27 |
| #A108 | warning | MethodName | Method name 'encodeUTF8_UTF16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1324 | 27 |
| #A109 | warning | GoogleMethodName | Method name 'computeSizeUTF8_UTF16' has invalid underscore usage, underscores only allowed between adjacent digits. | 1389 | 25 |
| #A110 | warning | MethodName | Method name 'computeSizeUTF8_UTF16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1389 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A111 | warning | GoogleMethodName | Method name 'compareToCI_UTF16' has invalid underscore usage, underscores only allowed between adjacent digits. | 172 | 23 |
| #A112 | warning | MethodName | Method name 'compareToCI_UTF16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 172 | 23 |
| #A113 | warning | GoogleMethodName | Method name 'regionMatchesCI_UTF16' has invalid underscore usage, underscores only allowed between adjacent digits. | 394 | 27 |
| #A114 | warning | MethodName | Method name 'regionMatchesCI_UTF16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 394 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A115 | warning | GoogleMethodName | Method name 'compareToCI_Latin1' has invalid underscore usage, underscores only allowed between adjacent digits. | 581 | 23 |
| #A116 | warning | MethodName | Method name 'compareToCI_Latin1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 581 | 23 |
| #A117 | warning | GoogleMethodName | Method name 'regionMatchesCI_Latin1' has invalid underscore usage, underscores only allowed between adjacent digits. | 942 | 27 |
| #A118 | warning | MethodName | Method name 'regionMatchesCI_Latin1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 942 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A119 | warning | GoogleMethodName | Method name 'return_' has invalid underscore usage, underscores only allowed between adjacent digits. | 496 | 25 |
| #A120 | warning | MethodName | Method name 'return_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 496 | 25 |
| #A121 | warning | GoogleMethodName | Method name 'aconst_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 1003 | 25 |
| #A122 | warning | MethodName | Method name 'aconst_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1003 | 25 |
| #A123 | warning | GoogleMethodName | Method name 'dconst_0' has invalid underscore usage, underscores only allowed between adjacent digits. | 1331 | 25 |
| #A124 | warning | GoogleMethodName | Method name 'dconst_1' has invalid underscore usage, underscores only allowed between adjacent digits. | 1344 | 25 |
| #A125 | warning | GoogleMethodName | Method name 'dup2_x1' has invalid underscore usage, underscores only allowed between adjacent digits. | 1484 | 25 |
| #A126 | warning | MethodName | Method name 'dup2_x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1484 | 25 |
| #A127 | warning | GoogleMethodName | Method name 'dup2_x2' has invalid underscore usage, underscores only allowed between adjacent digits. | 1496 | 25 |
| #A128 | warning | MethodName | Method name 'dup2_x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1496 | 25 |
| #A129 | warning | GoogleMethodName | Method name 'dup_x1' has invalid underscore usage, underscores only allowed between adjacent digits. | 1508 | 25 |
| #A130 | warning | MethodName | Method name 'dup_x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1508 | 25 |
| #A131 | warning | GoogleMethodName | Method name 'dup_x2' has invalid underscore usage, underscores only allowed between adjacent digits. | 1520 | 25 |
| #A132 | warning | MethodName | Method name 'dup_x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1520 | 25 |
| #A133 | warning | GoogleMethodName | Method name 'fconst_0' has invalid underscore usage, underscores only allowed between adjacent digits. | 1630 | 25 |
| #A134 | warning | GoogleMethodName | Method name 'fconst_1' has invalid underscore usage, underscores only allowed between adjacent digits. | 1643 | 25 |
| #A135 | warning | GoogleMethodName | Method name 'fconst_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 1656 | 25 |
| #A136 | warning | GoogleMethodName | Method name 'goto_' has invalid underscore usage, underscores only allowed between adjacent digits. | 1840 | 25 |
| #A137 | warning | MethodName | Method name 'goto_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1840 | 25 |
| #A138 | warning | GoogleMethodName | Method name 'goto_w' has invalid underscore usage, underscores only allowed between adjacent digits. | 1853 | 25 |
| #A139 | warning | MethodName | Method name 'goto_w' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1853 | 25 |
| #A140 | warning | GoogleMethodName | Method name 'iconst_0' has invalid underscore usage, underscores only allowed between adjacent digits. | 1985 | 25 |
| #A141 | warning | GoogleMethodName | Method name 'iconst_1' has invalid underscore usage, underscores only allowed between adjacent digits. | 1998 | 25 |
| #A142 | warning | GoogleMethodName | Method name 'iconst_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 2011 | 25 |
| #A143 | warning | GoogleMethodName | Method name 'iconst_3' has invalid underscore usage, underscores only allowed between adjacent digits. | 2024 | 25 |
| #A144 | warning | GoogleMethodName | Method name 'iconst_4' has invalid underscore usage, underscores only allowed between adjacent digits. | 2037 | 25 |
| #A145 | warning | GoogleMethodName | Method name 'iconst_5' has invalid underscore usage, underscores only allowed between adjacent digits. | 2050 | 25 |
| #A146 | warning | GoogleMethodName | Method name 'iconst_m1' has invalid underscore usage, underscores only allowed between adjacent digits. | 2063 | 25 |
| #A147 | warning | MethodName | Method name 'iconst_m1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2063 | 25 |
| #A148 | warning | GoogleMethodName | Method name 'if_acmpeq' has invalid underscore usage, underscores only allowed between adjacent digits. | 2092 | 25 |
| #A149 | warning | MethodName | Method name 'if_acmpeq' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2092 | 25 |
| #A150 | warning | GoogleMethodName | Method name 'if_acmpne' has invalid underscore usage, underscores only allowed between adjacent digits. | 2110 | 25 |
| #A151 | warning | MethodName | Method name 'if_acmpne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2110 | 25 |
| #A152 | warning | GoogleMethodName | Method name 'if_icmpeq' has invalid underscore usage, underscores only allowed between adjacent digits. | 2128 | 25 |
| #A153 | warning | MethodName | Method name 'if_icmpeq' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2128 | 25 |
| #A154 | warning | GoogleMethodName | Method name 'if_icmpge' has invalid underscore usage, underscores only allowed between adjacent digits. | 2146 | 25 |
| #A155 | warning | MethodName | Method name 'if_icmpge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2146 | 25 |
| #A156 | warning | GoogleMethodName | Method name 'if_icmpgt' has invalid underscore usage, underscores only allowed between adjacent digits. | 2164 | 25 |
| #A157 | warning | MethodName | Method name 'if_icmpgt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2164 | 25 |
| #A158 | warning | GoogleMethodName | Method name 'if_icmple' has invalid underscore usage, underscores only allowed between adjacent digits. | 2182 | 25 |
| #A159 | warning | MethodName | Method name 'if_icmple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2182 | 25 |
| #A160 | warning | GoogleMethodName | Method name 'if_icmplt' has invalid underscore usage, underscores only allowed between adjacent digits. | 2200 | 25 |
| #A161 | warning | MethodName | Method name 'if_icmplt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2200 | 25 |
| #A162 | warning | GoogleMethodName | Method name 'if_icmpne' has invalid underscore usage, underscores only allowed between adjacent digits. | 2218 | 25 |
| #A163 | warning | MethodName | Method name 'if_icmpne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2218 | 25 |
| #A164 | warning | GoogleMethodName | Method name 'lconst_0' has invalid underscore usage, underscores only allowed between adjacent digits. | 2909 | 25 |
| #A165 | warning | GoogleMethodName | Method name 'lconst_1' has invalid underscore usage, underscores only allowed between adjacent digits. | 2922 | 25 |
| #A166 | warning | GoogleMethodName | Method name 'new_' has invalid underscore usage, underscores only allowed between adjacent digits. | 3197 | 25 |
| #A167 | warning | MethodName | Method name 'new_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3197 | 25 |
| #A168 | warning | GoogleMethodName | Method name 'new_' has invalid underscore usage, underscores only allowed between adjacent digits. | 3215 | 25 |
| #A169 | warning | MethodName | Method name 'new_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3215 | 25 |
| #A170 | warning | GoogleMethodName | Method name 'return_' has invalid underscore usage, underscores only allowed between adjacent digits. | 3327 | 25 |
| #A171 | warning | MethodName | Method name 'return_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3327 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A172 | warning | GoogleMethodName | Method name 'speciesData_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 488 | 24 |
| #A173 | warning | MethodName | Method name 'speciesData_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 488 | 24 |
| #A174 | warning | GoogleMethodName | Method name 'speciesData_LL' has invalid underscore usage, underscores only allowed between adjacent digits. | 489 | 24 |
| #A175 | warning | MethodName | Method name 'speciesData_LL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 489 | 24 |
| #A176 | warning | GoogleMethodName | Method name 'speciesData_LLL' has invalid underscore usage, underscores only allowed between adjacent digits. | 490 | 24 |
| #A177 | warning | MethodName | Method name 'speciesData_LLL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 490 | 24 |
| #A178 | warning | GoogleMethodName | Method name 'speciesData_LLLL' has invalid underscore usage, underscores only allowed between adjacent digits. | 491 | 24 |
| #A179 | warning | MethodName | Method name 'speciesData_LLLL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 491 | 24 |
| #A180 | warning | GoogleMethodName | Method name 'speciesData_LLLLL' has invalid underscore usage, underscores only allowed between adjacent digits. | 492 | 24 |
| #A181 | warning | MethodName | Method name 'speciesData_LLLLL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 492 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A182 | warning | GoogleMethodName | Method name 'identity_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1695 | 24 |
| #A183 | warning | MethodName | Method name 'identity_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1695 | 24 |
| #A184 | warning | GoogleMethodName | Method name 'identity_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 1696 | 25 |
| #A185 | warning | MethodName | Method name 'identity_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1696 | 25 |
| #A186 | warning | GoogleMethodName | Method name 'identity_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1697 | 26 |
| #A187 | warning | MethodName | Method name 'identity_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1697 | 26 |
| #A188 | warning | GoogleMethodName | Method name 'identity_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1698 | 27 |
| #A189 | warning | MethodName | Method name 'identity_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1698 | 27 |
| #A190 | warning | GoogleMethodName | Method name 'identity_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1699 | 27 |
| #A191 | warning | MethodName | Method name 'identity_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1699 | 27 |
| #A192 | warning | GoogleMethodName | Method name 'identity_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 1700 | 25 |
| #A193 | warning | MethodName | Method name 'identity_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1700 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A194 | warning | GoogleMethodName | Method name 'getMethodType_V_init' has invalid underscore usage, underscores only allowed between adjacent digits. | 169 | 24 |
| #A195 | warning | MethodName | Method name 'getMethodType_V_init' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 169 | 24 |
| #A196 | warning | GoogleMethodName | Method name 'getMethodType_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 181 | 22 |
| #A197 | warning | MethodName | Method name 'getMethodType_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 181 | 22 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A198 | warning | GoogleMethodName | Method name 'guard_L_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 36 | 25 |
| #A199 | warning | MethodName | Method name 'guard_L_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 36 | 25 |
| #A200 | warning | GoogleMethodName | Method name 'guard_L_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 50 | 22 |
| #A201 | warning | MethodName | Method name 'guard_L_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 50 | 22 |
| #A202 | warning | GoogleMethodName | Method name 'guard_L_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 23 |
| #A203 | warning | MethodName | Method name 'guard_L_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 63 | 23 |
| #A204 | warning | GoogleMethodName | Method name 'guard_L_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 76 | 24 |
| #A205 | warning | MethodName | Method name 'guard_L_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 76 | 24 |
| #A206 | warning | GoogleMethodName | Method name 'guard_L_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 89 | 25 |
| #A207 | warning | MethodName | Method name 'guard_L_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 89 | 25 |
| #A208 | warning | GoogleMethodName | Method name 'guard__L' has invalid underscore usage, underscores only allowed between adjacent digits. | 102 | 25 |
| #A209 | warning | MethodName | Method name 'guard__L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 102 | 25 |
| #A210 | warning | GoogleMethodName | Method name 'guard__I' has invalid underscore usage, underscores only allowed between adjacent digits. | 116 | 22 |
| #A211 | warning | MethodName | Method name 'guard__I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 116 | 22 |
| #A212 | warning | GoogleMethodName | Method name 'guard__J' has invalid underscore usage, underscores only allowed between adjacent digits. | 129 | 23 |
| #A213 | warning | MethodName | Method name 'guard__J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 129 | 23 |
| #A214 | warning | GoogleMethodName | Method name 'guard__F' has invalid underscore usage, underscores only allowed between adjacent digits. | 142 | 24 |
| #A215 | warning | MethodName | Method name 'guard__F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 142 | 24 |
| #A216 | warning | GoogleMethodName | Method name 'guard__D' has invalid underscore usage, underscores only allowed between adjacent digits. | 155 | 25 |
| #A217 | warning | MethodName | Method name 'guard__D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 155 | 25 |
| #A218 | warning | GoogleMethodName | Method name 'guard_LI_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 168 | 25 |
| #A219 | warning | MethodName | Method name 'guard_LI_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 168 | 25 |
| #A220 | warning | GoogleMethodName | Method name 'guard_LI_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 182 | 22 |
| #A221 | warning | MethodName | Method name 'guard_LI_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 182 | 22 |
| #A222 | warning | GoogleMethodName | Method name 'guard_LI_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 195 | 23 |
| #A223 | warning | MethodName | Method name 'guard_LI_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 195 | 23 |
| #A224 | warning | GoogleMethodName | Method name 'guard_LI_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 208 | 24 |
| #A225 | warning | MethodName | Method name 'guard_LI_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 208 | 24 |
| #A226 | warning | GoogleMethodName | Method name 'guard_LI_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 25 |
| #A227 | warning | MethodName | Method name 'guard_LI_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 25 |
| #A228 | warning | GoogleMethodName | Method name 'guard_LJ_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 234 | 25 |
| #A229 | warning | MethodName | Method name 'guard_LJ_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 234 | 25 |
| #A230 | warning | GoogleMethodName | Method name 'guard_LJ_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 248 | 22 |
| #A231 | warning | MethodName | Method name 'guard_LJ_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 248 | 22 |
| #A232 | warning | GoogleMethodName | Method name 'guard_LJ_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 261 | 23 |
| #A233 | warning | MethodName | Method name 'guard_LJ_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 261 | 23 |
| #A234 | warning | GoogleMethodName | Method name 'guard_LJ_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 274 | 24 |
| #A235 | warning | MethodName | Method name 'guard_LJ_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 274 | 24 |
| #A236 | warning | GoogleMethodName | Method name 'guard_LJ_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 287 | 25 |
| #A237 | warning | MethodName | Method name 'guard_LJ_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 287 | 25 |
| #A238 | warning | GoogleMethodName | Method name 'guard_LJJ_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 300 | 25 |
| #A239 | warning | MethodName | Method name 'guard_LJJ_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 300 | 25 |
| #A240 | warning | GoogleMethodName | Method name 'guard_LJJ_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 314 | 22 |
| #A241 | warning | MethodName | Method name 'guard_LJJ_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 314 | 22 |
| #A242 | warning | GoogleMethodName | Method name 'guard_LJJ_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 327 | 23 |
| #A243 | warning | MethodName | Method name 'guard_LJJ_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 327 | 23 |
| #A244 | warning | GoogleMethodName | Method name 'guard_LJJ_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 340 | 24 |
| #A245 | warning | MethodName | Method name 'guard_LJJ_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 340 | 24 |
| #A246 | warning | GoogleMethodName | Method name 'guard_LJJ_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 353 | 25 |
| #A247 | warning | MethodName | Method name 'guard_LJJ_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 353 | 25 |
| #A248 | warning | GoogleMethodName | Method name 'guard_LL_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 366 | 23 |
| #A249 | warning | MethodName | Method name 'guard_LL_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 366 | 23 |
| #A250 | warning | GoogleMethodName | Method name 'guard_LI_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 381 | 23 |
| #A251 | warning | MethodName | Method name 'guard_LI_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 381 | 23 |
| #A252 | warning | GoogleMethodName | Method name 'guard_LJ_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 396 | 23 |
| #A253 | warning | MethodName | Method name 'guard_LJ_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 396 | 23 |
| #A254 | warning | GoogleMethodName | Method name 'guard_LF_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 411 | 23 |
| #A255 | warning | MethodName | Method name 'guard_LF_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 411 | 23 |
| #A256 | warning | GoogleMethodName | Method name 'guard_LD_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 426 | 23 |
| #A257 | warning | MethodName | Method name 'guard_LD_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 426 | 23 |
| #A258 | warning | GoogleMethodName | Method name 'guard_L_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 441 | 23 |
| #A259 | warning | MethodName | Method name 'guard_L_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 441 | 23 |
| #A260 | warning | GoogleMethodName | Method name 'guard_I_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 456 | 23 |
| #A261 | warning | MethodName | Method name 'guard_I_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 456 | 23 |
| #A262 | warning | GoogleMethodName | Method name 'guard_J_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 471 | 23 |
| #A263 | warning | MethodName | Method name 'guard_J_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 471 | 23 |
| #A264 | warning | GoogleMethodName | Method name 'guard_F_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 486 | 23 |
| #A265 | warning | MethodName | Method name 'guard_F_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 486 | 23 |
| #A266 | warning | GoogleMethodName | Method name 'guard_D_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 501 | 23 |
| #A267 | warning | MethodName | Method name 'guard_D_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 501 | 23 |
| #A268 | warning | GoogleMethodName | Method name 'guard_LIL_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 516 | 23 |
| #A269 | warning | MethodName | Method name 'guard_LIL_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 516 | 23 |
| #A270 | warning | GoogleMethodName | Method name 'guard_LII_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 531 | 23 |
| #A271 | warning | MethodName | Method name 'guard_LII_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 531 | 23 |
| #A272 | warning | GoogleMethodName | Method name 'guard_LIJ_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 546 | 23 |
| #A273 | warning | MethodName | Method name 'guard_LIJ_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 546 | 23 |
| #A274 | warning | GoogleMethodName | Method name 'guard_LIF_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 561 | 23 |
| #A275 | warning | MethodName | Method name 'guard_LIF_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 561 | 23 |
| #A276 | warning | GoogleMethodName | Method name 'guard_LID_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 576 | 23 |
| #A277 | warning | MethodName | Method name 'guard_LID_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 576 | 23 |
| #A278 | warning | GoogleMethodName | Method name 'guard_LJL_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 591 | 23 |
| #A279 | warning | MethodName | Method name 'guard_LJL_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 591 | 23 |
| #A280 | warning | GoogleMethodName | Method name 'guard_LJI_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 606 | 23 |
| #A281 | warning | MethodName | Method name 'guard_LJI_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 606 | 23 |
| #A282 | warning | GoogleMethodName | Method name 'guard_LJJ_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 621 | 23 |
| #A283 | warning | MethodName | Method name 'guard_LJJ_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 621 | 23 |
| #A284 | warning | GoogleMethodName | Method name 'guard_LJF_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 636 | 23 |
| #A285 | warning | MethodName | Method name 'guard_LJF_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 636 | 23 |
| #A286 | warning | GoogleMethodName | Method name 'guard_LJD_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 651 | 23 |
| #A287 | warning | MethodName | Method name 'guard_LJD_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 651 | 23 |
| #A288 | warning | GoogleMethodName | Method name 'guard_LJJL_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 666 | 23 |
| #A289 | warning | MethodName | Method name 'guard_LJJL_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 666 | 23 |
| #A290 | warning | GoogleMethodName | Method name 'guard_LJJI_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 681 | 23 |
| #A291 | warning | MethodName | Method name 'guard_LJJI_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 681 | 23 |
| #A292 | warning | GoogleMethodName | Method name 'guard_LJJJ_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 696 | 23 |
| #A293 | warning | MethodName | Method name 'guard_LJJJ_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 696 | 23 |
| #A294 | warning | GoogleMethodName | Method name 'guard_LJJF_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 711 | 23 |
| #A295 | warning | MethodName | Method name 'guard_LJJF_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 711 | 23 |
| #A296 | warning | GoogleMethodName | Method name 'guard_LJJD_V' has invalid underscore usage, underscores only allowed between adjacent digits. | 726 | 23 |
| #A297 | warning | MethodName | Method name 'guard_LJJD_V' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 726 | 23 |
| #A298 | warning | GoogleMethodName | Method name 'guard_LLL_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 741 | 26 |
| #A299 | warning | MethodName | Method name 'guard_LLL_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 741 | 26 |
| #A300 | warning | GoogleMethodName | Method name 'guard_LII_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 754 | 26 |
| #A301 | warning | MethodName | Method name 'guard_LII_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 754 | 26 |
| #A302 | warning | GoogleMethodName | Method name 'guard_LJJ_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 767 | 26 |
| #A303 | warning | MethodName | Method name 'guard_LJJ_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 767 | 26 |
| #A304 | warning | GoogleMethodName | Method name 'guard_LFF_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 780 | 26 |
| #A305 | warning | MethodName | Method name 'guard_LFF_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 780 | 26 |
| #A306 | warning | GoogleMethodName | Method name 'guard_LDD_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 793 | 26 |
| #A307 | warning | MethodName | Method name 'guard_LDD_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 793 | 26 |
| #A308 | warning | GoogleMethodName | Method name 'guard_LL_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 806 | 26 |
| #A309 | warning | MethodName | Method name 'guard_LL_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 806 | 26 |
| #A310 | warning | GoogleMethodName | Method name 'guard_II_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 819 | 26 |
| #A311 | warning | MethodName | Method name 'guard_II_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 819 | 26 |
| #A312 | warning | GoogleMethodName | Method name 'guard_JJ_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 832 | 26 |
| #A313 | warning | MethodName | Method name 'guard_JJ_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 832 | 26 |
| #A314 | warning | GoogleMethodName | Method name 'guard_FF_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 845 | 26 |
| #A315 | warning | MethodName | Method name 'guard_FF_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 845 | 26 |
| #A316 | warning | GoogleMethodName | Method name 'guard_DD_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 858 | 26 |
| #A317 | warning | MethodName | Method name 'guard_DD_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 858 | 26 |
| #A318 | warning | GoogleMethodName | Method name 'guard_LILL_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 871 | 26 |
| #A319 | warning | MethodName | Method name 'guard_LILL_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 871 | 26 |
| #A320 | warning | GoogleMethodName | Method name 'guard_LIII_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 884 | 26 |
| #A321 | warning | MethodName | Method name 'guard_LIII_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 884 | 26 |
| #A322 | warning | GoogleMethodName | Method name 'guard_LIJJ_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 897 | 26 |
| #A323 | warning | MethodName | Method name 'guard_LIJJ_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 897 | 26 |
| #A324 | warning | GoogleMethodName | Method name 'guard_LIFF_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 910 | 26 |
| #A325 | warning | MethodName | Method name 'guard_LIFF_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 910 | 26 |
| #A326 | warning | GoogleMethodName | Method name 'guard_LIDD_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 923 | 26 |
| #A327 | warning | MethodName | Method name 'guard_LIDD_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 923 | 26 |
| #A328 | warning | GoogleMethodName | Method name 'guard_LJLL_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 936 | 26 |
| #A329 | warning | MethodName | Method name 'guard_LJLL_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 936 | 26 |
| #A330 | warning | GoogleMethodName | Method name 'guard_LJII_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 949 | 26 |
| #A331 | warning | MethodName | Method name 'guard_LJII_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 949 | 26 |
| #A332 | warning | GoogleMethodName | Method name 'guard_LJJJ_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 962 | 26 |
| #A333 | warning | MethodName | Method name 'guard_LJJJ_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 962 | 26 |
| #A334 | warning | GoogleMethodName | Method name 'guard_LJFF_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 975 | 26 |
| #A335 | warning | MethodName | Method name 'guard_LJFF_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 975 | 26 |
| #A336 | warning | GoogleMethodName | Method name 'guard_LJDD_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 988 | 26 |
| #A337 | warning | MethodName | Method name 'guard_LJDD_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 988 | 26 |
| #A338 | warning | GoogleMethodName | Method name 'guard_LJJLL_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 1001 | 26 |
| #A339 | warning | MethodName | Method name 'guard_LJJLL_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1001 | 26 |
| #A340 | warning | GoogleMethodName | Method name 'guard_LJJII_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 1014 | 26 |
| #A341 | warning | MethodName | Method name 'guard_LJJII_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1014 | 26 |
| #A342 | warning | GoogleMethodName | Method name 'guard_LJJJJ_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 1027 | 26 |
| #A343 | warning | MethodName | Method name 'guard_LJJJJ_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1027 | 26 |
| #A344 | warning | GoogleMethodName | Method name 'guard_LJJFF_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 1040 | 26 |
| #A345 | warning | MethodName | Method name 'guard_LJJFF_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1040 | 26 |
| #A346 | warning | GoogleMethodName | Method name 'guard_LJJDD_Z' has invalid underscore usage, underscores only allowed between adjacent digits. | 1053 | 26 |
| #A347 | warning | MethodName | Method name 'guard_LJJDD_Z' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1053 | 26 |
| #A348 | warning | GoogleMethodName | Method name 'guard_LLL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1066 | 25 |
| #A349 | warning | MethodName | Method name 'guard_LLL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1066 | 25 |
| #A350 | warning | GoogleMethodName | Method name 'guard_LII_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1080 | 22 |
| #A351 | warning | MethodName | Method name 'guard_LII_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1080 | 22 |
| #A352 | warning | GoogleMethodName | Method name 'guard_LFF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1093 | 24 |
| #A353 | warning | MethodName | Method name 'guard_LFF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1093 | 24 |
| #A354 | warning | GoogleMethodName | Method name 'guard_LDD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1106 | 25 |
| #A355 | warning | MethodName | Method name 'guard_LDD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1106 | 25 |
| #A356 | warning | GoogleMethodName | Method name 'guard_LL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1119 | 25 |
| #A357 | warning | MethodName | Method name 'guard_LL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1119 | 25 |
| #A358 | warning | GoogleMethodName | Method name 'guard_II_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1133 | 22 |
| #A359 | warning | MethodName | Method name 'guard_II_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1133 | 22 |
| #A360 | warning | GoogleMethodName | Method name 'guard_JJ_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 1146 | 23 |
| #A361 | warning | MethodName | Method name 'guard_JJ_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1146 | 23 |
| #A362 | warning | GoogleMethodName | Method name 'guard_FF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1159 | 24 |
| #A363 | warning | MethodName | Method name 'guard_FF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1159 | 24 |
| #A364 | warning | GoogleMethodName | Method name 'guard_DD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1172 | 25 |
| #A365 | warning | MethodName | Method name 'guard_DD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1172 | 25 |
| #A366 | warning | GoogleMethodName | Method name 'guard_LILL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1185 | 25 |
| #A367 | warning | MethodName | Method name 'guard_LILL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1185 | 25 |
| #A368 | warning | GoogleMethodName | Method name 'guard_LIII_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1199 | 22 |
| #A369 | warning | MethodName | Method name 'guard_LIII_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1199 | 22 |
| #A370 | warning | GoogleMethodName | Method name 'guard_LIJJ_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 1212 | 23 |
| #A371 | warning | MethodName | Method name 'guard_LIJJ_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1212 | 23 |
| #A372 | warning | GoogleMethodName | Method name 'guard_LIFF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1225 | 24 |
| #A373 | warning | MethodName | Method name 'guard_LIFF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1225 | 24 |
| #A374 | warning | GoogleMethodName | Method name 'guard_LIDD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1238 | 25 |
| #A375 | warning | MethodName | Method name 'guard_LIDD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1238 | 25 |
| #A376 | warning | GoogleMethodName | Method name 'guard_LJLL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1251 | 25 |
| #A377 | warning | MethodName | Method name 'guard_LJLL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1251 | 25 |
| #A378 | warning | GoogleMethodName | Method name 'guard_LJII_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1265 | 22 |
| #A379 | warning | MethodName | Method name 'guard_LJII_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1265 | 22 |
| #A380 | warning | GoogleMethodName | Method name 'guard_LJJJ_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 1278 | 23 |
| #A381 | warning | MethodName | Method name 'guard_LJJJ_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1278 | 23 |
| #A382 | warning | GoogleMethodName | Method name 'guard_LJFF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1291 | 24 |
| #A383 | warning | MethodName | Method name 'guard_LJFF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1291 | 24 |
| #A384 | warning | GoogleMethodName | Method name 'guard_LJDD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1304 | 25 |
| #A385 | warning | MethodName | Method name 'guard_LJDD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1304 | 25 |
| #A386 | warning | GoogleMethodName | Method name 'guard_LJJLL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1317 | 25 |
| #A387 | warning | MethodName | Method name 'guard_LJJLL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1317 | 25 |
| #A388 | warning | GoogleMethodName | Method name 'guard_LJJII_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1331 | 22 |
| #A389 | warning | MethodName | Method name 'guard_LJJII_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1331 | 22 |
| #A390 | warning | GoogleMethodName | Method name 'guard_LJJJJ_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 1344 | 23 |
| #A391 | warning | MethodName | Method name 'guard_LJJJJ_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1344 | 23 |
| #A392 | warning | GoogleMethodName | Method name 'guard_LJJFF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1357 | 24 |
| #A393 | warning | MethodName | Method name 'guard_LJJFF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1357 | 24 |
| #A394 | warning | GoogleMethodName | Method name 'guard_LJJDD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1370 | 25 |
| #A395 | warning | MethodName | Method name 'guard_LJJDD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1370 | 25 |
| #A396 | warning | GoogleMethodName | Method name 'guard_LF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1383 | 24 |
| #A397 | warning | MethodName | Method name 'guard_LF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1383 | 24 |
| #A398 | warning | GoogleMethodName | Method name 'guard_LD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1396 | 25 |
| #A399 | warning | MethodName | Method name 'guard_LD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1396 | 25 |
| #A400 | warning | GoogleMethodName | Method name 'guard_I_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1409 | 22 |
| #A401 | warning | MethodName | Method name 'guard_I_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1409 | 22 |
| #A402 | warning | GoogleMethodName | Method name 'guard_J_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 1422 | 23 |
| #A403 | warning | MethodName | Method name 'guard_J_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1422 | 23 |
| #A404 | warning | GoogleMethodName | Method name 'guard_F_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1435 | 24 |
| #A405 | warning | MethodName | Method name 'guard_F_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1435 | 24 |
| #A406 | warning | GoogleMethodName | Method name 'guard_D_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1448 | 25 |
| #A407 | warning | MethodName | Method name 'guard_D_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1448 | 25 |
| #A408 | warning | GoogleMethodName | Method name 'guard_LIL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1461 | 25 |
| #A409 | warning | MethodName | Method name 'guard_LIL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1461 | 25 |
| #A410 | warning | GoogleMethodName | Method name 'guard_LIJ_J' has invalid underscore usage, underscores only allowed between adjacent digits. | 1475 | 23 |
| #A411 | warning | MethodName | Method name 'guard_LIJ_J' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1475 | 23 |
| #A412 | warning | GoogleMethodName | Method name 'guard_LIF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1488 | 24 |
| #A413 | warning | MethodName | Method name 'guard_LIF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1488 | 24 |
| #A414 | warning | GoogleMethodName | Method name 'guard_LID_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1501 | 25 |
| #A415 | warning | MethodName | Method name 'guard_LID_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1501 | 25 |
| #A416 | warning | GoogleMethodName | Method name 'guard_LJL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1514 | 25 |
| #A417 | warning | MethodName | Method name 'guard_LJL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1514 | 25 |
| #A418 | warning | GoogleMethodName | Method name 'guard_LJI_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1528 | 22 |
| #A419 | warning | MethodName | Method name 'guard_LJI_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1528 | 22 |
| #A420 | warning | GoogleMethodName | Method name 'guard_LJF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1541 | 24 |
| #A421 | warning | MethodName | Method name 'guard_LJF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1541 | 24 |
| #A422 | warning | GoogleMethodName | Method name 'guard_LJD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1554 | 25 |
| #A423 | warning | MethodName | Method name 'guard_LJD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1554 | 25 |
| #A424 | warning | GoogleMethodName | Method name 'guard_LJJL_L' has invalid underscore usage, underscores only allowed between adjacent digits. | 1567 | 25 |
| #A425 | warning | MethodName | Method name 'guard_LJJL_L' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1567 | 25 |
| #A426 | warning | GoogleMethodName | Method name 'guard_LJJI_I' has invalid underscore usage, underscores only allowed between adjacent digits. | 1581 | 22 |
| #A427 | warning | MethodName | Method name 'guard_LJJI_I' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1581 | 22 |
| #A428 | warning | GoogleMethodName | Method name 'guard_LJJF_F' has invalid underscore usage, underscores only allowed between adjacent digits. | 1594 | 24 |
| #A429 | warning | MethodName | Method name 'guard_LJJF_F' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1594 | 24 |
| #A430 | warning | GoogleMethodName | Method name 'guard_LJJD_D' has invalid underscore usage, underscores only allowed between adjacent digits. | 1607 | 25 |
| #A431 | warning | MethodName | Method name 'guard_LJJD_D' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1607 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A432 | warning | GoogleMethodName | Method name 'isLongMIN_VALUE' has invalid underscore usage, underscores only allowed between adjacent digits. | 745 | 21 |
| #A433 | warning | MethodName | Method name 'isLongMIN_VALUE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 745 | 21 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A434 | warning | MethodName | Method name 'nBits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 937 | 27 |
| #A435 | warning | GoogleMethodName | Method name 'nBits' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 937 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A436 | warning | MethodName | Method name 'nBits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1736 | 27 |
| #A437 | warning | GoogleMethodName | Method name 'nBits' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1736 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A438 | warning | MethodName | Method name 'nCopies' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5471 | 31 |
| #A439 | warning | GoogleMethodName | Method name 'nCopies' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5471 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A440 | warning | MethodName | Method name 'UTC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 314 | 24 |
| #A441 | warning | GoogleMethodName | Method name 'UTC' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 314 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A442 | warning | MethodName | Method name 'computeISO3166_1Alpha3Countries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 494 | 24 |
| #A443 | warning | GoogleMethodName | Method name 'computeISO3166_1Alpha3Countries' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 494 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A444 | warning | MethodName | Method name 'nBits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 916 | 27 |
| #A445 | warning | GoogleMethodName | Method name 'nBits' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 916 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A446 | warning | MethodName | Method name 'nBits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 969 | 27 |
| #A447 | warning | GoogleMethodName | Method name 'nBits' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 969 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A448 | warning | MethodName | Method name 'nBits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1523 | 27 |
| #A449 | warning | GoogleMethodName | Method name 'nBits' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1523 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A450 | warning | MethodName | Method name 'nBits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 919 | 27 |
| #A451 | warning | GoogleMethodName | Method name 'nBits' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 919 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A452 | warning | MethodName | Method name 'nBits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1035 | 27 |
| #A453 | warning | GoogleMethodName | Method name 'nBits' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1035 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A454 | warning | MethodName | Method name 'ALPHABETIC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 34 | 32 |
| #A455 | warning | GoogleMethodName | Method name 'ALPHABETIC' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 34 | 32 |
| #A456 | warning | MethodName | Method name 'DIGIT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 39 | 32 |
| #A457 | warning | GoogleMethodName | Method name 'DIGIT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 39 | 32 |
| #A458 | warning | MethodName | Method name 'LETTER' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 43 | 32 |
| #A459 | warning | GoogleMethodName | Method name 'LETTER' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 43 | 32 |
| #A460 | warning | MethodName | Method name 'IDEOGRAPHIC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 32 |
| #A461 | warning | GoogleMethodName | Method name 'IDEOGRAPHIC' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 47 | 32 |
| #A462 | warning | MethodName | Method name 'LOWERCASE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 51 | 32 |
| #A463 | warning | GoogleMethodName | Method name 'LOWERCASE' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 51 | 32 |
| #A464 | warning | MethodName | Method name 'UPPERCASE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 55 | 32 |
| #A465 | warning | GoogleMethodName | Method name 'UPPERCASE' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 55 | 32 |
| #A466 | warning | MethodName | Method name 'TITLECASE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 59 | 32 |
| #A467 | warning | GoogleMethodName | Method name 'TITLECASE' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 59 | 32 |
| #A468 | warning | GoogleMethodName | Method name 'WHITE_SPACE' has invalid underscore usage, underscores only allowed between adjacent digits. | 64 | 32 |
| #A469 | warning | MethodName | Method name 'WHITE_SPACE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 64 | 32 |
| #A470 | warning | MethodName | Method name 'CONTROL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 73 | 32 |
| #A471 | warning | GoogleMethodName | Method name 'CONTROL' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 73 | 32 |
| #A472 | warning | MethodName | Method name 'PUNCTUATION' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 32 |
| #A473 | warning | GoogleMethodName | Method name 'PUNCTUATION' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 78 | 32 |
| #A474 | warning | GoogleMethodName | Method name 'HEX_DIGIT' has invalid underscore usage, underscores only allowed between adjacent digits. | 92 | 32 |
| #A475 | warning | MethodName | Method name 'HEX_DIGIT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 92 | 32 |
| #A476 | warning | MethodName | Method name 'ASSIGNED' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 101 | 32 |
| #A477 | warning | GoogleMethodName | Method name 'ASSIGNED' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 101 | 32 |
| #A478 | warning | GoogleMethodName | Method name 'NONCHARACTER_CODE_POINT' has invalid underscore usage, underscores only allowed between adjacent digits. | 106 | 32 |
| #A479 | warning | MethodName | Method name 'NONCHARACTER_CODE_POINT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 106 | 32 |
| #A480 | warning | MethodName | Method name 'ALNUM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 112 | 32 |
| #A481 | warning | GoogleMethodName | Method name 'ALNUM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 112 | 32 |
| #A482 | warning | MethodName | Method name 'BLANK' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 120 | 32 |
| #A483 | warning | GoogleMethodName | Method name 'BLANK' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 120 | 32 |
| #A484 | warning | MethodName | Method name 'GRAPH' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 131 | 32 |
| #A485 | warning | GoogleMethodName | Method name 'GRAPH' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 131 | 32 |
| #A486 | warning | MethodName | Method name 'PRINT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 32 |
| #A487 | warning | GoogleMethodName | Method name 'PRINT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 145 | 32 |
| #A488 | warning | GoogleMethodName | Method name 'JOIN_CONTROL' has invalid underscore usage, underscores only allowed between adjacent digits. | 150 | 32 |
| #A489 | warning | MethodName | Method name 'JOIN_CONTROL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 150 | 32 |
| #A490 | warning | MethodName | Method name 'WORD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 159 | 32 |
| #A491 | warning | GoogleMethodName | Method name 'WORD' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 159 | 32 |
| #A492 | warning | GoogleMethodName | Method name 'ASCII_DIGIT' has invalid underscore usage, underscores only allowed between adjacent digits. | 419 | 35 |
| #A493 | warning | MethodName | Method name 'ASCII_DIGIT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 419 | 35 |
| #A494 | warning | GoogleMethodName | Method name 'ASCII_WORD' has invalid underscore usage, underscores only allowed between adjacent digits. | 422 | 35 |
| #A495 | warning | MethodName | Method name 'ASCII_WORD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 422 | 35 |
| #A496 | warning | GoogleMethodName | Method name 'ASCII_SPACE' has invalid underscore usage, underscores only allowed between adjacent digits. | 425 | 35 |
| #A497 | warning | MethodName | Method name 'ASCII_SPACE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 425 | 35 |
| #A498 | warning | MethodName | Method name 'EMOJI' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 434 | 32 |
| #A499 | warning | GoogleMethodName | Method name 'EMOJI' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 434 | 32 |
| #A500 | warning | GoogleMethodName | Method name 'EMOJI_PRESENTATION' has invalid underscore usage, underscores only allowed between adjacent digits. | 437 | 32 |
| #A501 | warning | MethodName | Method name 'EMOJI_PRESENTATION' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 437 | 32 |
| #A502 | warning | GoogleMethodName | Method name 'EMOJI_MODIFIER' has invalid underscore usage, underscores only allowed between adjacent digits. | 440 | 32 |
| #A503 | warning | MethodName | Method name 'EMOJI_MODIFIER' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 440 | 32 |
| #A504 | warning | GoogleMethodName | Method name 'EMOJI_MODIFIER_BASE' has invalid underscore usage, underscores only allowed between adjacent digits. | 443 | 32 |
| #A505 | warning | MethodName | Method name 'EMOJI_MODIFIER_BASE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 443 | 32 |
| #A506 | warning | GoogleMethodName | Method name 'EMOJI_COMPONENT' has invalid underscore usage, underscores only allowed between adjacent digits. | 446 | 32 |
| #A507 | warning | MethodName | Method name 'EMOJI_COMPONENT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 446 | 32 |
| #A508 | warning | GoogleMethodName | Method name 'EXTENDED_PICTOGRAPHIC' has invalid underscore usage, underscores only allowed between adjacent digits. | 449 | 32 |
| #A509 | warning | MethodName | Method name 'EXTENDED_PICTOGRAPHIC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 449 | 32 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A510 | warning | MethodName | Method name 'RemoveQEQuoting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1828 | 18 |
| #A511 | warning | GoogleMethodName | Method name 'RemoveQEQuoting' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1828 | 18 |
| #A512 | warning | MethodName | Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3498 | 17 |
| #A513 | warning | GoogleMethodName | Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 3498 | 17 |
| #A514 | warning | MethodName | Method name 'o' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3508 | 17 |
| #A515 | warning | GoogleMethodName | Method name 'o' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 3508 | 17 |
| #A516 | warning | MethodName | Method name 'x' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3529 | 17 |
| #A517 | warning | GoogleMethodName | Method name 'x' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 3529 | 17 |
| #A518 | warning | MethodName | Method name 'u' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3573 | 17 |
| #A519 | warning | GoogleMethodName | Method name 'u' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 3573 | 17 |
| #A520 | warning | MethodName | Method name 'N' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3587 | 17 |
| #A521 | warning | GoogleMethodName | Method name 'N' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 3587 | 17 |
| #A522 | warning | MethodName | Method name 'VertWS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5871 | 29 |
| #A523 | warning | GoogleMethodName | Method name 'VertWS' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5871 | 29 |
| #A524 | warning | MethodName | Method name 'HorizWS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5879 | 29 |
| #A525 | warning | GoogleMethodName | Method name 'HorizWS' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5879 | 29 |
| #A526 | warning | MethodName | Method name 'ALL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5890 | 26 |
| #A527 | warning | GoogleMethodName | Method name 'ALL' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5890 | 26 |
| #A528 | warning | MethodName | Method name 'DOT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5897 | 26 |
| #A529 | warning | GoogleMethodName | Method name 'DOT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5897 | 26 |
| #A530 | warning | MethodName | Method name 'UNIXDOT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5907 | 26 |
| #A531 | warning | GoogleMethodName | Method name 'UNIXDOT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5907 | 26 |
| #A532 | warning | MethodName | Method name 'SingleS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5914 | 26 |
| #A533 | warning | GoogleMethodName | Method name 'SingleS' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5914 | 26 |
| #A534 | warning | MethodName | Method name 'Single' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5921 | 29 |
| #A535 | warning | GoogleMethodName | Method name 'Single' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5921 | 29 |
| #A536 | warning | MethodName | Method name 'SingleI' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5928 | 29 |
| #A537 | warning | GoogleMethodName | Method name 'SingleI' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5928 | 29 |
| #A538 | warning | MethodName | Method name 'SingleU' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5935 | 26 |
| #A539 | warning | GoogleMethodName | Method name 'SingleU' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5935 | 26 |
| #A540 | warning | MethodName | Method name 'Range' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5947 | 26 |
| #A541 | warning | GoogleMethodName | Method name 'Range' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5947 | 26 |
| #A542 | warning | MethodName | Method name 'CIRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5958 | 26 |
| #A543 | warning | GoogleMethodName | Method name 'CIRange' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5958 | 26 |
| #A544 | warning | MethodName | Method name 'CIRangeU' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5965 | 26 |
| #A545 | warning | GoogleMethodName | Method name 'CIRangeU' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 5965 | 26 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A546 | warning | MethodName | Method name 'LOCSIG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 224 | 23 |
| #A547 | warning | GoogleMethodName | Method name 'LOCSIG' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 224 | 23 |
| #A548 | warning | MethodName | Method name 'LOCVER' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 225 | 23 |
| #A549 | warning | GoogleMethodName | Method name 'LOCVER' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 225 | 23 |
| #A550 | warning | MethodName | Method name 'LOCFLG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 23 |
| #A551 | warning | GoogleMethodName | Method name 'LOCFLG' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 226 | 23 |
| #A552 | warning | MethodName | Method name 'LOCHOW' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 227 | 23 |
| #A553 | warning | GoogleMethodName | Method name 'LOCHOW' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 227 | 23 |
| #A554 | warning | MethodName | Method name 'LOCTIM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 228 | 23 |
| #A555 | warning | GoogleMethodName | Method name 'LOCTIM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 228 | 23 |
| #A556 | warning | MethodName | Method name 'LOCCRC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 229 | 23 |
| #A557 | warning | GoogleMethodName | Method name 'LOCCRC' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 229 | 23 |
| #A558 | warning | MethodName | Method name 'LOCSIZ' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 230 | 23 |
| #A559 | warning | GoogleMethodName | Method name 'LOCSIZ' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 230 | 23 |
| #A560 | warning | MethodName | Method name 'LOCLEN' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 231 | 23 |
| #A561 | warning | GoogleMethodName | Method name 'LOCLEN' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 231 | 23 |
| #A562 | warning | MethodName | Method name 'LOCNAM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 232 | 23 |
| #A563 | warning | GoogleMethodName | Method name 'LOCNAM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 232 | 23 |
| #A564 | warning | MethodName | Method name 'LOCEXT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 233 | 23 |
| #A565 | warning | GoogleMethodName | Method name 'LOCEXT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 233 | 23 |
| #A566 | warning | MethodName | Method name 'EXTCRC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 236 | 23 |
| #A567 | warning | GoogleMethodName | Method name 'EXTCRC' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 236 | 23 |
| #A568 | warning | MethodName | Method name 'EXTSIZ' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 237 | 23 |
| #A569 | warning | GoogleMethodName | Method name 'EXTSIZ' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 237 | 23 |
| #A570 | warning | MethodName | Method name 'EXTLEN' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 238 | 23 |
| #A571 | warning | GoogleMethodName | Method name 'EXTLEN' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 238 | 23 |
| #A572 | warning | MethodName | Method name 'ENDSUB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 241 | 23 |
| #A573 | warning | GoogleMethodName | Method name 'ENDSUB' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 241 | 23 |
| #A574 | warning | MethodName | Method name 'ENDTOT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 242 | 23 |
| #A575 | warning | GoogleMethodName | Method name 'ENDTOT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 242 | 23 |
| #A576 | warning | MethodName | Method name 'ENDSIZ' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 243 | 23 |
| #A577 | warning | GoogleMethodName | Method name 'ENDSIZ' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 243 | 23 |
| #A578 | warning | MethodName | Method name 'ENDOFF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 244 | 23 |
| #A579 | warning | GoogleMethodName | Method name 'ENDOFF' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 244 | 23 |
| #A580 | warning | MethodName | Method name 'ENDCOM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 245 | 23 |
| #A581 | warning | GoogleMethodName | Method name 'ENDCOM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 245 | 23 |
| #A582 | warning | MethodName | Method name 'ENDCOM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 246 | 23 |
| #A583 | warning | GoogleMethodName | Method name 'ENDCOM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 246 | 23 |
| #A584 | warning | GoogleMethodName | Method name 'ZIP64_ENDTOD' has invalid underscore usage, underscores only allowed between adjacent digits. | 249 | 23 |
| #A585 | warning | MethodName | Method name 'ZIP64_ENDTOD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 249 | 23 |
| #A586 | warning | GoogleMethodName | Method name 'ZIP64_ENDTOT' has invalid underscore usage, underscores only allowed between adjacent digits. | 250 | 23 |
| #A587 | warning | MethodName | Method name 'ZIP64_ENDTOT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 250 | 23 |
| #A588 | warning | GoogleMethodName | Method name 'ZIP64_ENDSIZ' has invalid underscore usage, underscores only allowed between adjacent digits. | 251 | 23 |
| #A589 | warning | MethodName | Method name 'ZIP64_ENDSIZ' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 251 | 23 |
| #A590 | warning | GoogleMethodName | Method name 'ZIP64_ENDOFF' has invalid underscore usage, underscores only allowed between adjacent digits. | 252 | 23 |
| #A591 | warning | MethodName | Method name 'ZIP64_ENDOFF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 252 | 23 |
| #A592 | warning | GoogleMethodName | Method name 'ZIP64_LOCOFF' has invalid underscore usage, underscores only allowed between adjacent digits. | 253 | 23 |
| #A593 | warning | MethodName | Method name 'ZIP64_LOCOFF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 253 | 23 |
| #A594 | warning | MethodName | Method name 'CENSIG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 256 | 23 |
| #A595 | warning | GoogleMethodName | Method name 'CENSIG' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 256 | 23 |
| #A596 | warning | MethodName | Method name 'CENVEM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 257 | 23 |
| #A597 | warning | GoogleMethodName | Method name 'CENVEM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 257 | 23 |
| #A598 | warning | GoogleMethodName | Method name 'CENVEM_FA' has invalid underscore usage, underscores only allowed between adjacent digits. | 258 | 23 |
| #A599 | warning | MethodName | Method name 'CENVEM_FA' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 258 | 23 |
| #A600 | warning | MethodName | Method name 'CENVER' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 259 | 23 |
| #A601 | warning | GoogleMethodName | Method name 'CENVER' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 259 | 23 |
| #A602 | warning | MethodName | Method name 'CENFLG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 260 | 23 |
| #A603 | warning | GoogleMethodName | Method name 'CENFLG' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 260 | 23 |
| #A604 | warning | MethodName | Method name 'CENHOW' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 261 | 23 |
| #A605 | warning | GoogleMethodName | Method name 'CENHOW' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 261 | 23 |
| #A606 | warning | MethodName | Method name 'CENTIM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 262 | 23 |
| #A607 | warning | GoogleMethodName | Method name 'CENTIM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 262 | 23 |
| #A608 | warning | MethodName | Method name 'CENCRC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 263 | 23 |
| #A609 | warning | GoogleMethodName | Method name 'CENCRC' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 263 | 23 |
| #A610 | warning | MethodName | Method name 'CENSIZ' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 264 | 23 |
| #A611 | warning | GoogleMethodName | Method name 'CENSIZ' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 264 | 23 |
| #A612 | warning | MethodName | Method name 'CENLEN' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 265 | 23 |
| #A613 | warning | GoogleMethodName | Method name 'CENLEN' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 265 | 23 |
| #A614 | warning | MethodName | Method name 'CENNAM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 266 | 23 |
| #A615 | warning | GoogleMethodName | Method name 'CENNAM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 266 | 23 |
| #A616 | warning | MethodName | Method name 'CENEXT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 267 | 23 |
| #A617 | warning | GoogleMethodName | Method name 'CENEXT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 267 | 23 |
| #A618 | warning | MethodName | Method name 'CENCOM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 268 | 23 |
| #A619 | warning | GoogleMethodName | Method name 'CENCOM' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 268 | 23 |
| #A620 | warning | MethodName | Method name 'CENDSK' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 269 | 23 |
| #A621 | warning | GoogleMethodName | Method name 'CENDSK' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 269 | 23 |
| #A622 | warning | MethodName | Method name 'CENATT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 270 | 23 |
| #A623 | warning | GoogleMethodName | Method name 'CENATT' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 270 | 23 |
| #A624 | warning | MethodName | Method name 'CENATX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 271 | 23 |
| #A625 | warning | GoogleMethodName | Method name 'CENATX' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 271 | 23 |
| #A626 | warning | GoogleMethodName | Method name 'CENATX_PERMS' has invalid underscore usage, underscores only allowed between adjacent digits. | 272 | 23 |
| #A627 | warning | MethodName | Method name 'CENATX_PERMS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 272 | 23 |
| #A628 | warning | MethodName | Method name 'CENOFF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 273 | 23 |
| #A629 | warning | GoogleMethodName | Method name 'CENOFF' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 273 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A630 | warning | MethodName | Method name 'isCategory2_2nd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1307 | 17 |
| #A631 | warning | GoogleMethodName | Method name 'isCategory2_2nd' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1307 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A632 | warning | GoogleMethodName | Method name 'code_or_bp_at' has invalid underscore usage, underscores only allowed between adjacent digits. | 77 | 16 |
| #A633 | warning | MethodName | Method name 'code_or_bp_at' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 77 | 16 |
| #A634 | warning | GoogleMethodName | Method name 'is_valid' has invalid underscore usage, underscores only allowed between adjacent digits. | 81 | 20 |
| #A635 | warning | MethodName | Method name 'is_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 81 | 20 |
| #A636 | warning | GoogleMethodName | Method name 'is_store_into_local' has invalid underscore usage, underscores only allowed between adjacent digits. | 85 | 20 |
| #A637 | warning | MethodName | Method name 'is_store_into_local' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 85 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A638 | warning | GoogleMethodName | Method name 'set_offset' has invalid underscore usage, underscores only allowed between adjacent digits. | 63 | 10 |
| #A639 | warning | MethodName | Method name 'set_offset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 63 | 10 |
| #A640 | warning | GoogleMethodName | Method name 'set_flags' has invalid underscore usage, underscores only allowed between adjacent digits. | 67 | 10 |
| #A641 | warning | MethodName | Method name 'set_flags' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 10 |
| #A642 | warning | GoogleMethodName | Method name 'set_locals_size' has invalid underscore usage, underscores only allowed between adjacent digits. | 71 | 10 |
| #A643 | warning | MethodName | Method name 'set_locals_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 71 | 10 |
| #A644 | warning | GoogleMethodName | Method name 'set_stack_size' has invalid underscore usage, underscores only allowed between adjacent digits. | 75 | 10 |
| #A645 | warning | MethodName | Method name 'set_stack_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 75 | 10 |
| #A646 | warning | GoogleMethodName | Method name 'locals_size' has invalid underscore usage, underscores only allowed between adjacent digits. | 91 | 9 |
| #A647 | warning | MethodName | Method name 'locals_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 91 | 9 |
| #A648 | warning | GoogleMethodName | Method name 'stack_size' has invalid underscore usage, underscores only allowed between adjacent digits. | 99 | 9 |
| #A649 | warning | MethodName | Method name 'stack_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 99 | 9 |
| #A650 | warning | GoogleMethodName | Method name 'max_locals' has invalid underscore usage, underscores only allowed between adjacent digits. | 107 | 9 |
| #A651 | warning | MethodName | Method name 'max_locals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 107 | 9 |
| #A652 | warning | GoogleMethodName | Method name 'flag_this_uninit' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 13 |
| #A653 | warning | MethodName | Method name 'flag_this_uninit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 13 |
| #A654 | warning | GoogleMethodName | Method name 'set_mark' has invalid underscore usage, underscores only allowed between adjacent digits. | 124 | 10 |
| #A655 | warning | MethodName | Method name 'set_mark' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 124 | 10 |
| #A656 | warning | GoogleMethodName | Method name 'push_stack' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 10 |
| #A657 | warning | MethodName | Method name 'push_stack' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 10 |
| #A658 | warning | GoogleMethodName | Method name 'push_stack_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 141 | 10 |
| #A659 | warning | MethodName | Method name 'push_stack_2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 141 | 10 |
| #A660 | warning | GoogleMethodName | Method name 'pop_stack' has invalid underscore usage, underscores only allowed between adjacent digits. | 151 | 22 |
| #A661 | warning | MethodName | Method name 'pop_stack' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 151 | 22 |
| #A662 | warning | GoogleMethodName | Method name 'pop_stack' has invalid underscore usage, underscores only allowed between adjacent digits. | 158 | 22 |
| #A663 | warning | MethodName | Method name 'pop_stack' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 158 | 22 |
| #A664 | warning | GoogleMethodName | Method name 'pop_stack_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 170 | 10 |
| #A665 | warning | MethodName | Method name 'pop_stack_2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 10 |
| #A666 | warning | GoogleMethodName | Method name 'frame_in_exception_handler' has invalid underscore usage, underscores only allowed between adjacent digits. | 206 | 23 |
| #A667 | warning | MethodName | Method name 'frame_in_exception_handler' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 206 | 23 |
| #A668 | warning | GoogleMethodName | Method name 'initialize_object' has invalid underscore usage, underscores only allowed between adjacent digits. | 212 | 10 |
| #A669 | warning | MethodName | Method name 'initialize_object' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 212 | 10 |
| #A670 | warning | GoogleMethodName | Method name 'set_locals_from_arg' has invalid underscore usage, underscores only allowed between adjacent digits. | 229 | 23 |
| #A671 | warning | MethodName | Method name 'set_locals_from_arg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 229 | 23 |
| #A672 | warning | GoogleMethodName | Method name 'copy_locals' has invalid underscore usage, underscores only allowed between adjacent digits. | 268 | 10 |
| #A673 | warning | MethodName | Method name 'copy_locals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 268 | 10 |
| #A674 | warning | GoogleMethodName | Method name 'copy_stack' has invalid underscore usage, underscores only allowed between adjacent digits. | 273 | 10 |
| #A675 | warning | MethodName | Method name 'copy_stack' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 273 | 10 |
| #A676 | warning | GoogleMethodName | Method name 'is_assignable_to' has invalid underscore usage, underscores only allowed between adjacent digits. | 278 | 17 |
| #A677 | warning | MethodName | Method name 'is_assignable_to' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 278 | 17 |
| #A678 | warning | GoogleMethodName | Method name 'is_assignable_to' has invalid underscore usage, underscores only allowed between adjacent digits. | 288 | 13 |
| #A679 | warning | MethodName | Method name 'is_assignable_to' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 288 | 13 |
| #A680 | warning | GoogleMethodName | Method name 'pop_stack_ex' has invalid underscore usage, underscores only allowed between adjacent digits. | 313 | 22 |
| #A681 | warning | MethodName | Method name 'pop_stack_ex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 313 | 22 |
| #A682 | warning | GoogleMethodName | Method name 'get_local' has invalid underscore usage, underscores only allowed between adjacent digits. | 325 | 22 |
| #A683 | warning | MethodName | Method name 'get_local' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 325 | 22 |
| #A684 | warning | GoogleMethodName | Method name 'get_local_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 338 | 10 |
| #A685 | warning | MethodName | Method name 'get_local_2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 338 | 10 |
| #A686 | warning | GoogleMethodName | Method name 'set_local' has invalid underscore usage, underscores only allowed between adjacent digits. | 355 | 10 |
| #A687 | warning | MethodName | Method name 'set_local' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 355 | 10 |
| #A688 | warning | GoogleMethodName | Method name 'set_local_2' has invalid underscore usage, underscores only allowed between adjacent digits. | 377 | 10 |
| #A689 | warning | MethodName | Method name 'set_local_2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 377 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A690 | warning | GoogleMethodName | Method name 'get_frame_count' has invalid underscore usage, underscores only allowed between adjacent digits. | 42 | 9 |
| #A691 | warning | MethodName | Method name 'get_frame_count' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 42 | 9 |
| #A692 | warning | GoogleMethodName | Method name 'get_offset' has invalid underscore usage, underscores only allowed between adjacent digits. | 46 | 9 |
| #A693 | warning | MethodName | Method name 'get_offset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 46 | 9 |
| #A694 | warning | GoogleMethodName | Method name 'get_u1' has invalid underscore usage, underscores only allowed between adjacent digits. | 62 | 13 |
| #A695 | warning | MethodName | Method name 'get_u1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 62 | 13 |
| #A696 | warning | GoogleMethodName | Method name 'get_u2' has invalid underscore usage, underscores only allowed between adjacent digits. | 69 | 13 |
| #A697 | warning | MethodName | Method name 'get_u2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 69 | 13 |
| #A698 | warning | GoogleMethodName | Method name 'at_end' has invalid underscore usage, underscores only allowed between adjacent digits. | 74 | 17 |
| #A699 | warning | MethodName | Method name 'at_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 74 | 17 |
| #A700 | warning | GoogleMethodName | Method name 'get_index_from_offset' has invalid underscore usage, underscores only allowed between adjacent digits. | 101 | 9 |
| #A701 | warning | MethodName | Method name 'get_index_from_offset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 101 | 9 |
| #A702 | warning | GoogleMethodName | Method name 'match_stackmap' has invalid underscore usage, underscores only allowed between adjacent digits. | 111 | 13 |
| #A703 | warning | MethodName | Method name 'match_stackmap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 13 |
| #A704 | warning | GoogleMethodName | Method name 'match_stackmap' has invalid underscore usage, underscores only allowed between adjacent digits. | 116 | 13 |
| #A705 | warning | MethodName | Method name 'match_stackmap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 116 | 13 |
| #A706 | warning | GoogleMethodName | Method name 'check_jump_target' has invalid underscore usage, underscores only allowed between adjacent digits. | 140 | 10 |
| #A707 | warning | MethodName | Method name 'check_jump_target' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 140 | 10 |
| #A708 | warning | GoogleMethodName | Method name 'check_verification_type_array_size' has invalid underscore usage, underscores only allowed between adjacent digits. | 155 | 14 |
| #A709 | warning | MethodName | Method name 'check_verification_type_array_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 155 | 14 |
| #A710 | warning | GoogleMethodName | Method name 'get_frame_count' has invalid underscore usage, underscores only allowed between adjacent digits. | 166 | 20 |
| #A711 | warning | MethodName | Method name 'get_frame_count' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 166 | 20 |
| #A712 | warning | GoogleMethodName | Method name 'check_end' has invalid underscore usage, underscores only allowed between adjacent digits. | 170 | 21 |
| #A713 | warning | MethodName | Method name 'check_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 21 |
| #A714 | warning | GoogleMethodName | Method name 'parse_verification_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 205 | 26 |
| #A715 | warning | MethodName | Method name 'parse_verification_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 205 | 26 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A716 | warning | GoogleMethodName | Method name 'reference_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 168 | 29 |
| #A717 | warning | MethodName | Method name 'reference_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 168 | 29 |
| #A718 | warning | GoogleMethodName | Method name 'uninitialized_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 172 | 29 |
| #A719 | warning | MethodName | Method name 'uninitialized_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 172 | 29 |
| #A720 | warning | GoogleMethodName | Method name 'is_bogus' has invalid underscore usage, underscores only allowed between adjacent digits. | 178 | 13 |
| #A721 | warning | MethodName | Method name 'is_bogus' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 178 | 13 |
| #A722 | warning | GoogleMethodName | Method name 'is_null' has invalid underscore usage, underscores only allowed between adjacent digits. | 182 | 13 |
| #A723 | warning | MethodName | Method name 'is_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 182 | 13 |
| #A724 | warning | GoogleMethodName | Method name 'is_integer' has invalid underscore usage, underscores only allowed between adjacent digits. | 186 | 13 |
| #A725 | warning | MethodName | Method name 'is_integer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 186 | 13 |
| #A726 | warning | GoogleMethodName | Method name 'is_long' has invalid underscore usage, underscores only allowed between adjacent digits. | 190 | 13 |
| #A727 | warning | MethodName | Method name 'is_long' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 190 | 13 |
| #A728 | warning | GoogleMethodName | Method name 'is_double' has invalid underscore usage, underscores only allowed between adjacent digits. | 194 | 13 |
| #A729 | warning | MethodName | Method name 'is_double' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 194 | 13 |
| #A730 | warning | GoogleMethodName | Method name 'is_long2' has invalid underscore usage, underscores only allowed between adjacent digits. | 198 | 13 |
| #A731 | warning | MethodName | Method name 'is_long2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 198 | 13 |
| #A732 | warning | GoogleMethodName | Method name 'is_double2' has invalid underscore usage, underscores only allowed between adjacent digits. | 202 | 13 |
| #A733 | warning | MethodName | Method name 'is_double2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 202 | 13 |
| #A734 | warning | GoogleMethodName | Method name 'is_reference' has invalid underscore usage, underscores only allowed between adjacent digits. | 206 | 13 |
| #A735 | warning | MethodName | Method name 'is_reference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 206 | 13 |
| #A736 | warning | GoogleMethodName | Method name 'is_category1' has invalid underscore usage, underscores only allowed between adjacent digits. | 210 | 13 |
| #A737 | warning | MethodName | Method name 'is_category1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 210 | 13 |
| #A738 | warning | GoogleMethodName | Method name 'is_category2' has invalid underscore usage, underscores only allowed between adjacent digits. | 223 | 13 |
| #A739 | warning | MethodName | Method name 'is_category2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 223 | 13 |
| #A740 | warning | GoogleMethodName | Method name 'is_category2_2nd' has invalid underscore usage, underscores only allowed between adjacent digits. | 227 | 13 |
| #A741 | warning | MethodName | Method name 'is_category2_2nd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 227 | 13 |
| #A742 | warning | GoogleMethodName | Method name 'is_check' has invalid underscore usage, underscores only allowed between adjacent digits. | 231 | 13 |
| #A743 | warning | MethodName | Method name 'is_check' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 231 | 13 |
| #A744 | warning | GoogleMethodName | Method name 'is_x_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 235 | 13 |
| #A745 | warning | MethodName | Method name 'is_x_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 235 | 13 |
| #A746 | warning | GoogleMethodName | Method name 'is_int_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 239 | 13 |
| #A747 | warning | MethodName | Method name 'is_int_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 239 | 13 |
| #A748 | warning | GoogleMethodName | Method name 'is_byte_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 243 | 13 |
| #A749 | warning | MethodName | Method name 'is_byte_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 243 | 13 |
| #A750 | warning | GoogleMethodName | Method name 'is_bool_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 247 | 13 |
| #A751 | warning | MethodName | Method name 'is_bool_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | 13 |
| #A752 | warning | GoogleMethodName | Method name 'is_char_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 251 | 13 |
| #A753 | warning | MethodName | Method name 'is_char_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 251 | 13 |
| #A754 | warning | GoogleMethodName | Method name 'is_short_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 255 | 13 |
| #A755 | warning | MethodName | Method name 'is_short_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 255 | 13 |
| #A756 | warning | GoogleMethodName | Method name 'is_long_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 259 | 13 |
| #A757 | warning | MethodName | Method name 'is_long_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 259 | 13 |
| #A758 | warning | GoogleMethodName | Method name 'is_float_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 263 | 13 |
| #A759 | warning | MethodName | Method name 'is_float_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 263 | 13 |
| #A760 | warning | GoogleMethodName | Method name 'is_double_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 267 | 13 |
| #A761 | warning | MethodName | Method name 'is_double_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 267 | 13 |
| #A762 | warning | GoogleMethodName | Method name 'is_object_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 271 | 13 |
| #A763 | warning | MethodName | Method name 'is_object_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 271 | 13 |
| #A764 | warning | GoogleMethodName | Method name 'is_array_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 275 | 13 |
| #A765 | warning | MethodName | Method name 'is_array_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 275 | 13 |
| #A766 | warning | GoogleMethodName | Method name 'is_reference_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 279 | 13 |
| #A767 | warning | MethodName | Method name 'is_reference_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 279 | 13 |
| #A768 | warning | GoogleMethodName | Method name 'is_object' has invalid underscore usage, underscores only allowed between adjacent digits. | 283 | 13 |
| #A769 | warning | MethodName | Method name 'is_object' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 283 | 13 |
| #A770 | warning | GoogleMethodName | Method name 'is_array' has invalid underscore usage, underscores only allowed between adjacent digits. | 287 | 13 |
| #A771 | warning | MethodName | Method name 'is_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 287 | 13 |
| #A772 | warning | GoogleMethodName | Method name 'is_uninitialized' has invalid underscore usage, underscores only allowed between adjacent digits. | 291 | 13 |
| #A773 | warning | MethodName | Method name 'is_uninitialized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 291 | 13 |
| #A774 | warning | GoogleMethodName | Method name 'is_uninitialized_this' has invalid underscore usage, underscores only allowed between adjacent digits. | 295 | 13 |
| #A775 | warning | MethodName | Method name 'is_uninitialized_this' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 295 | 13 |
| #A776 | warning | GoogleMethodName | Method name 'to_category2_2nd' has invalid underscore usage, underscores only allowed between adjacent digits. | 299 | 22 |
| #A777 | warning | MethodName | Method name 'to_category2_2nd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 299 | 22 |
| #A778 | warning | GoogleMethodName | Method name 'is_assignable_from' has invalid underscore usage, underscores only allowed between adjacent digits. | 309 | 13 |
| #A779 | warning | MethodName | Method name 'is_assignable_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 309 | 13 |
| #A780 | warning | GoogleMethodName | Method name '_is_assignable_from' has invalid underscore usage, underscores only allowed between adjacent digits. | 315 | 21 |
| #A781 | warning | MethodName | Method name '_is_assignable_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 315 | 21 |
| #A782 | warning | GoogleMethodName | Method name 'is_component_assignable_from' has invalid underscore usage, underscores only allowed between adjacent digits. | 345 | 13 |
| #A783 | warning | MethodName | Method name 'is_component_assignable_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 345 | 13 |
| #A784 | warning | GoogleMethodName | Method name 'from_tag' has invalid underscore usage, underscores only allowed between adjacent digits. | 368 | 29 |
| #A785 | warning | MethodName | Method name 'from_tag' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 368 | 29 |
| #A786 | warning | GoogleMethodName | Method name 'resolve_and_check_assignability' has invalid underscore usage, underscores only allowed between adjacent digits. | 382 | 13 |
| #A787 | warning | MethodName | Method name 'resolve_and_check_assignability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 382 | 13 |
| #A788 | warning | GoogleMethodName | Method name 'is_reference_assignable_from' has invalid underscore usage, underscores only allowed between adjacent digits. | 393 | 13 |
| #A789 | warning | MethodName | Method name 'is_reference_assignable_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 393 | 13 |
| #A790 | warning | GoogleMethodName | Method name 'get_component' has invalid underscore usage, underscores only allowed between adjacent digits. | 416 | 22 |
| #A791 | warning | MethodName | Method name 'get_component' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 416 | 22 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A792 | warning | GoogleMethodName | Method name '_refNameType' has invalid underscore usage, underscores only allowed between adjacent digits. | 186 | 34 |
| #A793 | warning | MethodName | Method name '_refNameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 186 | 34 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A794 | warning | GoogleMethodName | Method name 'log_info' has invalid underscore usage, underscores only allowed between adjacent digits. | 100 | 17 |
| #A795 | warning | MethodName | Method name 'log_info' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 17 |
| #A796 | warning | GoogleMethodName | Method name 'log_info' has invalid underscore usage, underscores only allowed between adjacent digits. | 104 | 10 |
| #A797 | warning | MethodName | Method name 'log_info' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 104 | 10 |
| #A798 | warning | GoogleMethodName | Method name 'is_eligible_for_verification' has invalid underscore usage, underscores only allowed between adjacent digits. | 144 | 27 |
| #A799 | warning | MethodName | Method name 'is_eligible_for_verification' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 144 | 27 |
| #A800 | warning | GoogleMethodName | Method name 'inference_verify' has invalid underscore usage, underscores only allowed between adjacent digits. | 152 | 30 |
| #A801 | warning | MethodName | Method name 'inference_verify' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 152 | 30 |
| #A802 | warning | GoogleMethodName | Method name 'num_args' has invalid underscore usage, underscores only allowed between adjacent digits. | 165 | 13 |
| #A803 | warning | MethodName | Method name 'num_args' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 165 | 13 |
| #A804 | warning | GoogleMethodName | Method name 'set_num_args' has invalid underscore usage, underscores only allowed between adjacent digits. | 169 | 14 |
| #A805 | warning | MethodName | Method name 'set_num_args' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 169 | 14 |
| #A806 | warning | GoogleMethodName | Method name 'sig_verif_types' has invalid underscore usage, underscores only allowed between adjacent digits. | 173 | 37 |
| #A807 | warning | MethodName | Method name 'sig_verif_types' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 173 | 37 |
| #A808 | warning | GoogleMethodName | Method name 'cp_ref_index_to_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 178 | 22 |
| #A809 | warning | MethodName | Method name 'cp_ref_index_to_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 178 | 22 |
| #A810 | warning | GoogleMethodName | Method name 'current_class' has invalid underscore usage, underscores only allowed between adjacent digits. | 189 | 25 |
| #A811 | warning | MethodName | Method name 'current_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 189 | 25 |
| #A812 | warning | GoogleMethodName | Method name 'class_hierarchy' has invalid underscore usage, underscores only allowed between adjacent digits. | 193 | 24 |
| #A813 | warning | MethodName | Method name 'class_hierarchy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 193 | 24 |
| #A814 | warning | GoogleMethodName | Method name 'current_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 197 | 22 |
| #A815 | warning | MethodName | Method name 'current_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 197 | 22 |
| #A816 | warning | GoogleMethodName | Method name 'cp_index_to_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 201 | 22 |
| #A817 | warning | MethodName | Method name 'cp_index_to_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 201 | 22 |
| #A818 | warning | GoogleMethodName | Method name 'change_sig_to_verificationType' has invalid underscore usage, underscores only allowed between adjacent digits. | 205 | 9 |
| #A819 | warning | MethodName | Method name 'change_sig_to_verificationType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 205 | 9 |
| #A820 | warning | GoogleMethodName | Method name 'object_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 248 | 30 |
| #A821 | warning | MethodName | Method name 'object_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 248 | 30 |
| #A822 | warning | GoogleMethodName | Method name 'verify_class' has invalid underscore usage, underscores only allowed between adjacent digits. | 252 | 23 |
| #A823 | warning | MethodName | Method name 'verify_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 252 | 23 |
| #A824 | warning | GoogleMethodName | Method name 'translate_signature' has invalid underscore usage, underscores only allowed between adjacent digits. | 264 | 10 |
| #A825 | warning | MethodName | Method name 'translate_signature' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 264 | 10 |
| #A826 | warning | GoogleMethodName | Method name 'create_method_sig_entry' has invalid underscore usage, underscores only allowed between adjacent digits. | 288 | 10 |
| #A827 | warning | MethodName | Method name 'create_method_sig_entry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 288 | 10 |
| #A828 | warning | GoogleMethodName | Method name 'verify_method' has invalid underscore usage, underscores only allowed between adjacent digits. | 292 | 10 |
| #A829 | warning | MethodName | Method name 'verify_method' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 292 | 10 |
| #A830 | warning | GoogleMethodName | Method name 'verify_method' has invalid underscore usage, underscores only allowed between adjacent digits. | 303 | 10 |
| #A831 | warning | MethodName | Method name 'verify_method' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 303 | 10 |
| #A832 | warning | GoogleMethodName | Method name 'generate_code_data' has invalid underscore usage, underscores only allowed between adjacent digits. | 1234 | 20 |
| #A833 | warning | MethodName | Method name 'generate_code_data' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1234 | 20 |
| #A834 | warning | GoogleMethodName | Method name 'verify_exception_handler_table' has invalid underscore usage, underscores only allowed between adjacent digits. | 1252 | 10 |
| #A835 | warning | MethodName | Method name 'verify_exception_handler_table' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1252 | 10 |
| #A836 | warning | GoogleMethodName | Method name 'verify_local_variable_table' has invalid underscore usage, underscores only allowed between adjacent digits. | 1283 | 10 |
| #A837 | warning | MethodName | Method name 'verify_local_variable_table' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1283 | 10 |
| #A838 | warning | GoogleMethodName | Method name 'verify_stackmap_table' has invalid underscore usage, underscores only allowed between adjacent digits. | 1299 | 9 |
| #A839 | warning | MethodName | Method name 'verify_stackmap_table' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1299 | 9 |
| #A840 | warning | GoogleMethodName | Method name 'verify_exception_handler_targets' has invalid underscore usage, underscores only allowed between adjacent digits. | 1320 | 10 |
| #A841 | warning | MethodName | Method name 'verify_exception_handler_targets' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1320 | 10 |
| #A842 | warning | GoogleMethodName | Method name 'verify_cp_index' has invalid underscore usage, underscores only allowed between adjacent digits. | 1346 | 10 |
| #A843 | warning | MethodName | Method name 'verify_cp_index' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1346 | 10 |
| #A844 | warning | GoogleMethodName | Method name 'verify_cp_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 1353 | 10 |
| #A845 | warning | MethodName | Method name 'verify_cp_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1353 | 10 |
| #A846 | warning | GoogleMethodName | Method name 'verify_cp_class_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 1361 | 10 |
| #A847 | warning | MethodName | Method name 'verify_cp_class_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1361 | 10 |
| #A848 | warning | GoogleMethodName | Method name 'verify_ldc' has invalid underscore usage, underscores only allowed between adjacent digits. | 1369 | 10 |
| #A849 | warning | MethodName | Method name 'verify_ldc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1369 | 10 |
| #A850 | warning | GoogleMethodName | Method name 'verify_switch' has invalid underscore usage, underscores only allowed between adjacent digits. | 1413 | 10 |
| #A851 | warning | MethodName | Method name 'verify_switch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1413 | 10 |
| #A852 | warning | GoogleMethodName | Method name 'verify_field_instructions' has invalid underscore usage, underscores only allowed between adjacent digits. | 1464 | 10 |
| #A853 | warning | MethodName | Method name 'verify_field_instructions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1464 | 10 |
| #A854 | warning | GoogleMethodName | Method name 'verify_invoke_init' has invalid underscore usage, underscores only allowed between adjacent digits. | 1518 | 13 |
| #A855 | warning | MethodName | Method name 'verify_invoke_init' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1518 | 13 |
| #A856 | warning | GoogleMethodName | Method name 'is_same_or_direct_interface' has invalid underscore usage, underscores only allowed between adjacent digits. | 1557 | 20 |
| #A857 | warning | MethodName | Method name 'is_same_or_direct_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1557 | 20 |
| #A858 | warning | GoogleMethodName | Method name 'verify_invoke_instructions' has invalid underscore usage, underscores only allowed between adjacent digits. | 1567 | 13 |
| #A859 | warning | MethodName | Method name 'verify_invoke_instructions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1567 | 13 |
| #A860 | warning | GoogleMethodName | Method name 'get_newarray_type' has invalid underscore usage, underscores only allowed between adjacent digits. | 1682 | 22 |
| #A861 | warning | MethodName | Method name 'get_newarray_type' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1682 | 22 |
| #A862 | warning | GoogleMethodName | Method name 'verify_anewarray' has invalid underscore usage, underscores only allowed between adjacent digits. | 1693 | 10 |
| #A863 | warning | MethodName | Method name 'verify_anewarray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1693 | 10 |
| #A864 | warning | GoogleMethodName | Method name 'verify_iload' has invalid underscore usage, underscores only allowed between adjacent digits. | 1719 | 10 |
| #A865 | warning | MethodName | Method name 'verify_iload' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1719 | 10 |
| #A866 | warning | GoogleMethodName | Method name 'verify_lload' has invalid underscore usage, underscores only allowed between adjacent digits. | 1726 | 10 |
| #A867 | warning | MethodName | Method name 'verify_lload' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1726 | 10 |
| #A868 | warning | GoogleMethodName | Method name 'verify_fload' has invalid underscore usage, underscores only allowed between adjacent digits. | 1735 | 10 |
| #A869 | warning | MethodName | Method name 'verify_fload' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1735 | 10 |
| #A870 | warning | GoogleMethodName | Method name 'verify_dload' has invalid underscore usage, underscores only allowed between adjacent digits. | 1742 | 10 |
| #A871 | warning | MethodName | Method name 'verify_dload' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1742 | 10 |
| #A872 | warning | GoogleMethodName | Method name 'verify_aload' has invalid underscore usage, underscores only allowed between adjacent digits. | 1751 | 10 |
| #A873 | warning | MethodName | Method name 'verify_aload' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1751 | 10 |
| #A874 | warning | GoogleMethodName | Method name 'verify_istore' has invalid underscore usage, underscores only allowed between adjacent digits. | 1757 | 10 |
| #A875 | warning | MethodName | Method name 'verify_istore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1757 | 10 |
| #A876 | warning | GoogleMethodName | Method name 'verify_lstore' has invalid underscore usage, underscores only allowed between adjacent digits. | 1764 | 10 |
| #A877 | warning | MethodName | Method name 'verify_lstore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1764 | 10 |
| #A878 | warning | GoogleMethodName | Method name 'verify_fstore' has invalid underscore usage, underscores only allowed between adjacent digits. | 1773 | 10 |
| #A879 | warning | MethodName | Method name 'verify_fstore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1773 | 10 |
| #A880 | warning | GoogleMethodName | Method name 'verify_dstore' has invalid underscore usage, underscores only allowed between adjacent digits. | 1780 | 10 |
| #A881 | warning | MethodName | Method name 'verify_dstore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1780 | 10 |
| #A882 | warning | GoogleMethodName | Method name 'verify_astore' has invalid underscore usage, underscores only allowed between adjacent digits. | 1789 | 10 |
| #A883 | warning | MethodName | Method name 'verify_astore' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1789 | 10 |
| #A884 | warning | GoogleMethodName | Method name 'verify_iinc' has invalid underscore usage, underscores only allowed between adjacent digits. | 1795 | 10 |
| #A885 | warning | MethodName | Method name 'verify_iinc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1795 | 10 |
| #A886 | warning | GoogleMethodName | Method name 'verify_return_value' has invalid underscore usage, underscores only allowed between adjacent digits. | 1801 | 10 |
| #A887 | warning | MethodName | Method name 'verify_return_value' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1801 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A888 | warning | GoogleMethodName | Method name 'ffi_prep_cif' has invalid underscore usage, underscores only allowed between adjacent digits. | 219 | 31 |
| #A889 | warning | MethodName | Method name 'ffi_prep_cif' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 219 | 31 |
| #A890 | warning | GoogleMethodName | Method name 'ffi_prep_cif_var' has invalid underscore usage, underscores only allowed between adjacent digits. | 220 | 31 |
| #A891 | warning | MethodName | Method name 'ffi_prep_cif_var' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 220 | 31 |
| #A892 | warning | GoogleMethodName | Method name 'ffi_get_struct_offsets' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 31 |
| #A893 | warning | MethodName | Method name 'ffi_get_struct_offsets' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 31 |
| #A894 | warning | GoogleMethodName | Method name 'ffi_default_abi' has invalid underscore usage, underscores only allowed between adjacent digits. | 223 | 31 |
| #A895 | warning | MethodName | Method name 'ffi_default_abi' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 223 | 31 |
| #A896 | warning | GoogleMethodName | Method name 'ffi_type_struct' has invalid underscore usage, underscores only allowed between adjacent digits. | 224 | 33 |
| #A897 | warning | MethodName | Method name 'ffi_type_struct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 224 | 33 |
| #A898 | warning | GoogleMethodName | Method name 'ffi_type_void' has invalid underscore usage, underscores only allowed between adjacent digits. | 226 | 32 |
| #A899 | warning | MethodName | Method name 'ffi_type_void' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 226 | 32 |
| #A900 | warning | GoogleMethodName | Method name 'ffi_type_uint8' has invalid underscore usage, underscores only allowed between adjacent digits. | 227 | 32 |
| #A901 | warning | MethodName | Method name 'ffi_type_uint8' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 227 | 32 |
| #A902 | warning | GoogleMethodName | Method name 'ffi_type_sint8' has invalid underscore usage, underscores only allowed between adjacent digits. | 228 | 32 |
| #A903 | warning | MethodName | Method name 'ffi_type_sint8' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 228 | 32 |
| #A904 | warning | GoogleMethodName | Method name 'ffi_type_uint16' has invalid underscore usage, underscores only allowed between adjacent digits. | 229 | 32 |
| #A905 | warning | MethodName | Method name 'ffi_type_uint16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 229 | 32 |
| #A906 | warning | GoogleMethodName | Method name 'ffi_type_sint16' has invalid underscore usage, underscores only allowed between adjacent digits. | 230 | 32 |
| #A907 | warning | MethodName | Method name 'ffi_type_sint16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 230 | 32 |
| #A908 | warning | GoogleMethodName | Method name 'ffi_type_uint32' has invalid underscore usage, underscores only allowed between adjacent digits. | 231 | 32 |
| #A909 | warning | MethodName | Method name 'ffi_type_uint32' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 231 | 32 |
| #A910 | warning | GoogleMethodName | Method name 'ffi_type_sint32' has invalid underscore usage, underscores only allowed between adjacent digits. | 232 | 32 |
| #A911 | warning | MethodName | Method name 'ffi_type_sint32' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 232 | 32 |
| #A912 | warning | GoogleMethodName | Method name 'ffi_type_uint64' has invalid underscore usage, underscores only allowed between adjacent digits. | 233 | 32 |
| #A913 | warning | MethodName | Method name 'ffi_type_uint64' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 233 | 32 |
| #A914 | warning | GoogleMethodName | Method name 'ffi_type_sint64' has invalid underscore usage, underscores only allowed between adjacent digits. | 234 | 32 |
| #A915 | warning | MethodName | Method name 'ffi_type_sint64' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 234 | 32 |
| #A916 | warning | GoogleMethodName | Method name 'ffi_type_float' has invalid underscore usage, underscores only allowed between adjacent digits. | 235 | 32 |
| #A917 | warning | MethodName | Method name 'ffi_type_float' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 235 | 32 |
| #A918 | warning | GoogleMethodName | Method name 'ffi_type_double' has invalid underscore usage, underscores only allowed between adjacent digits. | 236 | 32 |
| #A919 | warning | MethodName | Method name 'ffi_type_double' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 236 | 32 |
| #A920 | warning | GoogleMethodName | Method name 'ffi_type_pointer' has invalid underscore usage, underscores only allowed between adjacent digits. | 237 | 32 |
| #A921 | warning | MethodName | Method name 'ffi_type_pointer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 237 | 32 |
| #A922 | warning | GoogleMethodName | Method name 'ffi_sizeof_short' has invalid underscore usage, underscores only allowed between adjacent digits. | 238 | 31 |
| #A923 | warning | MethodName | Method name 'ffi_sizeof_short' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 238 | 31 |
| #A924 | warning | GoogleMethodName | Method name 'ffi_sizeof_int' has invalid underscore usage, underscores only allowed between adjacent digits. | 239 | 31 |
| #A925 | warning | MethodName | Method name 'ffi_sizeof_int' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 239 | 31 |
| #A926 | warning | GoogleMethodName | Method name 'ffi_sizeof_long' has invalid underscore usage, underscores only allowed between adjacent digits. | 240 | 31 |
| #A927 | warning | MethodName | Method name 'ffi_sizeof_long' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 240 | 31 |
| #A928 | warning | GoogleMethodName | Method name 'ffi_sizeof_wchar' has invalid underscore usage, underscores only allowed between adjacent digits. | 241 | 31 |
| #A929 | warning | MethodName | Method name 'ffi_sizeof_wchar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 241 | 31 |
| #A930 | warning | GoogleMethodName | Method name 'alignof_long_long' has invalid underscore usage, underscores only allowed between adjacent digits. | 243 | 31 |
| #A931 | warning | MethodName | Method name 'alignof_long_long' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 243 | 31 |
| #A932 | warning | GoogleMethodName | Method name 'alignof_double' has invalid underscore usage, underscores only allowed between adjacent digits. | 244 | 31 |
| #A933 | warning | MethodName | Method name 'alignof_double' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 244 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A934 | warning | MethodName | Method name 'nIntegerRegs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 17 |
| #A935 | warning | GoogleMethodName | Method name 'nIntegerRegs' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 82 | 17 |
| #A936 | warning | MethodName | Method name 'nVectorRegs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 86 | 17 |
| #A937 | warning | GoogleMethodName | Method name 'nVectorRegs' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 86 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A938 | warning | GoogleMethodName | Method name 'upropsvec_addPropertyStarts' has invalid underscore usage, underscores only allowed between adjacent digits. | 614 | 17 |
| #A939 | warning | MethodName | Method name 'upropsvec_addPropertyStarts' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 614 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A940 | warning | MethodName | Method name 'DirPropFlag' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1158 | 16 |
| #A941 | warning | GoogleMethodName | Method name 'DirPropFlag' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1158 | 16 |
| #A942 | warning | MethodName | Method name 'DirPropFlagLR' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1173 | 22 |
| #A943 | warning | GoogleMethodName | Method name 'DirPropFlagLR' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1173 | 22 |
| #A944 | warning | MethodName | Method name 'DirPropFlagE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1174 | 22 |
| #A945 | warning | GoogleMethodName | Method name 'DirPropFlagE' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1174 | 22 |
| #A946 | warning | MethodName | Method name 'DirPropFlagO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1175 | 22 |
| #A947 | warning | GoogleMethodName | Method name 'DirPropFlagO' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1175 | 22 |
| #A948 | warning | MethodName | Method name 'DirFromStrong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1176 | 23 |
| #A949 | warning | GoogleMethodName | Method name 'DirFromStrong' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1176 | 23 |
| #A950 | warning | MethodName | Method name 'NoOverride' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1177 | 23 |
| #A951 | warning | GoogleMethodName | Method name 'NoOverride' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1177 | 23 |
| #A952 | warning | MethodName | Method name 'GetLRFromLevel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1212 | 25 |
| #A953 | warning | GoogleMethodName | Method name 'GetLRFromLevel' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1212 | 25 |
| #A954 | warning | MethodName | Method name 'IsDefaultLevel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1217 | 28 |
| #A955 | warning | GoogleMethodName | Method name 'IsDefaultLevel' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1217 | 28 |
| #A956 | warning | MethodName | Method name 'IsBidiControlChar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1222 | 20 |
| #A957 | warning | GoogleMethodName | Method name 'IsBidiControlChar' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1222 | 20 |
| #A958 | warning | MethodName | Method name 'GetParaLevelAt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1679 | 10 |
| #A959 | warning | GoogleMethodName | Method name 'GetParaLevelAt' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1679 | 10 |
| #A960 | warning | GoogleMethodName | Method name 'bracketProcessLRI_RLI' has invalid underscore usage, underscores only allowed between adjacent digits. | 1745 | 18 |
| #A961 | warning | MethodName | Method name 'bracketProcessLRI_RLI' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1745 | 18 |
| #A962 | warning | MethodName | Method name 'GetStateProps' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2430 | 26 |
| #A963 | warning | GoogleMethodName | Method name 'GetStateProps' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 2430 | 26 |
| #A964 | warning | MethodName | Method name 'GetActionProps' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2433 | 26 |
| #A965 | warning | GoogleMethodName | Method name 'GetActionProps' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 2433 | 26 |
| #A966 | warning | MethodName | Method name 'GetState' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2533 | 26 |
| #A967 | warning | GoogleMethodName | Method name 'GetState' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 2533 | 26 |
| #A968 | warning | MethodName | Method name 'GetAction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2534 | 26 |
| #A969 | warning | GoogleMethodName | Method name 'GetAction' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 2534 | 26 |
| #A970 | warning | GoogleMethodName | Method name 'Bidi_Min' has invalid underscore usage, underscores only allowed between adjacent digits. | 3205 | 17 |
| #A971 | warning | MethodName | Method name 'Bidi_Min' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3205 | 17 |
| #A972 | warning | GoogleMethodName | Method name 'Bidi_Abs' has invalid underscore usage, underscores only allowed between adjacent digits. | 3209 | 17 |
| #A973 | warning | MethodName | Method name 'Bidi_Abs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3209 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A974 | warning | MethodName | Method name 'IsCombining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 48 | 28 |
| #A975 | warning | GoogleMethodName | Method name 'IsCombining' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 48 | 28 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A976 | warning | GoogleMethodName | Method name '_charAt' has invalid underscore usage, underscores only allowed between adjacent digits. | 225 | 24 |
| #A977 | warning | MethodName | Method name '_charAt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 225 | 24 |
| #A978 | warning | GoogleMethodName | Method name '_charAt' has invalid underscore usage, underscores only allowed between adjacent digits. | 281 | 24 |
| #A979 | warning | MethodName | Method name '_charAt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 281 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A980 | warning | GoogleMethodName | Method name 'add_unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. | 420 | 24 |
| #A981 | warning | MethodName | Method name 'add_unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 420 | 24 |
| #A982 | warning | GoogleMethodName | Method name 'add_unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. | 447 | 30 |
| #A983 | warning | MethodName | Method name 'add_unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 447 | 30 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A984 | warning | MethodName | Method name 'y' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 101 | 16 |
| #A985 | warning | GoogleMethodName | Method name 'y' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 101 | 16 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A986 | warning | GoogleMethodName | Method name '_threadTerminated' has invalid underscore usage, underscores only allowed between adjacent digits. | 74 | 18 |
| #A987 | warning | MethodName | Method name '_threadTerminated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 74 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A988 | warning | GoogleMethodName | Method name 'bflash_ws' has invalid underscore usage, underscores only allowed between adjacent digits. | 2668 | 29 |
| #A989 | warning | MethodName | Method name 'bflash_ws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2668 | 29 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A990 | warning | GoogleMethodName | Method name 'bflash_ws' has invalid underscore usage, underscores only allowed between adjacent digits. | 669 | 20 |
| #A991 | warning | MethodName | Method name 'bflash_ws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 669 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A992 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 318 | 30 |
| #A993 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 318 | 30 |
| #A994 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 323 | 30 |
| #A995 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 323 | 30 |
| #A996 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 328 | 30 |
| #A997 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 328 | 30 |
| #A998 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 390 | 30 |
| #A999 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 390 | 30 |
| #A1000 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 396 | 30 |
| #A1001 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 396 | 30 |
| #A1002 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 403 | 30 |
| #A1003 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 403 | 30 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1004 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 213 | 23 |
| #A1005 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 213 | 23 |
| #A1006 | warning | MethodName | Method name 'New' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 224 | 23 |
| #A1007 | warning | GoogleMethodName | Method name 'New' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 224 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1008 | warning | MethodName | Method name 'AFINET' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 330 | 31 |
| #A1009 | warning | GoogleMethodName | Method name 'AFINET' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 330 | 31 |
| #A1010 | warning | MethodName | Method name 'AFINET6' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 331 | 31 |
| #A1011 | warning | GoogleMethodName | Method name 'AFINET6' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 331 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1012 | warning | GoogleMethodName | Method name '_get' has invalid underscore usage, underscores only allowed between adjacent digits. | 399 | 25 |
| #A1013 | warning | MethodName | Method name '_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 399 | 25 |
| #A1014 | warning | GoogleMethodName | Method name '_put' has invalid underscore usage, underscores only allowed between adjacent digits. | 403 | 25 |
| #A1015 | warning | MethodName | Method name '_put' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 403 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1016 | warning | MethodName | Method name 'FF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 127 | 24 |
| #A1017 | warning | GoogleMethodName | Method name 'FF' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 127 | 24 |
| #A1018 | warning | MethodName | Method name 'GG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 24 |
| #A1019 | warning | GoogleMethodName | Method name 'GG' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 132 | 24 |
| #A1020 | warning | MethodName | Method name 'HH' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 137 | 24 |
| #A1021 | warning | GoogleMethodName | Method name 'HH' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 137 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1022 | warning | MethodName | Method name 'FF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 24 |
| #A1023 | warning | GoogleMethodName | Method name 'FF' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 117 | 24 |
| #A1024 | warning | MethodName | Method name 'GG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 122 | 24 |
| #A1025 | warning | GoogleMethodName | Method name 'GG' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 122 | 24 |
| #A1026 | warning | MethodName | Method name 'HH' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 127 | 24 |
| #A1027 | warning | GoogleMethodName | Method name 'HH' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 127 | 24 |
| #A1028 | warning | MethodName | Method name 'II' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 132 | 24 |
| #A1029 | warning | GoogleMethodName | Method name 'II' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 132 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1030 | warning | GoogleMethodName | Method name 'lf_ch' has invalid underscore usage, underscores only allowed between adjacent digits. | 144 | 25 |
| #A1031 | warning | MethodName | Method name 'lf_ch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 144 | 25 |
| #A1032 | warning | GoogleMethodName | Method name 'lf_maj' has invalid underscore usage, underscores only allowed between adjacent digits. | 155 | 25 |
| #A1033 | warning | MethodName | Method name 'lf_maj' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 155 | 25 |
| #A1034 | warning | GoogleMethodName | Method name 'lf_R' has invalid underscore usage, underscores only allowed between adjacent digits. | 165 | 25 |
| #A1035 | warning | MethodName | Method name 'lf_R' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 165 | 25 |
| #A1036 | warning | GoogleMethodName | Method name 'lf_S' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 25 |
| #A1037 | warning | MethodName | Method name 'lf_S' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 25 |
| #A1038 | warning | GoogleMethodName | Method name 'lf_sigma0' has invalid underscore usage, underscores only allowed between adjacent digits. | 184 | 25 |
| #A1039 | warning | MethodName | Method name 'lf_sigma0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 184 | 25 |
| #A1040 | warning | GoogleMethodName | Method name 'lf_sigma1' has invalid underscore usage, underscores only allowed between adjacent digits. | 193 | 25 |
| #A1041 | warning | MethodName | Method name 'lf_sigma1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 193 | 25 |
| #A1042 | warning | GoogleMethodName | Method name 'lf_delta0' has invalid underscore usage, underscores only allowed between adjacent digits. | 202 | 25 |
| #A1043 | warning | MethodName | Method name 'lf_delta0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 202 | 25 |
| #A1044 | warning | GoogleMethodName | Method name 'lf_delta1' has invalid underscore usage, underscores only allowed between adjacent digits. | 211 | 25 |
| #A1045 | warning | MethodName | Method name 'lf_delta1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 211 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1046 | warning | MethodName | Method name 'V3toV2CipherSuite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 626 | 24 |
| #A1047 | warning | GoogleMethodName | Method name 'V3toV2CipherSuite' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 626 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1048 | warning | MethodName | Method name 'Help' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 66 | 24 |
| #A1049 | warning | GoogleMethodName | Method name 'Help' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 66 | 24 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1050 | warning | MethodName | Method name 'sArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 41 | 26 |
| #A1051 | warning | GoogleMethodName | Method name 'sArray' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 41 | 26 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1052 | warning | MethodName | Method name 'CreateEvent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 47 | 24 |
| #A1053 | warning | GoogleMethodName | Method name 'CreateEvent' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 47 | 24 |
| #A1054 | warning | MethodName | Method name 'CreateFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 17 |
| #A1055 | warning | GoogleMethodName | Method name 'CreateFile' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 61 | 17 |
| #A1056 | warning | MethodName | Method name 'CreateFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 78 | 17 |
| #A1057 | warning | GoogleMethodName | Method name 'CreateFile' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 78 | 17 |
| #A1058 | warning | MethodName | Method name 'CreateFile0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 88 | 32 |
| #A1059 | warning | GoogleMethodName | Method name 'CreateFile0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 88 | 32 |
| #A1060 | warning | MethodName | Method name 'CloseHandle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 101 | 24 |
| #A1061 | warning | GoogleMethodName | Method name 'CloseHandle' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 101 | 24 |
| #A1062 | warning | MethodName | Method name 'DeleteFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 108 | 17 |
| #A1063 | warning | GoogleMethodName | Method name 'DeleteFile' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 108 | 17 |
| #A1064 | warning | MethodName | Method name 'DeleteFile0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 113 | 32 |
| #A1065 | warning | GoogleMethodName | Method name 'DeleteFile0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 113 | 32 |
| #A1066 | warning | MethodName | Method name 'CreateDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 122 | 17 |
| #A1067 | warning | GoogleMethodName | Method name 'CreateDirectory' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 122 | 17 |
| #A1068 | warning | MethodName | Method name 'CreateDirectory0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 127 | 32 |
| #A1069 | warning | GoogleMethodName | Method name 'CreateDirectory0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 127 | 32 |
| #A1070 | warning | MethodName | Method name 'RemoveDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 135 | 17 |
| #A1071 | warning | GoogleMethodName | Method name 'RemoveDirectory' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 135 | 17 |
| #A1072 | warning | MethodName | Method name 'RemoveDirectory0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 140 | 32 |
| #A1073 | warning | GoogleMethodName | Method name 'RemoveDirectory0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 140 | 32 |
| #A1074 | warning | MethodName | Method name 'DeviceIoControlSetSparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 150 | 24 |
| #A1075 | warning | GoogleMethodName | Method name 'DeviceIoControlSetSparse' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 150 | 24 |
| #A1076 | warning | MethodName | Method name 'DeviceIoControlGetReparsePoint' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 160 | 24 |
| #A1077 | warning | GoogleMethodName | Method name 'DeviceIoControlGetReparsePoint' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 160 | 24 |
| #A1078 | warning | MethodName | Method name 'GetFileSizeEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 171 | 24 |
| #A1079 | warning | GoogleMethodName | Method name 'GetFileSizeEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 171 | 24 |
| #A1080 | warning | MethodName | Method name 'FindFirstFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 179 | 22 |
| #A1081 | warning | GoogleMethodName | Method name 'FindFirstFile' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 179 | 22 |
| #A1082 | warning | MethodName | Method name 'FindFirstFile0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 196 | 32 |
| #A1083 | warning | GoogleMethodName | Method name 'FindFirstFile0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 196 | 32 |
| #A1084 | warning | MethodName | Method name 'FindFirstFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 205 | 17 |
| #A1085 | warning | GoogleMethodName | Method name 'FindFirstFile' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 205 | 17 |
| #A1086 | warning | MethodName | Method name 'FindFirstFile1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 210 | 32 |
| #A1087 | warning | GoogleMethodName | Method name 'FindFirstFile1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 210 | 32 |
| #A1088 | warning | MethodName | Method name 'FindNextFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 19 |
| #A1089 | warning | GoogleMethodName | Method name 'FindNextFile' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 221 | 19 |
| #A1090 | warning | MethodName | Method name 'FindNextFile0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 224 | 34 |
| #A1091 | warning | GoogleMethodName | Method name 'FindNextFile0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 224 | 34 |
| #A1092 | warning | MethodName | Method name 'FindFirstStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 235 | 24 |
| #A1093 | warning | GoogleMethodName | Method name 'FindFirstStream' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 235 | 24 |
| #A1094 | warning | MethodName | Method name 'FindFirstStream0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 252 | 32 |
| #A1095 | warning | GoogleMethodName | Method name 'FindFirstStream0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 252 | 32 |
| #A1096 | warning | MethodName | Method name 'FindNextStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 261 | 19 |
| #A1097 | warning | GoogleMethodName | Method name 'FindNextStream' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 261 | 19 |
| #A1098 | warning | MethodName | Method name 'FindNextStream0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 264 | 34 |
| #A1099 | warning | GoogleMethodName | Method name 'FindNextStream0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 264 | 34 |
| #A1100 | warning | MethodName | Method name 'FindClose' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 271 | 24 |
| #A1101 | warning | GoogleMethodName | Method name 'FindClose' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 271 | 24 |
| #A1102 | warning | MethodName | Method name 'GetFileInformationByHandle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 279 | 17 |
| #A1103 | warning | GoogleMethodName | Method name 'GetFileInformationByHandle' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 279 | 17 |
| #A1104 | warning | MethodName | Method name 'GetFileInformationByHandle0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 284 | 32 |
| #A1105 | warning | GoogleMethodName | Method name 'GetFileInformationByHandle0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 284 | 32 |
| #A1106 | warning | MethodName | Method name 'CopyFileEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 297 | 17 |
| #A1107 | warning | GoogleMethodName | Method name 'CopyFileEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 297 | 17 |
| #A1108 | warning | MethodName | Method name 'CopyFileEx0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 306 | 32 |
| #A1109 | warning | GoogleMethodName | Method name 'CopyFileEx0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 306 | 32 |
| #A1110 | warning | MethodName | Method name 'MoveFileEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 316 | 17 |
| #A1111 | warning | GoogleMethodName | Method name 'MoveFileEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 316 | 17 |
| #A1112 | warning | MethodName | Method name 'MoveFileEx0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 324 | 32 |
| #A1113 | warning | GoogleMethodName | Method name 'MoveFileEx0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 324 | 32 |
| #A1114 | warning | MethodName | Method name 'GetFileAttributes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 332 | 16 |
| #A1115 | warning | GoogleMethodName | Method name 'GetFileAttributes' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 332 | 16 |
| #A1116 | warning | MethodName | Method name 'GetFileAttributes0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 337 | 31 |
| #A1117 | warning | GoogleMethodName | Method name 'GetFileAttributes0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 337 | 31 |
| #A1118 | warning | MethodName | Method name 'SetFileAttributes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 345 | 17 |
| #A1119 | warning | GoogleMethodName | Method name 'SetFileAttributes' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 345 | 17 |
| #A1120 | warning | MethodName | Method name 'SetFileAttributes0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 352 | 32 |
| #A1121 | warning | GoogleMethodName | Method name 'SetFileAttributes0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 352 | 32 |
| #A1122 | warning | MethodName | Method name 'GetFileAttributesEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 362 | 17 |
| #A1123 | warning | GoogleMethodName | Method name 'GetFileAttributesEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 362 | 17 |
| #A1124 | warning | MethodName | Method name 'GetFileAttributesEx0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 367 | 32 |
| #A1125 | warning | GoogleMethodName | Method name 'GetFileAttributesEx0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 367 | 32 |
| #A1126 | warning | MethodName | Method name 'SetFileTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 378 | 17 |
| #A1127 | warning | GoogleMethodName | Method name 'SetFileTime' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 378 | 17 |
| #A1128 | warning | MethodName | Method name 'SetFileTime0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 383 | 32 |
| #A1129 | warning | GoogleMethodName | Method name 'SetFileTime0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 383 | 32 |
| #A1130 | warning | MethodName | Method name 'SetEndOfFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 394 | 24 |
| #A1131 | warning | GoogleMethodName | Method name 'SetEndOfFile' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 394 | 24 |
| #A1132 | warning | MethodName | Method name 'GetLogicalDrives' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 399 | 23 |
| #A1133 | warning | GoogleMethodName | Method name 'GetLogicalDrives' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 399 | 23 |
| #A1134 | warning | MethodName | Method name 'GetVolumeInformation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 413 | 30 |
| #A1135 | warning | GoogleMethodName | Method name 'GetVolumeInformation' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 413 | 30 |
| #A1136 | warning | MethodName | Method name 'GetVolumeInformation0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 434 | 32 |
| #A1137 | warning | GoogleMethodName | Method name 'GetVolumeInformation0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 434 | 32 |
| #A1138 | warning | MethodName | Method name 'GetDriveType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 443 | 16 |
| #A1139 | warning | GoogleMethodName | Method name 'GetDriveType' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 443 | 16 |
| #A1140 | warning | MethodName | Method name 'GetDriveType0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 448 | 31 |
| #A1141 | warning | GoogleMethodName | Method name 'GetDriveType0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 448 | 31 |
| #A1142 | warning | MethodName | Method name 'GetDiskFreeSpaceEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 458 | 26 |
| #A1143 | warning | GoogleMethodName | Method name 'GetDiskFreeSpaceEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 458 | 26 |
| #A1144 | warning | MethodName | Method name 'GetDiskFreeSpace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 477 | 26 |
| #A1145 | warning | GoogleMethodName | Method name 'GetDiskFreeSpace' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 477 | 26 |
| #A1146 | warning | MethodName | Method name 'GetDiskFreeSpaceEx0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 499 | 32 |
| #A1147 | warning | GoogleMethodName | Method name 'GetDiskFreeSpaceEx0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 499 | 32 |
| #A1148 | warning | MethodName | Method name 'GetDiskFreeSpace0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 504 | 32 |
| #A1149 | warning | GoogleMethodName | Method name 'GetDiskFreeSpace0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 504 | 32 |
| #A1150 | warning | MethodName | Method name 'GetVolumePathName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 517 | 19 |
| #A1151 | warning | GoogleMethodName | Method name 'GetVolumePathName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 517 | 19 |
| #A1152 | warning | MethodName | Method name 'GetVolumePathName0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 522 | 34 |
| #A1153 | warning | GoogleMethodName | Method name 'GetVolumePathName0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 522 | 34 |
| #A1154 | warning | MethodName | Method name 'InitializeSecurityDescriptor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 532 | 24 |
| #A1155 | warning | GoogleMethodName | Method name 'InitializeSecurityDescriptor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 532 | 24 |
| #A1156 | warning | MethodName | Method name 'InitializeAcl' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 542 | 24 |
| #A1157 | warning | GoogleMethodName | Method name 'InitializeAcl' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 542 | 24 |
| #A1158 | warning | MethodName | Method name 'GetFileSecurity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 554 | 16 |
| #A1159 | warning | GoogleMethodName | Method name 'GetFileSecurity' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 554 | 16 |
| #A1160 | warning | MethodName | Method name 'GetFileSecurity0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 564 | 31 |
| #A1161 | warning | GoogleMethodName | Method name 'GetFileSecurity0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 564 | 31 |
| #A1162 | warning | MethodName | Method name 'SetFileSecurity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 576 | 17 |
| #A1163 | warning | GoogleMethodName | Method name 'SetFileSecurity' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 576 | 17 |
| #A1164 | warning | MethodName | Method name 'SetFileSecurity0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 586 | 24 |
| #A1165 | warning | GoogleMethodName | Method name 'SetFileSecurity0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 586 | 24 |
| #A1166 | warning | MethodName | Method name 'GetSecurityDescriptorOwner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 598 | 24 |
| #A1167 | warning | GoogleMethodName | Method name 'GetSecurityDescriptorOwner' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 598 | 24 |
| #A1168 | warning | MethodName | Method name 'SetSecurityDescriptorOwner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 608 | 24 |
| #A1169 | warning | GoogleMethodName | Method name 'SetSecurityDescriptorOwner' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 608 | 24 |
| #A1170 | warning | MethodName | Method name 'GetSecurityDescriptorDacl' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 620 | 24 |
| #A1171 | warning | GoogleMethodName | Method name 'GetSecurityDescriptorDacl' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 620 | 24 |
| #A1172 | warning | MethodName | Method name 'SetSecurityDescriptorDacl' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 630 | 24 |
| #A1173 | warning | GoogleMethodName | Method name 'SetSecurityDescriptorDacl' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 630 | 24 |
| #A1174 | warning | MethodName | Method name 'GetAclInformation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 642 | 27 |
| #A1175 | warning | GoogleMethodName | Method name 'GetAclInformation' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 642 | 27 |
| #A1176 | warning | MethodName | Method name 'GetAclInformation0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 653 | 32 |
| #A1177 | warning | GoogleMethodName | Method name 'GetAclInformation0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 653 | 32 |
| #A1178 | warning | MethodName | Method name 'GetAce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 663 | 24 |
| #A1179 | warning | GoogleMethodName | Method name 'GetAce' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 663 | 24 |
| #A1180 | warning | MethodName | Method name 'AddAccessAllowedAceEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 674 | 24 |
| #A1181 | warning | GoogleMethodName | Method name 'AddAccessAllowedAceEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 674 | 24 |
| #A1182 | warning | MethodName | Method name 'AddAccessDeniedAceEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 686 | 24 |
| #A1183 | warning | GoogleMethodName | Method name 'AddAccessDeniedAceEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 686 | 24 |
| #A1184 | warning | MethodName | Method name 'LookupAccountSid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 700 | 20 |
| #A1185 | warning | GoogleMethodName | Method name 'LookupAccountSid' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 700 | 20 |
| #A1186 | warning | MethodName | Method name 'LookupAccountSid0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 715 | 32 |
| #A1187 | warning | GoogleMethodName | Method name 'LookupAccountSid0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 715 | 32 |
| #A1188 | warning | MethodName | Method name 'LookupAccountName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 731 | 16 |
| #A1189 | warning | GoogleMethodName | Method name 'LookupAccountName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 731 | 16 |
| #A1190 | warning | MethodName | Method name 'LookupAccountName0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 739 | 31 |
| #A1191 | warning | GoogleMethodName | Method name 'LookupAccountName0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 739 | 31 |
| #A1192 | warning | MethodName | Method name 'GetLengthSid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 747 | 23 |
| #A1193 | warning | GoogleMethodName | Method name 'GetLengthSid' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 747 | 23 |
| #A1194 | warning | MethodName | Method name 'ConvertSidToStringSid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 757 | 26 |
| #A1195 | warning | GoogleMethodName | Method name 'ConvertSidToStringSid' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 757 | 26 |
| #A1196 | warning | MethodName | Method name 'ConvertStringSidToSid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 768 | 17 |
| #A1197 | warning | GoogleMethodName | Method name 'ConvertStringSidToSid' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 768 | 17 |
| #A1198 | warning | MethodName | Method name 'ConvertStringSidToSid0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 775 | 32 |
| #A1199 | warning | GoogleMethodName | Method name 'ConvertStringSidToSid0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 775 | 32 |
| #A1200 | warning | MethodName | Method name 'GetCurrentProcess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 781 | 24 |
| #A1201 | warning | GoogleMethodName | Method name 'GetCurrentProcess' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 781 | 24 |
| #A1202 | warning | MethodName | Method name 'GetCurrentThread' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 786 | 24 |
| #A1203 | warning | GoogleMethodName | Method name 'GetCurrentThread' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 786 | 24 |
| #A1204 | warning | MethodName | Method name 'OpenProcessToken' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 795 | 24 |
| #A1205 | warning | GoogleMethodName | Method name 'OpenProcessToken' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 795 | 24 |
| #A1206 | warning | MethodName | Method name 'OpenThreadToken' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 806 | 24 |
| #A1207 | warning | GoogleMethodName | Method name 'OpenThreadToken' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 806 | 24 |
| #A1208 | warning | MethodName | Method name 'DuplicateTokenEx' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 811 | 24 |
| #A1209 | warning | GoogleMethodName | Method name 'DuplicateTokenEx' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 811 | 24 |
| #A1210 | warning | MethodName | Method name 'SetThreadToken' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 820 | 24 |
| #A1211 | warning | GoogleMethodName | Method name 'SetThreadToken' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 820 | 24 |
| #A1212 | warning | MethodName | Method name 'GetTokenInformation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 832 | 23 |
| #A1213 | warning | GoogleMethodName | Method name 'GetTokenInformation' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 832 | 23 |
| #A1214 | warning | MethodName | Method name 'AdjustTokenPrivileges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 845 | 24 |
| #A1215 | warning | GoogleMethodName | Method name 'AdjustTokenPrivileges' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 845 | 24 |
| #A1216 | warning | MethodName | Method name 'AccessCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 861 | 27 |
| #A1217 | warning | GoogleMethodName | Method name 'AccessCheck' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 861 | 27 |
| #A1218 | warning | MethodName | Method name 'LookupPrivilegeValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 867 | 17 |
| #A1219 | warning | GoogleMethodName | Method name 'LookupPrivilegeValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 867 | 17 |
| #A1220 | warning | MethodName | Method name 'LookupPrivilegeValue0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 872 | 32 |
| #A1221 | warning | GoogleMethodName | Method name 'LookupPrivilegeValue0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 872 | 32 |
| #A1222 | warning | MethodName | Method name 'CreateSymbolicLink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 888 | 17 |
| #A1223 | warning | GoogleMethodName | Method name 'CreateSymbolicLink' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 888 | 17 |
| #A1224 | warning | MethodName | Method name 'CreateSymbolicLink0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 901 | 32 |
| #A1225 | warning | GoogleMethodName | Method name 'CreateSymbolicLink0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 901 | 32 |
| #A1226 | warning | MethodName | Method name 'CreateHardLink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 911 | 17 |
| #A1227 | warning | GoogleMethodName | Method name 'CreateHardLink' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 911 | 17 |
| #A1228 | warning | MethodName | Method name 'CreateHardLink0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 919 | 32 |
| #A1229 | warning | GoogleMethodName | Method name 'CreateHardLink0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 919 | 32 |
| #A1230 | warning | MethodName | Method name 'GetFullPathName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 930 | 19 |
| #A1231 | warning | GoogleMethodName | Method name 'GetFullPathName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 930 | 19 |
| #A1232 | warning | MethodName | Method name 'GetFullPathName0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 935 | 34 |
| #A1233 | warning | GoogleMethodName | Method name 'GetFullPathName0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 935 | 34 |
| #A1234 | warning | MethodName | Method name 'GetFinalPathNameByHandle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 946 | 26 |
| #A1235 | warning | GoogleMethodName | Method name 'GetFinalPathNameByHandle' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 946 | 26 |
| #A1236 | warning | MethodName | Method name 'FormatMessage' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 960 | 26 |
| #A1237 | warning | GoogleMethodName | Method name 'FormatMessage' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 960 | 26 |
| #A1238 | warning | MethodName | Method name 'LocalFree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 967 | 24 |
| #A1239 | warning | GoogleMethodName | Method name 'LocalFree' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 967 | 24 |
| #A1240 | warning | MethodName | Method name 'CreateIoCompletionPort' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 977 | 24 |
| #A1241 | warning | GoogleMethodName | Method name 'CreateIoCompletionPort' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 977 | 24 |
| #A1242 | warning | MethodName | Method name 'GetQueuedCompletionStatus' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 989 | 29 |
| #A1243 | warning | GoogleMethodName | Method name 'GetQueuedCompletionStatus' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 989 | 29 |
| #A1244 | warning | MethodName | Method name 'GetQueuedCompletionStatus0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1006 | 32 |
| #A1245 | warning | GoogleMethodName | Method name 'GetQueuedCompletionStatus0' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1006 | 32 |
| #A1246 | warning | MethodName | Method name 'PostQueuedCompletionStatus' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1017 | 24 |
| #A1247 | warning | GoogleMethodName | Method name 'PostQueuedCompletionStatus' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1017 | 24 |
| #A1248 | warning | MethodName | Method name 'ReadDirectoryChangesW' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1032 | 24 |
| #A1249 | warning | GoogleMethodName | Method name 'ReadDirectoryChangesW' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1032 | 24 |
| #A1250 | warning | MethodName | Method name 'CancelIo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1047 | 24 |
| #A1251 | warning | GoogleMethodName | Method name 'CancelIo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1047 | 24 |
| #A1252 | warning | MethodName | Method name 'GetOverlappedResult' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1057 | 23 |
| #A1253 | warning | GoogleMethodName | Method name 'GetOverlappedResult' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1057 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1254 | warning | MethodName | Method name 'OSTypeToInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 109 | 27 |
| #A1255 | warning | GoogleMethodName | Method name 'OSTypeToInt' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 109 | 27 |
| #A1256 | warning | GoogleMethodName | Method name '_setFileTypeAndCreator' has invalid underscore usage, underscores only allowed between adjacent digits. | 135 | 36 |
| #A1257 | warning | MethodName | Method name '_setFileTypeAndCreator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 135 | 36 |
| #A1258 | warning | GoogleMethodName | Method name '_setFileType' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 32 |
| #A1259 | warning | MethodName | Method name '_setFileType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 32 |
| #A1260 | warning | GoogleMethodName | Method name '_setFileCreator' has invalid underscore usage, underscores only allowed between adjacent digits. | 155 | 32 |
| #A1261 | warning | MethodName | Method name '_setFileCreator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 155 | 32 |
| #A1262 | warning | GoogleMethodName | Method name '_getFileType' has invalid underscore usage, underscores only allowed between adjacent digits. | 165 | 31 |
| #A1263 | warning | MethodName | Method name '_getFileType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 165 | 31 |
| #A1264 | warning | GoogleMethodName | Method name '_getFileCreator' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 31 |
| #A1265 | warning | MethodName | Method name '_getFileCreator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 31 |
| #A1266 | warning | GoogleMethodName | Method name '_findFolder' has invalid underscore usage, underscores only allowed between adjacent digits. | 237 | 34 |
| #A1267 | warning | MethodName | Method name '_findFolder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 237 | 34 |
| #A1268 | warning | GoogleMethodName | Method name '_openURL' has invalid underscore usage, underscores only allowed between adjacent digits. | 257 | 32 |
| #A1269 | warning | MethodName | Method name '_openURL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 257 | 32 |
| #A1270 | warning | GoogleMethodName | Method name '_moveToTrash' has invalid underscore usage, underscores only allowed between adjacent digits. | 339 | 39 |
| #A1271 | warning | MethodName | Method name '_moveToTrash' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 339 | 39 |
| #A1272 | warning | GoogleMethodName | Method name '_revealInFinder' has invalid underscore usage, underscores only allowed between adjacent digits. | 359 | 39 |
| #A1273 | warning | MethodName | Method name '_revealInFinder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 359 | 39 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1274 | warning | GoogleMethodName | Method name '_directoryDescriptionText' has invalid underscore usage, underscores only allowed between adjacent digits. | 137 | 12 |
| #A1275 | warning | MethodName | Method name '_directoryDescriptionText' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 137 | 12 |
| #A1276 | warning | GoogleMethodName | Method name '_fileDescriptionText' has invalid underscore usage, underscores only allowed between adjacent digits. | 141 | 12 |
| #A1277 | warning | MethodName | Method name '_fileDescriptionText' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 141 | 12 |
| #A1278 | warning | GoogleMethodName | Method name '_packageIsTraversable' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 13 |
| #A1279 | warning | MethodName | Method name '_packageIsTraversable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 13 |
| #A1280 | warning | GoogleMethodName | Method name '_applicationIsTraversable' has invalid underscore usage, underscores only allowed between adjacent digits. | 149 | 13 |
| #A1281 | warning | MethodName | Method name '_applicationIsTraversable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 149 | 13 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1282 | warning | GoogleMethodName | Method name '_displayReconfiguration' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 10 |
| #A1283 | warning | MethodName | Method name '_displayReconfiguration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1284 | warning | MethodName | Method name 'IsSimpleColor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1232 | 27 |
| #A1285 | warning | GoogleMethodName | Method name 'IsSimpleColor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1232 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1286 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 208 | 17 |
| #A1287 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 208 | 17 |
| #A1288 | warning | MethodName | Method name 'IsoBlit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 264 | 17 |
| #A1289 | warning | GoogleMethodName | Method name 'IsoBlit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 264 | 17 |
| #A1290 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 345 | 17 |
| #A1291 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 345 | 17 |
| #A1292 | warning | MethodName | Method name 'Scale' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 367 | 17 |
| #A1293 | warning | GoogleMethodName | Method name 'Scale' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 367 | 17 |
| #A1294 | warning | MethodName | Method name 'Transform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 392 | 17 |
| #A1295 | warning | GoogleMethodName | Method name 'Transform' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 392 | 17 |
| #A1296 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 415 | 17 |
| #A1297 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 415 | 17 |
| #A1298 | warning | MethodName | Method name 'Scale' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 437 | 17 |
| #A1299 | warning | GoogleMethodName | Method name 'Scale' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 437 | 17 |
| #A1300 | warning | MethodName | Method name 'Transform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 462 | 17 |
| #A1301 | warning | GoogleMethodName | Method name 'Transform' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 462 | 17 |
| #A1302 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 524 | 17 |
| #A1303 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 524 | 17 |
| #A1304 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 588 | 17 |
| #A1305 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 588 | 17 |
| #A1306 | warning | MethodName | Method name 'Scale' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 612 | 17 |
| #A1307 | warning | GoogleMethodName | Method name 'Scale' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 612 | 17 |
| #A1308 | warning | MethodName | Method name 'Transform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 639 | 17 |
| #A1309 | warning | GoogleMethodName | Method name 'Transform' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 639 | 17 |
| #A1310 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 663 | 17 |
| #A1311 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 663 | 17 |
| #A1312 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 684 | 17 |
| #A1313 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 684 | 17 |
| #A1314 | warning | MethodName | Method name 'Scale' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 706 | 17 |
| #A1315 | warning | GoogleMethodName | Method name 'Scale' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 706 | 17 |
| #A1316 | warning | MethodName | Method name 'Transform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 731 | 17 |
| #A1317 | warning | GoogleMethodName | Method name 'Transform' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 731 | 17 |
| #A1318 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 765 | 30 |
| #A1319 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 765 | 30 |
| #A1320 | warning | MethodName | Method name 'Blit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 860 | 30 |
| #A1321 | warning | GoogleMethodName | Method name 'Blit' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 860 | 30 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1322 | warning | GoogleMethodName | Method name 'ax_getAccessibleSelection' has invalid underscore usage, underscores only allowed between adjacent digits. | 190 | 30 |
| #A1323 | warning | MethodName | Method name 'ax_getAccessibleSelection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 190 | 30 |
| #A1324 | warning | GoogleMethodName | Method name '_addChildren' has invalid underscore usage, underscores only allowed between adjacent digits. | 1002 | 25 |
| #A1325 | warning | MethodName | Method name '_addChildren' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1002 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1326 | warning | GoogleMethodName | Method name '_lsOpenURI' has invalid underscore usage, underscores only allowed between adjacent digits. | 210 | 31 |
| #A1327 | warning | MethodName | Method name '_lsOpenURI' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 210 | 31 |
| #A1328 | warning | GoogleMethodName | Method name '_lsOpenFile' has invalid underscore usage, underscores only allowed between adjacent digits. | 212 | 31 |
| #A1329 | warning | MethodName | Method name '_lsOpenFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 212 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1330 | warning | MethodName | Method name 'SET' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 188 | 16 |
| #A1331 | warning | GoogleMethodName | Method name 'SET' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 188 | 16 |
| #A1332 | warning | MethodName | Method name 'IS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 193 | 20 |
| #A1333 | warning | GoogleMethodName | Method name 'IS' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 193 | 20 |
| #A1334 | warning | GoogleMethodName | Method name '_toggleFullScreenMode' has invalid underscore usage, underscores only allowed between adjacent digits. | 540 | 25 |
| #A1335 | warning | MethodName | Method name '_toggleFullScreenMode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 540 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1336 | warning | GoogleMethodName | Method name '_safePrintLoop' has invalid underscore usage, underscores only allowed between adjacent digits. | 910 | 32 |
| #A1337 | warning | MethodName | Method name '_safePrintLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 910 | 32 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1338 | warning | GoogleMethodName | Method name '_flush' has invalid underscore usage, underscores only allowed between adjacent digits. | 61 | 17 |
| #A1339 | warning | MethodName | Method name '_flush' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 17 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1340 | warning | MethodName | Method name 'XToTileX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 295 | 23 |
| #A1341 | warning | GoogleMethodName | Method name 'XToTileX' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 295 | 23 |
| #A1342 | warning | MethodName | Method name 'YToTileY' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 308 | 23 |
| #A1343 | warning | GoogleMethodName | Method name 'YToTileY' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 308 | 23 |
| #A1344 | warning | MethodName | Method name 'XToTileX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 324 | 16 |
| #A1345 | warning | GoogleMethodName | Method name 'XToTileX' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 324 | 16 |
| #A1346 | warning | MethodName | Method name 'YToTileY' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 336 | 16 |
| #A1347 | warning | GoogleMethodName | Method name 'YToTileY' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 336 | 16 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1348 | warning | GoogleMethodName | Method name 'parse_PLTE_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 332 | 18 |
| #A1349 | warning | MethodName | Method name 'parse_PLTE_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 332 | 18 |
| #A1350 | warning | GoogleMethodName | Method name 'parse_bKGD_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 385 | 18 |
| #A1351 | warning | MethodName | Method name 'parse_bKGD_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 385 | 18 |
| #A1352 | warning | GoogleMethodName | Method name 'parse_cHRM_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 403 | 18 |
| #A1353 | warning | MethodName | Method name 'parse_cHRM_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 403 | 18 |
| #A1354 | warning | GoogleMethodName | Method name 'parse_gAMA_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 416 | 18 |
| #A1355 | warning | MethodName | Method name 'parse_gAMA_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 416 | 18 |
| #A1356 | warning | GoogleMethodName | Method name 'parse_hIST_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 423 | 18 |
| #A1357 | warning | MethodName | Method name 'parse_hIST_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 423 | 18 |
| #A1358 | warning | GoogleMethodName | Method name 'parse_iCCP_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 442 | 18 |
| #A1359 | warning | MethodName | Method name 'parse_iCCP_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 442 | 18 |
| #A1360 | warning | GoogleMethodName | Method name 'parse_iTXt_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 460 | 18 |
| #A1361 | warning | MethodName | Method name 'parse_iTXt_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 460 | 18 |
| #A1362 | warning | GoogleMethodName | Method name 'parse_pHYs_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 511 | 18 |
| #A1363 | warning | MethodName | Method name 'parse_pHYs_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 511 | 18 |
| #A1364 | warning | GoogleMethodName | Method name 'parse_sBIT_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 519 | 18 |
| #A1365 | warning | MethodName | Method name 'parse_sBIT_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 519 | 18 |
| #A1366 | warning | GoogleMethodName | Method name 'parse_sPLT_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 541 | 18 |
| #A1367 | warning | MethodName | Method name 'parse_sPLT_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 541 | 18 |
| #A1368 | warning | GoogleMethodName | Method name 'parse_sRGB_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 583 | 18 |
| #A1369 | warning | MethodName | Method name 'parse_sRGB_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 583 | 18 |
| #A1370 | warning | GoogleMethodName | Method name 'parse_tEXt_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 589 | 18 |
| #A1371 | warning | MethodName | Method name 'parse_tEXt_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 589 | 18 |
| #A1372 | warning | GoogleMethodName | Method name 'parse_tIME_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 610 | 18 |
| #A1373 | warning | MethodName | Method name 'parse_tIME_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 610 | 18 |
| #A1374 | warning | GoogleMethodName | Method name 'parse_tRNS_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 621 | 18 |
| #A1375 | warning | MethodName | Method name 'parse_tRNS_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 621 | 18 |
| #A1376 | warning | GoogleMethodName | Method name 'parse_zTXt_chunk' has invalid underscore usage, underscores only allowed between adjacent digits. | 678 | 18 |
| #A1377 | warning | MethodName | Method name 'parse_zTXt_chunk' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 678 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1378 | warning | GoogleMethodName | Method name 'write_magic' has invalid underscore usage, underscores only allowed between adjacent digits. | 463 | 18 |
| #A1379 | warning | MethodName | Method name 'write_magic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 463 | 18 |
| #A1380 | warning | GoogleMethodName | Method name 'write_IHDR' has invalid underscore usage, underscores only allowed between adjacent digits. | 469 | 18 |
| #A1381 | warning | MethodName | Method name 'write_IHDR' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 469 | 18 |
| #A1382 | warning | GoogleMethodName | Method name 'write_cHRM' has invalid underscore usage, underscores only allowed between adjacent digits. | 495 | 18 |
| #A1383 | warning | MethodName | Method name 'write_cHRM' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 495 | 18 |
| #A1384 | warning | GoogleMethodName | Method name 'write_gAMA' has invalid underscore usage, underscores only allowed between adjacent digits. | 510 | 18 |
| #A1385 | warning | MethodName | Method name 'write_gAMA' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 510 | 18 |
| #A1386 | warning | GoogleMethodName | Method name 'write_iCCP' has invalid underscore usage, underscores only allowed between adjacent digits. | 518 | 18 |
| #A1387 | warning | MethodName | Method name 'write_iCCP' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 518 | 18 |
| #A1388 | warning | GoogleMethodName | Method name 'write_sBIT' has invalid underscore usage, underscores only allowed between adjacent digits. | 533 | 18 |
| #A1389 | warning | MethodName | Method name 'write_sBIT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 533 | 18 |
| #A1390 | warning | GoogleMethodName | Method name 'write_sRGB' has invalid underscore usage, underscores only allowed between adjacent digits. | 563 | 18 |
| #A1391 | warning | MethodName | Method name 'write_sRGB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 563 | 18 |
| #A1392 | warning | GoogleMethodName | Method name 'write_PLTE' has invalid underscore usage, underscores only allowed between adjacent digits. | 571 | 18 |
| #A1393 | warning | MethodName | Method name 'write_PLTE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 571 | 18 |
| #A1394 | warning | GoogleMethodName | Method name 'write_hIST' has invalid underscore usage, underscores only allowed between adjacent digits. | 599 | 18 |
| #A1395 | warning | MethodName | Method name 'write_hIST' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 599 | 18 |
| #A1396 | warning | GoogleMethodName | Method name 'write_tRNS' has invalid underscore usage, underscores only allowed between adjacent digits. | 613 | 18 |
| #A1397 | warning | MethodName | Method name 'write_tRNS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 613 | 18 |
| #A1398 | warning | GoogleMethodName | Method name 'write_bKGD' has invalid underscore usage, underscores only allowed between adjacent digits. | 656 | 18 |
| #A1399 | warning | MethodName | Method name 'write_bKGD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 656 | 18 |
| #A1400 | warning | GoogleMethodName | Method name 'write_pHYs' has invalid underscore usage, underscores only allowed between adjacent digits. | 698 | 18 |
| #A1401 | warning | MethodName | Method name 'write_pHYs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 698 | 18 |
| #A1402 | warning | GoogleMethodName | Method name 'write_sPLT' has invalid underscore usage, underscores only allowed between adjacent digits. | 708 | 18 |
| #A1403 | warning | MethodName | Method name 'write_sPLT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 708 | 18 |
| #A1404 | warning | GoogleMethodName | Method name 'write_tIME' has invalid underscore usage, underscores only allowed between adjacent digits. | 742 | 18 |
| #A1405 | warning | MethodName | Method name 'write_tIME' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 742 | 18 |
| #A1406 | warning | GoogleMethodName | Method name 'write_tEXt' has invalid underscore usage, underscores only allowed between adjacent digits. | 755 | 18 |
| #A1407 | warning | MethodName | Method name 'write_tEXt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 755 | 18 |
| #A1408 | warning | GoogleMethodName | Method name 'write_iTXt' has invalid underscore usage, underscores only allowed between adjacent digits. | 782 | 18 |
| #A1409 | warning | MethodName | Method name 'write_iTXt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 782 | 18 |
| #A1410 | warning | GoogleMethodName | Method name 'write_zTXt' has invalid underscore usage, underscores only allowed between adjacent digits. | 822 | 18 |
| #A1411 | warning | MethodName | Method name 'write_zTXt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 822 | 18 |
| #A1412 | warning | GoogleMethodName | Method name 'write_IDAT' has invalid underscore usage, underscores only allowed between adjacent digits. | 1044 | 18 |
| #A1413 | warning | MethodName | Method name 'write_IDAT' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1044 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1414 | warning | MethodName | Method name 'XToTileX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 234 | 23 |
| #A1415 | warning | GoogleMethodName | Method name 'XToTileX' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 234 | 23 |
| #A1416 | warning | MethodName | Method name 'YToTileY' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 253 | 23 |
| #A1417 | warning | GoogleMethodName | Method name 'YToTileY' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 253 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1418 | warning | GoogleMethodName | Method name 'native_paint_arrow' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 25 |
| #A1419 | warning | MethodName | Method name 'native_paint_arrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 25 |
| #A1420 | warning | GoogleMethodName | Method name 'native_paint_box' has invalid underscore usage, underscores only allowed between adjacent digits. | 126 | 25 |
| #A1421 | warning | MethodName | Method name 'native_paint_box' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 126 | 25 |
| #A1422 | warning | GoogleMethodName | Method name 'native_paint_box_gap' has invalid underscore usage, underscores only allowed between adjacent digits. | 129 | 25 |
| #A1423 | warning | MethodName | Method name 'native_paint_box_gap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 129 | 25 |
| #A1424 | warning | GoogleMethodName | Method name 'native_paint_check' has invalid underscore usage, underscores only allowed between adjacent digits. | 133 | 25 |
| #A1425 | warning | MethodName | Method name 'native_paint_check' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 25 |
| #A1426 | warning | GoogleMethodName | Method name 'native_paint_expander' has invalid underscore usage, underscores only allowed between adjacent digits. | 136 | 25 |
| #A1427 | warning | MethodName | Method name 'native_paint_expander' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 136 | 25 |
| #A1428 | warning | GoogleMethodName | Method name 'native_paint_extension' has invalid underscore usage, underscores only allowed between adjacent digits. | 139 | 25 |
| #A1429 | warning | MethodName | Method name 'native_paint_extension' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 139 | 25 |
| #A1430 | warning | GoogleMethodName | Method name 'native_paint_flat_box' has invalid underscore usage, underscores only allowed between adjacent digits. | 142 | 25 |
| #A1431 | warning | MethodName | Method name 'native_paint_flat_box' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 142 | 25 |
| #A1432 | warning | GoogleMethodName | Method name 'native_paint_focus' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 25 |
| #A1433 | warning | MethodName | Method name 'native_paint_focus' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 25 |
| #A1434 | warning | GoogleMethodName | Method name 'native_paint_handle' has invalid underscore usage, underscores only allowed between adjacent digits. | 148 | 25 |
| #A1435 | warning | MethodName | Method name 'native_paint_handle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 148 | 25 |
| #A1436 | warning | GoogleMethodName | Method name 'native_paint_hline' has invalid underscore usage, underscores only allowed between adjacent digits. | 151 | 25 |
| #A1437 | warning | MethodName | Method name 'native_paint_hline' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 151 | 25 |
| #A1438 | warning | GoogleMethodName | Method name 'native_paint_option' has invalid underscore usage, underscores only allowed between adjacent digits. | 154 | 25 |
| #A1439 | warning | MethodName | Method name 'native_paint_option' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 154 | 25 |
| #A1440 | warning | GoogleMethodName | Method name 'native_paint_shadow' has invalid underscore usage, underscores only allowed between adjacent digits. | 157 | 25 |
| #A1441 | warning | MethodName | Method name 'native_paint_shadow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 157 | 25 |
| #A1442 | warning | GoogleMethodName | Method name 'native_paint_slider' has invalid underscore usage, underscores only allowed between adjacent digits. | 160 | 25 |
| #A1443 | warning | MethodName | Method name 'native_paint_slider' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 160 | 25 |
| #A1444 | warning | GoogleMethodName | Method name 'native_paint_vline' has invalid underscore usage, underscores only allowed between adjacent digits. | 163 | 25 |
| #A1445 | warning | MethodName | Method name 'native_paint_vline' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 163 | 25 |
| #A1446 | warning | GoogleMethodName | Method name 'native_paint_background' has invalid underscore usage, underscores only allowed between adjacent digits. | 166 | 25 |
| #A1447 | warning | MethodName | Method name 'native_paint_background' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 166 | 25 |
| #A1448 | warning | GoogleMethodName | Method name 'native_get_gtk_setting' has invalid underscore usage, underscores only allowed between adjacent digits. | 168 | 27 |
| #A1449 | warning | MethodName | Method name 'native_get_gtk_setting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 168 | 27 |
| #A1450 | warning | GoogleMethodName | Method name 'native_switch_theme' has invalid underscore usage, underscores only allowed between adjacent digits. | 175 | 25 |
| #A1451 | warning | MethodName | Method name 'native_switch_theme' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 175 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1452 | warning | MethodName | Method name 'SwingOrientationConstantToGTK' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 131 | 25 |
| #A1453 | warning | GoogleMethodName | Method name 'SwingOrientationConstantToGTK' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 131 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1454 | warning | GoogleMethodName | Method name 'read_ieee_extended' has invalid underscore usage, underscores only allowed between adjacent digits. | 177 | 20 |
| #A1455 | warning | MethodName | Method name 'read_ieee_extended' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 177 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1456 | warning | GoogleMethodName | Method name 'write_ieee_extended' has invalid underscore usage, underscores only allowed between adjacent digits. | 397 | 18 |
| #A1457 | warning | MethodName | Method name 'write_ieee_extended' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 397 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1458 | warning | MethodName | Method name 'nGetFormats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1369 | 32 |
| #A1459 | warning | GoogleMethodName | Method name 'nGetFormats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1369 | 32 |
| #A1460 | warning | MethodName | Method name 'nOpen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1372 | 32 |
| #A1461 | warning | GoogleMethodName | Method name 'nOpen' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1372 | 32 |
| #A1462 | warning | MethodName | Method name 'nStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1381 | 32 |
| #A1463 | warning | GoogleMethodName | Method name 'nStart' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1381 | 32 |
| #A1464 | warning | MethodName | Method name 'nStop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1382 | 32 |
| #A1465 | warning | GoogleMethodName | Method name 'nStop' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1382 | 32 |
| #A1466 | warning | MethodName | Method name 'nClose' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1383 | 32 |
| #A1467 | warning | GoogleMethodName | Method name 'nClose' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1383 | 32 |
| #A1468 | warning | MethodName | Method name 'nWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1384 | 31 |
| #A1469 | warning | GoogleMethodName | Method name 'nWrite' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1384 | 31 |
| #A1470 | warning | MethodName | Method name 'nRead' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1386 | 31 |
| #A1471 | warning | GoogleMethodName | Method name 'nRead' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1386 | 31 |
| #A1472 | warning | MethodName | Method name 'nGetBufferSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1387 | 31 |
| #A1473 | warning | GoogleMethodName | Method name 'nGetBufferSize' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1387 | 31 |
| #A1474 | warning | MethodName | Method name 'nIsStillDraining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1388 | 35 |
| #A1475 | warning | GoogleMethodName | Method name 'nIsStillDraining' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1388 | 35 |
| #A1476 | warning | MethodName | Method name 'nFlush' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1389 | 32 |
| #A1477 | warning | GoogleMethodName | Method name 'nFlush' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1389 | 32 |
| #A1478 | warning | MethodName | Method name 'nAvailable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1390 | 31 |
| #A1479 | warning | GoogleMethodName | Method name 'nAvailable' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1390 | 31 |
| #A1480 | warning | MethodName | Method name 'nGetBytePosition' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1392 | 32 |
| #A1481 | warning | GoogleMethodName | Method name 'nGetBytePosition' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1392 | 32 |
| #A1482 | warning | MethodName | Method name 'nSetBytePosition' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1393 | 32 |
| #A1483 | warning | GoogleMethodName | Method name 'nSetBytePosition' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1393 | 32 |
| #A1484 | warning | MethodName | Method name 'nRequiresServicing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1396 | 35 |
| #A1485 | warning | GoogleMethodName | Method name 'nRequiresServicing' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1396 | 35 |
| #A1486 | warning | MethodName | Method name 'nService' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1398 | 32 |
| #A1487 | warning | GoogleMethodName | Method name 'nService' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1398 | 32 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1488 | warning | MethodName | Method name 'nGetNumDevices' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 159 | 31 |
| #A1489 | warning | GoogleMethodName | Method name 'nGetNumDevices' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 159 | 31 |
| #A1490 | warning | MethodName | Method name 'nNewDirectAudioDeviceInfo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 161 | 49 |
| #A1491 | warning | GoogleMethodName | Method name 'nNewDirectAudioDeviceInfo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 161 | 49 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1492 | warning | GoogleMethodName | Method name 'new_bell' has invalid underscore usage, underscores only allowed between adjacent digits. | 483 | 28 |
| #A1493 | warning | MethodName | Method name 'new_bell' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 483 | 28 |
| #A1494 | warning | GoogleMethodName | Method name 'new_guitar1' has invalid underscore usage, underscores only allowed between adjacent digits. | 516 | 28 |
| #A1495 | warning | MethodName | Method name 'new_guitar1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 516 | 28 |
| #A1496 | warning | GoogleMethodName | Method name 'new_guitar_dist' has invalid underscore usage, underscores only allowed between adjacent digits. | 574 | 28 |
| #A1497 | warning | MethodName | Method name 'new_guitar_dist' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 574 | 28 |
| #A1498 | warning | GoogleMethodName | Method name 'new_guitar_pick' has invalid underscore usage, underscores only allowed between adjacent digits. | 636 | 28 |
| #A1499 | warning | MethodName | Method name 'new_guitar_pick' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 636 | 28 |
| #A1500 | warning | GoogleMethodName | Method name 'new_gpiano' has invalid underscore usage, underscores only allowed between adjacent digits. | 697 | 28 |
| #A1501 | warning | MethodName | Method name 'new_gpiano' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 697 | 28 |
| #A1502 | warning | GoogleMethodName | Method name 'new_gpiano2' has invalid underscore usage, underscores only allowed between adjacent digits. | 756 | 28 |
| #A1503 | warning | MethodName | Method name 'new_gpiano2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 756 | 28 |
| #A1504 | warning | GoogleMethodName | Method name 'new_piano_hammer' has invalid underscore usage, underscores only allowed between adjacent digits. | 815 | 28 |
| #A1505 | warning | MethodName | Method name 'new_piano_hammer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 815 | 28 |
| #A1506 | warning | GoogleMethodName | Method name 'new_piano1' has invalid underscore usage, underscores only allowed between adjacent digits. | 873 | 28 |
| #A1507 | warning | MethodName | Method name 'new_piano1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 873 | 28 |
| #A1508 | warning | GoogleMethodName | Method name 'new_epiano1' has invalid underscore usage, underscores only allowed between adjacent digits. | 928 | 28 |
| #A1509 | warning | MethodName | Method name 'new_epiano1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 928 | 28 |
| #A1510 | warning | GoogleMethodName | Method name 'new_epiano2' has invalid underscore usage, underscores only allowed between adjacent digits. | 964 | 28 |
| #A1511 | warning | MethodName | Method name 'new_epiano2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 964 | 28 |
| #A1512 | warning | GoogleMethodName | Method name 'new_bass1' has invalid underscore usage, underscores only allowed between adjacent digits. | 999 | 28 |
| #A1513 | warning | MethodName | Method name 'new_bass1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 999 | 28 |
| #A1514 | warning | GoogleMethodName | Method name 'new_synthbass' has invalid underscore usage, underscores only allowed between adjacent digits. | 1044 | 28 |
| #A1515 | warning | MethodName | Method name 'new_synthbass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1044 | 28 |
| #A1516 | warning | GoogleMethodName | Method name 'new_bass2' has invalid underscore usage, underscores only allowed between adjacent digits. | 1090 | 28 |
| #A1517 | warning | MethodName | Method name 'new_bass2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1090 | 28 |
| #A1518 | warning | GoogleMethodName | Method name 'new_solostring' has invalid underscore usage, underscores only allowed between adjacent digits. | 1134 | 28 |
| #A1519 | warning | MethodName | Method name 'new_solostring' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1134 | 28 |
| #A1520 | warning | GoogleMethodName | Method name 'new_orchhit' has invalid underscore usage, underscores only allowed between adjacent digits. | 1180 | 28 |
| #A1521 | warning | MethodName | Method name 'new_orchhit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1180 | 28 |
| #A1522 | warning | GoogleMethodName | Method name 'new_string2' has invalid underscore usage, underscores only allowed between adjacent digits. | 1212 | 28 |
| #A1523 | warning | MethodName | Method name 'new_string2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1212 | 28 |
| #A1524 | warning | GoogleMethodName | Method name 'new_choir' has invalid underscore usage, underscores only allowed between adjacent digits. | 1241 | 28 |
| #A1525 | warning | MethodName | Method name 'new_choir' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1241 | 28 |
| #A1526 | warning | GoogleMethodName | Method name 'new_organ' has invalid underscore usage, underscores only allowed between adjacent digits. | 1280 | 28 |
| #A1527 | warning | MethodName | Method name 'new_organ' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1280 | 28 |
| #A1528 | warning | GoogleMethodName | Method name 'new_ch_organ' has invalid underscore usage, underscores only allowed between adjacent digits. | 1312 | 28 |
| #A1529 | warning | MethodName | Method name 'new_ch_organ' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1312 | 28 |
| #A1530 | warning | GoogleMethodName | Method name 'new_flute' has invalid underscore usage, underscores only allowed between adjacent digits. | 1384 | 28 |
| #A1531 | warning | MethodName | Method name 'new_flute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1384 | 28 |
| #A1532 | warning | GoogleMethodName | Method name 'new_horn' has invalid underscore usage, underscores only allowed between adjacent digits. | 1445 | 28 |
| #A1533 | warning | MethodName | Method name 'new_horn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1445 | 28 |
| #A1534 | warning | GoogleMethodName | Method name 'new_trumpet' has invalid underscore usage, underscores only allowed between adjacent digits. | 1483 | 28 |
| #A1535 | warning | MethodName | Method name 'new_trumpet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1483 | 28 |
| #A1536 | warning | GoogleMethodName | Method name 'new_brass_section' has invalid underscore usage, underscores only allowed between adjacent digits. | 1529 | 28 |
| #A1537 | warning | MethodName | Method name 'new_brass_section' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1529 | 28 |
| #A1538 | warning | GoogleMethodName | Method name 'new_trombone' has invalid underscore usage, underscores only allowed between adjacent digits. | 1574 | 28 |
| #A1539 | warning | MethodName | Method name 'new_trombone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1574 | 28 |
| #A1540 | warning | GoogleMethodName | Method name 'new_sax' has invalid underscore usage, underscores only allowed between adjacent digits. | 1618 | 28 |
| #A1541 | warning | MethodName | Method name 'new_sax' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1618 | 28 |
| #A1542 | warning | GoogleMethodName | Method name 'new_oboe' has invalid underscore usage, underscores only allowed between adjacent digits. | 1655 | 28 |
| #A1543 | warning | MethodName | Method name 'new_oboe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1655 | 28 |
| #A1544 | warning | GoogleMethodName | Method name 'new_bassoon' has invalid underscore usage, underscores only allowed between adjacent digits. | 1699 | 28 |
| #A1545 | warning | MethodName | Method name 'new_bassoon' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1699 | 28 |
| #A1546 | warning | GoogleMethodName | Method name 'new_clarinet' has invalid underscore usage, underscores only allowed between adjacent digits. | 1743 | 28 |
| #A1547 | warning | MethodName | Method name 'new_clarinet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1743 | 28 |
| #A1548 | warning | GoogleMethodName | Method name 'new_timpani' has invalid underscore usage, underscores only allowed between adjacent digits. | 1804 | 28 |
| #A1549 | warning | MethodName | Method name 'new_timpani' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1804 | 28 |
| #A1550 | warning | GoogleMethodName | Method name 'new_melodic_toms' has invalid underscore usage, underscores only allowed between adjacent digits. | 1892 | 28 |
| #A1551 | warning | MethodName | Method name 'new_melodic_toms' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1892 | 28 |
| #A1552 | warning | GoogleMethodName | Method name 'new_reverse_cymbal' has invalid underscore usage, underscores only allowed between adjacent digits. | 1971 | 28 |
| #A1553 | warning | MethodName | Method name 'new_reverse_cymbal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1971 | 28 |
| #A1554 | warning | GoogleMethodName | Method name 'new_snare_drum' has invalid underscore usage, underscores only allowed between adjacent digits. | 2013 | 28 |
| #A1555 | warning | MethodName | Method name 'new_snare_drum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2013 | 28 |
| #A1556 | warning | GoogleMethodName | Method name 'new_bass_drum' has invalid underscore usage, underscores only allowed between adjacent digits. | 2089 | 28 |
| #A1557 | warning | MethodName | Method name 'new_bass_drum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2089 | 28 |
| #A1558 | warning | GoogleMethodName | Method name 'new_tom' has invalid underscore usage, underscores only allowed between adjacent digits. | 2163 | 28 |
| #A1559 | warning | MethodName | Method name 'new_tom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2163 | 28 |
| #A1560 | warning | GoogleMethodName | Method name 'new_closed_hihat' has invalid underscore usage, underscores only allowed between adjacent digits. | 2242 | 28 |
| #A1561 | warning | MethodName | Method name 'new_closed_hihat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2242 | 28 |
| #A1562 | warning | GoogleMethodName | Method name 'new_open_hihat' has invalid underscore usage, underscores only allowed between adjacent digits. | 2293 | 28 |
| #A1563 | warning | MethodName | Method name 'new_open_hihat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2293 | 28 |
| #A1564 | warning | GoogleMethodName | Method name 'new_crash_cymbal' has invalid underscore usage, underscores only allowed between adjacent digits. | 2334 | 28 |
| #A1565 | warning | MethodName | Method name 'new_crash_cymbal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2334 | 28 |
| #A1566 | warning | GoogleMethodName | Method name 'new_side_stick' has invalid underscore usage, underscores only allowed between adjacent digits. | 2374 | 28 |
| #A1567 | warning | MethodName | Method name 'new_side_stick' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2374 | 28 |
| #A1568 | warning | GoogleMethodName | Method name 'newSimpleFFTSample_dist' has invalid underscore usage, underscores only allowed between adjacent digits. | 2470 | 29 |
| #A1569 | warning | MethodName | Method name 'newSimpleFFTSample_dist' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2470 | 29 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1570 | warning | MethodName | Method name 'nOpen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 165 | 25 |
| #A1571 | warning | GoogleMethodName | Method name 'nOpen' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 165 | 25 |
| #A1572 | warning | MethodName | Method name 'nClose' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 166 | 25 |
| #A1573 | warning | GoogleMethodName | Method name 'nClose' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 166 | 25 |
| #A1574 | warning | MethodName | Method name 'nStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 168 | 25 |
| #A1575 | warning | GoogleMethodName | Method name 'nStart' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 168 | 25 |
| #A1576 | warning | MethodName | Method name 'nStop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 169 | 25 |
| #A1577 | warning | GoogleMethodName | Method name 'nStop' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 169 | 25 |
| #A1578 | warning | MethodName | Method name 'nGetTimeStamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 170 | 25 |
| #A1579 | warning | GoogleMethodName | Method name 'nGetTimeStamp' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 170 | 25 |
| #A1580 | warning | MethodName | Method name 'nGetMessages' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 173 | 25 |
| #A1581 | warning | GoogleMethodName | Method name 'nGetMessages' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 173 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1582 | warning | MethodName | Method name 'nGetNumDevices' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 31 |
| #A1583 | warning | GoogleMethodName | Method name 'nGetNumDevices' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 114 | 31 |
| #A1584 | warning | MethodName | Method name 'nGetName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 115 | 34 |
| #A1585 | warning | GoogleMethodName | Method name 'nGetName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 115 | 34 |
| #A1586 | warning | MethodName | Method name 'nGetVendor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 116 | 34 |
| #A1587 | warning | GoogleMethodName | Method name 'nGetVendor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 116 | 34 |
| #A1588 | warning | MethodName | Method name 'nGetDescription' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 117 | 34 |
| #A1589 | warning | GoogleMethodName | Method name 'nGetDescription' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 117 | 34 |
| #A1590 | warning | MethodName | Method name 'nGetVersion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 118 | 34 |
| #A1591 | warning | GoogleMethodName | Method name 'nGetVersion' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 118 | 34 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1592 | warning | MethodName | Method name 'nOpen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 151 | 25 |
| #A1593 | warning | GoogleMethodName | Method name 'nOpen' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 151 | 25 |
| #A1594 | warning | MethodName | Method name 'nClose' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 152 | 25 |
| #A1595 | warning | GoogleMethodName | Method name 'nClose' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 152 | 25 |
| #A1596 | warning | MethodName | Method name 'nSendShortMessage' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 154 | 25 |
| #A1597 | warning | GoogleMethodName | Method name 'nSendShortMessage' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 154 | 25 |
| #A1598 | warning | MethodName | Method name 'nSendLongMessage' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 155 | 25 |
| #A1599 | warning | GoogleMethodName | Method name 'nSendLongMessage' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 155 | 25 |
| #A1600 | warning | MethodName | Method name 'nGetTimeStamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 156 | 25 |
| #A1601 | warning | GoogleMethodName | Method name 'nGetTimeStamp' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 156 | 25 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1602 | warning | MethodName | Method name 'nGetNumDevices' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 111 | 31 |
| #A1603 | warning | GoogleMethodName | Method name 'nGetNumDevices' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 111 | 31 |
| #A1604 | warning | MethodName | Method name 'nGetName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 112 | 34 |
| #A1605 | warning | GoogleMethodName | Method name 'nGetName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 112 | 34 |
| #A1606 | warning | MethodName | Method name 'nGetVendor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 113 | 34 |
| #A1607 | warning | GoogleMethodName | Method name 'nGetVendor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 113 | 34 |
| #A1608 | warning | MethodName | Method name 'nGetDescription' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 114 | 34 |
| #A1609 | warning | GoogleMethodName | Method name 'nGetDescription' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 114 | 34 |
| #A1610 | warning | MethodName | Method name 'nGetVersion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 115 | 34 |
| #A1611 | warning | GoogleMethodName | Method name 'nGetVersion' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 115 | 34 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1612 | warning | MethodName | Method name 'nIsBigEndian' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 103 | 35 |
| #A1613 | warning | GoogleMethodName | Method name 'nIsBigEndian' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 103 | 35 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1614 | warning | MethodName | Method name 'nOpen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 449 | 32 |
| #A1615 | warning | GoogleMethodName | Method name 'nOpen' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 449 | 32 |
| #A1616 | warning | MethodName | Method name 'nClose' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 450 | 32 |
| #A1617 | warning | GoogleMethodName | Method name 'nClose' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 450 | 32 |
| #A1618 | warning | MethodName | Method name 'nGetPortCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 453 | 31 |
| #A1619 | warning | GoogleMethodName | Method name 'nGetPortCount' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 453 | 31 |
| #A1620 | warning | MethodName | Method name 'nGetPortType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 456 | 31 |
| #A1621 | warning | GoogleMethodName | Method name 'nGetPortType' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 456 | 31 |
| #A1622 | warning | MethodName | Method name 'nGetPortName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 459 | 34 |
| #A1623 | warning | GoogleMethodName | Method name 'nGetPortName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 459 | 34 |
| #A1624 | warning | MethodName | Method name 'nGetControls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 463 | 32 |
| #A1625 | warning | GoogleMethodName | Method name 'nGetControls' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 463 | 32 |
| #A1626 | warning | MethodName | Method name 'nControlSetIntValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 466 | 32 |
| #A1627 | warning | GoogleMethodName | Method name 'nControlSetIntValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 466 | 32 |
| #A1628 | warning | MethodName | Method name 'nControlGetIntValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 467 | 31 |
| #A1629 | warning | GoogleMethodName | Method name 'nControlGetIntValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 467 | 31 |
| #A1630 | warning | MethodName | Method name 'nControlSetFloatValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 468 | 32 |
| #A1631 | warning | GoogleMethodName | Method name 'nControlSetFloatValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 468 | 32 |
| #A1632 | warning | MethodName | Method name 'nControlGetFloatValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 469 | 33 |
| #A1633 | warning | GoogleMethodName | Method name 'nControlGetFloatValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 469 | 33 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1634 | warning | MethodName | Method name 'nGetNumDevices' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 133 | 31 |
| #A1635 | warning | GoogleMethodName | Method name 'nGetNumDevices' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 133 | 31 |
| #A1636 | warning | MethodName | Method name 'nNewPortMixerInfo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 134 | 41 |
| #A1637 | warning | GoogleMethodName | Method name 'nNewPortMixerInfo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 134 | 41 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1638 | warning | MethodName | Method name 'ReindexTrack' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1738 | 22 |
| #A1639 | warning | GoogleMethodName | Method name 'ReindexTrack' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1738 | 22 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1640 | warning | GoogleMethodName | Method name 'noteOn_internal' has invalid underscore usage, underscores only allowed between adjacent digits. | 427 | 18 |
| #A1641 | warning | MethodName | Method name 'noteOn_internal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 427 | 18 |
| #A1642 | warning | GoogleMethodName | Method name 'noteOff_internal' has invalid underscore usage, underscores only allowed between adjacent digits. | 559 | 18 |
| #A1643 | warning | MethodName | Method name 'noteOff_internal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 559 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1644 | warning | MethodName | Method name 'wHanning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 61 | 27 |
| #A1645 | warning | GoogleMethodName | Method name 'wHanning' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 61 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1646 | warning | MethodName | Method name 'dBToLinear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 82 | 18 |
| #A1647 | warning | GoogleMethodName | Method name 'dBToLinear' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 82 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1648 | warning | MethodName | Method name 'HSBtoRGB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 821 | 23 |
| #A1649 | warning | GoogleMethodName | Method name 'HSBtoRGB' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 821 | 23 |
| #A1650 | warning | MethodName | Method name 'RGBtoHSB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 889 | 27 |
| #A1651 | warning | GoogleMethodName | Method name 'RGBtoHSB' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 889 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1652 | warning | GoogleMethodName | Method name 'getParent_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1044 | 21 |
| #A1653 | warning | MethodName | Method name 'getParent_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1044 | 21 |
| #A1654 | warning | GoogleMethodName | Method name 'getGraphicsConfiguration_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1131 | 33 |
| #A1655 | warning | MethodName | Method name 'getGraphicsConfiguration_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1131 | 33 |
| #A1656 | warning | GoogleMethodName | Method name 'isVisible_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1300 | 19 |
| #A1657 | warning | MethodName | Method name 'isVisible_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1300 | 19 |
| #A1658 | warning | GoogleMethodName | Method name 'getFont_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1882 | 16 |
| #A1659 | warning | MethodName | Method name 'getFont_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1882 | 16 |
| #A1660 | warning | GoogleMethodName | Method name 'getLocationOnScreen_NoTreeLock' has invalid underscore usage, underscores only allowed between adjacent digits. | 2057 | 17 |
| #A1661 | warning | MethodName | Method name 'getLocationOnScreen_NoTreeLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2057 | 17 |
| #A1662 | warning | GoogleMethodName | Method name 'location_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 2092 | 19 |
| #A1663 | warning | MethodName | Method name 'location_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2092 | 19 |
| #A1664 | warning | GoogleMethodName | Method name 'getGraphics_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 3101 | 20 |
| #A1665 | warning | MethodName | Method name 'getGraphics_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3101 | 20 |
| #A1666 | warning | GoogleMethodName | Method name 'getCursor_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 3210 | 18 |
| #A1667 | warning | MethodName | Method name 'getCursor_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3210 | 18 |
| #A1668 | warning | GoogleMethodName | Method name 'getInsets_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 3519 | 20 |
| #A1669 | warning | MethodName | Method name 'getInsets_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3519 | 20 |
| #A1670 | warning | GoogleMethodName | Method name 'setFocusTraversalKeys_NoIDCheck' has invalid underscore usage, underscores only allowed between adjacent digits. | 7349 | 16 |
| #A1671 | warning | MethodName | Method name 'setFocusTraversalKeys_NoIDCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 7349 | 16 |
| #A1672 | warning | GoogleMethodName | Method name 'getFocusTraversalKeys_NoIDCheck' has invalid underscore usage, underscores only allowed between adjacent digits. | 7390 | 29 |
| #A1673 | warning | MethodName | Method name 'getFocusTraversalKeys_NoIDCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 7390 | 29 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1674 | warning | GoogleMethodName | Method name 'getComponents_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 375 | 23 |
| #A1675 | warning | MethodName | Method name 'getComponents_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 375 | 23 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1676 | warning | GoogleMethodName | Method name 'isModal_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 769 | 19 |
| #A1677 | warning | MethodName | Method name 'isModal_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 769 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1678 | warning | GoogleMethodName | Method name 'getFamily_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1269 | 18 |
| #A1679 | warning | MethodName | Method name 'getFamily_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1269 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1680 | warning | MethodName | Method name 'GetLayoutInfo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 977 | 33 |
| #A1681 | warning | GoogleMethodName | Method name 'GetLayoutInfo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 977 | 33 |
| #A1682 | warning | MethodName | Method name 'AdjustForGravity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1615 | 20 |
| #A1683 | warning | GoogleMethodName | Method name 'AdjustForGravity' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1615 | 20 |
| #A1684 | warning | MethodName | Method name 'GetMinSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1998 | 25 |
| #A1685 | warning | GoogleMethodName | Method name 'GetMinSize' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1998 | 25 |
| #A1686 | warning | MethodName | Method name 'ArrangeGrid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 2038 | 20 |
| #A1687 | warning | GoogleMethodName | Method name 'ArrangeGrid' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 2038 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1688 | warning | GoogleMethodName | Method name '_clearGlobalFocusOwner' has invalid underscore usage, underscores only allowed between adjacent digits. | 586 | 18 |
| #A1689 | warning | MethodName | Method name '_clearGlobalFocusOwner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 586 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1690 | warning | GoogleMethodName | Method name 'getParent_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 221 | 25 |
| #A1691 | warning | MethodName | Method name 'getParent_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 221 | 25 |
| #A1692 | warning | GoogleMethodName | Method name 'getFont_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 247 | 16 |
| #A1693 | warning | MethodName | Method name 'getFont_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | 16 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1694 | warning | GoogleMethodName | Method name '_update' has invalid underscore usage, underscores only allowed between adjacent digits. | 421 | 32 |
| #A1695 | warning | MethodName | Method name '_update' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 421 | 32 |
| #A1696 | warning | GoogleMethodName | Method name '_isVisible' has invalid underscore usage, underscores only allowed between adjacent digits. | 422 | 35 |
| #A1697 | warning | MethodName | Method name '_isVisible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 422 | 35 |
| #A1698 | warning | GoogleMethodName | Method name '_getBounds' has invalid underscore usage, underscores only allowed between adjacent digits. | 423 | 37 |
| #A1699 | warning | MethodName | Method name '_getBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 423 | 37 |
| #A1700 | warning | GoogleMethodName | Method name '_getInstance' has invalid underscore usage, underscores only allowed between adjacent digits. | 424 | 32 |
| #A1701 | warning | MethodName | Method name '_getInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 424 | 32 |
| #A1702 | warning | GoogleMethodName | Method name '_close' has invalid underscore usage, underscores only allowed between adjacent digits. | 425 | 32 |
| #A1703 | warning | MethodName | Method name '_close' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 425 | 32 |
| #A1704 | warning | GoogleMethodName | Method name '_getImageFileName' has invalid underscore usage, underscores only allowed between adjacent digits. | 426 | 34 |
| #A1705 | warning | MethodName | Method name '_getImageFileName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 426 | 34 |
| #A1706 | warning | GoogleMethodName | Method name '_getImageJarName' has invalid underscore usage, underscores only allowed between adjacent digits. | 427 | 34 |
| #A1707 | warning | MethodName | Method name '_getImageJarName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 427 | 34 |
| #A1708 | warning | GoogleMethodName | Method name '_setImageData' has invalid underscore usage, underscores only allowed between adjacent digits. | 428 | 35 |
| #A1709 | warning | MethodName | Method name '_setImageData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 428 | 35 |
| #A1710 | warning | GoogleMethodName | Method name '_getScaleFactor' has invalid underscore usage, underscores only allowed between adjacent digits. | 429 | 33 |
| #A1711 | warning | MethodName | Method name '_getScaleFactor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 429 | 33 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1712 | warning | GoogleMethodName | Method name 'toFront_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1260 | 16 |
| #A1713 | warning | MethodName | Method name 'toFront_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1260 | 16 |
| #A1714 | warning | GoogleMethodName | Method name 'toBack_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1303 | 16 |
| #A1715 | warning | MethodName | Method name 'toBack_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1303 | 16 |
| #A1716 | warning | GoogleMethodName | Method name 'getOwner_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1401 | 18 |
| #A1717 | warning | MethodName | Method name 'getOwner_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1401 | 18 |
| #A1718 | warning | GoogleMethodName | Method name 'getOwnedWindows_NoClientCode' has invalid underscore usage, underscores only allowed between adjacent digits. | 1415 | 20 |
| #A1719 | warning | MethodName | Method name 'getOwnedWindows_NoClientCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1415 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1720 | warning | GoogleMethodName | Method name 'isCS_sRGB' has invalid underscore usage, underscores only allowed between adjacent digits. | 332 | 20 |
| #A1721 | warning | MethodName | Method name 'isCS_sRGB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 332 | 20 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1722 | warning | GoogleMethodName | Method name '_matround' has invalid underscore usage, underscores only allowed between adjacent digits. | 3852 | 27 |
| #A1723 | warning | MethodName | Method name '_matround' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 3852 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1724 | warning | GoogleMethodName | Method name 'getICC_Profiles' has invalid underscore usage, underscores only allowed between adjacent digits. | 224 | 32 |
| #A1725 | warning | MethodName | Method name 'getICC_Profiles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 224 | 32 |
| #A1726 | warning | MethodName | Method name 'ICCBIFilter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 293 | 27 |
| #A1727 | warning | GoogleMethodName | Method name 'ICCBIFilter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 293 | 27 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1728 | warning | MethodName | Method name 'DecomposeMask' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 265 | 18 |
| #A1729 | warning | GoogleMethodName | Method name 'DecomposeMask' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 265 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1730 | warning | GoogleMethodName | Method name '_stop' has invalid underscore usage, underscores only allowed between adjacent digits. | 123 | 18 |
| #A1731 | warning | MethodName | Method name '_stop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 123 | 18 |
| #A1732 | warning | GoogleMethodName | Method name '_isRunning' has invalid underscore usage, underscores only allowed between adjacent digits. | 138 | 21 |
| #A1733 | warning | MethodName | Method name '_isRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 138 | 21 |
| #A1734 | warning | GoogleMethodName | Method name '_processMouseDragged' has invalid underscore usage, underscores only allowed between adjacent digits. | 145 | 18 |
| #A1735 | warning | MethodName | Method name '_processMouseDragged' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 145 | 18 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1736 | warning | GoogleMethodName | Method name 'getJComponent_TRANSFER_HANDLER' has invalid underscore usage, underscores only allowed between adjacent digits. | 94 | 31 |
| #A1737 | warning | MethodName | Method name 'getJComponent_TRANSFER_HANDLER' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 94 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1738 | warning | GoogleMethodName | Method name '_paintImmediately' has invalid underscore usage, underscores only allowed between adjacent digits. | 5115 | 10 |
| #A1739 | warning | MethodName | Method name '_paintImmediately' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 5115 | 10 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1740 | warning | GoogleMethodName | Method name '_dispose' has invalid underscore usage, underscores only allowed between adjacent digits. | 547 | 14 |
| #A1741 | warning | MethodName | Method name '_dispose' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 547 | 14 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1742 | warning | GoogleMethodName | Method name '_getOffscreenBuffer' has invalid underscore usage, underscores only allowed between adjacent digits. | 1061 | 19 |
| #A1743 | warning | MethodName | Method name '_getOffscreenBuffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1061 | 19 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1744 | warning | MethodName | Method name 'CMYKtoRGB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 57 | 28 |
| #A1745 | warning | GoogleMethodName | Method name 'CMYKtoRGB' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 57 | 28 |
| #A1746 | warning | MethodName | Method name 'RGBtoCMYK' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 76 | 28 |
| #A1747 | warning | GoogleMethodName | Method name 'RGBtoCMYK' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 76 | 28 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1748 | warning | MethodName | Method name 'HSLtoRGB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 28 |
| #A1749 | warning | GoogleMethodName | Method name 'HSLtoRGB' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 67 | 28 |
| #A1750 | warning | MethodName | Method name 'RGBtoHSL' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 100 | 28 |
| #A1751 | warning | GoogleMethodName | Method name 'RGBtoHSL' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 100 | 28 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1752 | warning | MethodName | Method name 'HSVtoRGB' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 67 | 28 |
| #A1753 | warning | GoogleMethodName | Method name 'HSVtoRGB' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 67 | 28 |
| #A1754 | warning | MethodName | Method name 'RGBtoHSV' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 122 | 28 |
| #A1755 | warning | GoogleMethodName | Method name 'RGBtoHSV' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 122 | 28 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1756 | warning | MethodName | Method name 'xPositionForValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1697 | 19 |
| #A1757 | warning | GoogleMethodName | Method name 'xPositionForValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1697 | 19 |
| #A1758 | warning | MethodName | Method name 'yPositionForValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1727 | 19 |
| #A1759 | warning | GoogleMethodName | Method name 'yPositionForValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1727 | 19 |
| #A1760 | warning | MethodName | Method name 'yPositionForValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 1742 | 19 |
| #A1761 | warning | GoogleMethodName | Method name 'yPositionForValue' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. | 1742 | 19 |
| Severity | Rule | Message | Line | Col |
|---|