Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • MethodName name.invalidPattern
  • Method name ''{0}'' must match pattern ''{1}''.

  • format
  • ^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$

  • GoogleMethodName

    Summary:

    Report id Files Violations Severity-warning
    base 3160 10679 10679
    patch 3160 9802 (10679 removed, 9802 added) 9802 (10679 removed, 9802 added)
    661 files with differences 20481 changes in violations 20481 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
    base 0 10679
    patch 9802 (9802 added) 0 (10679 removed)
    changes in violations 9802 10679

    Number of unique base messages reported below: 10679
    Number of unique patch messages reported below: 9802

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetSetCountTester.java

    Severity Rule Message Line Col
    #A1 warning GoogleMethodName Method name 'testSetCount_zeroToZero_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A2 warning MethodName Method name 'testSetCount_zeroToZero_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A3 warning GoogleMethodName Method name 'testSetCount_zeroToZero_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A4 warning MethodName Method name 'testSetCount_zeroToZero_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A5 warning GoogleMethodName Method name 'testSetCount_zeroToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A6 warning MethodName Method name 'testSetCount_zeroToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A7 warning GoogleMethodName Method name 'testSetCount_oneToOne_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A8 warning MethodName Method name 'testSetCount_oneToOne_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A9 warning GoogleMethodName Method name 'testSetCount_oneToOne_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 148 15
    #A10 warning MethodName Method name 'testSetCount_oneToOne_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A11 warning GoogleMethodName Method name 'testSetCount_oneToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A12 warning MethodName Method name 'testSetCount_oneToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A13 warning GoogleMethodName Method name 'testSetCount_threeToThree_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A14 warning MethodName Method name 'testSetCount_threeToThree_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A15 warning GoogleMethodName Method name 'testSetCount_threeToThree_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A16 warning MethodName Method name 'testSetCount_threeToThree_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A17 warning GoogleMethodName Method name 'testSetCount_threeToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A18 warning MethodName Method name 'testSetCount_threeToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A19 warning GoogleMethodName Method name 'testSetCount_zeroToOne_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A20 warning MethodName Method name 'testSetCount_zeroToOne_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A21 warning GoogleMethodName Method name 'testSetCount_zeroToThree_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A22 warning MethodName Method name 'testSetCount_zeroToThree_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A23 warning GoogleMethodName Method name 'testSetCount_oneToThree_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A24 warning MethodName Method name 'testSetCount_oneToThree_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A25 warning GoogleMethodName Method name 'testSetCount_zeroToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A26 warning MethodName Method name 'testSetCount_zeroToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A27 warning GoogleMethodName Method name 'testSetCount_zeroToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A28 warning MethodName Method name 'testSetCount_zeroToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A29 warning GoogleMethodName Method name 'testSetCount_oneToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A30 warning MethodName Method name 'testSetCount_oneToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A31 warning GoogleMethodName Method name 'testSetCount_oneToZero_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 244 15
    #A32 warning MethodName Method name 'testSetCount_oneToZero_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 244 15
    #A33 warning GoogleMethodName Method name 'testSetCount_threeToZero_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 276 15
    #A34 warning MethodName Method name 'testSetCount_threeToZero_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A35 warning GoogleMethodName Method name 'testSetCount_threeToOne_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A36 warning MethodName Method name 'testSetCount_threeToOne_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A37 warning GoogleMethodName Method name 'testSetCount_oneToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 290 15
    #A38 warning MethodName Method name 'testSetCount_oneToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A39 warning GoogleMethodName Method name 'testSetCount_threeToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 296 15
    #A40 warning MethodName Method name 'testSetCount_threeToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A41 warning GoogleMethodName Method name 'testSetCount_threeToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A42 warning MethodName Method name 'testSetCount_threeToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A43 warning GoogleMethodName Method name 'testSetCount_removeNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A44 warning MethodName Method name 'testSetCount_removeNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A45 warning GoogleMethodName Method name 'testSetCount_addNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 320 15
    #A46 warning MethodName Method name 'testSetCount_addNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 320 15
    #A47 warning GoogleMethodName Method name 'testSetCount_addNull_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A48 warning MethodName Method name 'testSetCount_addNull_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15
    #A49 warning GoogleMethodName Method name 'testSetCount_noOpNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A50 warning MethodName Method name 'testSetCount_noOpNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A51 warning GoogleMethodName Method name 'testSetCount_noOpNull_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 342 15
    #A52 warning MethodName Method name 'testSetCount_noOpNull_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A53 warning GoogleMethodName Method name 'testSetCount_existingNoNopNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 351 15
    #A54 warning MethodName Method name 'testSetCount_existingNoNopNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 15
    #A55 warning GoogleMethodName Method name 'testSetCount_negative_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A56 warning MethodName Method name 'testSetCount_negative_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A57 warning GoogleMethodName Method name 'testSetCount_negative_removeUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 371 15
    #A58 warning MethodName Method name 'testSetCount_negative_removeUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/BiMapEntrySetTester.java

    Severity Rule Message Line Col
    #A59 warning GoogleMethodName Method name 'testSetValue_valueAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A60 warning MethodName Method name 'testSetValue_valueAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A61 warning GoogleMethodName Method name 'testSetValue_valuePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A62 warning MethodName Method name 'testSetValue_valuePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

    Severity Rule Message Line Col
    #A63 warning GoogleMethodName Method name 'testPutAllNullValueOnPresentKey_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A64 warning MethodName Method name 'testPutAllNullValueOnPresentKey_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A65 warning GoogleMethodName Method name 'testPutAllNullValueOnAbsentKey_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A66 warning MethodName Method name 'testPutAllNullValueOnAbsentKey_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A67 warning GoogleMethodName Method name 'testPutAllNullValueSingle_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A68 warning MethodName Method name 'testPutAllNullValueSingle_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A69 warning GoogleMethodName Method name 'testPutAllNullValueNullLast_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A70 warning MethodName Method name 'testPutAllNullValueNullLast_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A71 warning GoogleMethodName Method name 'testPutAllNullValueNullFirst_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A72 warning MethodName Method name 'testPutAllNullValueNullFirst_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutTester.java

    Severity Rule Message Line Col
    #A73 warning GoogleMethodName Method name 'testPutNullValue_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A74 warning MethodName Method name 'testPutNullValue_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A75 warning GoogleMethodName Method name 'testPutNullValue_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A76 warning MethodName Method name 'testPutNullValue_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetAddTester.java

    Severity Rule Message Line Col
    #A77 warning GoogleMethodName Method name 'testAddOccurrences_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A78 warning MethodName Method name 'testAddOccurrences_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A79 warning GoogleMethodName Method name 'testAddAll_emptySet' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A80 warning MethodName Method name 'testAddAll_emptySet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A81 warning GoogleMethodName Method name 'testAddAll_emptyMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A82 warning MethodName Method name 'testAddAll_emptyMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A83 warning GoogleMethodName Method name 'testAddAll_nonEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A84 warning MethodName Method name 'testAddAll_nonEmptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A85 warning GoogleMethodName Method name 'testAddAll_nonEmptyMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A86 warning MethodName Method name 'testAddAll_nonEmptyMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetCountTester.java

    Severity Rule Message Line Col
    #A87 warning GoogleMethodName Method name 'testCount_0' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A88 warning GoogleMethodName Method name 'testCount_1' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A89 warning GoogleMethodName Method name 'testCount_3' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A90 warning GoogleMethodName Method name 'testCount_nullAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A91 warning MethodName Method name 'testCount_nullAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A92 warning GoogleMethodName Method name 'testCount_null_forbidden' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A93 warning MethodName Method name 'testCount_null_forbidden' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A94 warning GoogleMethodName Method name 'testCount_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A95 warning MethodName Method name 'testCount_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A96 warning GoogleMethodName Method name 'testCount_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A97 warning MethodName Method name 'testCount_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetEntrySetTester.java

    Severity Rule Message Line Col
    #A98 warning GoogleMethodName Method name 'testEntrySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A99 warning MethodName Method name 'testEntrySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A100 warning GoogleMethodName Method name 'testEntrySet_iteratorRemovePropagates' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A101 warning MethodName Method name 'testEntrySet_iteratorRemovePropagates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A102 warning GoogleMethodName Method name 'testEntrySet_removePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A103 warning MethodName Method name 'testEntrySet_removePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A104 warning GoogleMethodName Method name 'testEntrySet_removeAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A105 warning MethodName Method name 'testEntrySet_removeAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A106 warning GoogleMethodName Method name 'testEntrySet_removeAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A107 warning MethodName Method name 'testEntrySet_removeAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A108 warning GoogleMethodName Method name 'testEntrySet_removeAllAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A109 warning MethodName Method name 'testEntrySet_removeAllAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A110 warning GoogleMethodName Method name 'testEntrySet_retainAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A111 warning MethodName Method name 'testEntrySet_retainAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A112 warning GoogleMethodName Method name 'testEntrySet_retainAllAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A113 warning MethodName Method name 'testEntrySet_retainAllAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetReadsTester.java

    Severity Rule Message Line Col
    #A114 warning GoogleMethodName Method name 'testElementSet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A115 warning MethodName Method name 'testElementSet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A116 warning GoogleMethodName Method name 'testEntrySet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A117 warning MethodName Method name 'testEntrySet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A118 warning GoogleMethodName Method name 'testEntrySet_contains_count0' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A119 warning MethodName Method name 'testEntrySet_contains_count0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A120 warning GoogleMethodName Method name 'testEntrySet_contains_nonentry' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A121 warning MethodName Method name 'testEntrySet_contains_nonentry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A122 warning GoogleMethodName Method name 'testEntrySet_twice' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A123 warning MethodName Method name 'testEntrySet_twice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A124 warning GoogleMethodName Method name 'testEntrySet_hashCode_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A125 warning MethodName Method name 'testEntrySet_hashCode_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A126 warning GoogleMethodName Method name 'testEntrySet_hashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A127 warning MethodName Method name 'testEntrySet_hashCode_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A128 warning GoogleMethodName Method name 'testEquals_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A129 warning MethodName Method name 'testEquals_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A130 warning GoogleMethodName Method name 'testEquals_differentSize' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A131 warning MethodName Method name 'testEquals_differentSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A132 warning GoogleMethodName Method name 'testEquals_differentElements' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A133 warning MethodName Method name 'testEquals_differentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A134 warning GoogleMethodName Method name 'testHashCode_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A135 warning MethodName Method name 'testHashCode_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A136 warning GoogleMethodName Method name 'testHashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A137 warning MethodName Method name 'testHashCode_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetRemoveTester.java

    Severity Rule Message Line Col
    #A138 warning GoogleMethodName Method name 'testRemove_occurrences_present' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A139 warning MethodName Method name 'testRemove_occurrences_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A140 warning GoogleMethodName Method name 'testRemove_some_occurrences_present' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A141 warning MethodName Method name 'testRemove_some_occurrences_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A142 warning GoogleMethodName Method name 'testRemove_occurrences_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A143 warning MethodName Method name 'testRemove_occurrences_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A144 warning GoogleMethodName Method name 'testRemove_occurrences_unsupported_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A145 warning MethodName Method name 'testRemove_occurrences_unsupported_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A146 warning GoogleMethodName Method name 'testRemove_occurrences_0' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A147 warning MethodName Method name 'testRemove_occurrences_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A148 warning GoogleMethodName Method name 'testRemove_occurrences_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A149 warning MethodName Method name 'testRemove_occurrences_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A150 warning GoogleMethodName Method name 'testRemove_occurrences_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A151 warning MethodName Method name 'testRemove_occurrences_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A152 warning GoogleMethodName Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A153 warning MethodName Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A154 warning GoogleMethodName Method name 'testRemove_nullAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A155 warning MethodName Method name 'testRemove_nullAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A156 warning GoogleMethodName Method name 'testRemove_nullForbidden' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A157 warning MethodName Method name 'testRemove_nullForbidden' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/MultisetSetCountConditionallyTester.java

    Severity Rule Message Line Col
    #A158 warning GoogleMethodName Method name 'testSetCountConditional_negativeOldCount_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A159 warning MethodName Method name 'testSetCountConditional_negativeOldCount_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A160 warning GoogleMethodName Method name 'testSetCountConditional_negativeOldCount_addUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A161 warning MethodName Method name 'testSetCountConditional_negativeOldCount_addUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A162 warning GoogleMethodName Method name 'testSetCountConditional_oldCountTooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A163 warning MethodName Method name 'testSetCountConditional_oldCountTooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A164 warning GoogleMethodName Method name 'testSetCountConditional_oldCountTooSmallZero' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A165 warning MethodName Method name 'testSetCountConditional_oldCountTooSmallZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A166 warning GoogleMethodName Method name 'testSetCountConditional_oldCountTooSmallNonzero' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A167 warning MethodName Method name 'testSetCountConditional_oldCountTooSmallNonzero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapPutTester.java

    Severity Rule Message Line Col
    #A168 warning GoogleMethodName Method name 'testPutDuplicateValue_null' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A169 warning MethodName Method name 'testPutDuplicateValue_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/AbstractListIndexOfTester.java

    Severity Rule Message Line Col
    #A170 warning GoogleMethodName Method name 'testFind_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A171 warning MethodName Method name 'testFind_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A172 warning GoogleMethodName Method name 'testFind_no' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A173 warning MethodName Method name 'testFind_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A174 warning GoogleMethodName Method name 'testFind_nullNotContainedButSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A175 warning MethodName Method name 'testFind_nullNotContainedButSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A176 warning GoogleMethodName Method name 'testFind_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A177 warning MethodName Method name 'testFind_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A178 warning GoogleMethodName Method name 'testFind_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A179 warning MethodName Method name 'testFind_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A180 warning GoogleMethodName Method name 'testFind_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A181 warning MethodName Method name 'testFind_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A182 warning GoogleMethodName Method name 'testFind_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A183 warning MethodName Method name 'testFind_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddAllTester.java

    Severity Rule Message Line Col
    #A184 warning GoogleMethodName Method name 'testAddAll_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A185 warning MethodName Method name 'testAddAll_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A186 warning GoogleMethodName Method name 'testAddAll_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A187 warning MethodName Method name 'testAddAll_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A188 warning GoogleMethodName Method name 'testAddAll_supportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A189 warning MethodName Method name 'testAddAll_supportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A190 warning GoogleMethodName Method name 'testAddAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A191 warning MethodName Method name 'testAddAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A192 warning GoogleMethodName Method name 'testAddAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A193 warning MethodName Method name 'testAddAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A194 warning GoogleMethodName Method name 'testAddAll_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A195 warning MethodName Method name 'testAddAll_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A196 warning GoogleMethodName Method name 'testAddAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A197 warning MethodName Method name 'testAddAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A198 warning GoogleMethodName Method name 'testAddAll_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A199 warning MethodName Method name 'testAddAll_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A200 warning GoogleMethodName Method name 'testAddAll_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A201 warning MethodName Method name 'testAddAll_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A202 warning GoogleMethodName Method name 'testAddAll_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A203 warning MethodName Method name 'testAddAll_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddTester.java

    Severity Rule Message Line Col
    #A204 warning GoogleMethodName Method name 'testAdd_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A205 warning MethodName Method name 'testAdd_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A206 warning GoogleMethodName Method name 'testAdd_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A207 warning MethodName Method name 'testAdd_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A208 warning GoogleMethodName Method name 'testAdd_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A209 warning MethodName Method name 'testAdd_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A210 warning GoogleMethodName Method name 'testAdd_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A211 warning MethodName Method name 'testAdd_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A212 warning GoogleMethodName Method name 'testAdd_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A213 warning MethodName Method name 'testAdd_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionClearTester.java

    Severity Rule Message Line Col
    #A214 warning GoogleMethodName Method name 'testClear_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A215 warning MethodName Method name 'testClear_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A216 warning GoogleMethodName Method name 'testClear_unsupportedByEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A217 warning MethodName Method name 'testClear_unsupportedByEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsAllTester.java

    Severity Rule Message Line Col
    #A218 warning GoogleMethodName Method name 'testContainsAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A219 warning MethodName Method name 'testContainsAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A220 warning GoogleMethodName Method name 'testContainsAll_subset' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A221 warning MethodName Method name 'testContainsAll_subset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A222 warning GoogleMethodName Method name 'testContainsAll_sameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A223 warning MethodName Method name 'testContainsAll_sameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A224 warning GoogleMethodName Method name 'testContainsAll_self' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A225 warning MethodName Method name 'testContainsAll_self' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A226 warning GoogleMethodName Method name 'testContainsAll_partialOverlap' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A227 warning MethodName Method name 'testContainsAll_partialOverlap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A228 warning GoogleMethodName Method name 'testContainsAll_disjoint' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A229 warning MethodName Method name 'testContainsAll_disjoint' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A230 warning GoogleMethodName Method name 'testContainsAll_nullNotAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A231 warning MethodName Method name 'testContainsAll_nullNotAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A232 warning GoogleMethodName Method name 'testContainsAll_nullAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A233 warning MethodName Method name 'testContainsAll_nullAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A234 warning GoogleMethodName Method name 'testContainsAll_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A235 warning MethodName Method name 'testContainsAll_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A236 warning GoogleMethodName Method name 'testContainsAll_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A237 warning MethodName Method name 'testContainsAll_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsTester.java

    Severity Rule Message Line Col
    #A238 warning GoogleMethodName Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A239 warning MethodName Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A240 warning GoogleMethodName Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A241 warning MethodName Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A242 warning GoogleMethodName Method name 'testContains_nullNotContainedButQueriesSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A243 warning MethodName Method name 'testContains_nullNotContainedButQueriesSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A244 warning GoogleMethodName Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A245 warning MethodName Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A246 warning GoogleMethodName Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A247 warning MethodName Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A248 warning GoogleMethodName Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A249 warning MethodName Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A250 warning GoogleMethodName Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A251 warning MethodName Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionCreationTester.java

    Severity Rule Message Line Col
    #A252 warning GoogleMethodName Method name 'testCreateWithNull_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A253 warning MethodName Method name 'testCreateWithNull_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A254 warning GoogleMethodName Method name 'testCreateWithNull_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A255 warning MethodName Method name 'testCreateWithNull_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionEqualsTester.java

    Severity Rule Message Line Col
    #A256 warning GoogleMethodName Method name 'testEquals_self' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A257 warning MethodName Method name 'testEquals_self' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A258 warning GoogleMethodName Method name 'testEquals_null' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A259 warning MethodName Method name 'testEquals_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A260 warning GoogleMethodName Method name 'testEquals_notACollection' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A261 warning MethodName Method name 'testEquals_notACollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIsEmptyTester.java

    Severity Rule Message Line Col
    #A262 warning GoogleMethodName Method name 'testIsEmpty_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A263 warning MethodName Method name 'testIsEmpty_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A264 warning GoogleMethodName Method name 'testIsEmpty_no' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A265 warning MethodName Method name 'testIsEmpty_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIteratorTester.java

    Severity Rule Message Line Col
    #A266 warning GoogleMethodName Method name 'testIterator_nullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A267 warning MethodName Method name 'testIterator_nullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A268 warning GoogleMethodName Method name 'testIterator_removeAffectsBackingCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A269 warning MethodName Method name 'testIterator_removeAffectsBackingCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A270 warning GoogleMethodName Method name 'testIterator_knownOrderRemoveSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A271 warning MethodName Method name 'testIterator_knownOrderRemoveSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A272 warning GoogleMethodName Method name 'testIterator_knownOrderRemoveUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A273 warning MethodName Method name 'testIterator_knownOrderRemoveUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A274 warning GoogleMethodName Method name 'testIterator_unknownOrderRemoveSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A275 warning MethodName Method name 'testIterator_unknownOrderRemoveSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A276 warning GoogleMethodName Method name 'testIterator_unknownOrderRemoveUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A277 warning MethodName Method name 'testIterator_unknownOrderRemoveUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveAllTester.java

    Severity Rule Message Line Col
    #A278 warning GoogleMethodName Method name 'testRemoveAll_emptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A279 warning MethodName Method name 'testRemoveAll_emptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A280 warning GoogleMethodName Method name 'testRemoveAll_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A281 warning MethodName Method name 'testRemoveAll_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A282 warning GoogleMethodName Method name 'testRemoveAll_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A283 warning MethodName Method name 'testRemoveAll_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A284 warning GoogleMethodName Method name 'testRemoveAll_somePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A285 warning MethodName Method name 'testRemoveAll_somePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A286 warning GoogleMethodName Method name 'testRemoveAll_somePresentLargeCollectionToRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A287 warning MethodName Method name 'testRemoveAll_somePresentLargeCollectionToRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A288 warning GoogleMethodName Method name 'testRemoveAll_unsupportedEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A289 warning MethodName Method name 'testRemoveAll_unsupportedEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A290 warning GoogleMethodName Method name 'testRemoveAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A291 warning MethodName Method name 'testRemoveAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A292 warning GoogleMethodName Method name 'testRemoveAll_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A293 warning MethodName Method name 'testRemoveAll_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A294 warning GoogleMethodName Method name 'testRemoveAll_nullCollectionReferenceEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A295 warning MethodName Method name 'testRemoveAll_nullCollectionReferenceEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A296 warning GoogleMethodName Method name 'testRemoveAll_nullCollectionReferenceNonEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A297 warning MethodName Method name 'testRemoveAll_nullCollectionReferenceNonEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A298 warning GoogleMethodName Method name 'testRemoveAll_containsNullNo' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A299 warning MethodName Method name 'testRemoveAll_containsNullNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A300 warning GoogleMethodName Method name 'testRemoveAll_containsNullNoButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A301 warning MethodName Method name 'testRemoveAll_containsNullNoButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A302 warning GoogleMethodName Method name 'testRemoveAll_containsNullYes' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A303 warning MethodName Method name 'testRemoveAll_containsNullYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A304 warning GoogleMethodName Method name 'testRemoveAll_containsWrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A305 warning MethodName Method name 'testRemoveAll_containsWrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveTester.java

    Severity Rule Message Line Col
    #A306 warning GoogleMethodName Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A307 warning MethodName Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A308 warning GoogleMethodName Method name 'testRemove_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A309 warning MethodName Method name 'testRemove_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A310 warning GoogleMethodName Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A311 warning MethodName Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A312 warning GoogleMethodName Method name 'testRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A313 warning MethodName Method name 'testRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A314 warning GoogleMethodName Method name 'testRemove_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A315 warning MethodName Method name 'testRemove_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A316 warning GoogleMethodName Method name 'testRemove_nullNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A317 warning MethodName Method name 'testRemove_nullNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A318 warning GoogleMethodName Method name 'testRemove_nullAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A319 warning MethodName Method name 'testRemove_nullAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A320 warning GoogleMethodName Method name 'testIteratorRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A321 warning MethodName Method name 'testIteratorRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A322 warning GoogleMethodName Method name 'testRemove_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A323 warning MethodName Method name 'testRemove_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRetainAllTester.java

    Severity Rule Message Line Col
    #A324 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A325 warning MethodName Method name 'testRetainAll_emptyPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A326 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A327 warning MethodName Method name 'testRetainAll_emptyPreviouslyEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A328 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A329 warning MethodName Method name 'testRetainAll_emptyPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A330 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyNonEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A331 warning MethodName Method name 'testRetainAll_emptyPreviouslyNonEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A332 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A333 warning MethodName Method name 'testRetainAll_disjointPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A334 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A335 warning MethodName Method name 'testRetainAll_disjointPreviouslyEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A336 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A337 warning MethodName Method name 'testRetainAll_disjointPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A338 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyNonEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A339 warning MethodName Method name 'testRetainAll_disjointPreviouslyNonEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A340 warning GoogleMethodName Method name 'testRetainAll_superset' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A341 warning MethodName Method name 'testRetainAll_superset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A342 warning GoogleMethodName Method name 'testRetainAll_supersetUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A343 warning MethodName Method name 'testRetainAll_supersetUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A344 warning GoogleMethodName Method name 'testRetainAll_subset' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A345 warning MethodName Method name 'testRetainAll_subset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A346 warning GoogleMethodName Method name 'testRetainAll_subsetUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 180 15
    #A347 warning MethodName Method name 'testRetainAll_subsetUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A348 warning GoogleMethodName Method name 'testRetainAll_sameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A349 warning MethodName Method name 'testRetainAll_sameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A350 warning GoogleMethodName Method name 'testRetainAll_sameElementsUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A351 warning MethodName Method name 'testRetainAll_sameElementsUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A352 warning GoogleMethodName Method name 'testRetainAll_partialOverlap' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A353 warning MethodName Method name 'testRetainAll_partialOverlap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A354 warning GoogleMethodName Method name 'testRetainAll_partialOverlapUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A355 warning MethodName Method name 'testRetainAll_partialOverlapUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A356 warning GoogleMethodName Method name 'testRetainAll_containsDuplicatesSizeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A357 warning MethodName Method name 'testRetainAll_containsDuplicatesSizeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A358 warning GoogleMethodName Method name 'testRetainAll_containsDuplicatesSizeSeveral' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A359 warning MethodName Method name 'testRetainAll_containsDuplicatesSizeSeveral' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A360 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A361 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A362 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A363 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A364 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslySingletonWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A365 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslySingletonWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A366 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslySeveralWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. 257 15
    #A367 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslySeveralWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A368 warning GoogleMethodName Method name 'testRetainAll_containsNonNullWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. 267 15
    #A369 warning MethodName Method name 'testRetainAll_containsNonNullWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A370 warning GoogleMethodName Method name 'testRetainAll_nullCollectionReferenceEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 284 15
    #A371 warning MethodName Method name 'testRetainAll_nullCollectionReferenceEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 284 15
    #A372 warning GoogleMethodName Method name 'testRetainAll_nullCollectionReferenceNonEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 294 15
    #A373 warning MethodName Method name 'testRetainAll_nullCollectionReferenceNonEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 294 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToArrayTester.java

    Severity Rule Message Line Col
    #A374 warning GoogleMethodName Method name 'testToArray_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A375 warning MethodName Method name 'testToArray_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A376 warning GoogleMethodName Method name 'testToArray_isPlainObjectArray' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A377 warning MethodName Method name 'testToArray_isPlainObjectArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A378 warning GoogleMethodName Method name 'testToArray_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A379 warning MethodName Method name 'testToArray_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A380 warning GoogleMethodName Method name 'testToArray_emptyArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A381 warning MethodName Method name 'testToArray_emptyArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A382 warning GoogleMethodName Method name 'testToArray_emptyArrayOfObject' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A383 warning MethodName Method name 'testToArray_emptyArrayOfObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A384 warning GoogleMethodName Method name 'testToArray_rightSizedArray' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A385 warning MethodName Method name 'testToArray_rightSizedArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A386 warning GoogleMethodName Method name 'testToArray_rightSizedArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A387 warning MethodName Method name 'testToArray_rightSizedArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A388 warning GoogleMethodName Method name 'testToArray_rightSizedArrayOfObject' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A389 warning MethodName Method name 'testToArray_rightSizedArrayOfObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A390 warning GoogleMethodName Method name 'testToArray_rightSizedArrayOfObject_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A391 warning MethodName Method name 'testToArray_rightSizedArrayOfObject_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A392 warning GoogleMethodName Method name 'testToArray_oversizedArray' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A393 warning MethodName Method name 'testToArray_oversizedArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A394 warning GoogleMethodName Method name 'testToArray_oversizedArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A395 warning MethodName Method name 'testToArray_oversizedArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A396 warning GoogleMethodName Method name 'testToArray_emptyArrayOfWrongTypeForNonEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A397 warning MethodName Method name 'testToArray_emptyArrayOfWrongTypeForNonEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A398 warning GoogleMethodName Method name 'testToArray_emptyArrayOfWrongTypeForEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A399 warning MethodName Method name 'testToArray_emptyArrayOfWrongTypeForEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToStringTester.java

    Severity Rule Message Line Col
    #A400 warning GoogleMethodName Method name 'testToString_minimal' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A401 warning MethodName Method name 'testToString_minimal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A402 warning GoogleMethodName Method name 'testToString_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A403 warning MethodName Method name 'testToString_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A404 warning GoogleMethodName Method name 'testToString_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A405 warning MethodName Method name 'testToString_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A406 warning GoogleMethodName Method name 'testToString_sizeSeveral' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A407 warning MethodName Method name 'testToString_sizeSeveral' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A408 warning GoogleMethodName Method name 'testToString_null' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A409 warning MethodName Method name 'testToString_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapPutIfAbsentTester.java

    Severity Rule Message Line Col
    #A410 warning GoogleMethodName Method name 'testPutIfAbsent_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A411 warning MethodName Method name 'testPutIfAbsent_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A412 warning GoogleMethodName Method name 'testPutIfAbsent_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A413 warning MethodName Method name 'testPutIfAbsent_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A414 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A415 warning MethodName Method name 'testPutIfAbsent_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A416 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A417 warning MethodName Method name 'testPutIfAbsent_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A418 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A419 warning MethodName Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A420 warning GoogleMethodName Method name 'testPutIfAbsent_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A421 warning MethodName Method name 'testPutIfAbsent_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A422 warning GoogleMethodName Method name 'testPutIfAbsent_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A423 warning MethodName Method name 'testPutIfAbsent_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A424 warning GoogleMethodName Method name 'testPutIfAbsent_putWithNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A425 warning MethodName Method name 'testPutIfAbsent_putWithNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapRemoveTester.java

    Severity Rule Message Line Col
    #A426 warning GoogleMethodName Method name 'testRemove_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A427 warning MethodName Method name 'testRemove_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A428 warning GoogleMethodName Method name 'testRemove_supportedPresentKeyWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A429 warning MethodName Method name 'testRemove_supportedPresentKeyWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A430 warning GoogleMethodName Method name 'testRemove_supportedWrongKeyPresentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A431 warning MethodName Method name 'testRemove_supportedWrongKeyPresentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A432 warning GoogleMethodName Method name 'testRemove_supportedAbsentKeyAbsentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A433 warning MethodName Method name 'testRemove_supportedAbsentKeyAbsentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A434 warning GoogleMethodName Method name 'testRemove_nullKeyQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A435 warning MethodName Method name 'testRemove_nullKeyQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A436 warning GoogleMethodName Method name 'testRemove_nullValueQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A437 warning MethodName Method name 'testRemove_nullValueQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A438 warning GoogleMethodName Method name 'testRemove_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A439 warning MethodName Method name 'testRemove_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A440 warning GoogleMethodName Method name 'testRemove_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A441 warning MethodName Method name 'testRemove_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceEntryTester.java

    Severity Rule Message Line Col
    #A442 warning GoogleMethodName Method name 'testReplaceEntry_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A443 warning MethodName Method name 'testReplaceEntry_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A444 warning GoogleMethodName Method name 'testReplaceEntry_supportedPresentUnchanged' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A445 warning MethodName Method name 'testReplaceEntry_supportedPresentUnchanged' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A446 warning GoogleMethodName Method name 'testReplaceEntry_supportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A447 warning MethodName Method name 'testReplaceEntry_supportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A448 warning GoogleMethodName Method name 'testReplaceEntry_supportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A449 warning MethodName Method name 'testReplaceEntry_supportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A450 warning GoogleMethodName Method name 'testReplaceEntry_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A451 warning MethodName Method name 'testReplaceEntry_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A452 warning GoogleMethodName Method name 'testReplaceEntry_wrongValueNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A453 warning MethodName Method name 'testReplaceEntry_wrongValueNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A454 warning GoogleMethodName Method name 'testReplaceEntry_absentKeyNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A455 warning MethodName Method name 'testReplaceEntry_absentKeyNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A456 warning GoogleMethodName Method name 'testReplaceEntry_nullDifferentFromAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A457 warning MethodName Method name 'testReplaceEntry_nullDifferentFromAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A458 warning GoogleMethodName Method name 'testReplaceEntry_expectNullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A459 warning MethodName Method name 'testReplaceEntry_expectNullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A460 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A461 warning MethodName Method name 'testReplaceEntry_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A462 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A463 warning MethodName Method name 'testReplaceEntry_unsupportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A464 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A465 warning MethodName Method name 'testReplaceEntry_unsupportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceTester.java

    Severity Rule Message Line Col
    #A466 warning GoogleMethodName Method name 'testReplace_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A467 warning MethodName Method name 'testReplace_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A468 warning GoogleMethodName Method name 'testReplace_supportedPresentNoChange' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A469 warning MethodName Method name 'testReplace_supportedPresentNoChange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A470 warning GoogleMethodName Method name 'testReplace_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A471 warning MethodName Method name 'testReplace_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A472 warning GoogleMethodName Method name 'testReplace_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A473 warning MethodName Method name 'testReplace_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A474 warning GoogleMethodName Method name 'testReplace_absentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A475 warning MethodName Method name 'testReplace_absentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A476 warning GoogleMethodName Method name 'testReplace_absentNullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A477 warning MethodName Method name 'testReplace_absentNullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A478 warning GoogleMethodName Method name 'testReplace_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A479 warning MethodName Method name 'testReplace_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllAtIndexTester.java

    Severity Rule Message Line Col
    #A480 warning GoogleMethodName Method name 'testAddAllAtIndex_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A481 warning MethodName Method name 'testAddAllAtIndex_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A482 warning GoogleMethodName Method name 'testAddAllAtIndex_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A483 warning MethodName Method name 'testAddAllAtIndex_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A484 warning GoogleMethodName Method name 'testAddAllAtIndex_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A485 warning MethodName Method name 'testAddAllAtIndex_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A486 warning GoogleMethodName Method name 'testAddAllAtIndex_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A487 warning MethodName Method name 'testAddAllAtIndex_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A488 warning GoogleMethodName Method name 'testAddAllAtIndex_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A489 warning MethodName Method name 'testAddAllAtIndex_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A490 warning GoogleMethodName Method name 'testAddAllAtIndex_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A491 warning MethodName Method name 'testAddAllAtIndex_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A492 warning GoogleMethodName Method name 'testAddAllAtIndex_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A493 warning MethodName Method name 'testAddAllAtIndex_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15
    #A494 warning GoogleMethodName Method name 'testAddAllAtIndex_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A495 warning MethodName Method name 'testAddAllAtIndex_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A496 warning GoogleMethodName Method name 'testAddAllAtIndex_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A497 warning MethodName Method name 'testAddAllAtIndex_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A498 warning GoogleMethodName Method name 'testAddAllAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A499 warning MethodName Method name 'testAddAllAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A500 warning GoogleMethodName Method name 'testAddAllAtIndex_end' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A501 warning MethodName Method name 'testAddAllAtIndex_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A502 warning GoogleMethodName Method name 'testAddAllAtIndex_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A503 warning MethodName Method name 'testAddAllAtIndex_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A504 warning GoogleMethodName Method name 'testAddAllAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A505 warning MethodName Method name 'testAddAllAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A506 warning GoogleMethodName Method name 'testAddAllAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A507 warning MethodName Method name 'testAddAllAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllTester.java

    Severity Rule Message Line Col
    #A508 warning GoogleMethodName Method name 'testAddAll_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A509 warning MethodName Method name 'testAddAll_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A510 warning GoogleMethodName Method name 'testAddAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A511 warning MethodName Method name 'testAddAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A512 warning GoogleMethodName Method name 'testAddAll_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A513 warning MethodName Method name 'testAddAll_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAtIndexTester.java

    Severity Rule Message Line Col
    #A514 warning GoogleMethodName Method name 'testAddAtIndex_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A515 warning MethodName Method name 'testAddAtIndex_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A516 warning GoogleMethodName Method name 'testAddAtIndex_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A517 warning MethodName Method name 'testAddAtIndex_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A518 warning GoogleMethodName Method name 'testAddAtIndex_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A519 warning MethodName Method name 'testAddAtIndex_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A520 warning GoogleMethodName Method name 'testAddAtIndex_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A521 warning MethodName Method name 'testAddAtIndex_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A522 warning GoogleMethodName Method name 'testAddAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A523 warning MethodName Method name 'testAddAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A524 warning GoogleMethodName Method name 'testAddAtIndex_end' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A525 warning MethodName Method name 'testAddAtIndex_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A526 warning GoogleMethodName Method name 'testAddAtIndex_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A527 warning MethodName Method name 'testAddAtIndex_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A528 warning GoogleMethodName Method name 'testAddAtIndex_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A529 warning MethodName Method name 'testAddAtIndex_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A530 warning GoogleMethodName Method name 'testAddAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A531 warning MethodName Method name 'testAddAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A532 warning GoogleMethodName Method name 'testAddAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A533 warning MethodName Method name 'testAddAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListAddTester.java

    Severity Rule Message Line Col
    #A534 warning GoogleMethodName Method name 'testAdd_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A535 warning MethodName Method name 'testAdd_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A536 warning GoogleMethodName Method name 'testAdd_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A537 warning MethodName Method name 'testAdd_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A538 warning GoogleMethodName Method name 'testAdd_supportedNullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A539 warning MethodName Method name 'testAdd_supportedNullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListEqualsTester.java

    Severity Rule Message Line Col
    #A540 warning GoogleMethodName Method name 'testEquals_otherListWithSameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A541 warning MethodName Method name 'testEquals_otherListWithSameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A542 warning GoogleMethodName Method name 'testEquals_otherListWithDifferentElements' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A543 warning MethodName Method name 'testEquals_otherListWithDifferentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A544 warning GoogleMethodName Method name 'testEquals_otherListContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A545 warning MethodName Method name 'testEquals_otherListContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A546 warning GoogleMethodName Method name 'testEquals_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A547 warning MethodName Method name 'testEquals_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A548 warning GoogleMethodName Method name 'testEquals_shorterList' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A549 warning MethodName Method name 'testEquals_shorterList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A550 warning GoogleMethodName Method name 'testEquals_longerList' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A551 warning MethodName Method name 'testEquals_longerList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A552 warning GoogleMethodName Method name 'testEquals_set' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A553 warning MethodName Method name 'testEquals_set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListGetTester.java

    Severity Rule Message Line Col
    #A554 warning GoogleMethodName Method name 'testGet_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 31 15
    #A555 warning MethodName Method name 'testGet_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 15
    #A556 warning GoogleMethodName Method name 'testGet_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A557 warning MethodName Method name 'testGet_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A558 warning GoogleMethodName Method name 'testGet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A559 warning MethodName Method name 'testGet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListIndexOfTester.java

    Severity Rule Message Line Col
    #A560 warning GoogleMethodName Method name 'testIndexOf_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A561 warning MethodName Method name 'testIndexOf_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListLastIndexOfTester.java

    Severity Rule Message Line Col
    #A562 warning GoogleMethodName Method name 'testLastIndexOf_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A563 warning MethodName Method name 'testLastIndexOf_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListListIteratorTester.java

    Severity Rule Message Line Col
    #A564 warning GoogleMethodName Method name 'testListIterator_unmodifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A565 warning MethodName Method name 'testListIterator_unmodifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A566 warning GoogleMethodName Method name 'testListIterator_fullyModifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A567 warning MethodName Method name 'testListIterator_fullyModifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A568 warning GoogleMethodName Method name 'testListIterator_tooLow' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A569 warning MethodName Method name 'testListIterator_tooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A570 warning GoogleMethodName Method name 'testListIterator_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A571 warning MethodName Method name 'testListIterator_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A572 warning GoogleMethodName Method name 'testListIterator_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A573 warning MethodName Method name 'testListIterator_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAllTester.java

    Severity Rule Message Line Col
    #A574 warning GoogleMethodName Method name 'testRemoveAll_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A575 warning MethodName Method name 'testRemoveAll_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAtIndexTester.java

    Severity Rule Message Line Col
    #A576 warning GoogleMethodName Method name 'testRemoveAtIndex_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A577 warning MethodName Method name 'testRemoveAtIndex_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A578 warning GoogleMethodName Method name 'testRemoveAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A579 warning MethodName Method name 'testRemoveAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A580 warning GoogleMethodName Method name 'testRemoveAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A581 warning MethodName Method name 'testRemoveAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A582 warning GoogleMethodName Method name 'testRemoveAtIndex_first' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A583 warning MethodName Method name 'testRemoveAtIndex_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A584 warning GoogleMethodName Method name 'testRemoveAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A585 warning MethodName Method name 'testRemoveAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A586 warning GoogleMethodName Method name 'testRemoveAtIndex_last' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A587 warning MethodName Method name 'testRemoveAtIndex_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveTester.java

    Severity Rule Message Line Col
    #A588 warning GoogleMethodName Method name 'testRemove_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 39 15
    #A589 warning MethodName Method name 'testRemove_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListRetainAllTester.java

    Severity Rule Message Line Col
    #A590 warning GoogleMethodName Method name 'testRetainAll_duplicatesKept' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A591 warning MethodName Method name 'testRetainAll_duplicatesKept' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A592 warning GoogleMethodName Method name 'testRetainAll_duplicatesRemoved' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A593 warning MethodName Method name 'testRetainAll_duplicatesRemoved' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A594 warning GoogleMethodName Method name 'testRetainAll_countIgnored' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A595 warning MethodName Method name 'testRetainAll_countIgnored' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListSetTester.java

    Severity Rule Message Line Col
    #A596 warning GoogleMethodName Method name 'testSet_null' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A597 warning MethodName Method name 'testSet_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A598 warning GoogleMethodName Method name 'testSet_replacingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A599 warning MethodName Method name 'testSet_replacingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A600 warning GoogleMethodName Method name 'testSet_indexTooLow' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A601 warning MethodName Method name 'testSet_indexTooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A602 warning GoogleMethodName Method name 'testSet_indexTooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A603 warning MethodName Method name 'testSet_indexTooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A604 warning GoogleMethodName Method name 'testSet_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A605 warning MethodName Method name 'testSet_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A606 warning GoogleMethodName Method name 'testSet_unsupportedByEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A607 warning MethodName Method name 'testSet_unsupportedByEmptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A608 warning GoogleMethodName Method name 'testSet_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A609 warning MethodName Method name 'testSet_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A610 warning MethodName Method name 'aValidIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A611 warning GoogleMethodName Method name 'aValidIndex' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 132 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListSubListTester.java

    Severity Rule Message Line Col
    #A612 warning GoogleMethodName Method name 'testSubList_startNegative' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A613 warning MethodName Method name 'testSubList_startNegative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A614 warning GoogleMethodName Method name 'testSubList_endTooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A615 warning MethodName Method name 'testSubList_endTooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A616 warning GoogleMethodName Method name 'testSubList_startGreaterThanEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A617 warning MethodName Method name 'testSubList_startGreaterThanEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A618 warning GoogleMethodName Method name 'testSubList_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A619 warning MethodName Method name 'testSubList_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A620 warning GoogleMethodName Method name 'testSubList_entireList' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A621 warning MethodName Method name 'testSubList_entireList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A622 warning GoogleMethodName Method name 'testSubList_subListRemoveAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A623 warning MethodName Method name 'testSubList_subListRemoveAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A624 warning GoogleMethodName Method name 'testSubList_subListClearAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A625 warning MethodName Method name 'testSubList_subListClearAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A626 warning GoogleMethodName Method name 'testSubList_subListAddAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A627 warning MethodName Method name 'testSubList_subListAddAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A628 warning GoogleMethodName Method name 'testSubList_subListSetAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A629 warning MethodName Method name 'testSubList_subListSetAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A630 warning GoogleMethodName Method name 'testSubList_originalListSetAffectsSubList' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A631 warning MethodName Method name 'testSubList_originalListSetAffectsSubList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A632 warning GoogleMethodName Method name 'testSubList_subListRemoveAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A633 warning MethodName Method name 'testSubList_subListRemoveAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A634 warning GoogleMethodName Method name 'testSubList_subListAddAtIndexAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A635 warning MethodName Method name 'testSubList_subListAddAtIndexAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A636 warning GoogleMethodName Method name 'testSubList_subListSetAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A637 warning MethodName Method name 'testSubList_subListSetAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A638 warning GoogleMethodName Method name 'testSubList_originalListSetAffectsSubListLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A639 warning MethodName Method name 'testSubList_originalListSetAffectsSubListLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A640 warning GoogleMethodName Method name 'testSubList_ofSubListEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A641 warning MethodName Method name 'testSubList_ofSubListEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A642 warning GoogleMethodName Method name 'testSubList_ofSubListNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 187 15
    #A643 warning MethodName Method name 'testSubList_ofSubListNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A644 warning GoogleMethodName Method name 'testSubList_size' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A645 warning MethodName Method name 'testSubList_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A646 warning GoogleMethodName Method name 'testSubList_isEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A647 warning MethodName Method name 'testSubList_isEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A648 warning GoogleMethodName Method name 'testSubList_get' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A649 warning MethodName Method name 'testSubList_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A650 warning GoogleMethodName Method name 'testSubList_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A651 warning MethodName Method name 'testSubList_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A652 warning GoogleMethodName Method name 'testSubList_indexOf' has invalid underscore usage, underscores only allowed between adjacent digits. 265 15
    #A653 warning MethodName Method name 'testSubList_indexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 15
    #A654 warning GoogleMethodName Method name 'testSubList_lastIndexOf' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A655 warning MethodName Method name 'testSubList_lastIndexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ListToArrayTester.java

    Severity Rule Message Line Col
    #A656 warning GoogleMethodName Method name 'testToArray_noArg' has invalid underscore usage, underscores only allowed between adjacent digits. 37 15
    #A657 warning MethodName Method name 'testToArray_noArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A658 warning GoogleMethodName Method name 'testToArray_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A659 warning MethodName Method name 'testToArray_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A660 warning GoogleMethodName Method name 'testToArray_largeEnough' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A661 warning MethodName Method name 'testToArray_largeEnough' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapClearTester.java

    Severity Rule Message Line Col
    #A662 warning GoogleMethodName Method name 'testClear_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A663 warning MethodName Method name 'testClear_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A664 warning GoogleMethodName Method name 'testClear_unsupportedByEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A665 warning MethodName Method name 'testClear_unsupportedByEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsKeyTester.java

    Severity Rule Message Line Col
    #A666 warning GoogleMethodName Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A667 warning MethodName Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A668 warning GoogleMethodName Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A669 warning MethodName Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A670 warning GoogleMethodName Method name 'testContains_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A671 warning MethodName Method name 'testContains_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A672 warning GoogleMethodName Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A673 warning MethodName Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A674 warning GoogleMethodName Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A675 warning MethodName Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A676 warning GoogleMethodName Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A677 warning MethodName Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A678 warning GoogleMethodName Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A679 warning MethodName Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsValueTester.java

    Severity Rule Message Line Col
    #A680 warning GoogleMethodName Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A681 warning MethodName Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A682 warning GoogleMethodName Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A683 warning MethodName Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A684 warning GoogleMethodName Method name 'testContains_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A685 warning MethodName Method name 'testContains_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A686 warning GoogleMethodName Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A687 warning MethodName Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A688 warning GoogleMethodName Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A689 warning MethodName Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A690 warning GoogleMethodName Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A691 warning MethodName Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A692 warning GoogleMethodName Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A693 warning MethodName Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapCreationTester.java

    Severity Rule Message Line Col
    #A694 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A695 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A696 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A697 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A698 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A699 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A700 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A701 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapEqualsTester.java

    Severity Rule Message Line Col
    #A702 warning GoogleMethodName Method name 'testEquals_otherMapWithSameEntries' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A703 warning MethodName Method name 'testEquals_otherMapWithSameEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A704 warning GoogleMethodName Method name 'testEquals_otherMapWithDifferentEntries' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A705 warning MethodName Method name 'testEquals_otherMapWithDifferentEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A706 warning GoogleMethodName Method name 'testEquals_containingNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A707 warning MethodName Method name 'testEquals_containingNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A708 warning GoogleMethodName Method name 'testEquals_otherContainsNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A709 warning MethodName Method name 'testEquals_otherContainsNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A710 warning GoogleMethodName Method name 'testEquals_containingNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A711 warning MethodName Method name 'testEquals_containingNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A712 warning GoogleMethodName Method name 'testEquals_otherContainsNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A713 warning MethodName Method name 'testEquals_otherContainsNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A714 warning GoogleMethodName Method name 'testEquals_smallerMap' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A715 warning MethodName Method name 'testEquals_smallerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A716 warning GoogleMethodName Method name 'testEquals_largerMap' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A717 warning MethodName Method name 'testEquals_largerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A718 warning GoogleMethodName Method name 'testEquals_list' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A719 warning MethodName Method name 'testEquals_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapGetTester.java

    Severity Rule Message Line Col
    #A720 warning GoogleMethodName Method name 'testGet_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A721 warning MethodName Method name 'testGet_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A722 warning GoogleMethodName Method name 'testGet_no' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A723 warning MethodName Method name 'testGet_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A724 warning GoogleMethodName Method name 'testGet_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A725 warning MethodName Method name 'testGet_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A726 warning GoogleMethodName Method name 'testGet_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A727 warning MethodName Method name 'testGet_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A728 warning GoogleMethodName Method name 'testGet_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A729 warning MethodName Method name 'testGet_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A730 warning GoogleMethodName Method name 'testGet_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A731 warning MethodName Method name 'testGet_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A732 warning GoogleMethodName Method name 'testGet_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A733 warning MethodName Method name 'testGet_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapHashCodeTester.java

    Severity Rule Message Line Col
    #A734 warning GoogleMethodName Method name 'testHashCode_containingNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A735 warning MethodName Method name 'testHashCode_containingNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A736 warning GoogleMethodName Method name 'testHashCode_containingNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A737 warning MethodName Method name 'testHashCode_containingNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapIsEmptyTester.java

    Severity Rule Message Line Col
    #A738 warning GoogleMethodName Method name 'testIsEmpty_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A739 warning MethodName Method name 'testIsEmpty_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A740 warning GoogleMethodName Method name 'testIsEmpty_no' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A741 warning MethodName Method name 'testIsEmpty_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapPutAllTester.java

    Severity Rule Message Line Col
    #A742 warning GoogleMethodName Method name 'testPutAll_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A743 warning MethodName Method name 'testPutAll_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A744 warning GoogleMethodName Method name 'testPutAll_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A745 warning MethodName Method name 'testPutAll_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A746 warning GoogleMethodName Method name 'testPutAll_supportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A747 warning MethodName Method name 'testPutAll_supportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A748 warning GoogleMethodName Method name 'testPutAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A749 warning MethodName Method name 'testPutAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A750 warning GoogleMethodName Method name 'testPutAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A751 warning MethodName Method name 'testPutAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A752 warning GoogleMethodName Method name 'testPutAll_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A753 warning MethodName Method name 'testPutAll_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A754 warning GoogleMethodName Method name 'testPutAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A755 warning MethodName Method name 'testPutAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A756 warning GoogleMethodName Method name 'testPutAll_nullKeySupported' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A757 warning MethodName Method name 'testPutAll_nullKeySupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A758 warning GoogleMethodName Method name 'testPutAll_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A759 warning MethodName Method name 'testPutAll_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A760 warning GoogleMethodName Method name 'testPutAll_nullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A761 warning MethodName Method name 'testPutAll_nullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A762 warning GoogleMethodName Method name 'testPutAll_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A763 warning MethodName Method name 'testPutAll_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A764 warning GoogleMethodName Method name 'testPutAll_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A765 warning MethodName Method name 'testPutAll_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapPutTester.java

    Severity Rule Message Line Col
    #A766 warning GoogleMethodName Method name 'testPut_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A767 warning MethodName Method name 'testPut_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A768 warning GoogleMethodName Method name 'testPut_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A769 warning MethodName Method name 'testPut_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A770 warning GoogleMethodName Method name 'testPut_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A771 warning MethodName Method name 'testPut_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A772 warning GoogleMethodName Method name 'testPut_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A773 warning MethodName Method name 'testPut_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A774 warning GoogleMethodName Method name 'testPut_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A775 warning MethodName Method name 'testPut_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A776 warning GoogleMethodName Method name 'testPut_nullKeySupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A777 warning MethodName Method name 'testPut_nullKeySupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A778 warning GoogleMethodName Method name 'testPut_nullKeySupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A779 warning MethodName Method name 'testPut_nullKeySupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A780 warning GoogleMethodName Method name 'testPut_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 168 15
    #A781 warning MethodName Method name 'testPut_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 15
    #A782 warning GoogleMethodName Method name 'testPut_nullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 180 15
    #A783 warning MethodName Method name 'testPut_nullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A784 warning GoogleMethodName Method name 'testPut_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A785 warning MethodName Method name 'testPut_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A786 warning GoogleMethodName Method name 'testPut_replaceWithNullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 199 15
    #A787 warning MethodName Method name 'testPut_replaceWithNullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 199 15
    #A788 warning GoogleMethodName Method name 'testPut_replaceWithNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A789 warning MethodName Method name 'testPut_replaceWithNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A790 warning GoogleMethodName Method name 'testPut_replaceNullValueWithNullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A791 warning MethodName Method name 'testPut_replaceNullValueWithNullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A792 warning GoogleMethodName Method name 'testPut_replaceNullValueWithNonNullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A793 warning MethodName Method name 'testPut_replaceNullValueWithNonNullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A794 warning GoogleMethodName Method name 'testPut_nullKeyAndValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A795 warning MethodName Method name 'testPut_nullKeyAndValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapRemoveTester.java

    Severity Rule Message Line Col
    #A796 warning GoogleMethodName Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A797 warning MethodName Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A798 warning GoogleMethodName Method name 'testRemove_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A799 warning MethodName Method name 'testRemove_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A800 warning GoogleMethodName Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A801 warning MethodName Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A802 warning GoogleMethodName Method name 'testRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A803 warning MethodName Method name 'testRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A804 warning GoogleMethodName Method name 'testRemove_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A805 warning MethodName Method name 'testRemove_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A806 warning GoogleMethodName Method name 'testRemove_nullQueriesNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A807 warning MethodName Method name 'testRemove_nullQueriesNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A808 warning GoogleMethodName Method name 'testRemove_nullSupportedMissing' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A809 warning MethodName Method name 'testRemove_nullSupportedMissing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A810 warning GoogleMethodName Method name 'testRemove_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A811 warning MethodName Method name 'testRemove_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/MapToStringTester.java

    Severity Rule Message Line Col
    #A812 warning GoogleMethodName Method name 'testToString_minimal' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A813 warning MethodName Method name 'testToString_minimal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A814 warning GoogleMethodName Method name 'testToString_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A815 warning MethodName Method name 'testToString_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A816 warning GoogleMethodName Method name 'testToString_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A817 warning MethodName Method name 'testToString_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A818 warning GoogleMethodName Method name 'testToString_formatting' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A819 warning MethodName Method name 'testToString_formatting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueueElementTester.java

    Severity Rule Message Line Col
    #A820 warning GoogleMethodName Method name 'testElement_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A821 warning MethodName Method name 'testElement_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A822 warning GoogleMethodName Method name 'testElement_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A823 warning MethodName Method name 'testElement_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A824 warning GoogleMethodName Method name 'testElement_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A825 warning MethodName Method name 'testElement_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueueOfferTester.java

    Severity Rule Message Line Col
    #A826 warning GoogleMethodName Method name 'testOffer_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 37 15
    #A827 warning MethodName Method name 'testOffer_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A828 warning GoogleMethodName Method name 'testOffer_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A829 warning MethodName Method name 'testOffer_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A830 warning GoogleMethodName Method name 'testOffer_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A831 warning MethodName Method name 'testOffer_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueuePeekTester.java

    Severity Rule Message Line Col
    #A832 warning GoogleMethodName Method name 'testPeek_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 39 15
    #A833 warning MethodName Method name 'testPeek_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 15
    #A834 warning GoogleMethodName Method name 'testPeek_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A835 warning MethodName Method name 'testPeek_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A836 warning GoogleMethodName Method name 'testPeek_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A837 warning MethodName Method name 'testPeek_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueuePollTester.java

    Severity Rule Message Line Col
    #A838 warning GoogleMethodName Method name 'testPoll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A839 warning MethodName Method name 'testPoll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A840 warning GoogleMethodName Method name 'testPoll_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A841 warning MethodName Method name 'testPoll_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A842 warning GoogleMethodName Method name 'testPoll_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A843 warning MethodName Method name 'testPoll_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/QueueRemoveTester.java

    Severity Rule Message Line Col
    #A844 warning GoogleMethodName Method name 'testRemove_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A845 warning MethodName Method name 'testRemove_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A846 warning GoogleMethodName Method name 'testRemove_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A847 warning MethodName Method name 'testRemove_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A848 warning GoogleMethodName Method name 'testRemove_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A849 warning MethodName Method name 'testRemove_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetAddAllTester.java

    Severity Rule Message Line Col
    #A850 warning GoogleMethodName Method name 'testAddAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A851 warning MethodName Method name 'testAddAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A852 warning GoogleMethodName Method name 'testAddAll_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A853 warning MethodName Method name 'testAddAll_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A854 warning GoogleMethodName Method name 'testAddAll_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A855 warning MethodName Method name 'testAddAll_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetAddTester.java

    Severity Rule Message Line Col
    #A856 warning GoogleMethodName Method name 'testAdd_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A857 warning MethodName Method name 'testAdd_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A858 warning GoogleMethodName Method name 'testAdd_supportedNullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A859 warning MethodName Method name 'testAdd_supportedNullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetCreationTester.java

    Severity Rule Message Line Col
    #A860 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A861 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A862 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A863 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A864 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A865 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A866 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A867 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetEqualsTester.java

    Severity Rule Message Line Col
    #A868 warning GoogleMethodName Method name 'testEquals_otherSetWithSameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A869 warning MethodName Method name 'testEquals_otherSetWithSameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A870 warning GoogleMethodName Method name 'testEquals_otherSetWithDifferentElements' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A871 warning MethodName Method name 'testEquals_otherSetWithDifferentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A872 warning GoogleMethodName Method name 'testEquals_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A873 warning MethodName Method name 'testEquals_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A874 warning GoogleMethodName Method name 'testEquals_otherContainsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A875 warning MethodName Method name 'testEquals_otherContainsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A876 warning GoogleMethodName Method name 'testEquals_smallerSet' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A877 warning MethodName Method name 'testEquals_smallerSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A878 warning GoogleMethodName Method name 'testEquals_largerSet' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A879 warning MethodName Method name 'testEquals_largerSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A880 warning GoogleMethodName Method name 'testEquals_list' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A881 warning MethodName Method name 'testEquals_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetHashCodeTester.java

    Severity Rule Message Line Col
    #A882 warning GoogleMethodName Method name 'testHashCode_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A883 warning MethodName Method name 'testHashCode_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/SetRemoveTester.java

    Severity Rule Message Line Col
    #A884 warning GoogleMethodName Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A885 warning MethodName Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/HelpersTest.java

    Severity Rule Message Line Col
    #A886 warning GoogleMethodName Method name 'testIsEmpty_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A887 warning MethodName Method name 'testIsEmpty_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A888 warning GoogleMethodName Method name 'testIsEmpty_map' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A889 warning MethodName Method name 'testIsEmpty_map' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/MinimalIterableTest.java

    Severity Rule Message Line Col
    #A890 warning GoogleMethodName Method name 'testOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 33 15
    #A891 warning MethodName Method name 'testOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 15
    #A892 warning GoogleMethodName Method name 'testOf_one' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A893 warning MethodName Method name 'testOf_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A894 warning GoogleMethodName Method name 'testFrom_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A895 warning MethodName Method name 'testFrom_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A896 warning GoogleMethodName Method name 'testFrom_one' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A897 warning MethodName Method name 'testFrom_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/SafeTreeSetTest.java

    Severity Rule Message Line Col
    #A898 warning GoogleMethodName Method name 'testEmpty_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A899 warning MethodName Method name 'testEmpty_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A900 warning GoogleMethodName Method name 'testSingle_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A901 warning MethodName Method name 'testSingle_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A902 warning GoogleMethodName Method name 'testSeveral_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A903 warning MethodName Method name 'testSeveral_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java

    Severity Rule Message Line Col
    #A904 warning GoogleMethodName Method name 'testAddImpliedFeatures_returnsSameSetInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A905 warning MethodName Method name 'testAddImpliedFeatures_returnsSameSetInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A906 warning GoogleMethodName Method name 'testAddImpliedFeatures_addsImpliedFeatures' has invalid underscore usage, underscores only allowed between adjacent digits. 148 15
    #A907 warning MethodName Method name 'testAddImpliedFeatures_addsImpliedFeatures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A908 warning GoogleMethodName Method name 'testImpliedFeatures_returnsNewSetInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A909 warning MethodName Method name 'testImpliedFeatures_returnsNewSetInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A910 warning GoogleMethodName Method name 'testImpliedFeatures_returnsImpliedFeatures' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A911 warning MethodName Method name 'testImpliedFeatures_returnsImpliedFeatures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A912 warning GoogleMethodName Method name 'testBuildTesterRequirements_class' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A913 warning MethodName Method name 'testBuildTesterRequirements_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A914 warning GoogleMethodName Method name 'testBuildTesterRequirements_method' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A915 warning MethodName Method name 'testBuildTesterRequirements_method' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A916 warning GoogleMethodName Method name 'testBuildTesterRequirements_classClassConflict' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A917 warning MethodName Method name 'testBuildTesterRequirements_classClassConflict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A918 warning GoogleMethodName Method name 'testBuildTesterRequirements_methodClassConflict' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A919 warning MethodName Method name 'testBuildTesterRequirements_methodClassConflict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java

    Severity Rule Message Line Col
    #A920 warning GoogleMethodName Method name 'testFindClassesToTest_testClass' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A921 warning MethodName Method name 'testFindClassesToTest_testClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A922 warning GoogleMethodName Method name 'testFindClassesToTest_noCorrespondingTestClass' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A923 warning MethodName Method name 'testFindClassesToTest_noCorrespondingTestClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A924 warning GoogleMethodName Method name 'testFindClassesToTest_publicApiOnly' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A925 warning MethodName Method name 'testFindClassesToTest_publicApiOnly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A926 warning GoogleMethodName Method name 'testFindClassesToTest_ignoreClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A927 warning MethodName Method name 'testFindClassesToTest_ignoreClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A928 warning GoogleMethodName Method name 'testFindClassesToTest_ignoreUnderscores' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A929 warning MethodName Method name 'testFindClassesToTest_ignoreUnderscores' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A930 warning GoogleMethodName Method name 'testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A931 warning MethodName Method name 'testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A932 warning GoogleMethodName Method name 'testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A933 warning MethodName Method name 'testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A934 warning GoogleMethodName Method name 'testFindClassesToTest_withCorrespondingTestClass_noTestName' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A935 warning MethodName Method name 'testFindClassesToTest_withCorrespondingTestClass_noTestName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

    Severity Rule Message Line Col
    #A936 warning GoogleMethodName Method name 'testGet_primitives' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A937 warning MethodName Method name 'testGet_primitives' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A938 warning GoogleMethodName Method name 'testGet_collections' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A939 warning MethodName Method name 'testGet_collections' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A940 warning GoogleMethodName Method name 'testGet_misc' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A941 warning MethodName Method name 'testGet_misc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A942 warning GoogleMethodName Method name 'testGet_concurrent' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A943 warning MethodName Method name 'testGet_concurrent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A944 warning GoogleMethodName Method name 'testGet_functors' has invalid underscore usage, underscores only allowed between adjacent digits. 267 15
    #A945 warning MethodName Method name 'testGet_functors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A946 warning GoogleMethodName Method name 'testGet_comparable' has invalid underscore usage, underscores only allowed between adjacent digits. 275 15
    #A947 warning MethodName Method name 'testGet_comparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 275 15
    #A948 warning GoogleMethodName Method name 'testGet_array' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A949 warning MethodName Method name 'testGet_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A950 warning GoogleMethodName Method name 'testGet_enum' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A951 warning MethodName Method name 'testGet_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A952 warning GoogleMethodName Method name 'testGet_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A953 warning MethodName Method name 'testGet_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A954 warning GoogleMethodName Method name 'testGet_runnable' has invalid underscore usage, underscores only allowed between adjacent digits. 302 15
    #A955 warning MethodName Method name 'testGet_runnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 302 15
    #A956 warning GoogleMethodName Method name 'testGet_class' has invalid underscore usage, underscores only allowed between adjacent digits. 306 15
    #A957 warning MethodName Method name 'testGet_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A958 warning GoogleMethodName Method name 'testGet_mutable' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A959 warning MethodName Method name 'testGet_mutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A960 warning GoogleMethodName Method name 'testGet_io' has invalid underscore usage, underscores only allowed between adjacent digits. 333 15
    #A961 warning MethodName Method name 'testGet_io' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 15
    #A962 warning GoogleMethodName Method name 'testGet_reflect' has invalid underscore usage, underscores only allowed between adjacent digits. 360 15
    #A963 warning MethodName Method name 'testGet_reflect' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A964 warning GoogleMethodName Method name 'testGet_regex' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A965 warning MethodName Method name 'testGet_regex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15
    #A966 warning GoogleMethodName Method name 'testGet_usePublicConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 371 15
    #A967 warning MethodName Method name 'testGet_usePublicConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 15
    #A968 warning GoogleMethodName Method name 'testGet_useFirstPublicConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 375 15
    #A969 warning MethodName Method name 'testGet_useFirstPublicConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 15
    #A970 warning GoogleMethodName Method name 'testGet_nullConstantIgnored' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A971 warning MethodName Method name 'testGet_nullConstantIgnored' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A972 warning GoogleMethodName Method name 'testGet_constantWithGenericsNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A973 warning MethodName Method name 'testGet_constantWithGenericsNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A974 warning GoogleMethodName Method name 'testGet_nullConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A975 warning MethodName Method name 'testGet_nullConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15
    #A976 warning GoogleMethodName Method name 'testGet_constantTypeDoesNotMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 391 15
    #A977 warning MethodName Method name 'testGet_constantTypeDoesNotMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 15
    #A978 warning GoogleMethodName Method name 'testGet_nonPublicConstantNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 395 15
    #A979 warning MethodName Method name 'testGet_nonPublicConstantNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 395 15
    #A980 warning GoogleMethodName Method name 'testGet_nonStaticFieldNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 399 15
    #A981 warning MethodName Method name 'testGet_nonStaticFieldNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A982 warning GoogleMethodName Method name 'testGet_constructorPreferredOverConstants' has invalid underscore usage, underscores only allowed between adjacent digits. 403 15
    #A983 warning MethodName Method name 'testGet_constructorPreferredOverConstants' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A984 warning GoogleMethodName Method name 'testGet_nonFinalFieldNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 410 15
    #A985 warning MethodName Method name 'testGet_nonFinalFieldNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java

    Severity Rule Message Line Col
    #A986 warning GoogleMethodName Method name 'testEqualsOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A987 warning MethodName Method name 'testEqualsOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A988 warning GoogleMethodName Method name 'testForAllPublicStaticMethods_noPublicStaticMethods' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A989 warning MethodName Method name 'testForAllPublicStaticMethods_noPublicStaticMethods' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A990 warning GoogleMethodName Method name 'testEqualsOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A991 warning MethodName Method name 'testEqualsOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A992 warning GoogleMethodName Method name 'testNullsOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A993 warning MethodName Method name 'testNullsOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A994 warning GoogleMethodName Method name 'testNullsOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A995 warning MethodName Method name 'testNullsOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A996 warning GoogleMethodName Method name 'testNullsOnReturnValues_returnTypeFiltered' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A997 warning MethodName Method name 'testNullsOnReturnValues_returnTypeFiltered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A998 warning GoogleMethodName Method name 'testSerializableOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A999 warning MethodName Method name 'testSerializableOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A1000 warning GoogleMethodName Method name 'testSerializableOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A1001 warning MethodName Method name 'testSerializableOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A1002 warning GoogleMethodName Method name 'testEqualsAndSerializableOnReturnValues_equalsIsGoodButNotSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A1003 warning MethodName Method name 'testEqualsAndSerializableOnReturnValues_equalsIsGoodButNotSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A1004 warning GoogleMethodName Method name 'testEqualsAndSerializableOnReturnValues_serializableButNotEquals' has invalid underscore usage, underscores only allowed between adjacent digits. 201 15
    #A1005 warning MethodName Method name 'testEqualsAndSerializableOnReturnValues_serializableButNotEquals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 15
    #A1006 warning GoogleMethodName Method name 'testEqualsAndSerializableOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 211 15
    #A1007 warning MethodName Method name 'testEqualsAndSerializableOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 15
    #A1008 warning GoogleMethodName Method name 'testEqualsForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A1009 warning MethodName Method name 'testEqualsForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A1010 warning GoogleMethodName Method name 'testNullsForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A1011 warning MethodName Method name 'testNullsForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A1012 warning GoogleMethodName Method name 'testSerializableForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A1013 warning MethodName Method name 'testSerializableForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A1014 warning GoogleMethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 252 15
    #A1015 warning MethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 252 15
    #A1016 warning GoogleMethodName Method name 'testEqualsForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A1017 warning MethodName Method name 'testEqualsForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A1018 warning GoogleMethodName Method name 'testNullsForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 274 15
    #A1019 warning MethodName Method name 'testNullsForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A1020 warning GoogleMethodName Method name 'testSerializableForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A1021 warning MethodName Method name 'testSerializableForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A1022 warning GoogleMethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A1023 warning MethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A1024 warning GoogleMethodName Method name 'testEquals_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A1025 warning MethodName Method name 'testEquals_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A1026 warning GoogleMethodName Method name 'testEquals_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. 304 15
    #A1027 warning MethodName Method name 'testEquals_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 304 15
    #A1028 warning GoogleMethodName Method name 'testEquals_enum' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A1029 warning MethodName Method name 'testEquals_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A1030 warning GoogleMethodName Method name 'testBadEquals_withParameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 322 15
    #A1031 warning MethodName Method name 'testBadEquals_withParameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 15
    #A1032 warning GoogleMethodName Method name 'testBadEquals_withSingleParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 332 15
    #A1033 warning MethodName Method name 'testBadEquals_withSingleParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 332 15
    #A1034 warning GoogleMethodName Method name 'testNulls_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 434 15
    #A1035 warning MethodName Method name 'testNulls_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 434 15
    #A1036 warning GoogleMethodName Method name 'testNulls_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. 438 15
    #A1037 warning MethodName Method name 'testNulls_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 438 15
    #A1038 warning GoogleMethodName Method name 'testNulls_enum' has invalid underscore usage, underscores only allowed between adjacent digits. 442 15
    #A1039 warning MethodName Method name 'testNulls_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 442 15
    #A1040 warning GoogleMethodName Method name 'testNulls_parameterOptionalNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A1041 warning MethodName Method name 'testNulls_parameterOptionalNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A1042 warning GoogleMethodName Method name 'testInstantiate_factoryMethodReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 478 15
    #A1043 warning MethodName Method name 'testInstantiate_factoryMethodReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 478 15
    #A1044 warning GoogleMethodName Method name 'testInstantiate_factoryMethodReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 488 15
    #A1045 warning MethodName Method name 'testInstantiate_factoryMethodReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 488 15
    #A1046 warning GoogleMethodName Method name 'testInstantiate_factoryMethodAcceptsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 496 15
    #A1047 warning MethodName Method name 'testInstantiate_factoryMethodAcceptsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 15
    #A1048 warning GoogleMethodName Method name 'testInstantiate_factoryMethodDoesNotAcceptNull' has invalid underscore usage, underscores only allowed between adjacent digits. 500 15
    #A1049 warning MethodName Method name 'testInstantiate_factoryMethodDoesNotAcceptNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 500 15
    #A1050 warning GoogleMethodName Method name 'testInstantiate_constructorAcceptsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 504 15
    #A1051 warning MethodName Method name 'testInstantiate_constructorAcceptsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 15
    #A1052 warning GoogleMethodName Method name 'testInstantiate_constructorDoesNotAcceptNull' has invalid underscore usage, underscores only allowed between adjacent digits. 508 15
    #A1053 warning MethodName Method name 'testInstantiate_constructorDoesNotAcceptNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 15
    #A1054 warning GoogleMethodName Method name 'testInstantiate_notInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 512 15
    #A1055 warning MethodName Method name 'testInstantiate_notInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 512 15
    #A1056 warning GoogleMethodName Method name 'testInstantiate_noConstantEnum' has invalid underscore usage, underscores only allowed between adjacent digits. 516 15
    #A1057 warning MethodName Method name 'testInstantiate_noConstantEnum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 15
    #A1058 warning GoogleMethodName Method name 'testInstantiate_oneConstantEnum' has invalid underscore usage, underscores only allowed between adjacent digits. 520 15
    #A1059 warning MethodName Method name 'testInstantiate_oneConstantEnum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A1060 warning GoogleMethodName Method name 'testInstantiate_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 524 15
    #A1061 warning MethodName Method name 'testInstantiate_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 524 15
    #A1062 warning GoogleMethodName Method name 'testInstantiate_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. 528 15
    #A1063 warning MethodName Method name 'testInstantiate_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 528 15
    #A1064 warning GoogleMethodName Method name 'testInstantiate_annotation' has invalid underscore usage, underscores only allowed between adjacent digits. 532 15
    #A1065 warning MethodName Method name 'testInstantiate_annotation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 532 15
    #A1066 warning GoogleMethodName Method name 'testInstantiate_setDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 536 15
    #A1067 warning MethodName Method name 'testInstantiate_setDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 15
    #A1068 warning GoogleMethodName Method name 'testSetDistinctValues_equalInstances' has invalid underscore usage, underscores only allowed between adjacent digits. 542 15
    #A1069 warning MethodName Method name 'testSetDistinctValues_equalInstances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 542 15
    #A1070 warning GoogleMethodName Method name 'testInstantiate_setDistinctValues' has invalid underscore usage, underscores only allowed between adjacent digits. 550 15
    #A1071 warning MethodName Method name 'testInstantiate_setDistinctValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 550 15
    #A1072 warning GoogleMethodName Method name 'testInstantiate_constructorThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 558 15
    #A1073 warning MethodName Method name 'testInstantiate_constructorThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A1074 warning GoogleMethodName Method name 'testInstantiate_factoryMethodThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 566 15
    #A1075 warning MethodName Method name 'testInstantiate_factoryMethodThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 15
    #A1076 warning GoogleMethodName Method name 'testInstantiate_constructorParameterNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 574 15
    #A1077 warning MethodName Method name 'testInstantiate_constructorParameterNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 574 15
    #A1078 warning GoogleMethodName Method name 'testInstantiate_factoryMethodParameterNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 582 15
    #A1079 warning MethodName Method name 'testInstantiate_factoryMethodParameterNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 582 15
    #A1080 warning GoogleMethodName Method name 'testInstantiate_instantiableFactoryMethodChosen' has invalid underscore usage, underscores only allowed between adjacent digits. 590 15
    #A1081 warning MethodName Method name 'testInstantiate_instantiableFactoryMethodChosen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 590 15
    #A1082 warning GoogleMethodName Method name 'testInstantiate_instantiableConstructorChosen' has invalid underscore usage, underscores only allowed between adjacent digits. 656 15
    #A1083 warning MethodName Method name 'testInstantiate_instantiableConstructorChosen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 656 15
    #A1084 warning GoogleMethodName Method name 'testEquals_setOfNonInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 660 15
    #A1085 warning MethodName Method name 'testEquals_setOfNonInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 660 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/EquivalenceTesterTest.java

    Severity Rule Message Line Col
    #A1086 warning GoogleMethodName Method name 'testOf_NullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A1087 warning MethodName Method name 'testOf_NullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A1088 warning GoogleMethodName Method name 'testTest_NoData' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A1089 warning MethodName Method name 'testTest_NoData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A1090 warning GoogleMethodName Method name 'testTest_symmetric' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A1091 warning MethodName Method name 'testTest_symmetric' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A1092 warning GoogleMethodName Method name 'testTest_trasitive' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A1093 warning MethodName Method name 'testTest_trasitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A1094 warning GoogleMethodName Method name 'testTest_inequivalence' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A1095 warning MethodName Method name 'testTest_inequivalence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A1096 warning GoogleMethodName Method name 'testTest_hash' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A1097 warning MethodName Method name 'testTest_hash' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/FakeTickerTest.java

    Severity Rule Message Line Col
    #A1098 warning GoogleMethodName Method name 'testAutoIncrementStep_returnsSameInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A1099 warning MethodName Method name 'testAutoIncrementStep_returnsSameInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A1100 warning GoogleMethodName Method name 'testAutoIncrementStep_nanos' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A1101 warning MethodName Method name 'testAutoIncrementStep_nanos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A1102 warning GoogleMethodName Method name 'testAutoIncrementStep_millis' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A1103 warning MethodName Method name 'testAutoIncrementStep_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A1104 warning GoogleMethodName Method name 'testAutoIncrementStep_seconds' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A1105 warning MethodName Method name 'testAutoIncrementStep_seconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A1106 warning GoogleMethodName Method name 'testAutoIncrementStep_resetToZero' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A1107 warning MethodName Method name 'testAutoIncrementStep_resetToZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A1108 warning GoogleMethodName Method name 'testAutoIncrement_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A1109 warning MethodName Method name 'testAutoIncrement_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/FreshValueGeneratorTest.java

    Severity Rule Message Line Col
    #A1110 warning GoogleMethodName Method name 'testAddSampleInstances_twoInstances' has invalid underscore usage, underscores only allowed between adjacent digits. 450 15
    #A1111 warning MethodName Method name 'testAddSampleInstances_twoInstances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 450 15
    #A1112 warning GoogleMethodName Method name 'testAddSampleInstances_oneInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 458 15
    #A1113 warning MethodName Method name 'testAddSampleInstances_oneInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 458 15
    #A1114 warning GoogleMethodName Method name 'testAddSampleInstances_noInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 465 15
    #A1115 warning MethodName Method name 'testAddSampleInstances_noInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 465 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

    Severity Rule Message Line Col
    #A1116 warning GoogleMethodName Method name 'testAwait_CountDownLatch' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A1117 warning MethodName Method name 'testAwait_CountDownLatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A1118 warning GoogleMethodName Method name 'testAwaitDone_Future' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A1119 warning MethodName Method name 'testAwaitDone_Future' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A1120 warning GoogleMethodName Method name 'testAwaitDone_Future_Cancel' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A1121 warning MethodName Method name 'testAwaitDone_Future_Cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A1122 warning GoogleMethodName Method name 'testAwaitDone_FinalizationPredicate' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A1123 warning MethodName Method name 'testAwaitDone_FinalizationPredicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A1124 warning GoogleMethodName Method name 'testAwait_CountDownLatch_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A1125 warning MethodName Method name 'testAwait_CountDownLatch_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A1126 warning GoogleMethodName Method name 'testAwaitDone_Future_Interrupted_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A1127 warning MethodName Method name 'testAwaitDone_Future_Interrupted_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A1128 warning GoogleMethodName Method name 'testAwaitClear_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A1129 warning MethodName Method name 'testAwaitClear_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A1130 warning GoogleMethodName Method name 'testAwaitDone_FinalizationPredicate_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A1131 warning MethodName Method name 'testAwaitDone_FinalizationPredicate_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java

    Severity Rule Message Line Col
    #A1132 warning GoogleMethodName Method name 'testVisibility_public' has invalid underscore usage, underscores only allowed between adjacent digits. 1334 15
    #A1133 warning MethodName Method name 'testVisibility_public' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1334 15
    #A1134 warning GoogleMethodName Method name 'testVisibility_protected' has invalid underscore usage, underscores only allowed between adjacent digits. 1346 15
    #A1135 warning MethodName Method name 'testVisibility_protected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1346 15
    #A1136 warning GoogleMethodName Method name 'testVisibility_package' has invalid underscore usage, underscores only allowed between adjacent digits. 1359 15
    #A1137 warning MethodName Method name 'testVisibility_package' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1359 15
    #A1138 warning GoogleMethodName Method name 'testConstructor_Ignored_ShouldPass' has invalid underscore usage, underscores only allowed between adjacent digits. 1419 15
    #A1139 warning MethodName Method name 'testConstructor_Ignored_ShouldPass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1419 15
    #A1140 warning GoogleMethodName Method name 'testConstructor_ShouldFail' has invalid underscore usage, underscores only allowed between adjacent digits. 1425 15
    #A1141 warning MethodName Method name 'testConstructor_ShouldFail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1425 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/base/ObjectsBenchmark.java

    Severity Rule Message Line Col
    #A1142 warning GoogleMethodName Method name 'hashString_2' has invalid underscore usage, underscores only allowed between adjacent digits. 40 7
    #A1143 warning GoogleMethodName Method name 'hashString_3' has invalid underscore usage, underscores only allowed between adjacent digits. 49 7
    #A1144 warning GoogleMethodName Method name 'hashString_4' has invalid underscore usage, underscores only allowed between adjacent digits. 58 7
    #A1145 warning GoogleMethodName Method name 'hashString_5' has invalid underscore usage, underscores only allowed between adjacent digits. 67 7
    #A1146 warning GoogleMethodName Method name 'hashMixed_5' has invalid underscore usage, underscores only allowed between adjacent digits. 76 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/cache/MapMakerComparisonBenchmark.java

    Severity Rule Message Line Col
    #A1147 warning GoogleMethodName Method name 'cacheBuilder_stats' has invalid underscore usage, underscores only allowed between adjacent digits. 53 8
    #A1148 warning MethodName Method name 'cacheBuilder_stats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/IntMathBenchmark.java

    Severity Rule Message Line Col
    #A1149 warning MethodName Method name 'gCD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 7
    #A1150 warning GoogleMethodName Method name 'gCD' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 75 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/math/LongMathBenchmark.java

    Severity Rule Message Line Col
    #A1151 warning MethodName Method name 'gCD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 7
    #A1152 warning GoogleMethodName Method name 'gCD' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ExecutionListBenchmark.java

    Severity Rule Message Line Col
    #A1153 warning GoogleMethodName Method name 'addThenExecute_singleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 282 7
    #A1154 warning MethodName Method name 'addThenExecute_singleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 7
    #A1155 warning GoogleMethodName Method name 'executeThenAdd_singleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 298 7
    #A1156 warning MethodName Method name 'executeThenAdd_singleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 7
    #A1157 warning GoogleMethodName Method name 'addThenExecute_multiThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 322 7
    #A1158 warning MethodName Method name 'addThenExecute_multiThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 7
    #A1159 warning GoogleMethodName Method name 'executeThenAdd_multiThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 349 7
    #A1160 warning MethodName Method name 'executeThenAdd_multiThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/SingleThreadAbstractFutureBenchmark.java

    Severity Rule Message Line Col
    #A1161 warning GoogleMethodName Method name 'timeComplete_Normal' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A1162 warning MethodName Method name 'timeComplete_Normal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A1163 warning GoogleMethodName Method name 'timeComplete_Failure' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A1164 warning MethodName Method name 'timeComplete_Failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A1165 warning GoogleMethodName Method name 'timeComplete_Cancel' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A1166 warning MethodName Method name 'timeComplete_Cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/CaseFormatTest.java

    Severity Rule Message Line Col
    #A1167 warning GoogleMethodName Method name 'testConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A1168 warning MethodName Method name 'testConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A1169 warning GoogleMethodName Method name 'testConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A1170 warning MethodName Method name 'testConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A1171 warning GoogleMethodName Method name 'testConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 218 15
    #A1172 warning MethodName Method name 'testConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/CharMatcherTest.java

    Severity Rule Message Line Col
    #A1173 warning GoogleMethodName Method name 'testAnyAndNone_logicalOps' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A1174 warning MethodName Method name 'testAnyAndNone_logicalOps' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A1175 warning GoogleMethodName Method name 'testCollapse_any' has invalid underscore usage, underscores only allowed between adjacent digits. 491 15
    #A1176 warning MethodName Method name 'testCollapse_any' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/ConverterTest.java

    Severity Rule Message Line Col
    #A1177 warning GoogleMethodName Method name 'testSerialization_identity' has invalid underscore usage, underscores only allowed between adjacent digits. 206 15
    #A1178 warning MethodName Method name 'testSerialization_identity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 15
    #A1179 warning GoogleMethodName Method name 'testSerialization_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 211 15
    #A1180 warning MethodName Method name 'testSerialization_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 15
    #A1181 warning GoogleMethodName Method name 'testSerialization_andThen' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A1182 warning MethodName Method name 'testSerialization_andThen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A1183 warning GoogleMethodName Method name 'testSerialization_from' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A1184 warning MethodName Method name 'testSerialization_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/EnumsTest.java

    Severity Rule Message Line Col
    #A1185 warning GoogleMethodName Method name 'testGetIfPresent_caseSensitive' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A1186 warning MethodName Method name 'testGetIfPresent_caseSensitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A1187 warning GoogleMethodName Method name 'testGetIfPresent_whenNoMatchingConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A1188 warning MethodName Method name 'testGetIfPresent_whenNoMatchingConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A1189 warning GoogleMethodName Method name 'testGetIfPresent_doesNotPreventClassUnloading' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A1190 warning MethodName Method name 'testGetIfPresent_doesNotPreventClassUnloading' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A1191 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A1192 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A1193 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A1194 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A1195 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A1196 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A1197 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A1198 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A1199 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A1200 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A1201 warning GoogleMethodName Method name 'testStringConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A1202 warning MethodName Method name 'testStringConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A1203 warning GoogleMethodName Method name 'testStringConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A1204 warning MethodName Method name 'testStringConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/EquivalenceTest.java

    Severity Rule Message Line Col
    #A1205 warning GoogleMethodName Method name 'testPairwiseEquivalent_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A1206 warning MethodName Method name 'testPairwiseEquivalent_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A1207 warning GoogleMethodName Method name 'testWrap_get' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A1208 warning MethodName Method name 'testWrap_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A1209 warning GoogleMethodName Method name 'testOnResultOf_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A1210 warning MethodName Method name 'testOnResultOf_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/FunctionsTest.java

    Severity Rule Message Line Col
    #A1211 warning GoogleMethodName Method name 'testIdentity_same' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A1212 warning MethodName Method name 'testIdentity_same' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A1213 warning GoogleMethodName Method name 'testIdentity_notSame' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A1214 warning MethodName Method name 'testIdentity_notSame' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A1215 warning GoogleMethodName Method name 'testToStringFunction_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A1216 warning MethodName Method name 'testToStringFunction_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A1217 warning GoogleMethodName Method name 'testForMapWithDefault_includeSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A1218 warning MethodName Method name 'testForMapWithDefault_includeSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A1219 warning GoogleMethodName Method name 'testForMapWithDefault_null' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A1220 warning MethodName Method name 'testForMapWithDefault_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A1221 warning GoogleMethodName Method name 'testForMapWithDefault_null_compareWithSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A1222 warning MethodName Method name 'testForMapWithDefault_null_compareWithSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A1223 warning GoogleMethodName Method name 'testComposition_includeReserializabled' has invalid underscore usage, underscores only allowed between adjacent digits. 239 15
    #A1224 warning MethodName Method name 'testComposition_includeReserializabled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/JoinerTest.java

    Severity Rule Message Line Col
    #A1225 warning GoogleMethodName Method name 'test_useForNull_skipNulls' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A1226 warning MethodName Method name 'test_useForNull_skipNulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A1227 warning GoogleMethodName Method name 'test_skipNulls_useForNull' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A1228 warning MethodName Method name 'test_skipNulls_useForNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A1229 warning GoogleMethodName Method name 'test_useForNull_twice' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A1230 warning MethodName Method name 'test_useForNull_twice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A1231 warning GoogleMethodName Method name 'test_skipNulls_onMap' has invalid underscore usage, underscores only allowed between adjacent digits. 301 15
    #A1232 warning MethodName Method name 'test_skipNulls_onMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/OptionalTest.java

    Severity Rule Message Line Col
    #A1233 warning GoogleMethodName Method name 'testOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A1234 warning MethodName Method name 'testOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A1235 warning GoogleMethodName Method name 'testFromNullable_null' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A1236 warning MethodName Method name 'testFromNullable_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A1237 warning GoogleMethodName Method name 'testIsPresent_no' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A1238 warning MethodName Method name 'testIsPresent_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A1239 warning GoogleMethodName Method name 'testIsPresent_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A1240 warning MethodName Method name 'testIsPresent_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A1241 warning GoogleMethodName Method name 'testGet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A1242 warning MethodName Method name 'testGet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A1243 warning GoogleMethodName Method name 'testGet_present' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A1244 warning MethodName Method name 'testGet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A1245 warning GoogleMethodName Method name 'testOr_T_present' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A1246 warning MethodName Method name 'testOr_T_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A1247 warning GoogleMethodName Method name 'testOr_T_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A1248 warning MethodName Method name 'testOr_T_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A1249 warning GoogleMethodName Method name 'testOr_supplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A1250 warning MethodName Method name 'testOr_supplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A1251 warning GoogleMethodName Method name 'testOr_supplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A1252 warning MethodName Method name 'testOr_supplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A1253 warning GoogleMethodName Method name 'testOr_nullSupplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A1254 warning MethodName Method name 'testOr_nullSupplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A1255 warning GoogleMethodName Method name 'testOr_nullSupplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A1256 warning MethodName Method name 'testOr_nullSupplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A1257 warning GoogleMethodName Method name 'testOr_Optional_present' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A1258 warning MethodName Method name 'testOr_Optional_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A1259 warning GoogleMethodName Method name 'testOr_Optional_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A1260 warning MethodName Method name 'testOr_Optional_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A1261 warning GoogleMethodName Method name 'testOrNull_present' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A1262 warning MethodName Method name 'testOrNull_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A1263 warning GoogleMethodName Method name 'testOrNull_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A1264 warning MethodName Method name 'testOrNull_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A1265 warning GoogleMethodName Method name 'testAsSet_present' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A1266 warning MethodName Method name 'testAsSet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A1267 warning GoogleMethodName Method name 'testAsSet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A1268 warning MethodName Method name 'testAsSet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A1269 warning GoogleMethodName Method name 'testAsSet_presentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A1270 warning MethodName Method name 'testAsSet_presentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A1271 warning GoogleMethodName Method name 'testAsSet_absentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A1272 warning MethodName Method name 'testAsSet_absentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A1273 warning GoogleMethodName Method name 'testTransform_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A1274 warning MethodName Method name 'testTransform_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A1275 warning GoogleMethodName Method name 'testTransform_presentIdentity' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A1276 warning MethodName Method name 'testTransform_presentIdentity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A1277 warning GoogleMethodName Method name 'testTransform_presentToString' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A1278 warning MethodName Method name 'testTransform_presentToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A1279 warning GoogleMethodName Method name 'testTransform_present_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A1280 warning MethodName Method name 'testTransform_present_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A1281 warning GoogleMethodName Method name 'testTransform_absent_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A1282 warning MethodName Method name 'testTransform_absent_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A1283 warning GoogleMethodName Method name 'testToString_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A1284 warning MethodName Method name 'testToString_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A1285 warning GoogleMethodName Method name 'testToString_present' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A1286 warning MethodName Method name 'testToString_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A1287 warning GoogleMethodName Method name 'testPresentInstances_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A1288 warning MethodName Method name 'testPresentInstances_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A1289 warning GoogleMethodName Method name 'testPresentInstances_allAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A1290 warning MethodName Method name 'testPresentInstances_allAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A1291 warning GoogleMethodName Method name 'testPresentInstances_somePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A1292 warning MethodName Method name 'testPresentInstances_somePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15
    #A1293 warning GoogleMethodName Method name 'testPresentInstances_callingIteratorTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A1294 warning MethodName Method name 'testPresentInstances_callingIteratorTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A1295 warning GoogleMethodName Method name 'testPresentInstances_wildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 245 15
    #A1296 warning MethodName Method name 'testPresentInstances_wildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 245 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/PreconditionsTest.java

    Severity Rule Message Line Col
    #A1297 warning GoogleMethodName Method name 'testCheckArgument_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A1298 warning MethodName Method name 'testCheckArgument_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A1299 warning GoogleMethodName Method name 'testCheckArgument_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A1300 warning MethodName Method name 'testCheckArgument_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A1301 warning GoogleMethodName Method name 'testCheckArgument_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A1302 warning MethodName Method name 'testCheckArgument_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A1303 warning GoogleMethodName Method name 'testCheckArgument_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A1304 warning MethodName Method name 'testCheckArgument_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A1305 warning GoogleMethodName Method name 'testCheckArgument_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A1306 warning MethodName Method name 'testCheckArgument_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A1307 warning GoogleMethodName Method name 'testCheckArgument_nullMessageWithArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A1308 warning MethodName Method name 'testCheckArgument_nullMessageWithArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A1309 warning GoogleMethodName Method name 'testCheckArgument_nullArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A1310 warning MethodName Method name 'testCheckArgument_nullArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A1311 warning GoogleMethodName Method name 'testCheckArgument_notEnoughArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A1312 warning MethodName Method name 'testCheckArgument_notEnoughArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A1313 warning GoogleMethodName Method name 'testCheckArgument_tooManyArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A1314 warning MethodName Method name 'testCheckArgument_tooManyArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A1315 warning GoogleMethodName Method name 'testCheckArgument_singleNullArg_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A1316 warning MethodName Method name 'testCheckArgument_singleNullArg_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A1317 warning GoogleMethodName Method name 'testCheckArgument_singleNullArray_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A1318 warning MethodName Method name 'testCheckArgument_singleNullArray_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A1319 warning GoogleMethodName Method name 'testCheckArgument_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A1320 warning MethodName Method name 'testCheckArgument_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A1321 warning GoogleMethodName Method name 'testCheckArgument_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A1322 warning MethodName Method name 'testCheckArgument_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A1323 warning GoogleMethodName Method name 'testCheckState_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A1324 warning MethodName Method name 'testCheckState_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A1325 warning GoogleMethodName Method name 'testCheckState_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A1326 warning MethodName Method name 'testCheckState_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A1327 warning GoogleMethodName Method name 'testCheckState_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A1328 warning MethodName Method name 'testCheckState_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A1329 warning GoogleMethodName Method name 'testCheckState_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A1330 warning MethodName Method name 'testCheckState_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A1331 warning GoogleMethodName Method name 'testCheckState_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A1332 warning MethodName Method name 'testCheckState_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A1333 warning GoogleMethodName Method name 'testCheckState_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A1334 warning MethodName Method name 'testCheckState_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A1335 warning GoogleMethodName Method name 'testCheckState_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A1336 warning MethodName Method name 'testCheckState_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A1337 warning GoogleMethodName Method name 'testCheckNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A1338 warning MethodName Method name 'testCheckNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A1339 warning GoogleMethodName Method name 'testCheckNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 199 15
    #A1340 warning MethodName Method name 'testCheckNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 199 15
    #A1341 warning GoogleMethodName Method name 'testCheckNotNull_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A1342 warning MethodName Method name 'testCheckNotNull_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A1343 warning GoogleMethodName Method name 'testCheckNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A1344 warning MethodName Method name 'testCheckNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A1345 warning GoogleMethodName Method name 'testCheckNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A1346 warning MethodName Method name 'testCheckNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A1347 warning GoogleMethodName Method name 'testCheckNotNull_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A1348 warning MethodName Method name 'testCheckNotNull_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A1349 warning GoogleMethodName Method name 'testCheckElementIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A1350 warning MethodName Method name 'testCheckElementIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A1351 warning GoogleMethodName Method name 'testCheckElementIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A1352 warning MethodName Method name 'testCheckElementIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A1353 warning GoogleMethodName Method name 'testCheckElementIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 251 15
    #A1354 warning MethodName Method name 'testCheckElementIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15
    #A1355 warning GoogleMethodName Method name 'testCheckElementIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A1356 warning MethodName Method name 'testCheckElementIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A1357 warning GoogleMethodName Method name 'testCheckElementIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A1358 warning MethodName Method name 'testCheckElementIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A1359 warning GoogleMethodName Method name 'testCheckElementIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A1360 warning MethodName Method name 'testCheckElementIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A1361 warning GoogleMethodName Method name 'testCheckPositionIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A1362 warning MethodName Method name 'testCheckPositionIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A1363 warning GoogleMethodName Method name 'testCheckPositionIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A1364 warning MethodName Method name 'testCheckPositionIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A1365 warning GoogleMethodName Method name 'testCheckPositionIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A1366 warning MethodName Method name 'testCheckPositionIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A1367 warning GoogleMethodName Method name 'testCheckPositionIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A1368 warning MethodName Method name 'testCheckPositionIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A1369 warning GoogleMethodName Method name 'testCheckPositionIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 323 15
    #A1370 warning MethodName Method name 'testCheckPositionIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 15
    #A1371 warning GoogleMethodName Method name 'testCheckPositionIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 332 15
    #A1372 warning MethodName Method name 'testCheckPositionIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 332 15
    #A1373 warning GoogleMethodName Method name 'testCheckPositionIndexes_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A1374 warning MethodName Method name 'testCheckPositionIndexes_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A1375 warning GoogleMethodName Method name 'testCheckPositionIndexes_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A1376 warning MethodName Method name 'testCheckPositionIndexes_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A1377 warning GoogleMethodName Method name 'testCheckPositionIndex_startNegative' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A1378 warning MethodName Method name 'testCheckPositionIndex_startNegative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A1379 warning GoogleMethodName Method name 'testCheckPositionIndexes_endTooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 365 15
    #A1380 warning MethodName Method name 'testCheckPositionIndexes_endTooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 365 15
    #A1381 warning GoogleMethodName Method name 'testCheckPositionIndexes_reversed' has invalid underscore usage, underscores only allowed between adjacent digits. 376 15
    #A1382 warning MethodName Method name 'testCheckPositionIndexes_reversed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 15
    #A1383 warning GoogleMethodName Method name 'testAllOverloads_checkArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 388 15
    #A1384 warning MethodName Method name 'testAllOverloads_checkArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 388 15
    #A1385 warning GoogleMethodName Method name 'testAllOverloads_checkState' has invalid underscore usage, underscores only allowed between adjacent digits. 405 15
    #A1386 warning MethodName Method name 'testAllOverloads_checkState' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A1387 warning GoogleMethodName Method name 'testAllOverloads_checkNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 422 15
    #A1388 warning MethodName Method name 'testAllOverloads_checkNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/PredicatesTest.java

    Severity Rule Message Line Col
    #A1389 warning GoogleMethodName Method name 'testAlwaysTrue_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A1390 warning MethodName Method name 'testAlwaysTrue_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A1391 warning GoogleMethodName Method name 'testAlwaysTrue_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A1392 warning MethodName Method name 'testAlwaysTrue_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A1393 warning GoogleMethodName Method name 'testAlwaysTrue_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A1394 warning MethodName Method name 'testAlwaysTrue_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A1395 warning GoogleMethodName Method name 'testAlwaysFalse_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A1396 warning MethodName Method name 'testAlwaysFalse_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A1397 warning GoogleMethodName Method name 'testAlwaysFalse_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A1398 warning MethodName Method name 'testAlwaysFalse_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A1399 warning GoogleMethodName Method name 'testAlwaysFalse_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A1400 warning MethodName Method name 'testAlwaysFalse_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A1401 warning GoogleMethodName Method name 'testNot_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A1402 warning MethodName Method name 'testNot_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A1403 warning GoogleMethodName Method name 'testNot_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A1404 warning MethodName Method name 'testNot_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A1405 warning GoogleMethodName Method name 'testNot_equalityForNotOfKnownValues' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A1406 warning MethodName Method name 'testNot_equalityForNotOfKnownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A1407 warning GoogleMethodName Method name 'testNot_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A1408 warning MethodName Method name 'testNot_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A1409 warning GoogleMethodName Method name 'testAnd_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A1410 warning MethodName Method name 'testAnd_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A1411 warning GoogleMethodName Method name 'testAnd_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A1412 warning MethodName Method name 'testAnd_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A1413 warning GoogleMethodName Method name 'testAnd_serializationNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A1414 warning MethodName Method name 'testAnd_serializationNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A1415 warning GoogleMethodName Method name 'testAnd_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A1416 warning MethodName Method name 'testAnd_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A1417 warning GoogleMethodName Method name 'testAnd_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A1418 warning MethodName Method name 'testAnd_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A1419 warning GoogleMethodName Method name 'testAnd_serializationOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A1420 warning MethodName Method name 'testAnd_serializationOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A1421 warning GoogleMethodName Method name 'testAnd_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A1422 warning MethodName Method name 'testAnd_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A1423 warning GoogleMethodName Method name 'testAnd_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A1424 warning MethodName Method name 'testAnd_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A1425 warning GoogleMethodName Method name 'testAnd_serializationBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A1426 warning MethodName Method name 'testAnd_serializationBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A1427 warning GoogleMethodName Method name 'testAnd_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 252 15
    #A1428 warning MethodName Method name 'testAnd_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 252 15
    #A1429 warning GoogleMethodName Method name 'testAnd_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A1430 warning MethodName Method name 'testAnd_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A1431 warning GoogleMethodName Method name 'testAnd_serializationTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 273 15
    #A1432 warning MethodName Method name 'testAnd_serializationTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 273 15
    #A1433 warning GoogleMethodName Method name 'testAnd_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A1434 warning MethodName Method name 'testAnd_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A1435 warning GoogleMethodName Method name 'testAnd_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A1436 warning MethodName Method name 'testAnd_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A1437 warning GoogleMethodName Method name 'testAnd_serializationIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A1438 warning MethodName Method name 'testAnd_serializationIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A1439 warning GoogleMethodName Method name 'testAnd_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A1440 warning MethodName Method name 'testAnd_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A1441 warning GoogleMethodName Method name 'testAnd_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A1442 warning MethodName Method name 'testAnd_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A1443 warning GoogleMethodName Method name 'testAnd_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A1444 warning MethodName Method name 'testAnd_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A1445 warning GoogleMethodName Method name 'testOr_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A1446 warning MethodName Method name 'testOr_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A1447 warning GoogleMethodName Method name 'testOr_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 346 15
    #A1448 warning MethodName Method name 'testOr_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 15
    #A1449 warning GoogleMethodName Method name 'testOr_serializationNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A1450 warning MethodName Method name 'testOr_serializationNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A1451 warning GoogleMethodName Method name 'testOr_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 361 15
    #A1452 warning MethodName Method name 'testOr_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 15
    #A1453 warning GoogleMethodName Method name 'testOr_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A1454 warning MethodName Method name 'testOr_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A1455 warning GoogleMethodName Method name 'testOr_serializationOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A1456 warning MethodName Method name 'testOr_serializationOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A1457 warning GoogleMethodName Method name 'testOr_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A1458 warning MethodName Method name 'testOr_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A1459 warning GoogleMethodName Method name 'testOr_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 394 15
    #A1460 warning MethodName Method name 'testOr_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 15
    #A1461 warning GoogleMethodName Method name 'testOr_serializationBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 404 15
    #A1462 warning MethodName Method name 'testOr_serializationBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 404 15
    #A1463 warning GoogleMethodName Method name 'testOr_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 409 15
    #A1464 warning MethodName Method name 'testOr_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 409 15
    #A1465 warning GoogleMethodName Method name 'testOr_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A1466 warning MethodName Method name 'testOr_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15
    #A1467 warning GoogleMethodName Method name 'testOr_serializationTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 429 15
    #A1468 warning MethodName Method name 'testOr_serializationTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 15
    #A1469 warning GoogleMethodName Method name 'testOr_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 434 15
    #A1470 warning MethodName Method name 'testOr_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 434 15
    #A1471 warning GoogleMethodName Method name 'testOr_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 449 15
    #A1472 warning MethodName Method name 'testOr_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 449 15
    #A1473 warning GoogleMethodName Method name 'testOr_serializationIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 462 15
    #A1474 warning MethodName Method name 'testOr_serializationIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 462 15
    #A1475 warning GoogleMethodName Method name 'testOr_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 469 15
    #A1476 warning MethodName Method name 'testOr_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 469 15
    #A1477 warning GoogleMethodName Method name 'testOr_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 477 15
    #A1478 warning MethodName Method name 'testOr_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 477 15
    #A1479 warning GoogleMethodName Method name 'testOr_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A1480 warning MethodName Method name 'testOr_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A1481 warning GoogleMethodName Method name 'testIsEqualTo_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 504 15
    #A1482 warning MethodName Method name 'testIsEqualTo_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 15
    #A1483 warning GoogleMethodName Method name 'testIsEqualTo_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 512 15
    #A1484 warning MethodName Method name 'testIsEqualTo_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 512 15
    #A1485 warning GoogleMethodName Method name 'testIsEqualTo_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 521 15
    #A1486 warning MethodName Method name 'testIsEqualTo_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 15
    #A1487 warning GoogleMethodName Method name 'testIsEqualToNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 525 15
    #A1488 warning MethodName Method name 'testIsEqualToNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 525 15
    #A1489 warning GoogleMethodName Method name 'testIsEqualToNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 531 15
    #A1490 warning MethodName Method name 'testIsEqualToNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 15
    #A1491 warning GoogleMethodName Method name 'testIsEqualToNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 540 15
    #A1492 warning MethodName Method name 'testIsEqualToNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 540 15
    #A1493 warning GoogleMethodName Method name 'testIsInstanceOf_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 550 15
    #A1494 warning MethodName Method name 'testIsInstanceOf_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 550 15
    #A1495 warning GoogleMethodName Method name 'testIsInstanceOf_subclass' has invalid underscore usage, underscores only allowed between adjacent digits. 560 15
    #A1496 warning MethodName Method name 'testIsInstanceOf_subclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 560 15
    #A1497 warning GoogleMethodName Method name 'testIsInstanceOf_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 570 15
    #A1498 warning MethodName Method name 'testIsInstanceOf_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 570 15
    #A1499 warning GoogleMethodName Method name 'testIsInstanceOf_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 580 15
    #A1500 warning MethodName Method name 'testIsInstanceOf_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 580 15
    #A1501 warning GoogleMethodName Method name 'testIsInstanceOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 590 15
    #A1502 warning MethodName Method name 'testIsInstanceOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 590 15
    #A1503 warning GoogleMethodName Method name 'testSubtypeOf_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 595 15
    #A1504 warning MethodName Method name 'testSubtypeOf_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A1505 warning GoogleMethodName Method name 'testSubtypeOf_subclass' has invalid underscore usage, underscores only allowed between adjacent digits. 609 15
    #A1506 warning MethodName Method name 'testSubtypeOf_subclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 609 15
    #A1507 warning GoogleMethodName Method name 'testSubtypeOf_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 617 15
    #A1508 warning MethodName Method name 'testSubtypeOf_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 617 15
    #A1509 warning GoogleMethodName Method name 'testSubtypeOf_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 625 15
    #A1510 warning MethodName Method name 'testSubtypeOf_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 625 15
    #A1511 warning GoogleMethodName Method name 'testSubtypeOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 634 15
    #A1512 warning MethodName Method name 'testSubtypeOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 15
    #A1513 warning GoogleMethodName Method name 'testIsNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 647 15
    #A1514 warning MethodName Method name 'testIsNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 647 15
    #A1515 warning GoogleMethodName Method name 'testIsNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 653 15
    #A1516 warning MethodName Method name 'testIsNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 653 15
    #A1517 warning GoogleMethodName Method name 'testIsNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 661 15
    #A1518 warning MethodName Method name 'testIsNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 15
    #A1519 warning GoogleMethodName Method name 'testNotNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 668 15
    #A1520 warning MethodName Method name 'testNotNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 668 15
    #A1521 warning GoogleMethodName Method name 'testNotNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 674 15
    #A1522 warning MethodName Method name 'testNotNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 674 15
    #A1523 warning GoogleMethodName Method name 'testNotNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 682 15
    #A1524 warning MethodName Method name 'testNotNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 682 15
    #A1525 warning GoogleMethodName Method name 'testIn_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 686 15
    #A1526 warning MethodName Method name 'testIn_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 15
    #A1527 warning GoogleMethodName Method name 'testIn_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 696 15
    #A1528 warning MethodName Method name 'testIn_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 15
    #A1529 warning GoogleMethodName Method name 'testIn_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 713 15
    #A1530 warning MethodName Method name 'testIn_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 713 15
    #A1531 warning GoogleMethodName Method name 'testIn_handlesNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 717 15
    #A1532 warning MethodName Method name 'testIn_handlesNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 717 15
    #A1533 warning GoogleMethodName Method name 'testIn_handlesClassCastException' has invalid underscore usage, underscores only allowed between adjacent digits. 732 15
    #A1534 warning MethodName Method name 'testIn_handlesClassCastException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 732 15
    #A1535 warning GoogleMethodName Method name 'testIn_compilesWithExplicitSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. 751 15
    #A1536 warning MethodName Method name 'testIn_compilesWithExplicitSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 15
    #A1537 warning GoogleMethodName Method name 'testContainsPattern_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 832 15
    #A1538 warning MethodName Method name 'testContainsPattern_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 832 15
    #A1539 warning GoogleMethodName Method name 'testContains_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 839 15
    #A1540 warning MethodName Method name 'testContains_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 839 15
    #A1541 warning GoogleMethodName Method name 'testContainsPattern_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 847 15
    #A1542 warning MethodName Method name 'testContainsPattern_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 847 15
    #A1543 warning GoogleMethodName Method name 'testContains_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 855 15
    #A1544 warning MethodName Method name 'testContains_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 855 15
    #A1545 warning GoogleMethodName Method name 'testContainsPattern_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 863 15
    #A1546 warning MethodName Method name 'testContainsPattern_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 863 15
    #A1547 warning GoogleMethodName Method name 'testContains_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 870 15
    #A1548 warning MethodName Method name 'testContains_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 870 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/SplitterTest.java

    Severity Rule Message Line Col
    #A1549 warning GoogleMethodName Method name 'testPatternSplitWordBoundary_singleCharInput' has invalid underscore usage, underscores only allowed between adjacent digits. 377 15
    #A1550 warning MethodName Method name 'testPatternSplitWordBoundary_singleCharInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 377 15
    #A1551 warning GoogleMethodName Method name 'testPatternSplitWordBoundary_singleWordInput' has invalid underscore usage, underscores only allowed between adjacent digits. 385 15
    #A1552 warning MethodName Method name 'testPatternSplitWordBoundary_singleWordInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A1553 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_char' has invalid underscore usage, underscores only allowed between adjacent digits. 462 15
    #A1554 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 462 15
    #A1555 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_string' has invalid underscore usage, underscores only allowed between adjacent digits. 466 15
    #A1556 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 15
    #A1557 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_pattern' has invalid underscore usage, underscores only allowed between adjacent digits. 471 15
    #A1558 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_pattern' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 15
    #A1559 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_char' has invalid underscore usage, underscores only allowed between adjacent digits. 484 15
    #A1560 warning MethodName Method name 'testSplitterIterableIsLazy_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 484 15
    #A1561 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_string' has invalid underscore usage, underscores only allowed between adjacent digits. 488 15
    #A1562 warning MethodName Method name 'testSplitterIterableIsLazy_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 488 15
    #A1563 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_pattern' has invalid underscore usage, underscores only allowed between adjacent digits. 494 15
    #A1564 warning MethodName Method name 'testSplitterIterableIsLazy_pattern' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 494 15
    #A1565 warning GoogleMethodName Method name 'testMapSplitter_trimmedBoth' has invalid underscore usage, underscores only allowed between adjacent digits. 674 15
    #A1566 warning MethodName Method name 'testMapSplitter_trimmedBoth' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 674 15
    #A1567 warning GoogleMethodName Method name 'testMapSplitter_trimmedEntries' has invalid underscore usage, underscores only allowed between adjacent digits. 686 15
    #A1568 warning MethodName Method name 'testMapSplitter_trimmedEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 15
    #A1569 warning GoogleMethodName Method name 'testMapSplitter_trimmedKeyValue' has invalid underscore usage, underscores only allowed between adjacent digits. 699 15
    #A1570 warning MethodName Method name 'testMapSplitter_trimmedKeyValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 699 15
    #A1571 warning GoogleMethodName Method name 'testMapSplitter_notTrimmed' has invalid underscore usage, underscores only allowed between adjacent digits. 710 15
    #A1572 warning MethodName Method name 'testMapSplitter_notTrimmed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 710 15
    #A1573 warning GoogleMethodName Method name 'testMapSplitter_CharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 721 15
    #A1574 warning MethodName Method name 'testMapSplitter_CharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 15
    #A1575 warning GoogleMethodName Method name 'testMapSplitter_multiCharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 732 15
    #A1576 warning MethodName Method name 'testMapSplitter_multiCharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 732 15
    #A1577 warning GoogleMethodName Method name 'testMapSplitter_emptySeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 745 15
    #A1578 warning MethodName Method name 'testMapSplitter_emptySeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 745 15
    #A1579 warning GoogleMethodName Method name 'testMapSplitter_malformedEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 753 15
    #A1580 warning MethodName Method name 'testMapSplitter_malformedEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 753 15
    #A1581 warning GoogleMethodName Method name 'testMapSplitter_extraValueDelimiter' has invalid underscore usage, underscores only allowed between adjacent digits. 765 15
    #A1582 warning MethodName Method name 'testMapSplitter_extraValueDelimiter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 765 15
    #A1583 warning GoogleMethodName Method name 'testMapSplitter_orderedResults' has invalid underscore usage, underscores only allowed between adjacent digits. 773 15
    #A1584 warning MethodName Method name 'testMapSplitter_orderedResults' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 773 15
    #A1585 warning GoogleMethodName Method name 'testMapSplitter_duplicateKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 789 15
    #A1586 warning MethodName Method name 'testMapSplitter_duplicateKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 789 15
    #A1587 warning GoogleMethodName Method name 'testMapSplitter_varyingTrimLevels' has invalid underscore usage, underscores only allowed between adjacent digits. 797 15
    #A1588 warning MethodName Method name 'testMapSplitter_varyingTrimLevels' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 797 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/StopwatchTest.java

    Severity Rule Message Line Col
    #A1589 warning GoogleMethodName Method name 'testStart_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A1590 warning MethodName Method name 'testStart_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A1591 warning GoogleMethodName Method name 'testStop_new' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A1592 warning MethodName Method name 'testStop_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A1593 warning GoogleMethodName Method name 'testStop_alreadyStopped' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A1594 warning MethodName Method name 'testStop_alreadyStopped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A1595 warning GoogleMethodName Method name 'testReset_new' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A1596 warning MethodName Method name 'testReset_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A1597 warning GoogleMethodName Method name 'testReset_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A1598 warning MethodName Method name 'testReset_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A1599 warning GoogleMethodName Method name 'testElapsed_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A1600 warning MethodName Method name 'testElapsed_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A1601 warning GoogleMethodName Method name 'testElapsed_notRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A1602 warning MethodName Method name 'testElapsed_notRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A1603 warning GoogleMethodName Method name 'testElapsed_multipleSegments' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A1604 warning MethodName Method name 'testElapsed_multipleSegments' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A1605 warning GoogleMethodName Method name 'testElapsed_micros' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A1606 warning MethodName Method name 'testElapsed_micros' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A1607 warning GoogleMethodName Method name 'testElapsed_millis' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A1608 warning MethodName Method name 'testElapsed_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/StringsTest.java

    Severity Rule Message Line Col
    #A1609 warning GoogleMethodName Method name 'testPadStart_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A1610 warning MethodName Method name 'testPadStart_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A1611 warning GoogleMethodName Method name 'testPadStart_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A1612 warning MethodName Method name 'testPadStart_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A1613 warning GoogleMethodName Method name 'testPadStart_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A1614 warning MethodName Method name 'testPadStart_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A1615 warning GoogleMethodName Method name 'testPadStart_null' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A1616 warning MethodName Method name 'testPadStart_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A1617 warning GoogleMethodName Method name 'testPadEnd_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A1618 warning MethodName Method name 'testPadEnd_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A1619 warning GoogleMethodName Method name 'testPadEnd_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A1620 warning MethodName Method name 'testPadEnd_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A1621 warning GoogleMethodName Method name 'testPadEnd_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A1622 warning MethodName Method name 'testPadEnd_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A1623 warning GoogleMethodName Method name 'testPadEnd_null' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A1624 warning MethodName Method name 'testPadEnd_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A1625 warning GoogleMethodName Method name 'testRepeat_null' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A1626 warning MethodName Method name 'testRepeat_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A1627 warning GoogleMethodName Method name 'testLenientFormat_badArgumentToString' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A1628 warning MethodName Method name 'testLenientFormat_badArgumentToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A1629 warning GoogleMethodName Method name 'testLenientFormat_badArgumentToString_gwtFriendly' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A1630 warning MethodName Method name 'testLenientFormat_badArgumentToString_gwtFriendly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/SuppliersTest.java

    Severity Rule Message Line Col
    #A1631 warning GoogleMethodName Method name 'testMemoize_redudantly' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A1632 warning MethodName Method name 'testMemoize_redudantly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A1633 warning GoogleMethodName Method name 'memoize_redudantlyTest' has invalid underscore usage, underscores only allowed between adjacent digits. 105 16
    #A1634 warning MethodName Method name 'memoize_redudantlyTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 16
    #A1635 warning GoogleMethodName Method name 'testOfInstance_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 457 15
    #A1636 warning MethodName Method name 'testOfInstance_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 457 15
    #A1637 warning GoogleMethodName Method name 'testCompose_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 464 15
    #A1638 warning MethodName Method name 'testCompose_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/ThrowablesTest.java

    Severity Rule Message Line Col
    #A1639 warning GoogleMethodName Method name 'testThrowIfUnchecked_Unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A1640 warning MethodName Method name 'testThrowIfUnchecked_Unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A1641 warning GoogleMethodName Method name 'testThrowIfUnchecked_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A1642 warning MethodName Method name 'testThrowIfUnchecked_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A1643 warning GoogleMethodName Method name 'testThrowIfUnchecked_Checked' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A1644 warning MethodName Method name 'testThrowIfUnchecked_Checked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A1645 warning GoogleMethodName Method name 'testPropagateIfPossible_NoneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A1646 warning MethodName Method name 'testPropagateIfPossible_NoneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A1647 warning GoogleMethodName Method name 'testPropagateIfPossible_NoneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A1648 warning MethodName Method name 'testPropagateIfPossible_NoneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A1649 warning GoogleMethodName Method name 'testPropagateIfPossible_NoneDeclared_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A1650 warning MethodName Method name 'testPropagateIfPossible_NoneDeclared_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A1651 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A1652 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A1653 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A1654 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A1655 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A1656 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A1657 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A1658 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A1659 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A1660 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A1661 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A1662 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A1663 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 267 15
    #A1664 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A1665 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_OtherCheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A1666 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_OtherCheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A1667 warning GoogleMethodName Method name 'testThrowIfUnchecked_null' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A1668 warning MethodName Method name 'testThrowIfUnchecked_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A1669 warning GoogleMethodName Method name 'testPropageIfPossible_null' has invalid underscore usage, underscores only allowed between adjacent digits. 323 15
    #A1670 warning MethodName Method name 'testPropageIfPossible_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 15
    #A1671 warning GoogleMethodName Method name 'testPropageIfPossible_OneDeclared_null' has invalid underscore usage, underscores only allowed between adjacent digits. 328 15
    #A1672 warning MethodName Method name 'testPropageIfPossible_OneDeclared_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 328 15
    #A1673 warning GoogleMethodName Method name 'testPropageIfPossible_TwoDeclared_null' has invalid underscore usage, underscores only allowed between adjacent digits. 333 15
    #A1674 warning MethodName Method name 'testPropageIfPossible_TwoDeclared_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 15
    #A1675 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 338 15
    #A1676 warning MethodName Method name 'testPropagate_NoneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A1677 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A1678 warning MethodName Method name 'testPropagate_NoneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A1679 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_ErrorThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 378 15
    #A1680 warning MethodName Method name 'testPropagate_NoneDeclared_ErrorThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 378 15
    #A1681 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 400 15
    #A1682 warning MethodName Method name 'testPropagate_NoneDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 400 15
    #A1683 warning GoogleMethodName Method name 'testThrowIfInstanceOf_Unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 423 15
    #A1684 warning MethodName Method name 'testThrowIfInstanceOf_Unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 423 15
    #A1685 warning GoogleMethodName Method name 'testThrowIfInstanceOf_CheckedDifferent' has invalid underscore usage, underscores only allowed between adjacent digits. 428 15
    #A1686 warning MethodName Method name 'testThrowIfInstanceOf_CheckedDifferent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 15
    #A1687 warning GoogleMethodName Method name 'testThrowIfInstanceOf_CheckedSame' has invalid underscore usage, underscores only allowed between adjacent digits. 433 15
    #A1688 warning MethodName Method name 'testThrowIfInstanceOf_CheckedSame' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 433 15
    #A1689 warning GoogleMethodName Method name 'testThrowIfInstanceOf_CheckedSubclass' has invalid underscore usage, underscores only allowed between adjacent digits. 442 15
    #A1690 warning MethodName Method name 'testThrowIfInstanceOf_CheckedSubclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 442 15
    #A1691 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 451 15
    #A1692 warning MethodName Method name 'testPropagateIfInstanceOf_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A1693 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_DeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 470 15
    #A1694 warning MethodName Method name 'testPropagateIfInstanceOf_DeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 470 15
    #A1695 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A1696 warning MethodName Method name 'testPropagateIfInstanceOf_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A1697 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 516 15
    #A1698 warning MethodName Method name 'testPropagateIfInstanceOf_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 15
    #A1699 warning GoogleMethodName Method name 'testThrowIfInstanceOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. 540 15
    #A1700 warning MethodName Method name 'testThrowIfInstanceOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 540 15
    #A1701 warning GoogleMethodName Method name 'testPropageIfInstanceOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. 549 15
    #A1702 warning MethodName Method name 'testPropageIfInstanceOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 549 15
    #A1703 warning GoogleMethodName Method name 'testGetRootCause_NoCause' has invalid underscore usage, underscores only allowed between adjacent digits. 553 15
    #A1704 warning MethodName Method name 'testGetRootCause_NoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 553 15
    #A1705 warning GoogleMethodName Method name 'testGetRootCause_SingleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. 558 15
    #A1706 warning MethodName Method name 'testGetRootCause_SingleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A1707 warning GoogleMethodName Method name 'testGetRootCause_DoubleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. 564 15
    #A1708 warning MethodName Method name 'testGetRootCause_DoubleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 564 15
    #A1709 warning GoogleMethodName Method name 'testGetRootCause_Loop' has invalid underscore usage, underscores only allowed between adjacent digits. 570 15
    #A1710 warning MethodName Method name 'testGetRootCause_Loop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 570 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/ToStringHelperTest.java

    Severity Rule Message Line Col
    #A1711 warning GoogleMethodName Method name 'testConstructor_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 35 15
    #A1712 warning MethodName Method name 'testConstructor_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 15
    #A1713 warning GoogleMethodName Method name 'testConstructorLenient_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A1714 warning MethodName Method name 'testConstructorLenient_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A1715 warning GoogleMethodName Method name 'testConstructor_innerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A1716 warning MethodName Method name 'testConstructor_innerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A1717 warning GoogleMethodName Method name 'testConstructorLenient_innerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A1718 warning MethodName Method name 'testConstructorLenient_innerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A1719 warning GoogleMethodName Method name 'testConstructor_anonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A1720 warning MethodName Method name 'testConstructor_anonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A1721 warning GoogleMethodName Method name 'testConstructorLenient_anonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A1722 warning MethodName Method name 'testConstructorLenient_anonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A1723 warning GoogleMethodName Method name 'testConstructor_classObject' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A1724 warning MethodName Method name 'testConstructor_classObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A1725 warning GoogleMethodName Method name 'testConstructorLenient_classObject' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A1726 warning MethodName Method name 'testConstructorLenient_classObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A1727 warning GoogleMethodName Method name 'testConstructor_stringObject' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A1728 warning MethodName Method name 'testConstructor_stringObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A1729 warning GoogleMethodName Method name 'testToStringHelper_localInnerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A1730 warning MethodName Method name 'testToStringHelper_localInnerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A1731 warning GoogleMethodName Method name 'testToStringHelperLenient_localInnerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A1732 warning MethodName Method name 'testToStringHelperLenient_localInnerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A1733 warning GoogleMethodName Method name 'testToStringHelper_localInnerNestedClass' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A1734 warning MethodName Method name 'testToStringHelper_localInnerNestedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A1735 warning GoogleMethodName Method name 'testToStringHelperLenient_localInnerNestedClass' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A1736 warning MethodName Method name 'testToStringHelperLenient_localInnerNestedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A1737 warning GoogleMethodName Method name 'testToStringHelper_moreThanNineAnonymousClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A1738 warning MethodName Method name 'testToStringHelper_moreThanNineAnonymousClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A1739 warning GoogleMethodName Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A1740 warning MethodName Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A1741 warning GoogleMethodName Method name 'testToString_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A1742 warning MethodName Method name 'testToString_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A1743 warning GoogleMethodName Method name 'testToString_oneIntegerField' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A1744 warning MethodName Method name 'testToString_oneIntegerField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A1745 warning GoogleMethodName Method name 'testToString_nullInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A1746 warning MethodName Method name 'testToString_nullInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A1747 warning GoogleMethodName Method name 'testToStringLenient_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A1748 warning MethodName Method name 'testToStringLenient_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A1749 warning GoogleMethodName Method name 'testToStringLenient_oneIntegerField' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A1750 warning MethodName Method name 'testToStringLenient_oneIntegerField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A1751 warning GoogleMethodName Method name 'testToStringLenient_nullInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A1752 warning MethodName Method name 'testToStringLenient_nullInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A1753 warning GoogleMethodName Method name 'testToString_complexFields' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A1754 warning MethodName Method name 'testToString_complexFields' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A1755 warning GoogleMethodName Method name 'testToStringLenient_complexFields' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A1756 warning MethodName Method name 'testToStringLenient_complexFields' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A1757 warning GoogleMethodName Method name 'testToString_addWithNullName' has invalid underscore usage, underscores only allowed between adjacent digits. 224 15
    #A1758 warning MethodName Method name 'testToString_addWithNullName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 224 15
    #A1759 warning GoogleMethodName Method name 'testToString_addWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A1760 warning MethodName Method name 'testToString_addWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A1761 warning GoogleMethodName Method name 'testToStringLenient_addWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A1762 warning MethodName Method name 'testToStringLenient_addWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15
    #A1763 warning GoogleMethodName Method name 'testToString_ToStringTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A1764 warning MethodName Method name 'testToString_ToStringTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A1765 warning GoogleMethodName Method name 'testToString_addValue' has invalid underscore usage, underscores only allowed between adjacent digits. 265 15
    #A1766 warning MethodName Method name 'testToString_addValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 15
    #A1767 warning GoogleMethodName Method name 'testToStringLenient_addValue' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A1768 warning MethodName Method name 'testToStringLenient_addValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A1769 warning GoogleMethodName Method name 'testToString_addValueWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 292 15
    #A1770 warning MethodName Method name 'testToString_addValueWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 292 15
    #A1771 warning GoogleMethodName Method name 'testToStringLenient_addValueWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 304 15
    #A1772 warning MethodName Method name 'testToStringLenient_addValueWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 304 15
    #A1773 warning GoogleMethodName Method name 'testToStringOmitNullValues_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A1774 warning MethodName Method name 'testToStringOmitNullValues_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A1775 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyFieldsFirstNull' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A1776 warning MethodName Method name 'testToStringOmitNullValues_manyFieldsFirstNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A1777 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyFieldsOmitAfterNull' has invalid underscore usage, underscores only allowed between adjacent digits. 336 15
    #A1778 warning MethodName Method name 'testToStringOmitNullValues_manyFieldsOmitAfterNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 15
    #A1779 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyFieldsLastNull' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A1780 warning MethodName Method name 'testToStringOmitNullValues_manyFieldsLastNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A1781 warning GoogleMethodName Method name 'testToStringOmitNullValues_oneValue' has invalid underscore usage, underscores only allowed between adjacent digits. 360 15
    #A1782 warning MethodName Method name 'testToStringOmitNullValues_oneValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A1783 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyValuesFirstNull' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A1784 warning MethodName Method name 'testToStringOmitNullValues_manyValuesFirstNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A1785 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyValuesLastNull' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A1786 warning MethodName Method name 'testToStringOmitNullValues_manyValuesLastNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A1787 warning GoogleMethodName Method name 'testToStringOmitNullValues_differentOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 391 15
    #A1788 warning MethodName Method name 'testToStringOmitNullValues_differentOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 15
    #A1789 warning GoogleMethodName Method name 'testToStringOmitNullValues_canBeCalledManyTimes' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A1790 warning MethodName Method name 'testToStringOmitNullValues_canBeCalledManyTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/Utf8Test.java

    Severity Rule Message Line Col
    #A1791 warning GoogleMethodName Method name 'testEncodedLength_validStrings' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A1792 warning MethodName Method name 'testEncodedLength_validStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A1793 warning GoogleMethodName Method name 'testEncodedLength_validStrings2' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A1794 warning MethodName Method name 'testEncodedLength_validStrings2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A1795 warning GoogleMethodName Method name 'testEncodedLength_invalidStrings' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A1796 warning MethodName Method name 'testEncodedLength_invalidStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A1797 warning GoogleMethodName Method name 'testIsWellFormed_1Byte' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A1798 warning MethodName Method name 'testIsWellFormed_1Byte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A1799 warning GoogleMethodName Method name 'testIsWellFormed_2Bytes' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A1800 warning MethodName Method name 'testIsWellFormed_2Bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A1801 warning GoogleMethodName Method name 'testIsWellFormed_3Bytes' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A1802 warning MethodName Method name 'testIsWellFormed_3Bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A1803 warning GoogleMethodName Method name 'testIsWellFormed_4BytesSamples' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A1804 warning MethodName Method name 'testIsWellFormed_4BytesSamples' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/base/VerifyTest.java

    Severity Rule Message Line Col
    #A1805 warning GoogleMethodName Method name 'testVerify_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 28 15
    #A1806 warning MethodName Method name 'testVerify_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 15
    #A1807 warning GoogleMethodName Method name 'testVerify_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 32 15
    #A1808 warning MethodName Method name 'testVerify_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 32 15
    #A1809 warning GoogleMethodName Method name 'testVerify_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A1810 warning MethodName Method name 'testVerify_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A1811 warning GoogleMethodName Method name 'testVerify_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A1812 warning MethodName Method name 'testVerify_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A1813 warning GoogleMethodName Method name 'testVerify_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A1814 warning MethodName Method name 'testVerify_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A1815 warning GoogleMethodName Method name 'testVerify_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A1816 warning MethodName Method name 'testVerify_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A1817 warning GoogleMethodName Method name 'testVerifyNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A1818 warning MethodName Method name 'testVerifyNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A1819 warning GoogleMethodName Method name 'testVerifyNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A1820 warning MethodName Method name 'testVerifyNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A1821 warning GoogleMethodName Method name 'testVerifyNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A1822 warning MethodName Method name 'testVerifyNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A1823 warning GoogleMethodName Method name 'testVerifyNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A1824 warning MethodName Method name 'testVerifyNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/AbstractCacheTest.java

    Severity Rule Message Line Col
    #A1825 warning GoogleMethodName Method name 'testGetAllPresent_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A1826 warning MethodName Method name 'testGetAllPresent_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A1827 warning GoogleMethodName Method name 'testGetAllPresent_cached' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A1828 warning MethodName Method name 'testGetAllPresent_cached' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/AbstractLoadingCacheTest.java

    Severity Rule Message Line Col
    #A1829 warning GoogleMethodName Method name 'testGetUnchecked_checked' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A1830 warning MethodName Method name 'testGetUnchecked_checked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A1831 warning GoogleMethodName Method name 'testGetUnchecked_unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A1832 warning MethodName Method name 'testGetUnchecked_unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A1833 warning GoogleMethodName Method name 'testGetUnchecked_error' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A1834 warning MethodName Method name 'testGetUnchecked_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A1835 warning GoogleMethodName Method name 'testGetUnchecked_otherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A1836 warning MethodName Method name 'testGetUnchecked_otherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

    Severity Rule Message Line Col
    #A1837 warning GoogleMethodName Method name 'testAsMap_containsValue' has invalid underscore usage, underscores only allowed between adjacent digits. 372 15
    #A1838 warning MethodName Method name 'testAsMap_containsValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 372 15
    #A1839 warning GoogleMethodName Method name 'testAsMap_containsKey' has invalid underscore usage, underscores only allowed between adjacent digits. 391 15
    #A1840 warning MethodName Method name 'testAsMap_containsKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 15
    #A1841 warning GoogleMethodName Method name 'testAsMapValues_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 410 15
    #A1842 warning MethodName Method name 'testAsMapValues_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 15
    #A1843 warning GoogleMethodName Method name 'testAsMapKeySet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A1844 warning MethodName Method name 'testAsMapKeySet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A1845 warning GoogleMethodName Method name 'testAsMapValues_iteratorRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 488 15
    #A1846 warning MethodName Method name 'testAsMapValues_iteratorRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 488 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheBuilderSpecTest.java

    Severity Rule Message Line Col
    #A1847 warning GoogleMethodName Method name 'testParse_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 35 15
    #A1848 warning MethodName Method name 'testParse_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 15
    #A1849 warning GoogleMethodName Method name 'testParse_initialCapacity' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A1850 warning MethodName Method name 'testParse_initialCapacity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A1851 warning GoogleMethodName Method name 'testParse_initialCapacityRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A1852 warning MethodName Method name 'testParse_initialCapacityRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A1853 warning GoogleMethodName Method name 'testParse_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A1854 warning MethodName Method name 'testParse_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A1855 warning GoogleMethodName Method name 'testParse_maximumSizeRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A1856 warning MethodName Method name 'testParse_maximumSizeRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A1857 warning GoogleMethodName Method name 'testParse_maximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A1858 warning MethodName Method name 'testParse_maximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A1859 warning GoogleMethodName Method name 'testParse_maximumWeightRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A1860 warning MethodName Method name 'testParse_maximumWeightRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A1861 warning GoogleMethodName Method name 'testParse_maximumSizeAndMaximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A1862 warning MethodName Method name 'testParse_maximumSizeAndMaximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A1863 warning GoogleMethodName Method name 'testParse_concurrencyLevel' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A1864 warning MethodName Method name 'testParse_concurrencyLevel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A1865 warning GoogleMethodName Method name 'testParse_concurrencyLevelRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A1866 warning MethodName Method name 'testParse_concurrencyLevelRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A1867 warning GoogleMethodName Method name 'testParse_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A1868 warning MethodName Method name 'testParse_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A1869 warning GoogleMethodName Method name 'testParse_weakKeysCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A1870 warning MethodName Method name 'testParse_weakKeysCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A1871 warning GoogleMethodName Method name 'testParse_repeatedKeyStrength' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A1872 warning MethodName Method name 'testParse_repeatedKeyStrength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A1873 warning GoogleMethodName Method name 'testParse_softValues' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A1874 warning MethodName Method name 'testParse_softValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A1875 warning GoogleMethodName Method name 'testParse_softValuesCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. 184 15
    #A1876 warning MethodName Method name 'testParse_softValuesCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A1877 warning GoogleMethodName Method name 'testParse_weakValues' has invalid underscore usage, underscores only allowed between adjacent digits. 192 15
    #A1878 warning MethodName Method name 'testParse_weakValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 192 15
    #A1879 warning GoogleMethodName Method name 'testParse_weakValuesCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A1880 warning MethodName Method name 'testParse_weakValuesCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A1881 warning GoogleMethodName Method name 'testParse_repeatedValueStrength' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A1882 warning MethodName Method name 'testParse_repeatedValueStrength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A1883 warning GoogleMethodName Method name 'testParse_writeExpirationDays' has invalid underscore usage, underscores only allowed between adjacent digits. 239 15
    #A1884 warning MethodName Method name 'testParse_writeExpirationDays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 15
    #A1885 warning GoogleMethodName Method name 'testParse_writeExpirationHours' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A1886 warning MethodName Method name 'testParse_writeExpirationHours' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A1887 warning GoogleMethodName Method name 'testParse_writeExpirationMinutes' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A1888 warning MethodName Method name 'testParse_writeExpirationMinutes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15
    #A1889 warning GoogleMethodName Method name 'testParse_writeExpirationSeconds' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A1890 warning MethodName Method name 'testParse_writeExpirationSeconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A1891 warning GoogleMethodName Method name 'testParse_writeExpirationRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A1892 warning MethodName Method name 'testParse_writeExpirationRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A1893 warning GoogleMethodName Method name 'testParse_accessExpirationDays' has invalid underscore usage, underscores only allowed between adjacent digits. 286 15
    #A1894 warning MethodName Method name 'testParse_accessExpirationDays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 15
    #A1895 warning GoogleMethodName Method name 'testParse_accessExpirationHours' has invalid underscore usage, underscores only allowed between adjacent digits. 301 15
    #A1896 warning MethodName Method name 'testParse_accessExpirationHours' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 15
    #A1897 warning GoogleMethodName Method name 'testParse_accessExpirationMinutes' has invalid underscore usage, underscores only allowed between adjacent digits. 309 15
    #A1898 warning MethodName Method name 'testParse_accessExpirationMinutes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 15
    #A1899 warning GoogleMethodName Method name 'testParse_accessExpirationSeconds' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A1900 warning MethodName Method name 'testParse_accessExpirationSeconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A1901 warning GoogleMethodName Method name 'testParse_accessExpirationRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A1902 warning MethodName Method name 'testParse_accessExpirationRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A1903 warning GoogleMethodName Method name 'testParse_recordStats' has invalid underscore usage, underscores only allowed between adjacent digits. 335 15
    #A1904 warning MethodName Method name 'testParse_recordStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 335 15
    #A1905 warning GoogleMethodName Method name 'testParse_recordStatsValueSpecified' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A1906 warning MethodName Method name 'testParse_recordStatsValueSpecified' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A1907 warning GoogleMethodName Method name 'testParse_recordStatsRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 349 15
    #A1908 warning MethodName Method name 'testParse_recordStatsRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 15
    #A1909 warning GoogleMethodName Method name 'testParse_accessExpirationAndWriteExpiration' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A1910 warning MethodName Method name 'testParse_accessExpirationAndWriteExpiration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A1911 warning GoogleMethodName Method name 'testParse_multipleKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A1912 warning MethodName Method name 'testParse_multipleKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A1913 warning GoogleMethodName Method name 'testParse_whitespaceAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 397 15
    #A1914 warning MethodName Method name 'testParse_whitespaceAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 397 15
    #A1915 warning GoogleMethodName Method name 'testParse_unknownKey' has invalid underscore usage, underscores only allowed between adjacent digits. 421 15
    #A1916 warning MethodName Method name 'testParse_unknownKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 15
    #A1917 warning GoogleMethodName Method name 'testParse_extraCommaIsInvalid' has invalid underscore usage, underscores only allowed between adjacent digits. 429 15
    #A1918 warning MethodName Method name 'testParse_extraCommaIsInvalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 15
    #A1919 warning GoogleMethodName Method name 'testMaximumWeight_withWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 471 15
    #A1920 warning MethodName Method name 'testMaximumWeight_withWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 15
    #A1921 warning GoogleMethodName Method name 'testMaximumWeight_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 476 15
    #A1922 warning MethodName Method name 'testMaximumWeight_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 15
    #A1923 warning GoogleMethodName Method name 'testMaximumSize_withWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A1924 warning MethodName Method name 'testMaximumSize_withWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A1925 warning GoogleMethodName Method name 'testMaximumSize_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 490 15
    #A1926 warning MethodName Method name 'testMaximumSize_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 490 15
    #A1927 warning GoogleMethodName Method name 'testCacheBuilderFrom_string' has invalid underscore usage, underscores only allowed between adjacent digits. 508 15
    #A1928 warning MethodName Method name 'testCacheBuilderFrom_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheBuilderTest.java

    Severity Rule Message Line Col
    #A1929 warning GoogleMethodName Method name 'testInitialCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A1930 warning MethodName Method name 'testInitialCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A1931 warning GoogleMethodName Method name 'testInitialCapacity_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A1932 warning MethodName Method name 'testInitialCapacity_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A1933 warning GoogleMethodName Method name 'testInitialCapacity_small' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A1934 warning MethodName Method name 'testInitialCapacity_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A1935 warning GoogleMethodName Method name 'testInitialCapacity_smallest' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A1936 warning MethodName Method name 'testInitialCapacity_smallest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A1937 warning GoogleMethodName Method name 'testInitialCapacity_large' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A1938 warning MethodName Method name 'testInitialCapacity_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A1939 warning GoogleMethodName Method name 'testConcurrencyLevel_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A1940 warning MethodName Method name 'testConcurrencyLevel_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A1941 warning GoogleMethodName Method name 'testConcurrencyLevel_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A1942 warning MethodName Method name 'testConcurrencyLevel_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A1943 warning GoogleMethodName Method name 'testConcurrencyLevel_small' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A1944 warning MethodName Method name 'testConcurrencyLevel_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A1945 warning GoogleMethodName Method name 'testConcurrencyLevel_large' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A1946 warning MethodName Method name 'testConcurrencyLevel_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A1947 warning GoogleMethodName Method name 'testMaximumSize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A1948 warning MethodName Method name 'testMaximumSize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A1949 warning GoogleMethodName Method name 'testMaximumSize_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A1950 warning MethodName Method name 'testMaximumSize_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A1951 warning GoogleMethodName Method name 'testMaximumSize_andWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A1952 warning MethodName Method name 'testMaximumSize_andWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A1953 warning GoogleMethodName Method name 'testMaximumSize_largerThanInt' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A1954 warning MethodName Method name 'testMaximumSize_largerThanInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A1955 warning GoogleMethodName Method name 'testMaximumWeight_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A1956 warning MethodName Method name 'testMaximumWeight_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A1957 warning GoogleMethodName Method name 'testMaximumWeight_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A1958 warning MethodName Method name 'testMaximumWeight_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A1959 warning GoogleMethodName Method name 'testMaximumWeight_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A1960 warning MethodName Method name 'testMaximumWeight_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A1961 warning GoogleMethodName Method name 'testWeigher_withoutMaximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A1962 warning MethodName Method name 'testWeigher_withoutMaximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A1963 warning GoogleMethodName Method name 'testWeigher_withMaximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 229 15
    #A1964 warning MethodName Method name 'testWeigher_withMaximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 229 15
    #A1965 warning GoogleMethodName Method name 'testTimeToLive_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 279 15
    #A1966 warning MethodName Method name 'testTimeToLive_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A1967 warning GoogleMethodName Method name 'testTimeToLive_small' has invalid underscore usage, underscores only allowed between adjacent digits. 288 15
    #A1968 warning MethodName Method name 'testTimeToLive_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 288 15
    #A1969 warning GoogleMethodName Method name 'testTimeToLive_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A1970 warning MethodName Method name 'testTimeToLive_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A1971 warning GoogleMethodName Method name 'testTimeToIdle_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 304 15
    #A1972 warning MethodName Method name 'testTimeToIdle_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 304 15
    #A1973 warning GoogleMethodName Method name 'testTimeToIdle_small' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A1974 warning MethodName Method name 'testTimeToIdle_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A1975 warning GoogleMethodName Method name 'testTimeToIdle_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A1976 warning MethodName Method name 'testTimeToIdle_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A1977 warning GoogleMethodName Method name 'testRefresh_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 338 15
    #A1978 warning MethodName Method name 'testRefresh_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A1979 warning GoogleMethodName Method name 'testRefresh_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A1980 warning MethodName Method name 'testRefresh_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A1981 warning GoogleMethodName Method name 'testTicker_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 359 15
    #A1982 warning MethodName Method name 'testTicker_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 15
    #A1983 warning GoogleMethodName Method name 'testRemovalListener_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A1984 warning MethodName Method name 'testRemovalListener_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A1985 warning GoogleMethodName Method name 'testRemovalNotification_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 400 15
    #A1986 warning MethodName Method name 'testRemovalNotification_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 400 15
    #A1987 warning GoogleMethodName Method name 'testRemovalNotification_clear_basher' has invalid underscore usage, underscores only allowed between adjacent digits. 471 15
    #A1988 warning MethodName Method name 'testRemovalNotification_clear_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 15
    #A1989 warning GoogleMethodName Method name 'testRemovalNotification_get_basher' has invalid underscore usage, underscores only allowed between adjacent digits. 555 15
    #A1990 warning MethodName Method name 'testRemovalNotification_get_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 555 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheEvictionTest.java

    Severity Rule Message Line Col
    #A1991 warning GoogleMethodName Method name 'testEviction_setMaxSegmentSize' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A1992 warning MethodName Method name 'testEviction_setMaxSegmentSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A1993 warning GoogleMethodName Method name 'testEviction_setMaxSegmentWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A1994 warning MethodName Method name 'testEviction_setMaxSegmentWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A1995 warning GoogleMethodName Method name 'testEviction_maxSizeOneSegment' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A1996 warning MethodName Method name 'testEviction_maxSizeOneSegment' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A1997 warning GoogleMethodName Method name 'testEviction_maxWeightOneSegment' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A1998 warning MethodName Method name 'testEviction_maxWeightOneSegment' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A1999 warning GoogleMethodName Method name 'testEviction_maxSize' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A2000 warning MethodName Method name 'testEviction_maxSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A2001 warning GoogleMethodName Method name 'testEviction_maxWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A2002 warning MethodName Method name 'testEviction_maxWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A2003 warning GoogleMethodName Method name 'testEviction_maxWeight_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A2004 warning MethodName Method name 'testEviction_maxWeight_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A2005 warning GoogleMethodName Method name 'testEviction_maxWeight_entryTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A2006 warning MethodName Method name 'testEviction_maxWeight_entryTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A2007 warning GoogleMethodName Method name 'testEviction_overflow' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A2008 warning MethodName Method name 'testEviction_overflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A2009 warning GoogleMethodName Method name 'testUpdateRecency_onGet' has invalid underscore usage, underscores only allowed between adjacent digits. 258 15
    #A2010 warning MethodName Method name 'testUpdateRecency_onGet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 15
    #A2011 warning GoogleMethodName Method name 'testUpdateRecency_onInvalidate' has invalid underscore usage, underscores only allowed between adjacent digits. 273 15
    #A2012 warning MethodName Method name 'testUpdateRecency_onInvalidate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 273 15
    #A2013 warning GoogleMethodName Method name 'testEviction_lru' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A2014 warning MethodName Method name 'testEviction_lru' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A2015 warning GoogleMethodName Method name 'testEviction_weightedLru' has invalid underscore usage, underscores only allowed between adjacent digits. 319 15
    #A2016 warning MethodName Method name 'testEviction_weightedLru' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 15
    #A2017 warning GoogleMethodName Method name 'testEviction_overweight' has invalid underscore usage, underscores only allowed between adjacent digits. 363 15
    #A2018 warning MethodName Method name 'testEviction_overweight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 363 15
    #A2019 warning GoogleMethodName Method name 'testEviction_invalidateAll' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A2020 warning MethodName Method name 'testEviction_invalidateAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheExpirationTest.java

    Severity Rule Message Line Col
    #A2021 warning GoogleMethodName Method name 'testExpiration_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A2022 warning MethodName Method name 'testExpiration_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A2023 warning GoogleMethodName Method name 'testExpiration_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A2024 warning MethodName Method name 'testExpiration_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A2025 warning GoogleMethodName Method name 'testExpiringGet_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A2026 warning MethodName Method name 'testExpiringGet_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A2027 warning GoogleMethodName Method name 'testExpiringGet_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A2028 warning MethodName Method name 'testExpiringGet_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A2029 warning GoogleMethodName Method name 'testRemovalListener_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A2030 warning MethodName Method name 'testRemovalListener_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A2031 warning GoogleMethodName Method name 'testRemovalScheduler_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A2032 warning MethodName Method name 'testRemovalScheduler_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A2033 warning GoogleMethodName Method name 'testRemovalScheduler_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A2034 warning MethodName Method name 'testRemovalScheduler_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A2035 warning GoogleMethodName Method name 'testRemovalScheduler_expireAfterBoth' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A2036 warning MethodName Method name 'testRemovalScheduler_expireAfterBoth' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A2037 warning GoogleMethodName Method name 'testExpirationOrder_access' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A2038 warning MethodName Method name 'testExpirationOrder_access' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A2039 warning GoogleMethodName Method name 'testExpirationOrder_write' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A2040 warning MethodName Method name 'testExpirationOrder_write' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A2041 warning GoogleMethodName Method name 'testExpirationOrder_writeAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A2042 warning MethodName Method name 'testExpirationOrder_writeAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A2043 warning GoogleMethodName Method name 'testExpiration_invalidateAll' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A2044 warning MethodName Method name 'testExpiration_invalidateAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java

    Severity Rule Message Line Col
    #A2045 warning GoogleMethodName Method name 'testRefresh_getIfPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A2046 warning MethodName Method name 'testRefresh_getIfPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A2047 warning GoogleMethodName Method name 'testBulkLoad_default' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A2048 warning MethodName Method name 'testBulkLoad_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A2049 warning GoogleMethodName Method name 'testBulkLoad_loadAll' has invalid underscore usage, underscores only allowed between adjacent digits. 378 15
    #A2050 warning MethodName Method name 'testBulkLoad_loadAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 378 15
    #A2051 warning GoogleMethodName Method name 'testBulkLoad_extra' has invalid underscore usage, underscores only allowed between adjacent digits. 424 15
    #A2052 warning MethodName Method name 'testBulkLoad_extra' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 424 15
    #A2053 warning GoogleMethodName Method name 'testBulkLoad_clobber' has invalid underscore usage, underscores only allowed between adjacent digits. 459 15
    #A2054 warning MethodName Method name 'testBulkLoad_clobber' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 15
    #A2055 warning GoogleMethodName Method name 'testBulkLoad_clobberNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 497 15
    #A2056 warning MethodName Method name 'testBulkLoad_clobberNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 497 15
    #A2057 warning GoogleMethodName Method name 'testBulkLoad_clobberNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 537 15
    #A2058 warning MethodName Method name 'testBulkLoad_clobberNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A2059 warning GoogleMethodName Method name 'testBulkLoad_partial' has invalid underscore usage, underscores only allowed between adjacent digits. 577 15
    #A2060 warning MethodName Method name 'testBulkLoad_partial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/EmptyCachesTest.java

    Severity Rule Message Line Col
    #A2061 warning GoogleMethodName Method name 'testInvalidate_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A2062 warning MethodName Method name 'testInvalidate_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A2063 warning GoogleMethodName Method name 'testInvalidateAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A2064 warning MethodName Method name 'testInvalidateAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A2065 warning GoogleMethodName Method name 'testEquals_null' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A2066 warning MethodName Method name 'testEquals_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A2067 warning GoogleMethodName Method name 'testEqualsAndHashCode_different' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A2068 warning MethodName Method name 'testEqualsAndHashCode_different' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A2069 warning GoogleMethodName Method name 'testGet_null' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A2070 warning MethodName Method name 'testGet_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A2071 warning GoogleMethodName Method name 'testGetUnchecked_null' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A2072 warning MethodName Method name 'testGetUnchecked_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A2073 warning GoogleMethodName Method name 'testKeySet_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A2074 warning MethodName Method name 'testKeySet_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A2075 warning GoogleMethodName Method name 'testKeySet_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A2076 warning MethodName Method name 'testKeySet_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A2077 warning GoogleMethodName Method name 'testKeySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A2078 warning MethodName Method name 'testKeySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A2079 warning GoogleMethodName Method name 'testKeySet_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A2080 warning MethodName Method name 'testKeySet_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A2081 warning GoogleMethodName Method name 'testKeySet_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A2082 warning MethodName Method name 'testKeySet_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A2083 warning GoogleMethodName Method name 'testValues_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A2084 warning MethodName Method name 'testValues_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A2085 warning GoogleMethodName Method name 'testValues_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A2086 warning MethodName Method name 'testValues_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A2087 warning GoogleMethodName Method name 'testValues_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A2088 warning MethodName Method name 'testValues_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A2089 warning GoogleMethodName Method name 'testValues_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A2090 warning MethodName Method name 'testValues_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A2091 warning GoogleMethodName Method name 'testValues_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A2092 warning MethodName Method name 'testValues_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A2093 warning GoogleMethodName Method name 'testEntrySet_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A2094 warning MethodName Method name 'testEntrySet_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A2095 warning GoogleMethodName Method name 'testEntrySet_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A2096 warning MethodName Method name 'testEntrySet_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A2097 warning GoogleMethodName Method name 'testEntrySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 288 15
    #A2098 warning MethodName Method name 'testEntrySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 288 15
    #A2099 warning GoogleMethodName Method name 'testEntrySet_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 299 15
    #A2100 warning MethodName Method name 'testEntrySet_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A2101 warning GoogleMethodName Method name 'testEntrySet_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A2102 warning MethodName Method name 'testEntrySet_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Severity Rule Message Line Col
    #A2103 warning GoogleMethodName Method name 'testCopyEntry_computing' has invalid underscore usage, underscores only allowed between adjacent digits. 703 15
    #A2104 warning MethodName Method name 'testCopyEntry_computing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 703 15
    #A2105 warning GoogleMethodName Method name 'testRemovalListener_replaced_computing' has invalid underscore usage, underscores only allowed between adjacent digits. 804 15
    #A2106 warning MethodName Method name 'testRemovalListener_replaced_computing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 804 15
    #A2107 warning GoogleMethodName Method name 'testSegmentRefresh_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 861 15
    #A2108 warning MethodName Method name 'testSegmentRefresh_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 861 15
    #A2109 warning GoogleMethodName Method name 'testRemovalListener_explicit' has invalid underscore usage, underscores only allowed between adjacent digits. 881 15
    #A2110 warning MethodName Method name 'testRemovalListener_explicit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 881 15
    #A2111 warning GoogleMethodName Method name 'testRemovalListener_replaced' has invalid underscore usage, underscores only allowed between adjacent digits. 922 15
    #A2112 warning MethodName Method name 'testRemovalListener_replaced' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 922 15
    #A2113 warning GoogleMethodName Method name 'testRemovalListener_collected' has invalid underscore usage, underscores only allowed between adjacent digits. 949 15
    #A2114 warning MethodName Method name 'testRemovalListener_collected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 949 15
    #A2115 warning GoogleMethodName Method name 'testRemovalListener_expired' has invalid underscore usage, underscores only allowed between adjacent digits. 973 15
    #A2116 warning MethodName Method name 'testRemovalListener_expired' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 973 15
    #A2117 warning GoogleMethodName Method name 'testRemovalListener_size' has invalid underscore usage, underscores only allowed between adjacent digits. 1004 15
    #A2118 warning MethodName Method name 'testRemovalListener_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1004 15
    #A2119 warning GoogleMethodName Method name 'testSegmentPut_expand' has invalid underscore usage, underscores only allowed between adjacent digits. 1343 15
    #A2120 warning MethodName Method name 'testSegmentPut_expand' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1343 15
    #A2121 warning GoogleMethodName Method name 'testSegmentPut_evict' has invalid underscore usage, underscores only allowed between adjacent digits. 1359 15
    #A2122 warning MethodName Method name 'testSegmentPut_evict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1359 15
    #A2123 warning GoogleMethodName Method name 'testExpand_cleanup' has invalid underscore usage, underscores only allowed between adjacent digits. 1730 15
    #A2124 warning MethodName Method name 'testExpand_cleanup' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1730 15
    #A2125 warning GoogleMethodName Method name 'testClear_notification' has invalid underscore usage, underscores only allowed between adjacent digits. 1824 15
    #A2126 warning MethodName Method name 'testClear_notification' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1824 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/NullCacheTest.java

    Severity Rule Message Line Col
    #A2127 warning GoogleMethodName Method name 'testGet_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A2128 warning MethodName Method name 'testGet_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A2129 warning GoogleMethodName Method name 'testGet_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A2130 warning MethodName Method name 'testGet_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A2131 warning GoogleMethodName Method name 'testGet_computeNull' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A2132 warning MethodName Method name 'testGet_computeNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A2133 warning GoogleMethodName Method name 'testGet_runtimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A2134 warning MethodName Method name 'testGet_runtimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java

    Severity Rule Message Line Col
    #A2135 warning GoogleMethodName Method name 'testSize_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A2136 warning MethodName Method name 'testSize_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A2137 warning GoogleMethodName Method name 'testContainsKey_found' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A2138 warning MethodName Method name 'testContainsKey_found' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A2139 warning GoogleMethodName Method name 'testPut_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A2140 warning MethodName Method name 'testPut_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A2141 warning GoogleMethodName Method name 'testPutIfAbsent_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A2142 warning MethodName Method name 'testPutIfAbsent_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A2143 warning GoogleMethodName Method name 'testPutAll_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A2144 warning MethodName Method name 'testPutAll_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A2145 warning GoogleMethodName Method name 'testReplace_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A2146 warning MethodName Method name 'testReplace_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A2147 warning GoogleMethodName Method name 'testRemove_byKey' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A2148 warning MethodName Method name 'testRemove_byKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A2149 warning GoogleMethodName Method name 'testRemove_byKeyAndValue' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A2150 warning MethodName Method name 'testRemove_byKeyAndValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A2151 warning GoogleMethodName Method name 'testKeySet_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 190 15
    #A2152 warning MethodName Method name 'testKeySet_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 190 15
    #A2153 warning GoogleMethodName Method name 'testValues_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 217 15
    #A2154 warning MethodName Method name 'testValues_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 15
    #A2155 warning GoogleMethodName Method name 'testEntrySet_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A2156 warning MethodName Method name 'testEntrySet_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java

    Severity Rule Message Line Col
    #A2157 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A2158 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A2159 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A2160 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A2161 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A2162 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A2163 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A2164 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A2165 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A2166 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A2167 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A2168 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A2169 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A2170 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A2171 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A2172 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A2173 warning GoogleMethodName Method name 'testCreation_eightElements' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A2174 warning MethodName Method name 'testCreation_eightElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A2175 warning GoogleMethodName Method name 'testCopyOf_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A2176 warning MethodName Method name 'testCopyOf_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A2177 warning GoogleMethodName Method name 'testCopyOf_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A2178 warning MethodName Method name 'testCopyOf_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A2179 warning GoogleMethodName Method name 'testCopyOf_nullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A2180 warning MethodName Method name 'testCopyOf_nullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A2181 warning GoogleMethodName Method name 'testCopyOf_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A2182 warning MethodName Method name 'testCopyOf_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A2183 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A2184 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A2185 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A2186 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A2187 warning GoogleMethodName Method name 'testCopyOf_collection_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A2188 warning MethodName Method name 'testCopyOf_collection_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A2189 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A2190 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A2191 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A2192 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A2193 warning GoogleMethodName Method name 'testCopyOf_collection_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A2194 warning MethodName Method name 'testCopyOf_collection_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A2195 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A2196 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A2197 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A2198 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A2199 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A2200 warning MethodName Method name 'testCopyOf_iterator_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A2201 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A2202 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A2203 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 227 15
    #A2204 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 227 15
    #A2205 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A2206 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A2207 warning GoogleMethodName Method name 'testCopyOf_plainIterable_iteratesOnce' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A2208 warning MethodName Method name 'testCopyOf_plainIterable_iteratesOnce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A2209 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A2210 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A2211 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 266 15
    #A2212 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 15
    #A2213 warning GoogleMethodName Method name 'testCopyOf_shortcut_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A2214 warning MethodName Method name 'testCopyOf_shortcut_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A2215 warning GoogleMethodName Method name 'testIterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A2216 warning MethodName Method name 'testIterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A2217 warning GoogleMethodName Method name 'testIterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 294 15
    #A2218 warning MethodName Method name 'testIterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 294 15
    #A2219 warning GoogleMethodName Method name 'testContainsAll_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 304 15
    #A2220 warning MethodName Method name 'testContainsAll_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 304 15
    #A2221 warning GoogleMethodName Method name 'testEquals_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A2222 warning MethodName Method name 'testEquals_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ArrayTableTest.java

    Severity Rule Message Line Col
    #A2223 warning GoogleMethodName Method name 'testToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A2224 warning MethodName Method name 'testToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A2225 warning GoogleMethodName Method name 'testCellSetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A2226 warning MethodName Method name 'testCellSetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A2227 warning GoogleMethodName Method name 'testRowKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A2228 warning MethodName Method name 'testRowKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A2229 warning GoogleMethodName Method name 'testColumnKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 326 15
    #A2230 warning MethodName Method name 'testColumnKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 15
    #A2231 warning GoogleMethodName Method name 'testValuesToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A2232 warning MethodName Method name 'testValuesToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ConcurrentHashMultisetBasherTest.java

    Severity Rule Message Line Col
    #A2233 warning GoogleMethodName Method name 'testAddAndRemove_ConcurrentHashMap' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A2234 warning MethodName Method name 'testAddAndRemove_ConcurrentHashMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A2235 warning GoogleMethodName Method name 'testAddAndRemove_ConcurrentSkipListMap' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A2236 warning MethodName Method name 'testAddAndRemove_ConcurrentSkipListMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A2237 warning GoogleMethodName Method name 'testAddAndRemove_MapMakerMap' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A2238 warning MethodName Method name 'testAddAndRemove_MapMakerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ConcurrentHashMultisetTest.java

    Severity Rule Message Line Col
    #A2239 warning GoogleMethodName Method name 'testCount_elementPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A2240 warning MethodName Method name 'testCount_elementPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A2241 warning GoogleMethodName Method name 'testCount_elementAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A2242 warning MethodName Method name 'testCount_elementAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A2243 warning GoogleMethodName Method name 'testAdd_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A2244 warning MethodName Method name 'testAdd_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A2245 warning GoogleMethodName Method name 'testAdd_firstFewWithSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A2246 warning MethodName Method name 'testAdd_firstFewWithSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A2247 warning GoogleMethodName Method name 'testAdd_laterFewWithSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A2248 warning MethodName Method name 'testAdd_laterFewWithSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A2249 warning GoogleMethodName Method name 'testAdd_laterFewWithOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A2250 warning MethodName Method name 'testAdd_laterFewWithOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A2251 warning GoogleMethodName Method name 'testAdd_withFailures' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A2252 warning MethodName Method name 'testAdd_withFailures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A2253 warning GoogleMethodName Method name 'testRemove_zeroFromSome' has invalid underscore usage, underscores only allowed between adjacent digits. 202 15
    #A2254 warning MethodName Method name 'testRemove_zeroFromSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 202 15
    #A2255 warning GoogleMethodName Method name 'testRemove_zeroFromNone' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A2256 warning MethodName Method name 'testRemove_zeroFromNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A2257 warning GoogleMethodName Method name 'testRemove_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 215 15
    #A2258 warning MethodName Method name 'testRemove_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 15
    #A2259 warning GoogleMethodName Method name 'testRemove_someRemaining' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A2260 warning MethodName Method name 'testRemove_someRemaining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A2261 warning GoogleMethodName Method name 'testRemove_noneRemaining' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A2262 warning MethodName Method name 'testRemove_noneRemaining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A2263 warning GoogleMethodName Method name 'testIteratorRemove_actualMap' has invalid underscore usage, underscores only allowed between adjacent digits. 268 15
    #A2264 warning MethodName Method name 'testIteratorRemove_actualMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 268 15
    #A2265 warning GoogleMethodName Method name 'testSetCount_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 286 15
    #A2266 warning MethodName Method name 'testSetCount_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 15
    #A2267 warning GoogleMethodName Method name 'testSetCount_asRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 297 15
    #A2268 warning MethodName Method name 'testSetCount_asRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 15
    #A2269 warning GoogleMethodName Method name 'testSetCount_0_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A2270 warning MethodName Method name 'testSetCount_0_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A2271 warning GoogleMethodName Method name 'testIdentityKeyEquality_strongKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A2272 warning MethodName Method name 'testIdentityKeyEquality_strongKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A2273 warning GoogleMethodName Method name 'testIdentityKeyEquality_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A2274 warning MethodName Method name 'testIdentityKeyEquality_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A2275 warning GoogleMethodName Method name 'testLogicalKeyEquality_strongKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 363 15
    #A2276 warning MethodName Method name 'testLogicalKeyEquality_strongKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 363 15
    #A2277 warning GoogleMethodName Method name 'testLogicalKeyEquality_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A2278 warning MethodName Method name 'testLogicalKeyEquality_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A2279 warning GoogleMethodName Method name 'testSerializationWithMapMaker_preservesIdentityKeyEquivalence' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A2280 warning MethodName Method name 'testSerializationWithMapMaker_preservesIdentityKeyEquivalence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ContiguousSetTest.java

    Severity Rule Message Line Col
    #A2281 warning GoogleMethodName Method name 'testCreate_noMin' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A2282 warning MethodName Method name 'testCreate_noMin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A2283 warning GoogleMethodName Method name 'testCreate_noMax' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A2284 warning MethodName Method name 'testCreate_noMax' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A2285 warning GoogleMethodName Method name 'testCreate_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 176 15
    #A2286 warning MethodName Method name 'testCreate_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A2287 warning GoogleMethodName Method name 'testHeadSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A2288 warning MethodName Method name 'testHeadSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A2289 warning GoogleMethodName Method name 'testTailSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A2290 warning MethodName Method name 'testTailSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A2291 warning GoogleMethodName Method name 'testSubSet_outOfOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A2292 warning MethodName Method name 'testSubSet_outOfOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A2293 warning GoogleMethodName Method name 'testSubSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A2294 warning MethodName Method name 'testSubSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A2295 warning GoogleMethodName Method name 'testSubSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 250 15
    #A2296 warning MethodName Method name 'testSubSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 15
    #A2297 warning GoogleMethodName Method name 'testRange_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A2298 warning MethodName Method name 'testRange_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A2299 warning GoogleMethodName Method name 'testIntersection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 359 15
    #A2300 warning MethodName Method name 'testIntersection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/EvictingQueueTest.java

    Severity Rule Message Line Col
    #A2301 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize0' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A2302 warning MethodName Method name 'testRemainingCapacity_maxSize0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A2303 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize1' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A2304 warning MethodName Method name 'testRemainingCapacity_maxSize1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A2305 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize3' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A2306 warning MethodName Method name 'testRemainingCapacity_maxSize3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A2307 warning GoogleMethodName Method name 'testAddAll_largeList' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A2308 warning MethodName Method name 'testAddAll_largeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/FluentIterableTest.java

    Severity Rule Message Line Col
    #A2309 warning GoogleMethodName Method name 'testFrom_alreadyFluentIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A2310 warning MethodName Method name 'testFrom_alreadyFluentIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A2311 warning GoogleMethodName Method name 'testOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A2312 warning MethodName Method name 'testOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A2313 warning GoogleMethodName Method name 'testSize_collectionDoesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A2314 warning MethodName Method name 'testSize_collectionDoesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A2315 warning GoogleMethodName Method name 'testContains_nullSetYes' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A2316 warning MethodName Method name 'testContains_nullSetYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A2317 warning GoogleMethodName Method name 'testContains_nullSetNo' has invalid underscore usage, underscores only allowed between adjacent digits. 227 15
    #A2318 warning MethodName Method name 'testContains_nullSetNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 227 15
    #A2319 warning GoogleMethodName Method name 'testContains_nullIterableYes' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A2320 warning MethodName Method name 'testContains_nullIterableYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A2321 warning GoogleMethodName Method name 'testContains_nullIterableNo' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A2322 warning MethodName Method name 'testContains_nullIterableNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A2323 warning GoogleMethodName Method name 'testContains_nonNullSetYes' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A2324 warning MethodName Method name 'testContains_nonNullSetYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A2325 warning GoogleMethodName Method name 'testContains_nonNullSetNo' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A2326 warning MethodName Method name 'testContains_nonNullSetNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A2327 warning GoogleMethodName Method name 'testContains_nonNullIterableYes' has invalid underscore usage, underscores only allowed between adjacent digits. 252 15
    #A2328 warning MethodName Method name 'testContains_nonNullIterableYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 252 15
    #A2329 warning GoogleMethodName Method name 'testContains_nonNullIterableNo' has invalid underscore usage, underscores only allowed between adjacent digits. 257 15
    #A2330 warning MethodName Method name 'testContains_nonNullIterableNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A2331 warning GoogleMethodName Method name 'testCycle_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A2332 warning MethodName Method name 'testCycle_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A2333 warning GoogleMethodName Method name 'testCycle_removingAllElementsStopsCycle' has invalid underscore usage, underscores only allowed between adjacent digits. 296 15
    #A2334 warning MethodName Method name 'testCycle_removingAllElementsStopsCycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A2335 warning GoogleMethodName Method name 'testAppend_toEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A2336 warning MethodName Method name 'testAppend_toEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A2337 warning GoogleMethodName Method name 'testAppend_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A2338 warning MethodName Method name 'testAppend_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A2339 warning GoogleMethodName Method name 'testAppend_nullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 330 15
    #A2340 warning MethodName Method name 'testAppend_nullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 330 15
    #A2341 warning GoogleMethodName Method name 'testTransformWith_poorlyBehavedTransform' has invalid underscore usage, underscores only allowed between adjacent digits. 421 15
    #A2342 warning MethodName Method name 'testTransformWith_poorlyBehavedTransform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 15
    #A2343 warning GoogleMethodName Method name 'testTransformWith_nullFriendlyTransform' has invalid underscore usage, underscores only allowed between adjacent digits. 442 15
    #A2344 warning MethodName Method name 'testTransformWith_nullFriendlyTransform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 442 15
    #A2345 warning GoogleMethodName Method name 'testTransformAndConcat_wildcardFunctionGenerics' has invalid underscore usage, underscores only allowed between adjacent digits. 474 15
    #A2346 warning MethodName Method name 'testTransformAndConcat_wildcardFunctionGenerics' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 474 15
    #A2347 warning GoogleMethodName Method name 'testFirst_list' has invalid underscore usage, underscores only allowed between adjacent digits. 480 15
    #A2348 warning MethodName Method name 'testFirst_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 15
    #A2349 warning GoogleMethodName Method name 'testFirst_null' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A2350 warning MethodName Method name 'testFirst_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A2351 warning GoogleMethodName Method name 'testFirst_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 494 15
    #A2352 warning MethodName Method name 'testFirst_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 494 15
    #A2353 warning GoogleMethodName Method name 'testFirst_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 499 15
    #A2354 warning MethodName Method name 'testFirst_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 499 15
    #A2355 warning GoogleMethodName Method name 'testFirst_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 504 15
    #A2356 warning MethodName Method name 'testFirst_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 15
    #A2357 warning GoogleMethodName Method name 'testFirst_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 509 15
    #A2358 warning MethodName Method name 'testFirst_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 509 15
    #A2359 warning GoogleMethodName Method name 'testFirst_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 514 15
    #A2360 warning MethodName Method name 'testFirst_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 15
    #A2361 warning GoogleMethodName Method name 'testLast_list' has invalid underscore usage, underscores only allowed between adjacent digits. 519 15
    #A2362 warning MethodName Method name 'testLast_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 519 15
    #A2363 warning GoogleMethodName Method name 'testLast_null' has invalid underscore usage, underscores only allowed between adjacent digits. 524 15
    #A2364 warning MethodName Method name 'testLast_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 524 15
    #A2365 warning GoogleMethodName Method name 'testLast_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 533 15
    #A2366 warning MethodName Method name 'testLast_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 533 15
    #A2367 warning GoogleMethodName Method name 'testLast_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 538 15
    #A2368 warning MethodName Method name 'testLast_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 538 15
    #A2369 warning GoogleMethodName Method name 'testLast_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 543 15
    #A2370 warning MethodName Method name 'testLast_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 543 15
    #A2371 warning GoogleMethodName Method name 'testLast_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 548 15
    #A2372 warning MethodName Method name 'testLast_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 548 15
    #A2373 warning GoogleMethodName Method name 'testLast_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 553 15
    #A2374 warning MethodName Method name 'testLast_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 553 15
    #A2375 warning GoogleMethodName Method name 'testSkip_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 558 15
    #A2376 warning MethodName Method name 'testSkip_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A2377 warning GoogleMethodName Method name 'testSkip_simpleList' has invalid underscore usage, underscores only allowed between adjacent digits. 565 15
    #A2378 warning MethodName Method name 'testSkip_simpleList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 565 15
    #A2379 warning GoogleMethodName Method name 'testSkip_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 572 15
    #A2380 warning MethodName Method name 'testSkip_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 572 15
    #A2381 warning GoogleMethodName Method name 'testSkip_pastEndList' has invalid underscore usage, underscores only allowed between adjacent digits. 577 15
    #A2382 warning MethodName Method name 'testSkip_pastEndList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15
    #A2383 warning GoogleMethodName Method name 'testSkip_skipNone' has invalid underscore usage, underscores only allowed between adjacent digits. 582 15
    #A2384 warning MethodName Method name 'testSkip_skipNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 582 15
    #A2385 warning GoogleMethodName Method name 'testSkip_skipNoneList' has invalid underscore usage, underscores only allowed between adjacent digits. 588 15
    #A2386 warning MethodName Method name 'testSkip_skipNoneList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 588 15
    #A2387 warning GoogleMethodName Method name 'testSkip_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 594 15
    #A2388 warning MethodName Method name 'testSkip_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 594 15
    #A2389 warning GoogleMethodName Method name 'testSkip_iteratorList' has invalid underscore usage, underscores only allowed between adjacent digits. 609 15
    #A2390 warning MethodName Method name 'testSkip_iteratorList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 609 15
    #A2391 warning GoogleMethodName Method name 'testSkip_nonStructurallyModifiedList' has invalid underscore usage, underscores only allowed between adjacent digits. 622 15
    #A2392 warning MethodName Method name 'testSkip_nonStructurallyModifiedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 622 15
    #A2393 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSome' has invalid underscore usage, underscores only allowed between adjacent digits. 632 15
    #A2394 warning MethodName Method name 'testSkip_structurallyModifiedSkipSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 632 15
    #A2395 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSomeList' has invalid underscore usage, underscores only allowed between adjacent digits. 641 15
    #A2396 warning MethodName Method name 'testSkip_structurallyModifiedSkipSomeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 641 15
    #A2397 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAll' has invalid underscore usage, underscores only allowed between adjacent digits. 649 15
    #A2398 warning MethodName Method name 'testSkip_structurallyModifiedSkipAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 649 15
    #A2399 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAllList' has invalid underscore usage, underscores only allowed between adjacent digits. 658 15
    #A2400 warning MethodName Method name 'testSkip_structurallyModifiedSkipAllList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 658 15
    #A2401 warning GoogleMethodName Method name 'testSkip_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 665 15
    #A2402 warning MethodName Method name 'testSkip_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 665 15
    #A2403 warning GoogleMethodName Method name 'testLimit_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 682 15
    #A2404 warning MethodName Method name 'testLimit_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 682 15
    #A2405 warning GoogleMethodName Method name 'testToList_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 700 15
    #A2406 warning MethodName Method name 'testToList_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 700 15
    #A2407 warning GoogleMethodName Method name 'testToSortedList_withComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 704 15
    #A2408 warning MethodName Method name 'testToSortedList_withComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 704 15
    #A2409 warning GoogleMethodName Method name 'testToSortedList_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 710 15
    #A2410 warning MethodName Method name 'testToSortedList_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 710 15
    #A2411 warning GoogleMethodName Method name 'testToSet_removeDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 720 15
    #A2412 warning MethodName Method name 'testToSet_removeDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 720 15
    #A2413 warning GoogleMethodName Method name 'testToSet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 724 15
    #A2414 warning MethodName Method name 'testToSet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 724 15
    #A2415 warning GoogleMethodName Method name 'testToSortedSet_removeDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 734 15
    #A2416 warning MethodName Method name 'testToSortedSet_removeDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 734 15
    #A2417 warning GoogleMethodName Method name 'testToMultiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 744 15
    #A2418 warning MethodName Method name 'testToMultiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 744 15
    #A2419 warning GoogleMethodName Method name 'testToMap_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 755 15
    #A2420 warning MethodName Method name 'testToMap_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 755 15
    #A2421 warning GoogleMethodName Method name 'testToMap_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 763 15
    #A2422 warning MethodName Method name 'testToMap_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 763 15
    #A2423 warning GoogleMethodName Method name 'testIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 790 15
    #A2424 warning MethodName Method name 'testIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 790 15
    #A2425 warning GoogleMethodName Method name 'testIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 799 15
    #A2426 warning MethodName Method name 'testIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 799 15
    #A2427 warning GoogleMethodName Method name 'testUniqueIndex_duplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. 822 15
    #A2428 warning MethodName Method name 'testUniqueIndex_duplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 822 15
    #A2429 warning GoogleMethodName Method name 'testUniqueIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 838 15
    #A2430 warning MethodName Method name 'testUniqueIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 838 15
    #A2431 warning GoogleMethodName Method name 'testUniqueIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 846 15
    #A2432 warning MethodName Method name 'testUniqueIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 846 15
    #A2433 warning GoogleMethodName Method name 'testCopyInto_List' has invalid underscore usage, underscores only allowed between adjacent digits. 862 15
    #A2434 warning MethodName Method name 'testCopyInto_List' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 862 15
    #A2435 warning GoogleMethodName Method name 'testCopyInto_Set' has invalid underscore usage, underscores only allowed between adjacent digits. 868 15
    #A2436 warning MethodName Method name 'testCopyInto_Set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 868 15
    #A2437 warning GoogleMethodName Method name 'testCopyInto_SetAllDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 872 15
    #A2438 warning MethodName Method name 'testCopyInto_SetAllDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 872 15
    #A2439 warning GoogleMethodName Method name 'testCopyInto_NonCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 876 15
    #A2440 warning MethodName Method name 'testCopyInto_NonCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 876 15
    #A2441 warning GoogleMethodName Method name 'testJoin_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 897 15
    #A2442 warning MethodName Method name 'testJoin_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 897 15
    #A2443 warning GoogleMethodName Method name 'testGet_outOfBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 907 15
    #A2444 warning MethodName Method name 'testGet_outOfBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 907 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java

    Severity Rule Message Line Col
    #A2445 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 189 17
    #A2446 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 17
    #A2447 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue' has invalid underscore usage, underscores only allowed between adjacent digits. 223 17
    #A2448 warning MethodName Method name 'testBuilder_orderEntriesByValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 17
    #A2449 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' has invalid underscore usage, underscores only allowed between adjacent digits. 237 17
    #A2450 warning MethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 17
    #A2451 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' has invalid underscore usage, underscores only allowed between adjacent digits. 247 17
    #A2452 warning MethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableClassToInstanceMapTest.java

    Severity Rule Message Line Col
    #A2453 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A2454 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A2455 warning GoogleMethodName Method name 'testCopyOf_map_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A2456 warning MethodName Method name 'testCopyOf_map_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A2457 warning GoogleMethodName Method name 'testOf_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A2458 warning MethodName Method name 'testOf_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A2459 warning GoogleMethodName Method name 'testOf_one' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A2460 warning MethodName Method name 'testOf_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A2461 warning GoogleMethodName Method name 'testCopyOf_map_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A2462 warning MethodName Method name 'testCopyOf_map_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A2463 warning GoogleMethodName Method name 'testCopyOf_map_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A2464 warning MethodName Method name 'testCopyOf_map_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A2465 warning GoogleMethodName Method name 'testCopyOf_imap_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A2466 warning MethodName Method name 'testCopyOf_imap_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A2467 warning GoogleMethodName Method name 'testCopyOf_imap_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A2468 warning MethodName Method name 'testCopyOf_imap_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableListMultimapTest.java

    Severity Rule Message Line Col
    #A2469 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A2470 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A2471 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A2472 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A2473 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A2474 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableListTest.java

    Severity Rule Message Line Col
    #A2475 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 116 17
    #A2476 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 17
    #A2477 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 121 17
    #A2478 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 17
    #A2479 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 126 17
    #A2480 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 17
    #A2481 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 131 17
    #A2482 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 17
    #A2483 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 136 17
    #A2484 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 17
    #A2485 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 141 17
    #A2486 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 17
    #A2487 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 146 17
    #A2488 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 17
    #A2489 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 151 17
    #A2490 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 17
    #A2491 warning GoogleMethodName Method name 'testCreation_eightElements' has invalid underscore usage, underscores only allowed between adjacent digits. 156 17
    #A2492 warning MethodName Method name 'testCreation_eightElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 17
    #A2493 warning GoogleMethodName Method name 'testCreation_nineElements' has invalid underscore usage, underscores only allowed between adjacent digits. 161 17
    #A2494 warning MethodName Method name 'testCreation_nineElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 17
    #A2495 warning GoogleMethodName Method name 'testCreation_tenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 166 17
    #A2496 warning MethodName Method name 'testCreation_tenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 17
    #A2497 warning GoogleMethodName Method name 'testCreation_elevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 171 17
    #A2498 warning MethodName Method name 'testCreation_elevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 17
    #A2499 warning GoogleMethodName Method name 'testCreation_twelveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 178 17
    #A2500 warning MethodName Method name 'testCreation_twelveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 17
    #A2501 warning GoogleMethodName Method name 'testCreation_thirteenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 185 17
    #A2502 warning MethodName Method name 'testCreation_thirteenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 17
    #A2503 warning GoogleMethodName Method name 'testCreation_fourteenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 193 17
    #A2504 warning MethodName Method name 'testCreation_fourteenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 17
    #A2505 warning GoogleMethodName Method name 'testCreation_singletonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 201 17
    #A2506 warning MethodName Method name 'testCreation_singletonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 17
    #A2507 warning GoogleMethodName Method name 'testCreation_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 209 17
    #A2508 warning MethodName Method name 'testCreation_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 17
    #A2509 warning GoogleMethodName Method name 'testCreation_generic' has invalid underscore usage, underscores only allowed between adjacent digits. 217 17
    #A2510 warning MethodName Method name 'testCreation_generic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 17
    #A2511 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 223 17
    #A2512 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 17
    #A2513 warning GoogleMethodName Method name 'testCopyOf_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 229 17
    #A2514 warning MethodName Method name 'testCopyOf_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 229 17
    #A2515 warning GoogleMethodName Method name 'testCopyOf_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 235 17
    #A2516 warning MethodName Method name 'testCopyOf_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 17
    #A2517 warning GoogleMethodName Method name 'testCopyOf_nullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 241 17
    #A2518 warning MethodName Method name 'testCopyOf_nullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 17
    #A2519 warning GoogleMethodName Method name 'testCopyOf_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 249 17
    #A2520 warning MethodName Method name 'testCopyOf_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 17
    #A2521 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 258 17
    #A2522 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 17
    #A2523 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 265 17
    #A2524 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 17
    #A2525 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 271 17
    #A2526 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 17
    #A2527 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 281 17
    #A2528 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 17
    #A2529 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 290 17
    #A2530 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 17
    #A2531 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 296 17
    #A2532 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 17
    #A2533 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 302 17
    #A2534 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 302 17
    #A2535 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 308 17
    #A2536 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 17
    #A2537 warning GoogleMethodName Method name 'testCopyOf_iteratorNull' has invalid underscore usage, underscores only allowed between adjacent digits. 317 17
    #A2538 warning MethodName Method name 'testCopyOf_iteratorNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 17
    #A2539 warning GoogleMethodName Method name 'testCopyOf_concurrentlyMutating' has invalid underscore usage, underscores only allowed between adjacent digits. 325 17
    #A2540 warning MethodName Method name 'testCopyOf_concurrentlyMutating' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 17
    #A2541 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 348 17
    #A2542 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 17
    #A2543 warning GoogleMethodName Method name 'testCopyOf_plainIterable_iteratesOnce' has invalid underscore usage, underscores only allowed between adjacent digits. 354 17
    #A2544 warning MethodName Method name 'testCopyOf_plainIterable_iteratesOnce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 17
    #A2545 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 360 17
    #A2546 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 17
    #A2547 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 365 17
    #A2548 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 365 17
    #A2549 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableList' has invalid underscore usage, underscores only allowed between adjacent digits. 370 17
    #A2550 warning MethodName Method name 'testCopyOf_shortcut_immutableList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 17
    #A2551 warning GoogleMethodName Method name 'testSortedCopyOf_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 409 17
    #A2552 warning MethodName Method name 'testSortedCopyOf_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 409 17
    #A2553 warning GoogleMethodName Method name 'testSortedCopyOf_natural_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 415 17
    #A2554 warning MethodName Method name 'testSortedCopyOf_natural_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 415 17
    #A2555 warning GoogleMethodName Method name 'testSortedCopyOf_natural_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 421 17
    #A2556 warning MethodName Method name 'testSortedCopyOf_natural_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 17
    #A2557 warning GoogleMethodName Method name 'testSortedCopyOf_natural_containsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 427 17
    #A2558 warning MethodName Method name 'testSortedCopyOf_natural_containsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 427 17
    #A2559 warning GoogleMethodName Method name 'testSortedCopyOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 442 17
    #A2560 warning MethodName Method name 'testSortedCopyOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 442 17
    #A2561 warning GoogleMethodName Method name 'testSortedCopyOf_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 448 17
    #A2562 warning MethodName Method name 'testSortedCopyOf_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 17
    #A2563 warning GoogleMethodName Method name 'testSortedCopyOf_containsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 454 17
    #A2564 warning MethodName Method name 'testSortedCopyOf_containsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 454 17
    #A2565 warning GoogleMethodName Method name 'testCopyOf_concurrentlyMutatedList' has invalid underscore usage, underscores only allowed between adjacent digits. 524 17
    #A2566 warning MethodName Method name 'testCopyOf_concurrentlyMutatedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 524 17
    #A2567 warning GoogleMethodName Method name 'testCopyOf_concurrentlyMutatedIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 528 17
    #A2568 warning MethodName Method name 'testCopyOf_concurrentlyMutatedIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 528 17
    #A2569 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 642 17
    #A2570 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 642 17
    #A2571 warning GoogleMethodName Method name 'testSerialization_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 648 17
    #A2572 warning MethodName Method name 'testSerialization_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 648 17
    #A2573 warning GoogleMethodName Method name 'testSerialization_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 654 17
    #A2574 warning MethodName Method name 'testSerialization_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 654 17
    #A2575 warning GoogleMethodName Method name 'testEquals_immutableList' has invalid underscore usage, underscores only allowed between adjacent digits. 659 17
    #A2576 warning MethodName Method name 'testEquals_immutableList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 659 17
    #A2577 warning GoogleMethodName Method name 'testBuilderAdd_varargs' has invalid underscore usage, underscores only allowed between adjacent digits. 699 17
    #A2578 warning MethodName Method name 'testBuilderAdd_varargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 699 17
    #A2579 warning GoogleMethodName Method name 'testBuilderAddAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 705 17
    #A2580 warning MethodName Method name 'testBuilderAddAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 705 17
    #A2581 warning GoogleMethodName Method name 'testBuilderAddAll_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 714 17
    #A2582 warning MethodName Method name 'testBuilderAddAll_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableMapTest.java

    Severity Rule Message Line Col
    #A2583 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue' has invalid underscore usage, underscores only allowed between adjacent digits. 351 17
    #A2584 warning MethodName Method name 'testBuilder_orderEntriesByValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 17
    #A2585 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' has invalid underscore usage, underscores only allowed between adjacent digits. 364 17
    #A2586 warning MethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 364 17
    #A2587 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' has invalid underscore usage, underscores only allowed between adjacent digits. 374 17
    #A2588 warning MethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 374 17
    #A2589 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 384 17
    #A2590 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 384 17
    #A2591 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 390 17
    #A2592 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 390 17
    #A2593 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 408 17
    #A2594 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 408 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableMultimapTest.java

    Severity Rule Message Line Col
    #A2595 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 37 15
    #A2596 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A2597 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A2598 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A2599 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A2600 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableMultisetTest.java

    Severity Rule Message Line Col
    #A2601 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A2602 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A2603 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A2604 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A2605 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A2606 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A2607 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A2608 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A2609 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A2610 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A2611 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A2612 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A2613 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A2614 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A2615 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A2616 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A2617 warning GoogleMethodName Method name 'testCreation_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 187 15
    #A2618 warning MethodName Method name 'testCreation_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A2619 warning GoogleMethodName Method name 'testCreation_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A2620 warning MethodName Method name 'testCreation_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A2621 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 199 15
    #A2622 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 199 15
    #A2623 warning GoogleMethodName Method name 'testCreation_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A2624 warning MethodName Method name 'testCreation_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A2625 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A2626 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A2627 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A2628 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A2629 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 229 15
    #A2630 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 229 15
    #A2631 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A2632 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A2633 warning GoogleMethodName Method name 'testCopyOf_multiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 244 15
    #A2634 warning MethodName Method name 'testCopyOf_multiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 244 15
    #A2635 warning GoogleMethodName Method name 'testCopyOf_multiset_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 250 15
    #A2636 warning MethodName Method name 'testCopyOf_multiset_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 15
    #A2637 warning GoogleMethodName Method name 'testCopyOf_multiset_general' has invalid underscore usage, underscores only allowed between adjacent digits. 256 15
    #A2638 warning MethodName Method name 'testCopyOf_multiset_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 15
    #A2639 warning GoogleMethodName Method name 'testCopyOf_multisetContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A2640 warning MethodName Method name 'testCopyOf_multisetContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15
    #A2641 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 271 15
    #A2642 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 15
    #A2643 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 277 15
    #A2644 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 277 15
    #A2645 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A2646 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A2647 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A2648 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A2649 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A2650 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A2651 warning GoogleMethodName Method name 'testCopyOf_hashMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 315 15
    #A2652 warning MethodName Method name 'testCopyOf_hashMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 315 15
    #A2653 warning GoogleMethodName Method name 'testCopyOf_treeMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A2654 warning MethodName Method name 'testCopyOf_treeMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A2655 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A2656 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A2657 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 332 15
    #A2658 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 332 15
    #A2659 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 337 15
    #A2660 warning MethodName Method name 'testCopyOf_shortcut_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 337 15
    #A2661 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 480 15
    #A2662 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 15
    #A2663 warning GoogleMethodName Method name 'testSerialization_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 486 15
    #A2664 warning MethodName Method name 'testSerialization_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 15
    #A2665 warning GoogleMethodName Method name 'testSerialization_elementSet' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A2666 warning MethodName Method name 'testSerialization_elementSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A2667 warning GoogleMethodName Method name 'testSerialization_entrySet' has invalid underscore usage, underscores only allowed between adjacent digits. 500 15
    #A2668 warning MethodName Method name 'testSerialization_entrySet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 500 15
    #A2669 warning GoogleMethodName Method name 'testEquals_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 505 15
    #A2670 warning MethodName Method name 'testEquals_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 505 15
    #A2671 warning GoogleMethodName Method name 'testSerialization_asList' has invalid underscore usage, underscores only allowed between adjacent digits. 535 15
    #A2672 warning MethodName Method name 'testSerialization_asList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 535 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java

    Severity Rule Message Line Col
    #A2673 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A2674 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A2675 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A2676 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A2677 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A2678 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSetTest.java

    Severity Rule Message Line Col
    #A2679 warning GoogleMethodName Method name 'testCreation_allDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A2680 warning MethodName Method name 'testCreation_allDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A2681 warning GoogleMethodName Method name 'testCreation_oneDuplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A2682 warning MethodName Method name 'testCreation_oneDuplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A2683 warning GoogleMethodName Method name 'testCreation_manyDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A2684 warning MethodName Method name 'testCreation_manyDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A2685 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 263 15
    #A2686 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 263 15
    #A2687 warning GoogleMethodName Method name 'testCopyOf_copiesImmutableSortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A2688 warning MethodName Method name 'testCopyOf_copiesImmutableSortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A2689 warning GoogleMethodName Method name 'testCopyOf_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A2690 warning MethodName Method name 'testCopyOf_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java

    Severity Rule Message Line Col
    #A2691 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueFails' has invalid underscore usage, underscores only allowed between adjacent digits. 317 17
    #A2692 warning MethodName Method name 'testBuilder_orderEntriesByValueFails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 17
    #A2693 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 326 17
    #A2694 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 17
    #A2695 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 334 17
    #A2696 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 17
    #A2697 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 352 17
    #A2698 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 352 17
    #A2699 warning GoogleMethodName Method name 'testBuilderGenerics_SelfComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 847 15
    #A2700 warning MethodName Method name 'testBuilderGenerics_SelfComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 847 15
    #A2701 warning GoogleMethodName Method name 'testBuilderGenerics_SuperComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 857 15
    #A2702 warning MethodName Method name 'testBuilderGenerics_SuperComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 857 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSortedMultisetTest.java

    Severity Rule Message Line Col
    #A2703 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A2704 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A2705 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A2706 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A2707 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A2708 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A2709 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A2710 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A2711 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A2712 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A2713 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A2714 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A2715 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A2716 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A2717 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A2718 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A2719 warning GoogleMethodName Method name 'testCreation_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A2720 warning MethodName Method name 'testCreation_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A2721 warning GoogleMethodName Method name 'testCreation_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A2722 warning MethodName Method name 'testCreation_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A2723 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 176 15
    #A2724 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A2725 warning GoogleMethodName Method name 'testCreation_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A2726 warning MethodName Method name 'testCreation_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A2727 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A2728 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A2729 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A2730 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A2731 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A2732 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A2733 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A2734 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A2735 warning GoogleMethodName Method name 'testCopyOf_multiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A2736 warning MethodName Method name 'testCopyOf_multiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15
    #A2737 warning GoogleMethodName Method name 'testCopyOf_multiset_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A2738 warning MethodName Method name 'testCopyOf_multiset_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A2739 warning GoogleMethodName Method name 'testCopyOf_multiset_general' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A2740 warning MethodName Method name 'testCopyOf_multiset_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A2741 warning GoogleMethodName Method name 'testCopyOf_multisetContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A2742 warning MethodName Method name 'testCopyOf_multisetContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A2743 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 258 15
    #A2744 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 15
    #A2745 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 264 15
    #A2746 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 264 15
    #A2747 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A2748 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A2749 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 276 15
    #A2750 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A2751 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A2752 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A2753 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 302 15
    #A2754 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 302 15
    #A2755 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 307 15
    #A2756 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 307 15
    #A2757 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A2758 warning MethodName Method name 'testCopyOf_shortcut_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A2759 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 479 15
    #A2760 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 479 15
    #A2761 warning GoogleMethodName Method name 'testSerialization_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 484 15
    #A2762 warning MethodName Method name 'testSerialization_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 484 15
    #A2763 warning GoogleMethodName Method name 'testSerialization_elementSet' has invalid underscore usage, underscores only allowed between adjacent digits. 490 15
    #A2764 warning MethodName Method name 'testSerialization_elementSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 490 15
    #A2765 warning GoogleMethodName Method name 'testSerialization_entrySet' has invalid underscore usage, underscores only allowed between adjacent digits. 496 15
    #A2766 warning MethodName Method name 'testSerialization_entrySet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 15
    #A2767 warning GoogleMethodName Method name 'testEquals_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 501 15
    #A2768 warning MethodName Method name 'testEquals_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

    Severity Rule Message Line Col
    #A2769 warning GoogleMethodName Method name 'testEmpty_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A2770 warning MethodName Method name 'testEmpty_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A2771 warning GoogleMethodName Method name 'testEmpty_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A2772 warning MethodName Method name 'testEmpty_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A2773 warning GoogleMethodName Method name 'testEmpty_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A2774 warning MethodName Method name 'testEmpty_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A2775 warning GoogleMethodName Method name 'testEmpty_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 252 15
    #A2776 warning MethodName Method name 'testEmpty_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 252 15
    #A2777 warning GoogleMethodName Method name 'testEmpty_first' has invalid underscore usage, underscores only allowed between adjacent digits. 257 15
    #A2778 warning MethodName Method name 'testEmpty_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A2779 warning GoogleMethodName Method name 'testEmpty_last' has invalid underscore usage, underscores only allowed between adjacent digits. 266 15
    #A2780 warning MethodName Method name 'testEmpty_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 15
    #A2781 warning GoogleMethodName Method name 'testEmpty_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 276 15
    #A2782 warning MethodName Method name 'testEmpty_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A2783 warning GoogleMethodName Method name 'testSingle_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A2784 warning MethodName Method name 'testSingle_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A2785 warning GoogleMethodName Method name 'testSingle_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A2786 warning MethodName Method name 'testSingle_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A2787 warning GoogleMethodName Method name 'testSingle_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A2788 warning MethodName Method name 'testSingle_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A2789 warning GoogleMethodName Method name 'testSingle_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A2790 warning MethodName Method name 'testSingle_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A2791 warning GoogleMethodName Method name 'testSingle_first' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A2792 warning MethodName Method name 'testSingle_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A2793 warning GoogleMethodName Method name 'testSingle_last' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A2794 warning MethodName Method name 'testSingle_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A2795 warning GoogleMethodName Method name 'testSingle_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A2796 warning MethodName Method name 'testSingle_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A2797 warning GoogleMethodName Method name 'testOf_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 330 15
    #A2798 warning MethodName Method name 'testOf_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 330 15
    #A2799 warning GoogleMethodName Method name 'testOf_gwtArraycopyBug' has invalid underscore usage, underscores only allowed between adjacent digits. 346 15
    #A2800 warning MethodName Method name 'testOf_gwtArraycopyBug' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 15
    #A2801 warning GoogleMethodName Method name 'testOf_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A2802 warning MethodName Method name 'testOf_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A2803 warning GoogleMethodName Method name 'testOf_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 385 15
    #A2804 warning MethodName Method name 'testOf_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A2805 warning GoogleMethodName Method name 'testOf_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 390 15
    #A2806 warning MethodName Method name 'testOf_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 390 15
    #A2807 warning GoogleMethodName Method name 'testOf_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 399 15
    #A2808 warning MethodName Method name 'testOf_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A2809 warning GoogleMethodName Method name 'testOf_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 407 15
    #A2810 warning MethodName Method name 'testOf_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 407 15
    #A2811 warning GoogleMethodName Method name 'testOf_subSetSerialization' has invalid underscore usage, underscores only allowed between adjacent digits. 423 15
    #A2812 warning MethodName Method name 'testOf_subSetSerialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 423 15
    #A2813 warning GoogleMethodName Method name 'testOf_first' has invalid underscore usage, underscores only allowed between adjacent digits. 428 15
    #A2814 warning MethodName Method name 'testOf_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 15
    #A2815 warning GoogleMethodName Method name 'testOf_last' has invalid underscore usage, underscores only allowed between adjacent digits. 433 15
    #A2816 warning MethodName Method name 'testOf_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 433 15
    #A2817 warning GoogleMethodName Method name 'testOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 439 15
    #A2818 warning MethodName Method name 'testOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 439 15
    #A2819 warning GoogleMethodName Method name 'testExplicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A2820 warning MethodName Method name 'testExplicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A2821 warning GoogleMethodName Method name 'testExplicit_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 456 15
    #A2822 warning MethodName Method name 'testExplicit_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 456 15
    #A2823 warning GoogleMethodName Method name 'testExplicit_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 464 15
    #A2824 warning MethodName Method name 'testExplicit_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15
    #A2825 warning GoogleMethodName Method name 'testExplicit_containsMismatchedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 477 15
    #A2826 warning MethodName Method name 'testExplicit_containsMismatchedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 477 15
    #A2827 warning GoogleMethodName Method name 'testExplicit_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A2828 warning MethodName Method name 'testExplicit_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A2829 warning GoogleMethodName Method name 'testExplicit_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A2830 warning MethodName Method name 'testExplicit_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A2831 warning GoogleMethodName Method name 'testExplicit_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 508 15
    #A2832 warning MethodName Method name 'testExplicit_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 15
    #A2833 warning GoogleMethodName Method name 'testExplicit_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A2834 warning MethodName Method name 'testExplicit_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A2835 warning GoogleMethodName Method name 'testExplicit_first' has invalid underscore usage, underscores only allowed between adjacent digits. 543 15
    #A2836 warning MethodName Method name 'testExplicit_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 543 15
    #A2837 warning GoogleMethodName Method name 'testExplicit_last' has invalid underscore usage, underscores only allowed between adjacent digits. 551 15
    #A2838 warning MethodName Method name 'testExplicit_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 15
    #A2839 warning GoogleMethodName Method name 'testExplicitEmpty_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 560 15
    #A2840 warning MethodName Method name 'testExplicitEmpty_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 560 15
    #A2841 warning GoogleMethodName Method name 'testExplicit_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 569 15
    #A2842 warning MethodName Method name 'testExplicit_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 569 15
    #A2843 warning GoogleMethodName Method name 'testCopyOf_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 579 15
    #A2844 warning MethodName Method name 'testCopyOf_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 579 15
    #A2845 warning GoogleMethodName Method name 'testCopyOf_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 584 15
    #A2846 warning MethodName Method name 'testCopyOf_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 584 15
    #A2847 warning GoogleMethodName Method name 'testCopyOf_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 589 15
    #A2848 warning MethodName Method name 'testCopyOf_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 589 15
    #A2849 warning GoogleMethodName Method name 'testCopyOf_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 596 15
    #A2850 warning MethodName Method name 'testCopyOf_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 15
    #A2851 warning GoogleMethodName Method name 'testCopyOf_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 603 15
    #A2852 warning MethodName Method name 'testCopyOf_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 603 15
    #A2853 warning GoogleMethodName Method name 'testCopyOf_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 610 15
    #A2854 warning MethodName Method name 'testCopyOf_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 610 15
    #A2855 warning GoogleMethodName Method name 'testCopyOf_iterator_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 615 15
    #A2856 warning MethodName Method name 'testCopyOf_iterator_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 615 15
    #A2857 warning GoogleMethodName Method name 'testCopyOf_iterator_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 620 15
    #A2858 warning MethodName Method name 'testCopyOf_iterator_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 620 15
    #A2859 warning GoogleMethodName Method name 'testCopyOf_iterator_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 625 15
    #A2860 warning MethodName Method name 'testCopyOf_iterator_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 625 15
    #A2861 warning GoogleMethodName Method name 'testCopyOf_sortedSet_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 630 15
    #A2862 warning MethodName Method name 'testCopyOf_sortedSet_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 630 15
    #A2863 warning GoogleMethodName Method name 'testCopyOf_sortedSet_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 635 15
    #A2864 warning MethodName Method name 'testCopyOf_sortedSet_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 635 15
    #A2865 warning GoogleMethodName Method name 'testCopyOfExplicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 640 15
    #A2866 warning MethodName Method name 'testCopyOfExplicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 640 15
    #A2867 warning GoogleMethodName Method name 'testCopyOfExplicit_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 647 15
    #A2868 warning MethodName Method name 'testCopyOfExplicit_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 647 15
    #A2869 warning GoogleMethodName Method name 'testCopyOfExplicit_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 655 15
    #A2870 warning MethodName Method name 'testCopyOfExplicit_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 655 15
    #A2871 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 662 15
    #A2872 warning MethodName Method name 'testCopyOfExplicit_iterator_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 662 15
    #A2873 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 669 15
    #A2874 warning MethodName Method name 'testCopyOfExplicit_iterator_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 669 15
    #A2875 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 677 15
    #A2876 warning MethodName Method name 'testCopyOfExplicit_iterator_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 677 15
    #A2877 warning GoogleMethodName Method name 'testCopyOf_sortedSetIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 684 15
    #A2878 warning MethodName Method name 'testCopyOf_sortedSetIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 684 15
    #A2879 warning GoogleMethodName Method name 'testCopyOfSorted_natural_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 691 15
    #A2880 warning MethodName Method name 'testCopyOfSorted_natural_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 15
    #A2881 warning GoogleMethodName Method name 'testCopyOfSorted_natural_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 697 15
    #A2882 warning MethodName Method name 'testCopyOfSorted_natural_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 697 15
    #A2883 warning GoogleMethodName Method name 'testCopyOfSorted_explicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 703 15
    #A2884 warning MethodName Method name 'testCopyOfSorted_explicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 703 15
    #A2885 warning GoogleMethodName Method name 'testEquals_bothDefaultOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 711 15
    #A2886 warning MethodName Method name 'testEquals_bothDefaultOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 711 15
    #A2887 warning GoogleMethodName Method name 'testEquals_bothExplicitOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 721 15
    #A2888 warning MethodName Method name 'testEquals_bothExplicitOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 15
    #A2889 warning GoogleMethodName Method name 'testEquals_bothDefaultOrdering_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 734 15
    #A2890 warning MethodName Method name 'testEquals_bothDefaultOrdering_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 734 15
    #A2891 warning GoogleMethodName Method name 'testEquals_bothExplicitOrdering_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 740 15
    #A2892 warning MethodName Method name 'testEquals_bothExplicitOrdering_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 740 15
    #A2893 warning GoogleMethodName Method name 'testContainsAll_notSortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 746 15
    #A2894 warning MethodName Method name 'testContainsAll_notSortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 746 15
    #A2895 warning GoogleMethodName Method name 'testContainsAll_sameComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 759 15
    #A2896 warning MethodName Method name 'testContainsAll_sameComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 759 15
    #A2897 warning GoogleMethodName Method name 'testContainsAll_sameComparator_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 772 15
    #A2898 warning MethodName Method name 'testContainsAll_sameComparator_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 772 15
    #A2899 warning GoogleMethodName Method name 'testContainsAll_differentComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 779 15
    #A2900 warning MethodName Method name 'testContainsAll_differentComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 779 15
    #A2901 warning GoogleMethodName Method name 'testDifferentComparator_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 794 15
    #A2902 warning MethodName Method name 'testDifferentComparator_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 794 15
    #A2903 warning GoogleMethodName Method name 'testLegacyComparable_of' has invalid underscore usage, underscores only allowed between adjacent digits. 840 15
    #A2904 warning MethodName Method name 'testLegacyComparable_of' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 840 15
    #A2905 warning GoogleMethodName Method name 'testLegacyComparable_copyOf_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 854 15
    #A2906 warning MethodName Method name 'testLegacyComparable_copyOf_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 15
    #A2907 warning GoogleMethodName Method name 'testLegacyComparable_copyOf_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 860 15
    #A2908 warning MethodName Method name 'testLegacyComparable_copyOf_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 860 15
    #A2909 warning GoogleMethodName Method name 'testLegacyComparable_builder_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 866 15
    #A2910 warning MethodName Method name 'testLegacyComparable_builder_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 15
    #A2911 warning GoogleMethodName Method name 'testLegacyComparable_builder_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 880 15
    #A2912 warning MethodName Method name 'testLegacyComparable_builder_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 880 15
    #A2913 warning GoogleMethodName Method name 'testBuilderGenerics_SelfComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 1077 15
    #A2914 warning MethodName Method name 'testBuilderGenerics_SelfComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1077 15
    #A2915 warning GoogleMethodName Method name 'testBuilderGenerics_SuperComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 1087 15
    #A2916 warning MethodName Method name 'testBuilderGenerics_SuperComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1087 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ImmutableTableTest.java

    Severity Rule Message Line Col
    #A2917 warning GoogleMethodName Method name 'testBuilder_withImmutableCell' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A2918 warning MethodName Method name 'testBuilder_withImmutableCell' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A2919 warning GoogleMethodName Method name 'testBuilder_withImmutableCellAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A2920 warning MethodName Method name 'testBuilder_withImmutableCellAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A2921 warning GoogleMethodName Method name 'testBuilder_withMutableCell' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A2922 warning MethodName Method name 'testBuilder_withMutableCell' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A2923 warning GoogleMethodName Method name 'testBuilder_noDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A2924 warning MethodName Method name 'testBuilder_noDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A2925 warning GoogleMethodName Method name 'testBuilder_noNulls' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A2926 warning MethodName Method name 'testBuilder_noNulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A2927 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_putAll' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A2928 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_putAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A2929 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A2930 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A2931 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 253 15
    #A2932 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 253 15
    #A2933 warning GoogleMethodName Method name 'testBuilder_orderRowsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 275 15
    #A2934 warning MethodName Method name 'testBuilder_orderRowsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 275 15
    #A2935 warning GoogleMethodName Method name 'testBuilder_orderRowsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 292 15
    #A2936 warning MethodName Method name 'testBuilder_orderRowsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 292 15
    #A2937 warning GoogleMethodName Method name 'testBuilder_orderColumnsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A2938 warning MethodName Method name 'testBuilder_orderColumnsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A2939 warning GoogleMethodName Method name 'testBuilder_orderColumnsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A2940 warning MethodName Method name 'testBuilder_orderColumnsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15
    #A2941 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A2942 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A2943 warning GoogleMethodName Method name 'testSerialization_singleElement' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A2944 warning MethodName Method name 'testSerialization_singleElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A2945 warning GoogleMethodName Method name 'testDenseSerialization_manualOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 349 15
    #A2946 warning MethodName Method name 'testDenseSerialization_manualOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 15
    #A2947 warning GoogleMethodName Method name 'testDenseSerialization_rowOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 359 15
    #A2948 warning MethodName Method name 'testDenseSerialization_rowOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 15
    #A2949 warning GoogleMethodName Method name 'testDenseSerialization_columnOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A2950 warning MethodName Method name 'testDenseSerialization_columnOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A2951 warning GoogleMethodName Method name 'testDenseSerialization_bothOrders' has invalid underscore usage, underscores only allowed between adjacent digits. 381 15
    #A2952 warning MethodName Method name 'testDenseSerialization_bothOrders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 15
    #A2953 warning GoogleMethodName Method name 'testSparseSerialization_manualOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 393 15
    #A2954 warning MethodName Method name 'testSparseSerialization_manualOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 393 15
    #A2955 warning GoogleMethodName Method name 'testSparseSerialization_rowOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 405 15
    #A2956 warning MethodName Method name 'testSparseSerialization_rowOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A2957 warning GoogleMethodName Method name 'testSparseSerialization_columnOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 418 15
    #A2958 warning MethodName Method name 'testSparseSerialization_columnOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 418 15
    #A2959 warning GoogleMethodName Method name 'testSparseSerialization_bothOrders' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A2960 warning MethodName Method name 'testSparseSerialization_bothOrders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/InternersTest.java

    Severity Rule Message Line Col
    #A2961 warning GoogleMethodName Method name 'testStrong_simplistic' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A2962 warning MethodName Method name 'testStrong_simplistic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A2963 warning GoogleMethodName Method name 'testStrong_null' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A2964 warning MethodName Method name 'testStrong_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A2965 warning GoogleMethodName Method name 'testStrong_builder' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A2966 warning MethodName Method name 'testStrong_builder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A2967 warning GoogleMethodName Method name 'testWeak_simplistic' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A2968 warning MethodName Method name 'testWeak_simplistic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A2969 warning GoogleMethodName Method name 'testWeak_null' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A2970 warning MethodName Method name 'testWeak_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A2971 warning GoogleMethodName Method name 'testWeak_builder' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A2972 warning MethodName Method name 'testWeak_builder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A2973 warning GoogleMethodName Method name 'testWeak_afterGC' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A2974 warning MethodName Method name 'testWeak_afterGC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A2975 warning GoogleMethodName Method name 'testAsFunction_simplistic' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A2976 warning MethodName Method name 'testAsFunction_simplistic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A2977 warning GoogleMethodName Method name 'testConcurrencyLevel_Zero' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A2978 warning MethodName Method name 'testConcurrencyLevel_Zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A2979 warning GoogleMethodName Method name 'testConcurrencyLevel_Negative' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A2980 warning MethodName Method name 'testConcurrencyLevel_Negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/IterablesTest.java

    Severity Rule Message Line Col
    #A2981 warning GoogleMethodName Method name 'testSize_collection_doesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A2982 warning MethodName Method name 'testSize_collection_doesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A2983 warning GoogleMethodName Method name 'test_contains_null_set_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A2984 warning MethodName Method name 'test_contains_null_set_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A2985 warning GoogleMethodName Method name 'test_contains_null_set_no' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A2986 warning MethodName Method name 'test_contains_null_set_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A2987 warning GoogleMethodName Method name 'test_contains_null_iterable_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A2988 warning MethodName Method name 'test_contains_null_iterable_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A2989 warning GoogleMethodName Method name 'test_contains_null_iterable_no' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A2990 warning MethodName Method name 'test_contains_null_iterable_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A2991 warning GoogleMethodName Method name 'test_contains_nonnull_set_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A2992 warning MethodName Method name 'test_contains_nonnull_set_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A2993 warning GoogleMethodName Method name 'test_contains_nonnull_set_no' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A2994 warning MethodName Method name 'test_contains_nonnull_set_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A2995 warning GoogleMethodName Method name 'test_contains_nonnull_iterable_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A2996 warning MethodName Method name 'test_contains_nonnull_iterable_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A2997 warning GoogleMethodName Method name 'test_contains_nonnull_iterable_no' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A2998 warning MethodName Method name 'test_contains_nonnull_iterable_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A2999 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A3000 warning MethodName Method name 'testGetOnlyElement_noDefault_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A3001 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A3002 warning MethodName Method name 'testGetOnlyElement_noDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A3003 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A3004 warning MethodName Method name 'testGetOnlyElement_noDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A3005 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A3006 warning MethodName Method name 'testGetOnlyElement_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A3007 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A3008 warning MethodName Method name 'testGetOnlyElement_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A3009 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A3010 warning MethodName Method name 'testGetOnlyElement_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A3011 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A3012 warning MethodName Method name 'testGetOnlyElement_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A3013 warning GoogleMethodName Method name 'testFind_withDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A3014 warning MethodName Method name 'testFind_withDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A3015 warning GoogleMethodName Method name 'testFilterByType_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 274 15
    #A3016 warning MethodName Method name 'testFilterByType_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A3017 warning GoogleMethodName Method name 'testTransform_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 281 15
    #A3018 warning MethodName Method name 'testTransform_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 15
    #A3019 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 413 15
    #A3020 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 413 15
    #A3021 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 422 15
    #A3022 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 15
    #A3023 warning GoogleMethodName Method name 'testPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 428 15
    #A3024 warning MethodName Method name 'testPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 15
    #A3025 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 435 15
    #A3026 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 435 15
    #A3027 warning GoogleMethodName Method name 'testPaddedPartition_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 477 15
    #A3028 warning MethodName Method name 'testPaddedPartition_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 477 15
    #A3029 warning GoogleMethodName Method name 'testLimit_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 569 15
    #A3030 warning MethodName Method name 'testLimit_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 569 15
    #A3031 warning GoogleMethodName Method name 'testSkip_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 586 15
    #A3032 warning MethodName Method name 'testSkip_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15
    #A3033 warning GoogleMethodName Method name 'testSkip_simpleList' has invalid underscore usage, underscores only allowed between adjacent digits. 592 15
    #A3034 warning MethodName Method name 'testSkip_simpleList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 592 15
    #A3035 warning GoogleMethodName Method name 'testSkip_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 598 15
    #A3036 warning MethodName Method name 'testSkip_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 598 15
    #A3037 warning GoogleMethodName Method name 'testSkip_pastEndList' has invalid underscore usage, underscores only allowed between adjacent digits. 603 15
    #A3038 warning MethodName Method name 'testSkip_pastEndList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 603 15
    #A3039 warning GoogleMethodName Method name 'testSkip_skipNone' has invalid underscore usage, underscores only allowed between adjacent digits. 608 15
    #A3040 warning MethodName Method name 'testSkip_skipNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 608 15
    #A3041 warning GoogleMethodName Method name 'testSkip_skipNoneList' has invalid underscore usage, underscores only allowed between adjacent digits. 613 15
    #A3042 warning MethodName Method name 'testSkip_skipNoneList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 613 15
    #A3043 warning GoogleMethodName Method name 'testSkip_removal' has invalid underscore usage, underscores only allowed between adjacent digits. 618 15
    #A3044 warning MethodName Method name 'testSkip_removal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 618 15
    #A3045 warning GoogleMethodName Method name 'testSkip_allOfMutableList_modifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 633 15
    #A3046 warning MethodName Method name 'testSkip_allOfMutableList_modifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 633 15
    #A3047 warning GoogleMethodName Method name 'testSkip_allOfImmutableList_modifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 643 15
    #A3048 warning MethodName Method name 'testSkip_allOfImmutableList_modifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 643 15
    #A3049 warning GoogleMethodName Method name 'testSkip_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 654 15
    #A3050 warning MethodName Method name 'testSkip_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 654 15
    #A3051 warning GoogleMethodName Method name 'testSkip_iteratorList' has invalid underscore usage, underscores only allowed between adjacent digits. 665 15
    #A3052 warning MethodName Method name 'testSkip_iteratorList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 665 15
    #A3053 warning GoogleMethodName Method name 'testSkip_nonStructurallyModifiedList' has invalid underscore usage, underscores only allowed between adjacent digits. 675 15
    #A3054 warning MethodName Method name 'testSkip_nonStructurallyModifiedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 675 15
    #A3055 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSome' has invalid underscore usage, underscores only allowed between adjacent digits. 685 15
    #A3056 warning MethodName Method name 'testSkip_structurallyModifiedSkipSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 685 15
    #A3057 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSomeList' has invalid underscore usage, underscores only allowed between adjacent digits. 693 15
    #A3058 warning MethodName Method name 'testSkip_structurallyModifiedSkipSomeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 693 15
    #A3059 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAll' has invalid underscore usage, underscores only allowed between adjacent digits. 701 15
    #A3060 warning MethodName Method name 'testSkip_structurallyModifiedSkipAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 15
    #A3061 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAllList' has invalid underscore usage, underscores only allowed between adjacent digits. 709 15
    #A3062 warning MethodName Method name 'testSkip_structurallyModifiedSkipAllList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 709 15
    #A3063 warning GoogleMethodName Method name 'testSkip_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 716 15
    #A3064 warning MethodName Method name 'testSkip_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 716 15
    #A3065 warning GoogleMethodName Method name 'testGet_list' has invalid underscore usage, underscores only allowed between adjacent digits. 754 15
    #A3066 warning MethodName Method name 'testGet_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 754 15
    #A3067 warning GoogleMethodName Method name 'testGet_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 758 15
    #A3068 warning MethodName Method name 'testGet_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 758 15
    #A3069 warning GoogleMethodName Method name 'testGet_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 762 15
    #A3070 warning MethodName Method name 'testGet_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 762 15
    #A3071 warning GoogleMethodName Method name 'testGet_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 766 15
    #A3072 warning MethodName Method name 'testGet_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 766 15
    #A3073 warning GoogleMethodName Method name 'testGet_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 770 15
    #A3074 warning MethodName Method name 'testGet_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 770 15
    #A3075 warning GoogleMethodName Method name 'testGet_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 774 15
    #A3076 warning MethodName Method name 'testGet_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 774 15
    #A3077 warning GoogleMethodName Method name 'testGet_withDefault_negativePosition' has invalid underscore usage, underscores only allowed between adjacent digits. 778 15
    #A3078 warning MethodName Method name 'testGet_withDefault_negativePosition' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 778 15
    #A3079 warning GoogleMethodName Method name 'testGet_withDefault_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 787 15
    #A3080 warning MethodName Method name 'testGet_withDefault_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 787 15
    #A3081 warning GoogleMethodName Method name 'testGet_withDefault_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 792 15
    #A3082 warning MethodName Method name 'testGet_withDefault_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 792 15
    #A3083 warning GoogleMethodName Method name 'testGet_withDefault_last' has invalid underscore usage, underscores only allowed between adjacent digits. 797 15
    #A3084 warning MethodName Method name 'testGet_withDefault_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 797 15
    #A3085 warning GoogleMethodName Method name 'testGet_withDefault_lastPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 802 15
    #A3086 warning MethodName Method name 'testGet_withDefault_lastPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 802 15
    #A3087 warning GoogleMethodName Method name 'testGet_withDefault_doesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 807 15
    #A3088 warning MethodName Method name 'testGet_withDefault_doesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 807 15
    #A3089 warning GoogleMethodName Method name 'testGetFirst_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 813 15
    #A3090 warning MethodName Method name 'testGetFirst_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 813 15
    #A3091 warning GoogleMethodName Method name 'testGetFirst_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 818 15
    #A3092 warning MethodName Method name 'testGetFirst_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 818 15
    #A3093 warning GoogleMethodName Method name 'testGetFirst_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 823 15
    #A3094 warning MethodName Method name 'testGetFirst_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 823 15
    #A3095 warning GoogleMethodName Method name 'testGetFirst_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 828 15
    #A3096 warning MethodName Method name 'testGetFirst_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 828 15
    #A3097 warning GoogleMethodName Method name 'testGetLast_list' has invalid underscore usage, underscores only allowed between adjacent digits. 833 15
    #A3098 warning MethodName Method name 'testGetLast_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 833 15
    #A3099 warning GoogleMethodName Method name 'testGetLast_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 838 15
    #A3100 warning MethodName Method name 'testGetLast_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 838 15
    #A3101 warning GoogleMethodName Method name 'testGetLast_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 847 15
    #A3102 warning MethodName Method name 'testGetLast_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 847 15
    #A3103 warning GoogleMethodName Method name 'testGetLast_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 852 15
    #A3104 warning MethodName Method name 'testGetLast_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 852 15
    #A3105 warning GoogleMethodName Method name 'testGetLast_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 857 15
    #A3106 warning MethodName Method name 'testGetLast_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 857 15
    #A3107 warning GoogleMethodName Method name 'testGetLast_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 862 15
    #A3108 warning MethodName Method name 'testGetLast_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 862 15
    #A3109 warning GoogleMethodName Method name 'testGetLast_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 867 15
    #A3110 warning MethodName Method name 'testGetLast_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 867 15
    #A3111 warning GoogleMethodName Method name 'testGetLast_withDefault_not_empty_list' has invalid underscore usage, underscores only allowed between adjacent digits. 884 15
    #A3112 warning MethodName Method name 'testGetLast_withDefault_not_empty_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 884 15
    #A3113 warning GoogleMethodName Method name 'testGetLast_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 892 15
    #A3114 warning MethodName Method name 'testGetLast_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 892 15
    #A3115 warning GoogleMethodName Method name 'testGetLast_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 901 15
    #A3116 warning MethodName Method name 'testGetLast_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 901 15
    #A3117 warning GoogleMethodName Method name 'testGetLast_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 906 15
    #A3118 warning MethodName Method name 'testGetLast_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 906 15
    #A3119 warning GoogleMethodName Method name 'testFrequency_multiset' has invalid underscore usage, underscores only allowed between adjacent digits. 939 15
    #A3120 warning MethodName Method name 'testFrequency_multiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 939 15
    #A3121 warning GoogleMethodName Method name 'testFrequency_set' has invalid underscore usage, underscores only allowed between adjacent digits. 949 15
    #A3122 warning MethodName Method name 'testFrequency_set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 949 15
    #A3123 warning GoogleMethodName Method name 'testFrequency_list' has invalid underscore usage, underscores only allowed between adjacent digits. 959 15
    #A3124 warning MethodName Method name 'testFrequency_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 959 15
    #A3125 warning GoogleMethodName Method name 'testRemoveAll_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 969 15
    #A3126 warning MethodName Method name 'testRemoveAll_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 969 15
    #A3127 warning GoogleMethodName Method name 'testRemoveAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 977 15
    #A3128 warning MethodName Method name 'testRemoveAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 977 15
    #A3129 warning GoogleMethodName Method name 'testRetainAll_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 992 15
    #A3130 warning MethodName Method name 'testRetainAll_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 992 15
    #A3131 warning GoogleMethodName Method name 'testRetainAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 1000 15
    #A3132 warning MethodName Method name 'testRetainAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1000 15
    #A3133 warning GoogleMethodName Method name 'testRemoveIf_randomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 1015 15
    #A3134 warning MethodName Method name 'testRemoveIf_randomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1015 15
    #A3135 warning GoogleMethodName Method name 'testRemoveIf_randomAccess_notPermittingDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 1039 15
    #A3136 warning MethodName Method name 'testRemoveIf_randomAccess_notPermittingDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1039 15
    #A3137 warning GoogleMethodName Method name 'testRemoveIf_transformedList' has invalid underscore usage, underscores only allowed between adjacent digits. 1067 15
    #A3138 warning MethodName Method name 'testRemoveIf_transformedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1067 15
    #A3139 warning GoogleMethodName Method name 'testRemoveIf_noRandomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 1100 15
    #A3140 warning MethodName Method name 'testRemoveIf_noRandomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1100 15
    #A3141 warning GoogleMethodName Method name 'testRemoveIf_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 1124 15
    #A3142 warning MethodName Method name 'testRemoveIf_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1124 15
    #A3143 warning GoogleMethodName Method name 'testConsumingIterable_duelingIterators' has invalid underscore usage, underscores only allowed between adjacent digits. 1209 15
    #A3144 warning MethodName Method name 'testConsumingIterable_duelingIterators' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1209 15
    #A3145 warning GoogleMethodName Method name 'testConsumingIterable_queue_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 1226 15
    #A3146 warning MethodName Method name 'testConsumingIterable_queue_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1226 15
    #A3147 warning GoogleMethodName Method name 'testConsumingIterable_queue_removesFromQueue' has invalid underscore usage, underscores only allowed between adjacent digits. 1236 15
    #A3148 warning MethodName Method name 'testConsumingIterable_queue_removesFromQueue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1236 15
    #A3149 warning GoogleMethodName Method name 'testConsumingIterable_noIteratorCall' has invalid underscore usage, underscores only allowed between adjacent digits. 1249 15
    #A3150 warning MethodName Method name 'testConsumingIterable_noIteratorCall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1249 15
    #A3151 warning GoogleMethodName Method name 'testIndexOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1278 15
    #A3152 warning MethodName Method name 'testIndexOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1278 15
    #A3153 warning GoogleMethodName Method name 'testIndexOf_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 1283 15
    #A3154 warning MethodName Method name 'testIndexOf_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1283 15
    #A3155 warning GoogleMethodName Method name 'testIndexOf_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 1289 15
    #A3156 warning MethodName Method name 'testIndexOf_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1289 15
    #A3157 warning GoogleMethodName Method name 'testIndexOf_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 1296 15
    #A3158 warning MethodName Method name 'testIndexOf_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1296 15
    #A3159 warning GoogleMethodName Method name 'testIndexOf_genericPredicate' has invalid underscore usage, underscores only allowed between adjacent digits. 1312 15
    #A3160 warning MethodName Method name 'testIndexOf_genericPredicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1312 15
    #A3161 warning GoogleMethodName Method name 'testIndexOf_genericPredicate2' has invalid underscore usage, underscores only allowed between adjacent digits. 1323 15
    #A3162 warning MethodName Method name 'testIndexOf_genericPredicate2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1323 15
    #A3163 warning GoogleMethodName Method name 'testMergeSorted_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1328 15
    #A3164 warning MethodName Method name 'testMergeSorted_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1328 15
    #A3165 warning GoogleMethodName Method name 'testMergeSorted_single_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1346 15
    #A3166 warning MethodName Method name 'testMergeSorted_single_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1346 15
    #A3167 warning GoogleMethodName Method name 'testMergeSorted_single' has invalid underscore usage, underscores only allowed between adjacent digits. 1355 15
    #A3168 warning MethodName Method name 'testMergeSorted_single' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1355 15
    #A3169 warning GoogleMethodName Method name 'testMergeSorted_pyramid' has invalid underscore usage, underscores only allowed between adjacent digits. 1364 15
    #A3170 warning MethodName Method name 'testMergeSorted_pyramid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1364 15
    #A3171 warning GoogleMethodName Method name 'testMergeSorted_skipping_pyramid' has invalid underscore usage, underscores only allowed between adjacent digits. 1382 15
    #A3172 warning MethodName Method name 'testMergeSorted_skipping_pyramid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1382 15
    #A3173 warning GoogleMethodName Method name 'testIterables_nullCheck' has invalid underscore usage, underscores only allowed between adjacent digits. 1399 15
    #A3174 warning MethodName Method name 'testIterables_nullCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1399 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/IteratorsTest.java

    Severity Rule Message Line Col
    #A3175 warning GoogleMethodName Method name 'testSize_partiallyConsumed' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A3176 warning MethodName Method name 'testSize_partiallyConsumed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A3177 warning GoogleMethodName Method name 'test_contains_nonnull_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A3178 warning MethodName Method name 'test_contains_nonnull_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A3179 warning GoogleMethodName Method name 'test_contains_nonnull_no' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A3180 warning MethodName Method name 'test_contains_nonnull_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A3181 warning GoogleMethodName Method name 'test_contains_null_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A3182 warning MethodName Method name 'test_contains_null_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A3183 warning GoogleMethodName Method name 'test_contains_null_no' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A3184 warning MethodName Method name 'test_contains_null_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A3185 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A3186 warning MethodName Method name 'testGetOnlyElement_noDefault_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A3187 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A3188 warning MethodName Method name 'testGetOnlyElement_noDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A3189 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A3190 warning MethodName Method name 'testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A3191 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 201 15
    #A3192 warning MethodName Method name 'testGetOnlyElement_noDefault_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 15
    #A3193 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_moreThanFiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A3194 warning MethodName Method name 'testGetOnlyElement_noDefault_moreThanFiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A3195 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A3196 warning MethodName Method name 'testGetOnlyElement_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A3197 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A3198 warning MethodName Method name 'testGetOnlyElement_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A3199 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A3200 warning MethodName Method name 'testGetOnlyElement_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A3201 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A3202 warning MethodName Method name 'testGetOnlyElement_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15
    #A3203 warning GoogleMethodName Method name 'testFind_firstElement' has invalid underscore usage, underscores only allowed between adjacent digits. 354 15
    #A3204 warning MethodName Method name 'testFind_firstElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 15
    #A3205 warning GoogleMethodName Method name 'testFind_lastElement' has invalid underscore usage, underscores only allowed between adjacent digits. 361 15
    #A3206 warning MethodName Method name 'testFind_lastElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 15
    #A3207 warning GoogleMethodName Method name 'testFind_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 368 15
    #A3208 warning MethodName Method name 'testFind_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A3209 warning GoogleMethodName Method name 'testFind_matchAlways' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A3210 warning MethodName Method name 'testFind_matchAlways' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A3211 warning GoogleMethodName Method name 'testFind_withDefault_first' has invalid underscore usage, underscores only allowed between adjacent digits. 385 15
    #A3212 warning MethodName Method name 'testFind_withDefault_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A3213 warning GoogleMethodName Method name 'testFind_withDefault_last' has invalid underscore usage, underscores only allowed between adjacent digits. 392 15
    #A3214 warning MethodName Method name 'testFind_withDefault_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 392 15
    #A3215 warning GoogleMethodName Method name 'testFind_withDefault_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 399 15
    #A3216 warning MethodName Method name 'testFind_withDefault_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A3217 warning GoogleMethodName Method name 'testFind_withDefault_notPresent_nullReturn' has invalid underscore usage, underscores only allowed between adjacent digits. 406 15
    #A3218 warning MethodName Method name 'testFind_withDefault_notPresent_nullReturn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 15
    #A3219 warning GoogleMethodName Method name 'testFind_withDefault_matchAlways' has invalid underscore usage, underscores only allowed between adjacent digits. 413 15
    #A3220 warning MethodName Method name 'testFind_withDefault_matchAlways' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 413 15
    #A3221 warning GoogleMethodName Method name 'testTryFind_firstElement' has invalid underscore usage, underscores only allowed between adjacent digits. 420 15
    #A3222 warning MethodName Method name 'testTryFind_firstElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 420 15
    #A3223 warning GoogleMethodName Method name 'testTryFind_lastElement' has invalid underscore usage, underscores only allowed between adjacent digits. 426 15
    #A3224 warning MethodName Method name 'testTryFind_lastElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 15
    #A3225 warning GoogleMethodName Method name 'testTryFind_alwaysTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 432 15
    #A3226 warning MethodName Method name 'testTryFind_alwaysTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 432 15
    #A3227 warning GoogleMethodName Method name 'testTryFind_alwaysFalse_orDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 438 15
    #A3228 warning MethodName Method name 'testTryFind_alwaysFalse_orDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 438 15
    #A3229 warning GoogleMethodName Method name 'testTryFind_alwaysFalse_isPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 445 15
    #A3230 warning MethodName Method name 'testTryFind_alwaysFalse_isPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 445 15
    #A3231 warning GoogleMethodName Method name 'testConcatNested_appendToEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 847 15
    #A3232 warning MethodName Method name 'testConcatNested_appendToEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 847 15
    #A3233 warning GoogleMethodName Method name 'testConcatNested_appendToBeginning' has invalid underscore usage, underscores only allowed between adjacent digits. 856 15
    #A3234 warning MethodName Method name 'testConcatNested_appendToBeginning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 15
    #A3235 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 971 15
    #A3236 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 971 15
    #A3237 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 980 15
    #A3238 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 980 15
    #A3239 warning GoogleMethodName Method name 'testPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 986 15
    #A3240 warning MethodName Method name 'testPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 986 15
    #A3241 warning GoogleMethodName Method name 'testPartition_singleton2' has invalid underscore usage, underscores only allowed between adjacent digits. 995 15
    #A3242 warning MethodName Method name 'testPartition_singleton2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 995 15
    #A3243 warning GoogleMethodName Method name 'testPartition_general' has invalid underscore usage, underscores only allowed between adjacent digits. 1005 15
    #A3244 warning MethodName Method name 'testPartition_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1005 15
    #A3245 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 1019 15
    #A3246 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1019 15
    #A3247 warning GoogleMethodName Method name 'testPaddedPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 1042 15
    #A3248 warning MethodName Method name 'testPaddedPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1042 15
    #A3249 warning GoogleMethodName Method name 'testPaddedPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1051 15
    #A3250 warning MethodName Method name 'testPaddedPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1051 15
    #A3251 warning GoogleMethodName Method name 'testPaddedPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 1057 15
    #A3252 warning MethodName Method name 'testPaddedPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1057 15
    #A3253 warning GoogleMethodName Method name 'testPaddedPartition_singleton2' has invalid underscore usage, underscores only allowed between adjacent digits. 1066 15
    #A3254 warning MethodName Method name 'testPaddedPartition_singleton2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1066 15
    #A3255 warning GoogleMethodName Method name 'testPaddedPartition_general' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 15
    #A3256 warning MethodName Method name 'testPaddedPartition_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 15
    #A3257 warning GoogleMethodName Method name 'testPaddedPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 1090 15
    #A3258 warning MethodName Method name 'testPaddedPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1090 15
    #A3259 warning GoogleMethodName Method name 'testGetNext_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 1349 15
    #A3260 warning MethodName Method name 'testGetNext_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1349 15
    #A3261 warning GoogleMethodName Method name 'testGetNext_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1354 15
    #A3262 warning MethodName Method name 'testGetNext_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1354 15
    #A3263 warning GoogleMethodName Method name 'testGetNext_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 1359 15
    #A3264 warning MethodName Method name 'testGetNext_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1359 15
    #A3265 warning GoogleMethodName Method name 'testGetNext_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 1364 15
    #A3266 warning MethodName Method name 'testGetNext_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1364 15
    #A3267 warning GoogleMethodName Method name 'testGetLast_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1369 15
    #A3268 warning MethodName Method name 'testGetLast_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1369 15
    #A3269 warning GoogleMethodName Method name 'testGetLast_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 1376 15
    #A3270 warning MethodName Method name 'testGetLast_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1376 15
    #A3271 warning GoogleMethodName Method name 'testGetLast_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 1385 15
    #A3272 warning MethodName Method name 'testGetLast_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1385 15
    #A3273 warning GoogleMethodName Method name 'testGetLast_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1390 15
    #A3274 warning MethodName Method name 'testGetLast_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1390 15
    #A3275 warning GoogleMethodName Method name 'testGetLast_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 1395 15
    #A3276 warning MethodName Method name 'testGetLast_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1395 15
    #A3277 warning GoogleMethodName Method name 'testGetLast_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 1400 15
    #A3278 warning MethodName Method name 'testGetLast_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1400 15
    #A3279 warning GoogleMethodName Method name 'testGet_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1405 15
    #A3280 warning MethodName Method name 'testGet_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1405 15
    #A3281 warning GoogleMethodName Method name 'testGet_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 1414 15
    #A3282 warning MethodName Method name 'testGet_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1414 15
    #A3283 warning GoogleMethodName Method name 'testGet_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 1427 15
    #A3284 warning MethodName Method name 'testGet_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1427 15
    #A3285 warning GoogleMethodName Method name 'testGet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1440 15
    #A3286 warning MethodName Method name 'testGet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1440 15
    #A3287 warning GoogleMethodName Method name 'testGet_negativeIndex' has invalid underscore usage, underscores only allowed between adjacent digits. 1451 15
    #A3288 warning MethodName Method name 'testGet_negativeIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1451 15
    #A3289 warning GoogleMethodName Method name 'testGet_withDefault_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1461 15
    #A3290 warning MethodName Method name 'testGet_withDefault_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1461 15
    #A3291 warning GoogleMethodName Method name 'testGet_withDefault_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 1470 15
    #A3292 warning MethodName Method name 'testGet_withDefault_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1470 15
    #A3293 warning GoogleMethodName Method name 'testGet_withDefault_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 1479 15
    #A3294 warning MethodName Method name 'testGet_withDefault_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1479 15
    #A3295 warning GoogleMethodName Method name 'testGet_withDefault_negativeIndex' has invalid underscore usage, underscores only allowed between adjacent digits. 1488 15
    #A3296 warning MethodName Method name 'testGet_withDefault_negativeIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1488 15
    #A3297 warning GoogleMethodName Method name 'testAdvance_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1502 15
    #A3298 warning MethodName Method name 'testAdvance_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1502 15
    #A3299 warning GoogleMethodName Method name 'testAdvance_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 1511 15
    #A3300 warning MethodName Method name 'testAdvance_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1511 15
    #A3301 warning GoogleMethodName Method name 'testAdvance_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 1520 15
    #A3302 warning MethodName Method name 'testAdvance_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1520 15
    #A3303 warning GoogleMethodName Method name 'testConsumingIterator_duelingIterators' has invalid underscore usage, underscores only allowed between adjacent digits. 1646 15
    #A3304 warning MethodName Method name 'testConsumingIterator_duelingIterators' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1646 15
    #A3305 warning GoogleMethodName Method name 'testIndexOf_consumedData' has invalid underscore usage, underscores only allowed between adjacent digits. 1663 15
    #A3306 warning MethodName Method name 'testIndexOf_consumedData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1663 15
    #A3307 warning GoogleMethodName Method name 'testIndexOf_consumedDataWithDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 1670 15
    #A3308 warning MethodName Method name 'testIndexOf_consumedDataWithDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1670 15
    #A3309 warning GoogleMethodName Method name 'testIndexOf_consumedDataNoMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1678 15
    #A3310 warning MethodName Method name 'testIndexOf_consumedDataNoMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1678 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/LinkedHashMultimapTest.java

    Severity Rule Message Line Col
    #A3311 warning GoogleMethodName Method name 'testKeysToString_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 233 15
    #A3312 warning MethodName Method name 'testKeysToString_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 233 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ListsImplTest.java

    Severity Rule Message Line Col
    #A3313 warning GoogleMethodName Method name 'testIndexOfImpl_nonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 180 15
    #A3314 warning MethodName Method name 'testIndexOfImpl_nonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A3315 warning GoogleMethodName Method name 'testIndexOfImpl_null' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A3316 warning MethodName Method name 'testIndexOfImpl_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A3317 warning GoogleMethodName Method name 'testLastIndexOfImpl_nonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A3318 warning MethodName Method name 'testLastIndexOfImpl_nonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A3319 warning GoogleMethodName Method name 'testLastIndexOfImpl_null' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A3320 warning MethodName Method name 'testLastIndexOfImpl_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ListsTest.java

    Severity Rule Message Line Col
    #A3321 warning GoogleMethodName Method name 'testNewArrayListWithCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 329 15
    #A3322 warning MethodName Method name 'testNewArrayListWithCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 15
    #A3323 warning GoogleMethodName Method name 'testNewArrayListWithExpectedSize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A3324 warning MethodName Method name 'testNewArrayListWithExpectedSize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A3325 warning GoogleMethodName Method name 'testCartesianProduct_binary1x1' has invalid underscore usage, underscores only allowed between adjacent digits. 577 15
    #A3326 warning MethodName Method name 'testCartesianProduct_binary1x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15
    #A3327 warning GoogleMethodName Method name 'testCartesianProduct_binary1x2' has invalid underscore usage, underscores only allowed between adjacent digits. 582 15
    #A3328 warning MethodName Method name 'testCartesianProduct_binary1x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 582 15
    #A3329 warning GoogleMethodName Method name 'testCartesianProduct_binary2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 589 15
    #A3330 warning MethodName Method name 'testCartesianProduct_binary2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 589 15
    #A3331 warning GoogleMethodName Method name 'testCartesianProduct_2x2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 596 15
    #A3332 warning MethodName Method name 'testCartesianProduct_2x2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 15
    #A3333 warning GoogleMethodName Method name 'testCartesianProduct_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 611 15
    #A3334 warning MethodName Method name 'testCartesianProduct_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 15
    #A3335 warning GoogleMethodName Method name 'testCartesianProduct_indexOf' has invalid underscore usage, underscores only allowed between adjacent digits. 620 15
    #A3336 warning MethodName Method name 'testCartesianProduct_indexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 620 15
    #A3337 warning GoogleMethodName Method name 'testCartesianProduct_unrelatedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 633 15
    #A3338 warning MethodName Method name 'testCartesianProduct_unrelatedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 633 15
    #A3339 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 882 15
    #A3340 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 882 15
    #A3341 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 891 15
    #A3342 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 891 15
    #A3343 warning GoogleMethodName Method name 'testPartition_1_1' has invalid underscore usage, underscores only allowed between adjacent digits. 898 15
    #A3344 warning GoogleMethodName Method name 'testPartition_1_2' has invalid underscore usage, underscores only allowed between adjacent digits. 905 15
    #A3345 warning GoogleMethodName Method name 'testPartition_2_1' has invalid underscore usage, underscores only allowed between adjacent digits. 912 15
    #A3346 warning GoogleMethodName Method name 'testPartition_3_2' has invalid underscore usage, underscores only allowed between adjacent digits. 920 15
    #A3347 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 956 15
    #A3348 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 956 15
    #A3349 warning GoogleMethodName Method name 'testPartitionSize_1' has invalid underscore usage, underscores only allowed between adjacent digits. 980 15
    #A3350 warning GoogleMethodName Method name 'testPartitionSize_2' has invalid underscore usage, underscores only allowed between adjacent digits. 987 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

    Severity Rule Message Line Col
    #A3351 warning GoogleMethodName Method name 'testSegmentPut_expand' has invalid underscore usage, underscores only allowed between adjacent digits. 502 15
    #A3352 warning MethodName Method name 'testSegmentPut_expand' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 502 15
    #A3353 warning GoogleMethodName Method name 'testExpand_cleanup' has invalid underscore usage, underscores only allowed between adjacent digits. 694 15
    #A3354 warning MethodName Method name 'testExpand_cleanup' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 694 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MapMakerTest.java

    Severity Rule Message Line Col
    #A3355 warning GoogleMethodName Method name 'testInitialCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 62 17
    #A3356 warning MethodName Method name 'testInitialCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 17
    #A3357 warning GoogleMethodName Method name 'xtestInitialCapacity_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 72 17
    #A3358 warning MethodName Method name 'xtestInitialCapacity_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MapsTest.java

    Severity Rule Message Line Col
    #A3359 warning GoogleMethodName Method name 'testNewHashMapWithExpectedSize_wontGrow' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A3360 warning MethodName Method name 'testNewHashMapWithExpectedSize_wontGrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A3361 warning GoogleMethodName Method name 'testNewLinkedHashMapWithExpectedSize_wontGrow' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A3362 warning MethodName Method name 'testNewLinkedHashMapWithExpectedSize_wontGrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A3363 warning GoogleMethodName Method name 'testAsConverter_nominal' has invalid underscore usage, underscores only allowed between adjacent digits. 1103 15
    #A3364 warning MethodName Method name 'testAsConverter_nominal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1103 15
    #A3365 warning GoogleMethodName Method name 'testAsConverter_inverse' has invalid underscore usage, underscores only allowed between adjacent digits. 1114 15
    #A3366 warning MethodName Method name 'testAsConverter_inverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1114 15
    #A3367 warning GoogleMethodName Method name 'testAsConverter_noMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 1125 15
    #A3368 warning MethodName Method name 'testAsConverter_noMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1125 15
    #A3369 warning GoogleMethodName Method name 'testAsConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 1138 15
    #A3370 warning MethodName Method name 'testAsConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1138 15
    #A3371 warning GoogleMethodName Method name 'testAsConverter_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 1148 15
    #A3372 warning MethodName Method name 'testAsConverter_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1148 15
    #A3373 warning GoogleMethodName Method name 'testAsConverter_withNullMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 1169 15
    #A3374 warning MethodName Method name 'testAsConverter_withNullMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1169 15
    #A3375 warning GoogleMethodName Method name 'testAsConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 1181 15
    #A3376 warning MethodName Method name 'testAsConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1181 15
    #A3377 warning GoogleMethodName Method name 'testAsConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 1190 15
    #A3378 warning MethodName Method name 'testAsConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1190 15
    #A3379 warning GoogleMethodName Method name 'testHeadSubTailMap_FilteredMap' has invalid underscore usage, underscores only allowed between adjacent digits. 1541 17
    #A3380 warning MethodName Method name 'testHeadSubTailMap_FilteredMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1541 17
    #A3381 warning GoogleMethodName Method name 'testSubMap_boundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1861 15
    #A3382 warning MethodName Method name 'testSubMap_boundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1861 15
    #A3383 warning GoogleMethodName Method name 'testSubMap_halfBoundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1891 15
    #A3384 warning MethodName Method name 'testSubMap_halfBoundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1891 15
    #A3385 warning GoogleMethodName Method name 'testSubMap_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1918 15
    #A3386 warning MethodName Method name 'testSubMap_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1918 15
    #A3387 warning GoogleMethodName Method name 'testSubMap_unnaturalOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 1925 15
    #A3388 warning MethodName Method name 'testSubMap_unnaturalOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1925 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java

    Severity Rule Message Line Col
    #A3389 warning GoogleMethodName Method name 'testCreation_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A3390 warning MethodName Method name 'testCreation_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A3391 warning GoogleMethodName Method name 'testCreation_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A3392 warning MethodName Method name 'testCreation_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A3393 warning GoogleMethodName Method name 'testCreation_expectedSize' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A3394 warning MethodName Method name 'testCreation_expectedSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A3395 warning GoogleMethodName Method name 'testCreation_expectedSize_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A3396 warning MethodName Method name 'testCreation_expectedSize_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15
    #A3397 warning GoogleMethodName Method name 'testCreation_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A3398 warning MethodName Method name 'testCreation_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A3399 warning GoogleMethodName Method name 'testCreation_comparator_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A3400 warning MethodName Method name 'testCreation_comparator_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A3401 warning GoogleMethodName Method name 'testCreation_expectedSize_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A3402 warning MethodName Method name 'testCreation_expectedSize_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A3403 warning GoogleMethodName Method name 'testCreation_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A3404 warning MethodName Method name 'testCreation_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A3405 warning GoogleMethodName Method name 'testCreation_comparator_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A3406 warning MethodName Method name 'testCreation_comparator_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A3407 warning GoogleMethodName Method name 'testCreation_expectedSize_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A3408 warning MethodName Method name 'testCreation_expectedSize_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A3409 warning GoogleMethodName Method name 'testCreation_maximumSize_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A3410 warning MethodName Method name 'testCreation_maximumSize_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A3411 warning GoogleMethodName Method name 'testCreation_allOptions' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A3412 warning MethodName Method name 'testCreation_allOptions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A3413 warning GoogleMethodName Method name 'testRemoveAt_exhaustive' has invalid underscore usage, underscores only allowed between adjacent digits. 557 15
    #A3414 warning MethodName Method name 'testRemoveAt_exhaustive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 557 15
    #A3415 warning GoogleMethodName Method name 'testCorrectOrdering_regression' has invalid underscore usage, underscores only allowed between adjacent digits. 570 15
    #A3416 warning MethodName Method name 'testCorrectOrdering_regression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 570 15
    #A3417 warning GoogleMethodName Method name 'testCorrectOrdering_smallHeapsPollFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 580 15
    #A3418 warning MethodName Method name 'testCorrectOrdering_smallHeapsPollFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 580 15
    #A3419 warning GoogleMethodName Method name 'testCorrectOrdering_smallHeapsPollLast' has invalid underscore usage, underscores only allowed between adjacent digits. 595 15
    #A3420 warning MethodName Method name 'testCorrectOrdering_smallHeapsPollLast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A3421 warning GoogleMethodName Method name 'testCorrectOrdering_mediumHeapsPollFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 610 15
    #A3422 warning MethodName Method name 'testCorrectOrdering_mediumHeapsPollFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 610 15
    #A3423 warning GoogleMethodName Method name 'testCorrectOrdering_73ElementBug' has invalid underscore usage, underscores only allowed between adjacent digits. 625 15
    #A3424 warning MethodName Method name 'testCorrectOrdering_73ElementBug' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 625 15
    #A3425 warning GoogleMethodName Method name 'testCorrectOrdering_mediumHeapsPollLast' has invalid underscore usage, underscores only allowed between adjacent digits. 640 15
    #A3426 warning MethodName Method name 'testCorrectOrdering_mediumHeapsPollLast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 640 15
    #A3427 warning GoogleMethodName Method name 'testCorrectOrdering_randomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 654 15
    #A3428 warning MethodName Method name 'testCorrectOrdering_randomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 654 15
    #A3429 warning GoogleMethodName Method name 'testExhaustive_pollAndPush' has invalid underscore usage, underscores only allowed between adjacent digits. 680 15
    #A3430 warning MethodName Method name 'testExhaustive_pollAndPush' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 680 15
    #A3431 warning GoogleMethodName Method name 'testRegression_dataCorruption' has invalid underscore usage, underscores only allowed between adjacent digits. 701 15
    #A3432 warning MethodName Method name 'testRegression_dataCorruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 15
    #A3433 warning GoogleMethodName Method name 'testRandomAddsAndRemoves_duplicateElements' has invalid underscore usage, underscores only allowed between adjacent digits. 792 15
    #A3434 warning MethodName Method name 'testRandomAddsAndRemoves_duplicateElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 792 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MultimapBuilderTest.java

    Severity Rule Message Line Col
    #A3435 warning GoogleMethodName Method name 'testGenerics_gwtCompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A3436 warning MethodName Method name 'testGenerics_gwtCompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A3437 warning GoogleMethodName Method name 'testTreeKeys_gwtCompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A3438 warning MethodName Method name 'testTreeKeys_gwtCompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/MultimapsTest.java

    Severity Rule Message Line Col
    #A3439 warning GoogleMethodName Method name 'testAsMap_multimap' has invalid underscore usage, underscores only allowed between adjacent digits. 360 15
    #A3440 warning MethodName Method name 'testAsMap_multimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A3441 warning GoogleMethodName Method name 'testAsMap_listMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A3442 warning MethodName Method name 'testAsMap_listMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A3443 warning GoogleMethodName Method name 'testAsMap_setMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 373 15
    #A3444 warning MethodName Method name 'testAsMap_setMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 373 15
    #A3445 warning GoogleMethodName Method name 'testAsMap_sortedSetMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A3446 warning MethodName Method name 'testAsMap_sortedSetMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A3447 warning GoogleMethodName Method name 'testIndex_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 773 15
    #A3448 warning MethodName Method name 'testIndex_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 773 15
    #A3449 warning GoogleMethodName Method name 'testIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 797 15
    #A3450 warning MethodName Method name 'testIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 797 15
    #A3451 warning GoogleMethodName Method name 'testIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 806 15
    #A3452 warning MethodName Method name 'testIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 806 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/ObjectArraysTest.java

    Severity Rule Message Line Col
    #A3453 warning GoogleMethodName Method name 'testNewArray_fromClass_Empty' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A3454 warning MethodName Method name 'testNewArray_fromClass_Empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A3455 warning GoogleMethodName Method name 'testNewArray_fromClass_Nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A3456 warning MethodName Method name 'testNewArray_fromClass_Nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A3457 warning GoogleMethodName Method name 'testNewArray_fromClass_OfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A3458 warning MethodName Method name 'testNewArray_fromClass_OfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A3459 warning GoogleMethodName Method name 'testNewArray_fromArray_Empty' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A3460 warning MethodName Method name 'testNewArray_fromArray_Empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A3461 warning GoogleMethodName Method name 'testNewArray_fromArray_Nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A3462 warning MethodName Method name 'testNewArray_fromArray_Nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A3463 warning GoogleMethodName Method name 'testNewArray_fromArray_OfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A3464 warning MethodName Method name 'testNewArray_fromArray_OfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/OrderingTest.java

    Severity Rule Message Line Col
    #A3465 warning GoogleMethodName Method name 'testExplicit_none' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A3466 warning MethodName Method name 'testExplicit_none' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A3467 warning GoogleMethodName Method name 'testExplicit_one' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A3468 warning MethodName Method name 'testExplicit_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A3469 warning GoogleMethodName Method name 'testExplicit_two' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A3470 warning MethodName Method name 'testExplicit_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A3471 warning GoogleMethodName Method name 'testExplicit_sortingExample' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A3472 warning MethodName Method name 'testExplicit_sortingExample' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A3473 warning GoogleMethodName Method name 'testExplicit_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A3474 warning MethodName Method name 'testExplicit_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A3475 warning GoogleMethodName Method name 'testArbitrary_withoutCollisions' has invalid underscore usage, underscores only allowed between adjacent digits. 201 15
    #A3476 warning MethodName Method name 'testArbitrary_withoutCollisions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 15
    #A3477 warning GoogleMethodName Method name 'testArbitrary_withCollisions' has invalid underscore usage, underscores only allowed between adjacent digits. 217 15
    #A3478 warning MethodName Method name 'testArbitrary_withCollisions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 15
    #A3479 warning GoogleMethodName Method name 'testCompound_static' has invalid underscore usage, underscores only allowed between adjacent digits. 274 15
    #A3480 warning MethodName Method name 'testCompound_static' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A3481 warning GoogleMethodName Method name 'testCompound_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A3482 warning MethodName Method name 'testCompound_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A3483 warning GoogleMethodName Method name 'testCompound_instance_generics' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A3484 warning MethodName Method name 'testCompound_instance_generics' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A3485 warning GoogleMethodName Method name 'testOnResultOf_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A3486 warning MethodName Method name 'testOnResultOf_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A3487 warning GoogleMethodName Method name 'testOnResultOf_chained' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A3488 warning MethodName Method name 'testOnResultOf_chained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A3489 warning GoogleMethodName Method name 'testLeastOfIterable_empty_0' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A3490 warning MethodName Method name 'testLeastOfIterable_empty_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A3491 warning GoogleMethodName Method name 'testLeastOfIterator_empty_0' has invalid underscore usage, underscores only allowed between adjacent digits. 500 15
    #A3492 warning MethodName Method name 'testLeastOfIterator_empty_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 500 15
    #A3493 warning GoogleMethodName Method name 'testLeastOfIterable_empty_1' has invalid underscore usage, underscores only allowed between adjacent digits. 507 15
    #A3494 warning MethodName Method name 'testLeastOfIterable_empty_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 507 15
    #A3495 warning GoogleMethodName Method name 'testLeastOfIterator_empty_1' has invalid underscore usage, underscores only allowed between adjacent digits. 514 15
    #A3496 warning MethodName Method name 'testLeastOfIterator_empty_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 15
    #A3497 warning GoogleMethodName Method name 'testLeastOfIterable_simple_negativeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 521 15
    #A3498 warning MethodName Method name 'testLeastOfIterable_simple_negativeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 15
    #A3499 warning GoogleMethodName Method name 'testLeastOfIterator_simple_negativeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 529 15
    #A3500 warning MethodName Method name 'testLeastOfIterator_simple_negativeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 15
    #A3501 warning GoogleMethodName Method name 'testLeastOfIterable_singleton_0' has invalid underscore usage, underscores only allowed between adjacent digits. 537 15
    #A3502 warning MethodName Method name 'testLeastOfIterable_singleton_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A3503 warning GoogleMethodName Method name 'testLeastOfIterator_singleton_0' has invalid underscore usage, underscores only allowed between adjacent digits. 544 15
    #A3504 warning MethodName Method name 'testLeastOfIterator_singleton_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 544 15
    #A3505 warning GoogleMethodName Method name 'testLeastOfIterable_simple_0' has invalid underscore usage, underscores only allowed between adjacent digits. 551 15
    #A3506 warning MethodName Method name 'testLeastOfIterable_simple_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 15
    #A3507 warning GoogleMethodName Method name 'testLeastOfIterator_simple_0' has invalid underscore usage, underscores only allowed between adjacent digits. 558 15
    #A3508 warning MethodName Method name 'testLeastOfIterator_simple_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A3509 warning GoogleMethodName Method name 'testLeastOfIterable_simple_1' has invalid underscore usage, underscores only allowed between adjacent digits. 565 15
    #A3510 warning MethodName Method name 'testLeastOfIterable_simple_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 565 15
    #A3511 warning GoogleMethodName Method name 'testLeastOfIterator_simple_1' has invalid underscore usage, underscores only allowed between adjacent digits. 572 15
    #A3512 warning MethodName Method name 'testLeastOfIterator_simple_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 572 15
    #A3513 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nMinusOne_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 579 15
    #A3514 warning MethodName Method name 'testLeastOfIterable_simple_nMinusOne_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 579 15
    #A3515 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nMinusOne_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 587 15
    #A3516 warning MethodName Method name 'testLeastOfIterator_simple_nMinusOne_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 587 15
    #A3517 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nMinusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 595 15
    #A3518 warning MethodName Method name 'testLeastOfIterable_simple_nMinusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A3519 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nMinusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 603 15
    #A3520 warning MethodName Method name 'testLeastOfIterator_simple_nMinusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 603 15
    #A3521 warning GoogleMethodName Method name 'testLeastOfIterable_simple_n' has invalid underscore usage, underscores only allowed between adjacent digits. 611 15
    #A3522 warning MethodName Method name 'testLeastOfIterable_simple_n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 15
    #A3523 warning GoogleMethodName Method name 'testLeastOfIterator_simple_n' has invalid underscore usage, underscores only allowed between adjacent digits. 619 15
    #A3524 warning MethodName Method name 'testLeastOfIterator_simple_n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 619 15
    #A3525 warning GoogleMethodName Method name 'testLeastOfIterable_simple_n_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 627 15
    #A3526 warning MethodName Method name 'testLeastOfIterable_simple_n_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 627 15
    #A3527 warning GoogleMethodName Method name 'testLeastOfIterator_simple_n_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 635 15
    #A3528 warning MethodName Method name 'testLeastOfIterator_simple_n_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 635 15
    #A3529 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 643 15
    #A3530 warning MethodName Method name 'testLeastOfIterable_simple_nPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 643 15
    #A3531 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 651 15
    #A3532 warning MethodName Method name 'testLeastOfIterator_simple_nPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 651 15
    #A3533 warning GoogleMethodName Method name 'testLeastOfIterable_ties' has invalid underscore usage, underscores only allowed between adjacent digits. 659 15
    #A3534 warning MethodName Method name 'testLeastOfIterable_ties' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 659 15
    #A3535 warning GoogleMethodName Method name 'testLeastOfIterator_ties' has invalid underscore usage, underscores only allowed between adjacent digits. 671 15
    #A3536 warning MethodName Method name 'testLeastOfIterator_ties' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 15
    #A3537 warning GoogleMethodName Method name 'testLeastOf_reconcileAgainstSortAndSublist' has invalid underscore usage, underscores only allowed between adjacent digits. 684 15
    #A3538 warning MethodName Method name 'testLeastOf_reconcileAgainstSortAndSublist' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 684 15
    #A3539 warning GoogleMethodName Method name 'testLeastOf_reconcileAgainstSortAndSublistSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 688 15
    #A3540 warning MethodName Method name 'testLeastOf_reconcileAgainstSortAndSublistSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 688 15
    #A3541 warning GoogleMethodName Method name 'testGreatestOfIterable_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 721 15
    #A3542 warning MethodName Method name 'testGreatestOfIterable_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 15
    #A3543 warning GoogleMethodName Method name 'testGreatestOfIterator_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 731 15
    #A3544 warning MethodName Method name 'testGreatestOfIterator_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 731 15
    #A3545 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromNatural' has invalid underscore usage, underscores only allowed between adjacent digits. 852 15
    #A3546 warning MethodName Method name 'testCombinationsExhaustively_startingFromNatural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 852 15
    #A3547 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromExplicit' has invalid underscore usage, underscores only allowed between adjacent digits. 857 15
    #A3548 warning MethodName Method name 'testCombinationsExhaustively_startingFromExplicit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 857 15
    #A3549 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromUsingToString' has invalid underscore usage, underscores only allowed between adjacent digits. 862 15
    #A3550 warning MethodName Method name 'testCombinationsExhaustively_startingFromUsingToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 862 15
    #A3551 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromFromComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 867 15
    #A3552 warning MethodName Method name 'testCombinationsExhaustively_startingFromFromComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 867 15
    #A3553 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromArbitrary' has invalid underscore usage, underscores only allowed between adjacent digits. 872 15
    #A3554 warning MethodName Method name 'testCombinationsExhaustively_startingFromArbitrary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 872 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/QueuesTest.java

    Severity Rule Message Line Col
    #A3555 warning GoogleMethodName Method name 'testDrain_throws' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A3556 warning MethodName Method name 'testDrain_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A3557 warning GoogleMethodName Method name 'testDrain_throws' has invalid underscore usage, underscores only allowed between adjacent digits. 203 16
    #A3558 warning MethodName Method name 'testDrain_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 16
    #A3559 warning GoogleMethodName Method name 'testDrainUninterruptibly_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A3560 warning MethodName Method name 'testDrainUninterruptibly_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A3561 warning GoogleMethodName Method name 'testDrainUninterruptibly_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 219 16
    #A3562 warning MethodName Method name 'testDrainUninterruptibly_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/RangeTest.java

    Severity Rule Message Line Col
    #A3563 warning GoogleMethodName Method name 'testOpen_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A3564 warning MethodName Method name 'testOpen_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A3565 warning GoogleMethodName Method name 'testClosed_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A3566 warning MethodName Method name 'testClosed_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A3567 warning GoogleMethodName Method name 'testEncloses_open' has invalid underscore usage, underscores only allowed between adjacent digits. 306 15
    #A3568 warning MethodName Method name 'testEncloses_open' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A3569 warning GoogleMethodName Method name 'testEncloses_closed' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A3570 warning MethodName Method name 'testEncloses_closed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A3571 warning GoogleMethodName Method name 'testIntersection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A3572 warning MethodName Method name 'testIntersection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A3573 warning GoogleMethodName Method name 'testIntersection_deFactoEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A3574 warning MethodName Method name 'testIntersection_deFactoEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A3575 warning GoogleMethodName Method name 'testIntersection_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A3576 warning MethodName Method name 'testIntersection_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A3577 warning GoogleMethodName Method name 'testIntersection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 403 15
    #A3578 warning MethodName Method name 'testIntersection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A3579 warning GoogleMethodName Method name 'testGap_overlapping' has invalid underscore usage, underscores only allowed between adjacent digits. 454 15
    #A3580 warning MethodName Method name 'testGap_overlapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 454 15
    #A3581 warning GoogleMethodName Method name 'testGap_connectedAdjacentYieldsEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 474 15
    #A3582 warning MethodName Method name 'testGap_connectedAdjacentYieldsEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 474 15
    #A3583 warning GoogleMethodName Method name 'testGap_general' has invalid underscore usage, underscores only allowed between adjacent digits. 481 15
    #A3584 warning MethodName Method name 'testGap_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 15
    #A3585 warning GoogleMethodName Method name 'testSpan_general' has invalid underscore usage, underscores only allowed between adjacent digits. 502 15
    #A3586 warning MethodName Method name 'testSpan_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 502 15
    #A3587 warning GoogleMethodName Method name 'testCanonical_unboundedDomain' has invalid underscore usage, underscores only allowed between adjacent digits. 611 15
    #A3588 warning MethodName Method name 'testCanonical_unboundedDomain' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 15
    #A3589 warning GoogleMethodName Method name 'testEncloseAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 626 15
    #A3590 warning MethodName Method name 'testEncloseAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 15
    #A3591 warning GoogleMethodName Method name 'testEncloseAll_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 634 15
    #A3592 warning MethodName Method name 'testEncloseAll_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SetsTest.java

    Severity Rule Message Line Col
    #A3593 warning GoogleMethodName Method name 'testImmutableEnumSet_serialized' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A3594 warning MethodName Method name 'testImmutableEnumSet_serialized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A3595 warning GoogleMethodName Method name 'testImmutableEnumSet_fromIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 354 15
    #A3596 warning MethodName Method name 'testImmutableEnumSet_fromIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 15
    #A3597 warning GoogleMethodName Method name 'testImmutableEnumSet_deserializationMakesDefensiveCopy' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A3598 warning MethodName Method name 'testImmutableEnumSet_deserializationMakesDefensiveCopy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15
    #A3599 warning GoogleMethodName Method name 'testNewEnumSet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 407 15
    #A3600 warning MethodName Method name 'testNewEnumSet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 407 15
    #A3601 warning GoogleMethodName Method name 'testNewEnumSet_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A3602 warning MethodName Method name 'testNewEnumSet_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15
    #A3603 warning GoogleMethodName Method name 'testNewEnumSet_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A3604 warning MethodName Method name 'testNewEnumSet_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15
    #A3605 warning GoogleMethodName Method name 'testNewEnumSet_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 422 15
    #A3606 warning MethodName Method name 'testNewEnumSet_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 15
    #A3607 warning GoogleMethodName Method name 'testCartesianProduct_zeroary' has invalid underscore usage, underscores only allowed between adjacent digits. 668 15
    #A3608 warning MethodName Method name 'testCartesianProduct_zeroary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 668 15
    #A3609 warning GoogleMethodName Method name 'testCartesianProduct_unary' has invalid underscore usage, underscores only allowed between adjacent digits. 674 15
    #A3610 warning MethodName Method name 'testCartesianProduct_unary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 674 15
    #A3611 warning GoogleMethodName Method name 'testCartesianProduct_binary0x0' has invalid underscore usage, underscores only allowed between adjacent digits. 679 15
    #A3612 warning MethodName Method name 'testCartesianProduct_binary0x0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 679 15
    #A3613 warning GoogleMethodName Method name 'testCartesianProduct_binary0x1' has invalid underscore usage, underscores only allowed between adjacent digits. 685 15
    #A3614 warning MethodName Method name 'testCartesianProduct_binary0x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 685 15
    #A3615 warning GoogleMethodName Method name 'testCartesianProduct_binary1x0' has invalid underscore usage, underscores only allowed between adjacent digits. 691 15
    #A3616 warning MethodName Method name 'testCartesianProduct_binary1x0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 15
    #A3617 warning GoogleMethodName Method name 'testCartesianProduct_binary1x1' has invalid underscore usage, underscores only allowed between adjacent digits. 703 15
    #A3618 warning MethodName Method name 'testCartesianProduct_binary1x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 703 15
    #A3619 warning GoogleMethodName Method name 'testCartesianProduct_binary1x2' has invalid underscore usage, underscores only allowed between adjacent digits. 708 15
    #A3620 warning MethodName Method name 'testCartesianProduct_binary1x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 708 15
    #A3621 warning GoogleMethodName Method name 'testCartesianProduct_binary2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 715 15
    #A3622 warning MethodName Method name 'testCartesianProduct_binary2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 715 15
    #A3623 warning GoogleMethodName Method name 'testCartesianProduct_2x2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 722 15
    #A3624 warning MethodName Method name 'testCartesianProduct_2x2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 722 15
    #A3625 warning GoogleMethodName Method name 'testCartesianProduct_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 737 15
    #A3626 warning MethodName Method name 'testCartesianProduct_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 737 15
    #A3627 warning GoogleMethodName Method name 'testCartesianProduct_unrelatedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 747 15
    #A3628 warning MethodName Method name 'testCartesianProduct_unrelatedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 747 15
    #A3629 warning GoogleMethodName Method name 'testCartesianProduct_hashCode' has invalid underscore usage, underscores only allowed between adjacent digits. 772 15
    #A3630 warning MethodName Method name 'testCartesianProduct_hashCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 772 15
    #A3631 warning GoogleMethodName Method name 'testPowerSetIteration_manual' has invalid underscore usage, underscores only allowed between adjacent digits. 840 15
    #A3632 warning MethodName Method name 'testPowerSetIteration_manual' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 840 15
    #A3633 warning GoogleMethodName Method name 'testPowerSetIteration_iteratorTester' has invalid underscore usage, underscores only allowed between adjacent digits. 862 15
    #A3634 warning MethodName Method name 'testPowerSetIteration_iteratorTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 862 15
    #A3635 warning GoogleMethodName Method name 'testPowerSetIteration_iteratorTester_fast' has invalid underscore usage, underscores only allowed between adjacent digits. 880 15
    #A3636 warning MethodName Method name 'testPowerSetIteration_iteratorTester_fast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 880 15
    #A3637 warning GoogleMethodName Method name 'testPowerSetEqualsAndHashCode_verifyAgainstHashSet' has invalid underscore usage, underscores only allowed between adjacent digits. 933 15
    #A3638 warning MethodName Method name 'testPowerSetEqualsAndHashCode_verifyAgainstHashSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 933 15
    #A3639 warning GoogleMethodName Method name 'testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero' has invalid underscore usage, underscores only allowed between adjacent digits. 956 15
    #A3640 warning MethodName Method name 'testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 956 15
    #A3641 warning GoogleMethodName Method name 'testSubSet_boundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1246 15
    #A3642 warning MethodName Method name 'testSubSet_boundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1246 15
    #A3643 warning GoogleMethodName Method name 'testSubSet_halfBoundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1276 15
    #A3644 warning MethodName Method name 'testSubSet_halfBoundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1276 15
    #A3645 warning GoogleMethodName Method name 'testSubSet_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1302 15
    #A3646 warning MethodName Method name 'testSubSet_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1302 15
    #A3647 warning GoogleMethodName Method name 'testSubSet_unnaturalOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 1309 15
    #A3648 warning MethodName Method name 'testSubSet_unnaturalOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1309 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SynchronizedNavigableMapTest.java

    Severity Rule Message Line Col
    #A3649 warning GoogleMethodName Method name 'testHeadMap_K' has invalid underscore usage, underscores only allowed between adjacent digits. 332 15
    #A3650 warning MethodName Method name 'testHeadMap_K' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 332 15
    #A3651 warning GoogleMethodName Method name 'testHeadMap_K_B' has invalid underscore usage, underscores only allowed between adjacent digits. 339 15
    #A3652 warning MethodName Method name 'testHeadMap_K_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 339 15
    #A3653 warning GoogleMethodName Method name 'testSubMap_K_K' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A3654 warning MethodName Method name 'testSubMap_K_K' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15
    #A3655 warning GoogleMethodName Method name 'testSubMap_K_B_K_B' has invalid underscore usage, underscores only allowed between adjacent digits. 394 15
    #A3656 warning MethodName Method name 'testSubMap_K_B_K_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 15
    #A3657 warning GoogleMethodName Method name 'testTailMap_K' has invalid underscore usage, underscores only allowed between adjacent digits. 401 15
    #A3658 warning MethodName Method name 'testTailMap_K' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 15
    #A3659 warning GoogleMethodName Method name 'testTailMap_K_B' has invalid underscore usage, underscores only allowed between adjacent digits. 408 15
    #A3660 warning MethodName Method name 'testTailMap_K_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 408 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/SynchronizedNavigableSetTest.java

    Severity Rule Message Line Col
    #A3661 warning GoogleMethodName Method name 'testHeadSet_E' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A3662 warning MethodName Method name 'testHeadSet_E' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A3663 warning GoogleMethodName Method name 'testHeadSet_E_B' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A3664 warning MethodName Method name 'testHeadSet_E_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A3665 warning GoogleMethodName Method name 'testSubSet_E_E' has invalid underscore usage, underscores only allowed between adjacent digits. 217 15
    #A3666 warning MethodName Method name 'testSubSet_E_E' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 15
    #A3667 warning GoogleMethodName Method name 'testSubSet_E_B_E_B' has invalid underscore usage, underscores only allowed between adjacent digits. 224 15
    #A3668 warning MethodName Method name 'testSubSet_E_B_E_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 224 15
    #A3669 warning GoogleMethodName Method name 'testTailSet_E' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A3670 warning MethodName Method name 'testTailSet_E' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15
    #A3671 warning GoogleMethodName Method name 'testTailSet_E_B' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A3672 warning MethodName Method name 'testTailSet_E_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/collect/TreeBasedTableTest.java

    Severity Rule Message Line Col
    #A3673 warning GoogleMethodName Method name 'testToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A3674 warning MethodName Method name 'testToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A3675 warning GoogleMethodName Method name 'testCellSetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A3676 warning MethodName Method name 'testCellSetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A3677 warning GoogleMethodName Method name 'testRowKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A3678 warning MethodName Method name 'testRowKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A3679 warning GoogleMethodName Method name 'testValuesToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A3680 warning MethodName Method name 'testValuesToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A3681 warning GoogleMethodName Method name 'testColumnKeySet_isSorted' has invalid underscore usage, underscores only allowed between adjacent digits. 326 15
    #A3682 warning MethodName Method name 'testColumnKeySet_isSorted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 15
    #A3683 warning GoogleMethodName Method name 'testColumnKeySet_isSortedWithRealComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A3684 warning MethodName Method name 'testColumnKeySet_isSortedWithRealComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A3685 warning GoogleMethodName Method name 'testColumnKeySet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 375 15
    #A3686 warning MethodName Method name 'testColumnKeySet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 15
    #A3687 warning GoogleMethodName Method name 'testColumnKeySet_oneRow' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A3688 warning MethodName Method name 'testColumnKeySet_oneRow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A3689 warning GoogleMethodName Method name 'testColumnKeySet_oneColumn' has invalid underscore usage, underscores only allowed between adjacent digits. 385 15
    #A3690 warning MethodName Method name 'testColumnKeySet_oneColumn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A3691 warning GoogleMethodName Method name 'testColumnKeySet_oneEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 390 15
    #A3692 warning MethodName Method name 'testColumnKeySet_oneEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 390 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/escape/ArrayBasedCharEscaperTest.java

    Severity Rule Message Line Col
    #A3693 warning GoogleMethodName Method name 'testSafeRange_maxLessThanMin' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A3694 warning MethodName Method name 'testSafeRange_maxLessThanMin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/escape/UnicodeEscaperTest.java

    Severity Rule Message Line Col
    #A3695 warning GoogleMethodName Method name 'testCodePointAt_IndexOutOfBoundsException' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A3696 warning MethodName Method name 'testCodePointAt_IndexOutOfBoundsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/eventbus/SubscriberRegistryTest.java

    Severity Rule Message Line Col
    #A3697 warning GoogleMethodName Method name 'testUnregister_notRegistered' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A3698 warning MethodName Method name 'testUnregister_notRegistered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A3699 warning GoogleMethodName Method name 'testGetSubscribers_returnsImmutableSnapshot' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A3700 warning MethodName Method name 'testGetSubscribers_returnsImmutableSnapshot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/eventbus/SubscriberTest.java

    Severity Rule Message Line Col
    #A3701 warning GoogleMethodName Method name 'testInvokeSubscriberMethod_basicMethodCall' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A3702 warning MethodName Method name 'testInvokeSubscriberMethod_basicMethodCall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A3703 warning GoogleMethodName Method name 'testInvokeSubscriberMethod_exceptionWrapping' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A3704 warning MethodName Method name 'testInvokeSubscriberMethod_exceptionWrapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A3705 warning GoogleMethodName Method name 'testInvokeSubscriberMethod_errorPassthrough' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A3706 warning MethodName Method name 'testInvokeSubscriberMethod_errorPassthrough' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A3707 warning MethodName Method name 'edges_containsOrderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A3708 warning MethodName Method name 'edgesConnecting_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A3709 warning MethodName Method name 'edgeConnectingOrNull_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A3710 warning MethodName Method name 'edgesConnecting_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A3711 warning MethodName Method name 'inEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A3712 warning MethodName Method name 'outEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A3713 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A3714 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A3715 warning MethodName Method name 'source_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A3716 warning MethodName Method name 'source_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A3717 warning MethodName Method name 'target_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A3718 warning MethodName Method name 'target_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 15
    #A3719 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A3720 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A3721 warning MethodName Method name 'addEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A3722 warning MethodName Method name 'addEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A3723 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 15
    #A3724 warning MethodName Method name 'addEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A3725 warning MethodName Method name 'addEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 245 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractGraphTest.java

    Severity Rule Message Line Col
    #A3726 warning MethodName Method name 'nodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 24
    #A3727 warning MethodName Method name 'adjacentNodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 24
    #A3728 warning MethodName Method name 'predecessors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 24
    #A3729 warning MethodName Method name 'successors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 24
    #A3730 warning MethodName Method name 'incidentEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 24
    #A3731 warning MethodName Method name 'nodes_oneNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 15
    #A3732 warning MethodName Method name 'nodes_noNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A3733 warning MethodName Method name 'adjacentNodes_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A3734 warning MethodName Method name 'adjacentNodes_noAdjacentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A3735 warning MethodName Method name 'adjacentNodes_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A3736 warning MethodName Method name 'predecessors_noPredecessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15
    #A3737 warning MethodName Method name 'predecessors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A3738 warning MethodName Method name 'successors_noSuccessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A3739 warning MethodName Method name 'successors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 273 15
    #A3740 warning MethodName Method name 'incidentEdges_noIncidentEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A3741 warning MethodName Method name 'incidentEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A3742 warning MethodName Method name 'degree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A3743 warning MethodName Method name 'degree_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A3744 warning MethodName Method name 'degree_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A3745 warning MethodName Method name 'inDegree_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 15
    #A3746 warning MethodName Method name 'inDegree_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 328 15
    #A3747 warning MethodName Method name 'outDegree_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A3748 warning MethodName Method name 'outDegree_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 15
    #A3749 warning MethodName Method name 'addNode_newNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 15
    #A3750 warning MethodName Method name 'addNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A3751 warning MethodName Method name 'removeNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 372 15
    #A3752 warning MethodName Method name 'removeNode_antiparallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A3753 warning MethodName Method name 'removeNode_nodeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 15
    #A3754 warning MethodName Method name 'removeNode_queryAfterRemoval' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 15
    #A3755 warning MethodName Method name 'removeEdge_existingEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 427 15
    #A3756 warning MethodName Method name 'removeEdge_oneOfMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 440 15
    #A3757 warning MethodName Method name 'removeEdge_nodeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A3758 warning MethodName Method name 'removeEdge_edgeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 460 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java

    Severity Rule Message Line Col
    #A3759 warning MethodName Method name 'nodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 24
    #A3760 warning MethodName Method name 'edges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 24
    #A3761 warning MethodName Method name 'incidentEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 340 24
    #A3762 warning MethodName Method name 'adjacentNodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 24
    #A3763 warning MethodName Method name 'adjacentEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 24
    #A3764 warning MethodName Method name 'edgesConnecting_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 24
    #A3765 warning MethodName Method name 'inEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 24
    #A3766 warning MethodName Method name 'outEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 24
    #A3767 warning MethodName Method name 'predecessors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 382 24
    #A3768 warning MethodName Method name 'successors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 24
    #A3769 warning MethodName Method name 'nodes_oneNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 392 15
    #A3770 warning MethodName Method name 'nodes_noNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 398 15
    #A3771 warning MethodName Method name 'edges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A3772 warning MethodName Method name 'edges_noEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 409 15
    #A3773 warning MethodName Method name 'incidentEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 418 15
    #A3774 warning MethodName Method name 'incidentEdges_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 425 15
    #A3775 warning MethodName Method name 'incidentEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A3776 warning MethodName Method name 'incidentNodes_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A3777 warning MethodName Method name 'incidentNodes_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 447 15
    #A3778 warning MethodName Method name 'adjacentNodes_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 457 15
    #A3779 warning MethodName Method name 'adjacentNodes_noAdjacentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15
    #A3780 warning MethodName Method name 'adjacentNodes_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 470 15
    #A3781 warning MethodName Method name 'adjacentEdges_bothEndpoints' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 15
    #A3782 warning MethodName Method name 'adjacentEdges_noAdjacentEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 15
    #A3783 warning MethodName Method name 'adjacentEdges_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 15
    #A3784 warning MethodName Method name 'edgesConnecting_disconnectedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 15
    #A3785 warning MethodName Method name 'edgesConnecting_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 513 15
    #A3786 warning MethodName Method name 'hasEdgeConnecting_disconnectedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A3787 warning MethodName Method name 'hasEdgesConnecting_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 544 15
    #A3788 warning MethodName Method name 'inEdges_noInEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 553 15
    #A3789 warning MethodName Method name 'inEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 559 15
    #A3790 warning MethodName Method name 'outEdges_noOutEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 569 15
    #A3791 warning MethodName Method name 'outEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 575 15
    #A3792 warning MethodName Method name 'predecessors_noPredecessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 585 15
    #A3793 warning MethodName Method name 'predecessors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 15
    #A3794 warning MethodName Method name 'successors_noSuccessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 601 15
    #A3795 warning MethodName Method name 'successors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 607 15
    #A3796 warning MethodName Method name 'addNode_newNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 617 15
    #A3797 warning MethodName Method name 'addNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 623 15
    #A3798 warning MethodName Method name 'removeNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 15
    #A3799 warning MethodName Method name 'removeNode_nodeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 642 15
    #A3800 warning MethodName Method name 'removeNode_queryAfterRemoval' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 650 15
    #A3801 warning MethodName Method name 'removeEdge_existingEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 664 15
    #A3802 warning MethodName Method name 'removeEdge_oneOfMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 673 15
    #A3803 warning MethodName Method name 'removeEdge_edgeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 683 15
    #A3804 warning MethodName Method name 'removeEdge_queryAfterRemoval' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractStandardDirectedGraphTest.java

    Severity Rule Message Line Col
    #A3805 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A3806 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A3807 warning MethodName Method name 'incidentEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A3808 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A3809 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A3810 warning MethodName Method name 'hasEdgeConnecting_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A3811 warning MethodName Method name 'hasEdgeConnecting_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A3812 warning MethodName Method name 'hasEdgeConnecting_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A3813 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A3814 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A3815 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 15
    #A3816 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A3817 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A3818 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A3819 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A3820 warning MethodName Method name 'stableIncidentEdgeOrder_edges_returnsInStableOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 15
    #A3821 warning MethodName Method name 'stableIncidentEdgeOrder_adjacentNodes_returnsInConnectingEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A3822 warning MethodName Method name 'stableIncidentEdgeOrder_predecessors_returnsInConnectingEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A3823 warning MethodName Method name 'stableIncidentEdgeOrder_successors_returnsInConnectingEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 285 15
    #A3824 warning MethodName Method name 'stableIncidentEdgeOrder_incidentEdges_returnsInEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A3825 warning MethodName Method name 'putEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 330 15
    #A3826 warning MethodName Method name 'putEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A3827 warning MethodName Method name 'putEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A3828 warning MethodName Method name 'putEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A3829 warning MethodName Method name 'putEdge_doesntAllowSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 384 15
    #A3830 warning MethodName Method name 'putEdge_allowsSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 397 15
    #A3831 warning MethodName Method name 'putEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 407 15
    #A3832 warning MethodName Method name 'removeEdge_antiparallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A3833 warning MethodName Method name 'removeEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 434 15
    #A3834 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A3835 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java

    Severity Rule Message Line Col
    #A3836 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A3837 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A3838 warning MethodName Method name 'incidentEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A3839 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A3840 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A3841 warning MethodName Method name 'hasEdgeConnecting_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A3842 warning MethodName Method name 'hasEdgeConnecting_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A3843 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A3844 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A3845 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 15
    #A3846 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A3847 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A3848 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A3849 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A3850 warning MethodName Method name 'putEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A3851 warning MethodName Method name 'putEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A3852 warning MethodName Method name 'putEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A3853 warning MethodName Method name 'putEdge_doesntAllowSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A3854 warning MethodName Method name 'putEdge_allowsSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A3855 warning MethodName Method name 'putEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A3856 warning MethodName Method name 'removeEdge_antiparallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A3857 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A3858 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/AbstractUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A3859 warning MethodName Method name 'edges_containsOrderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A3860 warning MethodName Method name 'edgesConnecting_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A3861 warning MethodName Method name 'edgeConnectingOrNull_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A3862 warning MethodName Method name 'edgesConnecting_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A3863 warning MethodName Method name 'inEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A3864 warning MethodName Method name 'outEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A3865 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A3866 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A3867 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A3868 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A3869 warning MethodName Method name 'addEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A3870 warning MethodName Method name 'addEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A3871 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A3872 warning MethodName Method name 'addEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A3873 warning MethodName Method name 'addEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableDirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A3874 warning MethodName Method name 'adjacentEdges_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A3875 warning MethodName Method name 'edgesConnecting_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A3876 warning MethodName Method name 'edgesConnecting_parallelSelfLoopEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A3877 warning MethodName Method name 'removeEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A3878 warning MethodName Method name 'removeEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A3879 warning MethodName Method name 'edges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A3880 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A3881 warning MethodName Method name 'incidentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A3882 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A3883 warning MethodName Method name 'adjacentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A3884 warning MethodName Method name 'edgesConnecting_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A3885 warning MethodName Method name 'inEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A3886 warning MethodName Method name 'outEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A3887 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A3888 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A3889 warning MethodName Method name 'source_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A3890 warning MethodName Method name 'target_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A3891 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A3892 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A3893 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A3894 warning MethodName Method name 'addEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A3895 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes_selfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A3896 warning MethodName Method name 'addEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A3897 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A3898 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableSimpleDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A3899 warning MethodName Method name 'addEdge_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A3900 warning MethodName Method name 'addEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableSimpleUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A3901 warning MethodName Method name 'addEdge_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A3902 warning MethodName Method name 'addEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableUndirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A3903 warning MethodName Method name 'adjacentEdges_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A3904 warning MethodName Method name 'edgesConnecting_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A3905 warning MethodName Method name 'edgesConnecting_parallelSelfLoopEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A3906 warning MethodName Method name 'removeEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A3907 warning MethodName Method name 'removeEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ConfigurableUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A3908 warning MethodName Method name 'edges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A3909 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A3910 warning MethodName Method name 'incidentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A3911 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A3912 warning MethodName Method name 'adjacentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A3913 warning MethodName Method name 'edgesConnecting_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A3914 warning MethodName Method name 'inEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A3915 warning MethodName Method name 'outEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A3916 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A3917 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A3918 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A3919 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A3920 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A3921 warning MethodName Method name 'addEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A3922 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes_selfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A3923 warning MethodName Method name 'addEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A3924 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A3925 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java

    Severity Rule Message Line Col
    #A3926 warning MethodName Method name 'edgesConnecting_disconnectedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A3927 warning MethodName Method name 'edgesConnecting_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A3928 warning MethodName Method name 'edgesConnecting_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A3929 warning MethodName Method name 'edgesConnecting_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A3930 warning MethodName Method name 'edgesConnecting_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A3931 warning MethodName Method name 'edgesConnecting_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A3932 warning MethodName Method name 'edgesConnecting_parallelSelfLoopEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ElementOrderTest.java

    Severity Rule Message Line Col
    #A3933 warning MethodName Method name 'nodeOrder_none' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A3934 warning MethodName Method name 'nodeOrder_insertion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A3935 warning MethodName Method name 'nodeOrder_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A3936 warning MethodName Method name 'nodeOrder_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A3937 warning MethodName Method name 'nodeOrder_sorted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A3938 warning MethodName Method name 'edgeOrder_none' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A3939 warning MethodName Method name 'edgeOrder_insertion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A3940 warning MethodName Method name 'edgeOrder_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A3941 warning MethodName Method name 'edgeOrder_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A3942 warning MethodName Method name 'edgeOrder_sorted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/EndpointPairTest.java

    Severity Rule Message Line Col
    #A3943 warning MethodName Method name 'testAdjacentNode_nodeNotIncident' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A3944 warning MethodName Method name 'endpointPair_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A3945 warning MethodName Method name 'endpointPair_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A3946 warning MethodName Method name 'endpointPair_directedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A3947 warning MethodName Method name 'endpointPair_undirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 15
    #A3948 warning MethodName Method name 'endpointPair_unmodifiableView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A3949 warning MethodName Method name 'endpointPair_undirected_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 15
    #A3950 warning MethodName Method name 'endpointPair_directed_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/GraphEquivalenceTest.java

    Severity Rule Message Line Col
    #A3951 warning MethodName Method name 'equivalent_nodeSetsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A3952 warning MethodName Method name 'equivalent_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A3953 warning MethodName Method name 'equivalent_selfLoop_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A3954 warning MethodName Method name 'equivalent_propertiesDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A3955 warning MethodName Method name 'equivalent_edgeAddOrdersDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A3956 warning MethodName Method name 'equivalent_edgeDirectionsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/GraphPropertiesTest.java

    Severity Rule Message Line Col
    #A3957 warning MethodName Method name 'hasCycle_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A3958 warning MethodName Method name 'hasCycle_isolatedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A3959 warning MethodName Method name 'hasCycle_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A3960 warning MethodName Method name 'hasCycle_selfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A3961 warning MethodName Method name 'hasCycle_twoAcyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A3962 warning MethodName Method name 'hasCycle_twoCyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A3963 warning MethodName Method name 'hasCycle_threeAcyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A3964 warning MethodName Method name 'hasCycle_threeCyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A3965 warning MethodName Method name 'hasCycle_disconnectedCyclicGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A3966 warning MethodName Method name 'hasCycle_multipleCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A3967 warning MethodName Method name 'hasCycle_twoParallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A3968 warning MethodName Method name 'hasCycle_cyclicMultigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/GraphsTest.java

    Severity Rule Message Line Col
    #A3969 warning MethodName Method name 'transitiveClosure_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A3970 warning MethodName Method name 'transitiveClosure_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A3971 warning MethodName Method name 'transitiveClosure_directedPathGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A3972 warning MethodName Method name 'transitiveClosure_undirectedPathGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A3973 warning MethodName Method name 'transitiveClosure_directedCycleGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A3974 warning MethodName Method name 'transitiveClosure_undirectedCycleGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A3975 warning MethodName Method name 'transpose_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A3976 warning MethodName Method name 'transpose_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A3977 warning MethodName Method name 'transpose_undirectedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A3978 warning MethodName Method name 'transpose_directedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A3979 warning MethodName Method name 'transpose_undirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A3980 warning MethodName Method name 'transpose_directedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 15
    #A3981 warning MethodName Method name 'inducedSubgraph_graph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A3982 warning MethodName Method name 'inducedSubgraph_valueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A3983 warning MethodName Method name 'inducedSubgraph_network' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 378 15
    #A3984 warning MethodName Method name 'inducedSubgraph_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A3985 warning MethodName Method name 'copyOf_nullArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 15
    #A3986 warning MethodName Method name 'copyOf_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 419 15
    #A3987 warning MethodName Method name 'copyOf_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 427 15
    #A3988 warning MethodName Method name 'copyOf_directedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 435 15
    #A3989 warning MethodName Method name 'copyOf_undirectedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 443 15
    #A3990 warning MethodName Method name 'copyOf_directedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A3991 warning MethodName Method name 'copyOf_undirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 15
    #A3992 warning MethodName Method name 'createDirected_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 527 15
    #A3993 warning MethodName Method name 'createUndirected_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A3994 warning MethodName Method name 'createDirected_expectedNodeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 548 15
    #A3995 warning MethodName Method name 'createUndirected_expectedNodeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 557 15
    #A3996 warning MethodName Method name 'builder_expectedNodeCount_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 15
    #A3997 warning MethodName Method name 'createDirected_expectedEdgeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 15
    #A3998 warning MethodName Method name 'createUndirected_expectedEdgeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 585 15
    #A3999 warning MethodName Method name 'builder_expectedEdgeCount_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 594 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ImmutableNetworkTest.java

    Severity Rule Message Line Col
    #A4000 warning MethodName Method name 'copyOfImmutableNetwork_optimized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A4001 warning MethodName Method name 'edgesConnecting_directed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A4002 warning MethodName Method name 'edgesConnecting_undirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A4003 warning MethodName Method name 'immutableNetworkBuilder_appliesNetworkBuilderConfig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A4004 warning MethodName Method name 'immutableNetworkBuilder_copiesNetworkBuilder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A4005 warning MethodName Method name 'immutableNetworkBuilder_addNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A4006 warning MethodName Method name 'immutableNetworkBuilder_putEdgeFromNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A4007 warning MethodName Method name 'immutableNetworkBuilder_putEdgeFromEndpointPair' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ImmutableValueGraphTest.java

    Severity Rule Message Line Col
    #A4008 warning MethodName Method name 'copyOfImmutableValueGraph_optimized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A4009 warning MethodName Method name 'immutableValueGraphBuilder_appliesGraphBuilderConfig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A4010 warning MethodName Method name 'immutableValueGraphBuilder_copiesGraphBuilder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A4011 warning MethodName Method name 'immutableValueGraphBuilder_addNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A4012 warning MethodName Method name 'immutableValueGraphBuilder_putEdgeFromNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A4013 warning MethodName Method name 'immutableValueGraphBuilder_putEdgeFromEndpointPair' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/NetworkEquivalenceTest.java

    Severity Rule Message Line Col
    #A4014 warning MethodName Method name 'equivalent_nodeSetsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A4015 warning MethodName Method name 'equivalent_edgeSetsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A4016 warning MethodName Method name 'equivalent_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A4017 warning MethodName Method name 'equivalent_selfLoop_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A4018 warning MethodName Method name 'equivalent_connectionsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A4019 warning MethodName Method name 'equivalent_propertiesDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A4020 warning MethodName Method name 'equivalent_edgeAddOrdersDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A4021 warning MethodName Method name 'equivalent_edgeDirectionsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/StandardImmutableGraphAdditionalTest.java

    Severity Rule Message Line Col
    #A4022 warning MethodName Method name 'copyOfImmutableGraph_optimized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A4023 warning MethodName Method name 'immutableGraphBuilder_appliesGraphBuilderConfig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A4024 warning MethodName Method name 'immutableGraphBuilder_copiesGraphBuilder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A4025 warning MethodName Method name 'immutableGraphBuilder_addNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A4026 warning MethodName Method name 'immutableGraphBuilder_putEdgeFromNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A4027 warning MethodName Method name 'immutableGraphBuilder_putEdgeFromEndpointPair' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/TraverserTest.java

    Severity Rule Message Line Col
    #A4028 warning MethodName Method name 'forGraph_breadthFirst_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A4029 warning MethodName Method name 'forGraph_breadthFirstIterable_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A4030 warning MethodName Method name 'forGraph_breadthFirst_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A4031 warning MethodName Method name 'forGraph_breadthFirstIterable_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A4032 warning MethodName Method name 'forGraph_breadthFirst_multiGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A4033 warning MethodName Method name 'forGraph_breadthFirstIterable_multiGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A4034 warning MethodName Method name 'forGraph_breadthFirst_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A4035 warning MethodName Method name 'forGraph_breadthFirstIterable_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A4036 warning MethodName Method name 'forGraph_breadthFirst_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A4037 warning MethodName Method name 'forGraph_breadthFirstIterable_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 252 15
    #A4038 warning MethodName Method name 'forGraph_breadthFirst_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A4039 warning MethodName Method name 'forGraph_breadthFirstIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A4040 warning MethodName Method name 'forGraph_breadthFirst_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A4041 warning MethodName Method name 'forGraph_breadthFirstIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 15
    #A4042 warning MethodName Method name 'forGraph_breadthFirst_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 292 15
    #A4043 warning MethodName Method name 'forGraph_breadthFirstIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A4044 warning MethodName Method name 'forGraph_breadthFirst_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A4045 warning MethodName Method name 'forGraph_breadthFirstIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 15
    #A4046 warning MethodName Method name 'forGraph_breadthFirst_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A4047 warning MethodName Method name 'forGraph_breadthFirstIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 15
    #A4048 warning MethodName Method name 'forGraph_depthFirstPreOrder_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A4049 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A4050 warning MethodName Method name 'forGraph_depthFirstPreOrder_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 377 15
    #A4051 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 15
    #A4052 warning MethodName Method name 'forGraph_depthFirstPreOrder_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 15
    #A4053 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A4054 warning MethodName Method name 'forGraph_depthFirstPreOrder_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 414 15
    #A4055 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 423 15
    #A4056 warning MethodName Method name 'forGraph_depthFirstPreOrder_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 432 15
    #A4057 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A4058 warning MethodName Method name 'forGraph_depthFirstPreOrder_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 450 15
    #A4059 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 15
    #A4060 warning MethodName Method name 'forGraph_depthFirstPreOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 468 15
    #A4061 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 475 15
    #A4062 warning MethodName Method name 'forGraph_depthFirstPreOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 482 15
    #A4063 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 15
    #A4064 warning MethodName Method name 'forGraph_depthFirstPreOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 497 15
    #A4065 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 15
    #A4066 warning MethodName Method name 'forGraph_depthFirstPreOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 517 15
    #A4067 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 530 15
    #A4068 warning MethodName Method name 'forGraph_depthFirstPostOrder_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 543 15
    #A4069 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 550 15
    #A4070 warning MethodName Method name 'forGraph_depthFirstPostOrder_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A4071 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 567 15
    #A4072 warning MethodName Method name 'forGraph_depthFirstPostOrder_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15
    #A4073 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15
    #A4074 warning MethodName Method name 'forGraph_depthFirstPostOrder_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A4075 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 604 15
    #A4076 warning MethodName Method name 'forGraph_depthFirstPostOrder_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 613 15
    #A4077 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 622 15
    #A4078 warning MethodName Method name 'forGraph_depthFirstPostOrder_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 15
    #A4079 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 640 15
    #A4080 warning MethodName Method name 'forGraph_depthFirstPostOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 649 15
    #A4081 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 656 15
    #A4082 warning MethodName Method name 'forGraph_depthFirstPostOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 664 15
    #A4083 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 15
    #A4084 warning MethodName Method name 'forGraph_depthFirstPostOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 679 15
    #A4085 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 688 15
    #A4086 warning MethodName Method name 'forGraph_depthFirstPostOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 699 15
    #A4087 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 712 15
    #A4088 warning MethodName Method name 'forTree_acceptsDirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 726 15
    #A4089 warning MethodName Method name 'forTree_withUndirectedGraph_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 734 15
    #A4090 warning MethodName Method name 'forTree_acceptsDirectedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 747 15
    #A4091 warning MethodName Method name 'forTree_withUndirectedValueGraph_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 755 15
    #A4092 warning MethodName Method name 'forTree_acceptsDirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 768 15
    #A4093 warning MethodName Method name 'forTree_withUndirectedNetwork_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 776 15
    #A4094 warning MethodName Method name 'forTree_breadthFirst_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 788 15
    #A4095 warning MethodName Method name 'forTree_breadthFirstIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 797 15
    #A4096 warning MethodName Method name 'forTree_breadthFirst_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 807 15
    #A4097 warning MethodName Method name 'forTree_breadthFirstIterable_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 816 15
    #A4098 warning MethodName Method name 'forTree_breadthFirst_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 825 15
    #A4099 warning MethodName Method name 'forTree_breadthFirstIterable_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 834 15
    #A4100 warning MethodName Method name 'forTree_breadthFirst_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 843 15
    #A4101 warning MethodName Method name 'forTree_breadthFirstIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 850 15
    #A4102 warning MethodName Method name 'forTree_breadthFirst_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 15
    #A4103 warning MethodName Method name 'forTree_breadthFirstIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 863 15
    #A4104 warning MethodName Method name 'forTree_breadthFirst_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 870 15
    #A4105 warning MethodName Method name 'forTree_breadthFirstIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 879 15
    #A4106 warning MethodName Method name 'forTree_breadthFirst_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 15
    #A4107 warning MethodName Method name 'forTree_breadthFirstIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 903 15
    #A4108 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 916 15
    #A4109 warning MethodName Method name 'forTree_depthFirstPreOrderIterableIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 925 15
    #A4110 warning MethodName Method name 'forTree_depthFirstPreOrder_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 15
    #A4111 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 15
    #A4112 warning MethodName Method name 'forTree_depthFirstPreOrder_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 953 15
    #A4113 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 15
    #A4114 warning MethodName Method name 'forTree_depthFirstPreOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 971 15
    #A4115 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 978 15
    #A4116 warning MethodName Method name 'forTree_depthFirstPreOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 985 15
    #A4117 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 992 15
    #A4118 warning MethodName Method name 'forTree_depthFirstPreOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1000 15
    #A4119 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1009 15
    #A4120 warning MethodName Method name 'forTree_depthFirstPreOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1020 15
    #A4121 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1033 15
    #A4122 warning MethodName Method name 'forTree_depthFirstPostOrder_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1046 15
    #A4123 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1055 15
    #A4124 warning MethodName Method name 'forTree_depthFirstPostOrder_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 15
    #A4125 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1074 15
    #A4126 warning MethodName Method name 'forTree_depthFirstPostOrder_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1083 15
    #A4127 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1092 15
    #A4128 warning MethodName Method name 'forTree_depthFirstPostOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1101 15
    #A4129 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1108 15
    #A4130 warning MethodName Method name 'forTree_depthFirstPostOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1115 15
    #A4131 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1122 15
    #A4132 warning MethodName Method name 'forTree_depthFirstPostOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1130 15
    #A4133 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1139 15
    #A4134 warning MethodName Method name 'forTree_depthFirstPostOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1150 15
    #A4135 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1163 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/graph/ValueGraphTest.java

    Severity Rule Message Line Col
    #A4136 warning MethodName Method name 'hasEdgeConnecting_directed_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A4137 warning MethodName Method name 'hasEdgeConnecting_directed_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A4138 warning MethodName Method name 'hasEdgeConnecting_directed_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A4139 warning MethodName Method name 'hasEdgeConnecting_undirected_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A4140 warning MethodName Method name 'hasEdgeConnecting_undirected_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A4141 warning MethodName Method name 'hasEdgeConnecting_undirected_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A4142 warning MethodName Method name 'edgeValueOrDefault_directed_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 15
    #A4143 warning MethodName Method name 'edgeValueOrDefault_directed_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A4144 warning MethodName Method name 'edgeValueOrDefault_directed_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A4145 warning MethodName Method name 'edgeValueOrDefault_undirected_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A4146 warning MethodName Method name 'edgeValueOrDefault_undirected_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A4147 warning MethodName Method name 'edgeValueOrDefault_undirected_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A4148 warning MethodName Method name 'putEdgeValue_directed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15
    #A4149 warning MethodName Method name 'putEdgeValue_directed_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A4150 warning MethodName Method name 'putEdgeValue_undirected_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 15
    #A4151 warning MethodName Method name 'putEdgeValue_undirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 245 15
    #A4152 warning MethodName Method name 'removeEdge_directed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 255 15
    #A4153 warning MethodName Method name 'removeEdge_undirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A4154 warning MethodName Method name 'removeEdge_directed_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 284 15
    #A4155 warning MethodName Method name 'removeEdge_undirected_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A4156 warning MethodName Method name 'edgeValue_missing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A4157 warning MethodName Method name 'equivalence_considersEdgeValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/BloomFilterTest.java

    Severity Rule Message Line Col
    #A4158 warning GoogleMethodName Method name 'testEquals_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 365 15
    #A4159 warning MethodName Method name 'testEquals_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 365 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/ChecksumHashFunctionTest.java

    Severity Rule Message Line Col
    #A4160 warning GoogleMethodName Method name 'testCrc32_equalsChecksumValue' has invalid underscore usage, underscores only allowed between adjacent digits. 30 15
    #A4161 warning MethodName Method name 'testCrc32_equalsChecksumValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 15
    #A4162 warning GoogleMethodName Method name 'testAdler32_equalsChecksumValue' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A4163 warning MethodName Method name 'testAdler32_equalsChecksumValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A4164 warning GoogleMethodName Method name 'testCrc32_knownValues' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A4165 warning MethodName Method name 'testCrc32_knownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A4166 warning GoogleMethodName Method name 'testAdler32_knownValues' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A4167 warning MethodName Method name 'testAdler32_knownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/FunnelsTest.java

    Severity Rule Message Line Col
    #A4168 warning GoogleMethodName Method name 'testForBytes_null' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A4169 warning MethodName Method name 'testForBytes_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A4170 warning GoogleMethodName Method name 'testForStrings_null' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A4171 warning MethodName Method name 'testForStrings_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A4172 warning GoogleMethodName Method name 'testForStringsCharset_null' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A4173 warning MethodName Method name 'testForStringsCharset_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A4174 warning GoogleMethodName Method name 'testForInts_null' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A4175 warning MethodName Method name 'testForInts_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A4176 warning GoogleMethodName Method name 'testForLongs_null' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A4177 warning MethodName Method name 'testForLongs_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashCodeTest.java

    Severity Rule Message Line Col
    #A4178 warning GoogleMethodName Method name 'testFromBytes_copyOccurs' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A4179 warning MethodName Method name 'testFromBytes_copyOccurs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A4180 warning GoogleMethodName Method name 'testFromBytesNoCopy_noCopyOccurs' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A4181 warning MethodName Method name 'testFromBytesNoCopy_noCopyOccurs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A4182 warning GoogleMethodName Method name 'testGetBytesInternal_noCloneOccurs' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A4183 warning MethodName Method name 'testGetBytesInternal_noCloneOccurs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A4184 warning GoogleMethodName Method name 'testHashCode_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A4185 warning MethodName Method name 'testHashCode_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A4186 warning GoogleMethodName Method name 'testHashCode_equalsAndSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A4187 warning MethodName Method name 'testHashCode_equalsAndSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashingInputStreamTest.java

    Severity Rule Message Line Col
    #A4188 warning GoogleMethodName Method name 'testRead_putSingleByte' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A4189 warning MethodName Method name 'testRead_putSingleByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A4190 warning GoogleMethodName Method name 'testRead_putByteArray' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A4191 warning MethodName Method name 'testRead_putByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A4192 warning GoogleMethodName Method name 'testRead_putByteArrayAtPos' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A4193 warning MethodName Method name 'testRead_putByteArrayAtPos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A4194 warning GoogleMethodName Method name 'testRead_putByteArrayOutOfBound' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A4195 warning MethodName Method name 'testRead_putByteArrayOutOfBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A4196 warning GoogleMethodName Method name 'testHash_hashesCorrectly' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A4197 warning MethodName Method name 'testHash_hashesCorrectly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A4198 warning GoogleMethodName Method name 'testHash_hashesCorrectlyReadOutOfBound' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A4199 warning MethodName Method name 'testHash_hashesCorrectlyReadOutOfBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A4200 warning GoogleMethodName Method name 'testHash_hashesCorrectlyForSkipping' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A4201 warning MethodName Method name 'testHash_hashesCorrectlyForSkipping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashingOutputStreamTest.java

    Severity Rule Message Line Col
    #A4202 warning GoogleMethodName Method name 'testWrite_putSingleByte' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A4203 warning MethodName Method name 'testWrite_putSingleByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A4204 warning GoogleMethodName Method name 'testWrite_putByteArray' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A4205 warning MethodName Method name 'testWrite_putByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A4206 warning GoogleMethodName Method name 'testWrite_putByteArrayAtPos' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A4207 warning MethodName Method name 'testWrite_putByteArrayAtPos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A4208 warning GoogleMethodName Method name 'testHash_hashesCorrectly' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A4209 warning MethodName Method name 'testHash_hashesCorrectly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/HashingTest.java

    Severity Rule Message Line Col
    #A4210 warning GoogleMethodName Method name 'testConsistentHash_correctness' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A4211 warning MethodName Method name 'testConsistentHash_correctness' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A4212 warning GoogleMethodName Method name 'testConsistentHash_probabilities' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A4213 warning MethodName Method name 'testConsistentHash_probabilities' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A4214 warning GoogleMethodName Method name 'testConsistentHash_outOfRange' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A4215 warning MethodName Method name 'testConsistentHash_outOfRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A4216 warning GoogleMethodName Method name 'testConsistentHash_ofHashCode' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A4217 warning MethodName Method name 'testConsistentHash_ofHashCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A4218 warning GoogleMethodName Method name 'testConsistentHash_linearCongruentialGeneratorCompatibility' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A4219 warning MethodName Method name 'testConsistentHash_linearCongruentialGeneratorCompatibility' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A4220 warning GoogleMethodName Method name 'testCombineOrdered_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 253 15
    #A4221 warning MethodName Method name 'testCombineOrdered_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 253 15
    #A4222 warning GoogleMethodName Method name 'testCombineOrdered_differentBitLengths' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A4223 warning MethodName Method name 'testCombineOrdered_differentBitLengths' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A4224 warning GoogleMethodName Method name 'testCombineOrdered_randomHashCodes' has invalid underscore usage, underscores only allowed between adjacent digits. 285 15
    #A4225 warning MethodName Method name 'testCombineOrdered_randomHashCodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 285 15
    #A4226 warning GoogleMethodName Method name 'testCombineUnordered_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A4227 warning MethodName Method name 'testCombineUnordered_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A4228 warning GoogleMethodName Method name 'testCombineUnordered_differentBitLengths' has invalid underscore usage, underscores only allowed between adjacent digits. 306 15
    #A4229 warning MethodName Method name 'testCombineUnordered_differentBitLengths' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A4230 warning GoogleMethodName Method name 'testCombineUnordered_randomHashCodes' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A4231 warning MethodName Method name 'testCombineUnordered_randomHashCodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A4232 warning GoogleMethodName Method name 'testConcatenating_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A4233 warning MethodName Method name 'testConcatenating_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A4234 warning GoogleMethodName Method name 'testConcatenatingIterable_bits' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A4235 warning MethodName Method name 'testConcatenatingIterable_bits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A4236 warning GoogleMethodName Method name 'testConcatenatingVarArgs_bits' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A4237 warning MethodName Method name 'testConcatenatingVarArgs_bits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A4238 warning GoogleMethodName Method name 'testConcatenatingHashFunction_makeHash' has invalid underscore usage, underscores only allowed between adjacent digits. 382 15
    #A4239 warning MethodName Method name 'testConcatenatingHashFunction_makeHash' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 382 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/hash/MacHashFunctionTest.java

    Severity Rule Message Line Col
    #A4240 warning GoogleMethodName Method name 'testBadKey_emptyKey' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A4241 warning MethodName Method name 'testBadKey_emptyKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A4242 warning GoogleMethodName Method name 'testEmptyInputs_mixedAlgorithms' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A4243 warning MethodName Method name 'testEmptyInputs_mixedAlgorithms' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A4244 warning GoogleMethodName Method name 'testKnownInputs_mixedAlgorithms' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A4245 warning MethodName Method name 'testKnownInputs_mixedAlgorithms' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A4246 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case1' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A4247 warning MethodName Method name 'testRfc2202_hmacSha1_case1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A4248 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case2' has invalid underscore usage, underscores only allowed between adjacent digits. 296 15
    #A4249 warning MethodName Method name 'testRfc2202_hmacSha1_case2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A4250 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case3' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A4251 warning MethodName Method name 'testRfc2202_hmacSha1_case3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A4252 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case4' has invalid underscore usage, underscores only allowed between adjacent digits. 310 15
    #A4253 warning MethodName Method name 'testRfc2202_hmacSha1_case4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 310 15
    #A4254 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case5' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A4255 warning MethodName Method name 'testRfc2202_hmacSha1_case5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A4256 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case6' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A4257 warning MethodName Method name 'testRfc2202_hmacSha1_case6' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A4258 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case7' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A4259 warning MethodName Method name 'testRfc2202_hmacSha1_case7' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A4260 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case1' has invalid underscore usage, underscores only allowed between adjacent digits. 338 15
    #A4261 warning MethodName Method name 'testRfc2202_hmacMd5_case1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A4262 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case2' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A4263 warning MethodName Method name 'testRfc2202_hmacMd5_case2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A4264 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case3' has invalid underscore usage, underscores only allowed between adjacent digits. 352 15
    #A4265 warning MethodName Method name 'testRfc2202_hmacMd5_case3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 352 15
    #A4266 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case4' has invalid underscore usage, underscores only allowed between adjacent digits. 359 15
    #A4267 warning MethodName Method name 'testRfc2202_hmacMd5_case4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 15
    #A4268 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case5' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A4269 warning MethodName Method name 'testRfc2202_hmacMd5_case5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15
    #A4270 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case6' has invalid underscore usage, underscores only allowed between adjacent digits. 373 15
    #A4271 warning MethodName Method name 'testRfc2202_hmacMd5_case6' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 373 15
    #A4272 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case7' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A4273 warning MethodName Method name 'testRfc2202_hmacMd5_case7' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSinkTest.java

    Severity Rule Message Line Col
    #A4274 warning GoogleMethodName Method name 'testWrite_bytes' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A4275 warning MethodName Method name 'testWrite_bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A4276 warning GoogleMethodName Method name 'testWriteFrom_inputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A4277 warning MethodName Method name 'testWriteFrom_inputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A4278 warning GoogleMethodName Method name 'testWriteFromStream_doesNotCloseThatStream' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A4279 warning MethodName Method name 'testWriteFromStream_doesNotCloseThatStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A4280 warning GoogleMethodName Method name 'testClosesOnErrors_copyingFromByteSourceThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A4281 warning MethodName Method name 'testClosesOnErrors_copyingFromByteSourceThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A4282 warning GoogleMethodName Method name 'testClosesOnErrors_whenWriteThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A4283 warning MethodName Method name 'testClosesOnErrors_whenWriteThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A4284 warning GoogleMethodName Method name 'testClosesOnErrors_writingFromInputStreamThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A4285 warning MethodName Method name 'testClosesOnErrors_writingFromInputStreamThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSinkTester.java

    Severity Rule Message Line Col
    #A4286 warning GoogleMethodName Method name 'testWriteFrom_inputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A4287 warning MethodName Method name 'testWriteFrom_inputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSourceTest.java

    Severity Rule Message Line Col
    #A4288 warning GoogleMethodName Method name 'testCopyTo_outputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A4289 warning MethodName Method name 'testCopyTo_outputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A4290 warning GoogleMethodName Method name 'testCopyTo_byteSink' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A4291 warning MethodName Method name 'testCopyTo_byteSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A4292 warning GoogleMethodName Method name 'testRead_toArray' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A4293 warning MethodName Method name 'testRead_toArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A4294 warning GoogleMethodName Method name 'testRead_withProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A4295 warning MethodName Method name 'testRead_withProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A4296 warning GoogleMethodName Method name 'testRead_withProcessor_stopsOnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A4297 warning MethodName Method name 'testRead_withProcessor_stopsOnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A4298 warning GoogleMethodName Method name 'testSlice_appendingAfterSlicing' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A4299 warning MethodName Method name 'testSlice_appendingAfterSlicing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A4300 warning GoogleMethodName Method name 'testCopyToStream_doesNotCloseThatStream' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A4301 warning MethodName Method name 'testCopyToStream_doesNotCloseThatStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15
    #A4302 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToByteSinkThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A4303 warning MethodName Method name 'testClosesOnErrors_copyingToByteSinkThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A4304 warning GoogleMethodName Method name 'testClosesOnErrors_whenReadThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A4305 warning MethodName Method name 'testClosesOnErrors_whenReadThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A4306 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToOutputStreamThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 344 15
    #A4307 warning MethodName Method name 'testClosesOnErrors_copyingToOutputStreamThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 15
    #A4308 warning GoogleMethodName Method name 'testConcat_infiniteIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 373 15
    #A4309 warning MethodName Method name 'testConcat_infiniteIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 373 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteSourceTester.java

    Severity Rule Message Line Col
    #A4310 warning GoogleMethodName Method name 'testCopyTo_outputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A4311 warning MethodName Method name 'testCopyTo_outputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A4312 warning GoogleMethodName Method name 'testCopyTo_byteSink' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A4313 warning MethodName Method name 'testCopyTo_byteSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A4314 warning GoogleMethodName Method name 'testRead_usingByteProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 195 15
    #A4315 warning MethodName Method name 'testRead_usingByteProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 15
    #A4316 warning GoogleMethodName Method name 'testSlice_illegalArguments' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A4317 warning MethodName Method name 'testSlice_illegalArguments' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A4318 warning GoogleMethodName Method name 'testSlice_constrainedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A4319 warning MethodName Method name 'testSlice_constrainedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ByteStreamsTest.java

    Severity Rule Message Line Col
    #A4320 warning GoogleMethodName Method name 'testNewDataInput_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A4321 warning MethodName Method name 'testNewDataInput_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A4322 warning GoogleMethodName Method name 'testNewDataInput_normal' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A4323 warning MethodName Method name 'testNewDataInput_normal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A4324 warning GoogleMethodName Method name 'testNewDataInput_readFully' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A4325 warning MethodName Method name 'testNewDataInput_readFully' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A4326 warning GoogleMethodName Method name 'testNewDataInput_readFullyAndThenSome' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A4327 warning MethodName Method name 'testNewDataInput_readFullyAndThenSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A4328 warning GoogleMethodName Method name 'testNewDataInput_readFullyWithOffset' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A4329 warning MethodName Method name 'testNewDataInput_readFullyWithOffset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A4330 warning GoogleMethodName Method name 'testNewDataInput_readLine' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A4331 warning MethodName Method name 'testNewDataInput_readLine' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A4332 warning GoogleMethodName Method name 'testNewDataInput_readFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A4333 warning MethodName Method name 'testNewDataInput_readFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A4334 warning GoogleMethodName Method name 'testNewDataInput_readDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 227 15
    #A4335 warning MethodName Method name 'testNewDataInput_readDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 227 15
    #A4336 warning GoogleMethodName Method name 'testNewDataInput_readUTF' has invalid underscore usage, underscores only allowed between adjacent digits. 233 15
    #A4337 warning MethodName Method name 'testNewDataInput_readUTF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 233 15
    #A4338 warning GoogleMethodName Method name 'testNewDataInput_readChar' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A4339 warning MethodName Method name 'testNewDataInput_readChar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A4340 warning GoogleMethodName Method name 'testNewDataInput_readUnsignedShort' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A4341 warning MethodName Method name 'testNewDataInput_readUnsignedShort' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A4342 warning GoogleMethodName Method name 'testNewDataInput_readLong' has invalid underscore usage, underscores only allowed between adjacent digits. 258 15
    #A4343 warning MethodName Method name 'testNewDataInput_readLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 15
    #A4344 warning GoogleMethodName Method name 'testNewDataInput_readBoolean' has invalid underscore usage, underscores only allowed between adjacent digits. 264 15
    #A4345 warning MethodName Method name 'testNewDataInput_readBoolean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 264 15
    #A4346 warning GoogleMethodName Method name 'testNewDataInput_readByte' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A4347 warning MethodName Method name 'testNewDataInput_readByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A4348 warning GoogleMethodName Method name 'testNewDataInput_readUnsignedByte' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A4349 warning MethodName Method name 'testNewDataInput_readUnsignedByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A4350 warning GoogleMethodName Method name 'testNewDataInput_offset' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A4351 warning MethodName Method name 'testNewDataInput_offset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A4352 warning GoogleMethodName Method name 'testNewDataInput_skip' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A4353 warning MethodName Method name 'testNewDataInput_skip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A4354 warning GoogleMethodName Method name 'testNewDataInput_BAIS' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A4355 warning MethodName Method name 'testNewDataInput_BAIS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15
    #A4356 warning GoogleMethodName Method name 'testNewDataOutput_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A4357 warning MethodName Method name 'testNewDataOutput_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A4358 warning GoogleMethodName Method name 'testNewDataOutput_writeInt' has invalid underscore usage, underscores only allowed between adjacent digits. 322 15
    #A4359 warning MethodName Method name 'testNewDataOutput_writeInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 15
    #A4360 warning GoogleMethodName Method name 'testNewDataOutput_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 329 15
    #A4361 warning MethodName Method name 'testNewDataOutput_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 15
    #A4362 warning GoogleMethodName Method name 'testNewDataOutput_writeLong' has invalid underscore usage, underscores only allowed between adjacent digits. 336 15
    #A4363 warning MethodName Method name 'testNewDataOutput_writeLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 15
    #A4364 warning GoogleMethodName Method name 'testNewDataOutput_writeByteArray' has invalid underscore usage, underscores only allowed between adjacent digits. 342 15
    #A4365 warning MethodName Method name 'testNewDataOutput_writeByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A4366 warning GoogleMethodName Method name 'testNewDataOutput_writeByte' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A4367 warning MethodName Method name 'testNewDataOutput_writeByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A4368 warning GoogleMethodName Method name 'testNewDataOutput_writeByteOffset' has invalid underscore usage, underscores only allowed between adjacent digits. 355 15
    #A4369 warning MethodName Method name 'testNewDataOutput_writeByteOffset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 355 15
    #A4370 warning GoogleMethodName Method name 'testNewDataOutput_writeBoolean' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A4371 warning MethodName Method name 'testNewDataOutput_writeBoolean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A4372 warning GoogleMethodName Method name 'testNewDataOutput_writeChar' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A4373 warning MethodName Method name 'testNewDataOutput_writeChar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A4374 warning GoogleMethodName Method name 'testNewDataOutput_writeChars' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A4375 warning MethodName Method name 'testNewDataOutput_writeChars' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A4376 warning GoogleMethodName Method name 'testNewDataOutput_writeUTF' has invalid underscore usage, underscores only allowed between adjacent digits. 395 15
    #A4377 warning MethodName Method name 'testNewDataOutput_writeUTF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 395 15
    #A4378 warning GoogleMethodName Method name 'testNewDataOutput_writeShort' has invalid underscore usage, underscores only allowed between adjacent digits. 406 15
    #A4379 warning MethodName Method name 'testNewDataOutput_writeShort' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 15
    #A4380 warning GoogleMethodName Method name 'testNewDataOutput_writeDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A4381 warning MethodName Method name 'testNewDataOutput_writeDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15
    #A4382 warning GoogleMethodName Method name 'testNewDataOutput_writeFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 418 15
    #A4383 warning MethodName Method name 'testNewDataOutput_writeFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 418 15
    #A4384 warning GoogleMethodName Method name 'testNewDataOutput_BAOS' has invalid underscore usage, underscores only allowed between adjacent digits. 425 15
    #A4385 warning MethodName Method name 'testNewDataOutput_BAOS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 425 15
    #A4386 warning GoogleMethodName Method name 'testToByteArray_emptyStream' has invalid underscore usage, underscores only allowed between adjacent digits. 441 15
    #A4387 warning MethodName Method name 'testToByteArray_emptyStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A4388 warning GoogleMethodName Method name 'testToByteArray_largeStream' has invalid underscore usage, underscores only allowed between adjacent digits. 447 15
    #A4389 warning MethodName Method name 'testToByteArray_largeStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 447 15
    #A4390 warning GoogleMethodName Method name 'testToByteArray_withSize_givenCorrectSize' has invalid underscore usage, underscores only allowed between adjacent digits. 455 15
    #A4391 warning MethodName Method name 'testToByteArray_withSize_givenCorrectSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 455 15
    #A4392 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSmallerSize' has invalid underscore usage, underscores only allowed between adjacent digits. 461 15
    #A4393 warning MethodName Method name 'testToByteArray_withSize_givenSmallerSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 461 15
    #A4394 warning GoogleMethodName Method name 'testToByteArray_withSize_givenLargerSize' has invalid underscore usage, underscores only allowed between adjacent digits. 467 15
    #A4395 warning MethodName Method name 'testToByteArray_withSize_givenLargerSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 467 15
    #A4396 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSizeZero' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A4397 warning MethodName Method name 'testToByteArray_withSize_givenSizeZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A4398 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSizeOneSmallerThanActual' has invalid underscore usage, underscores only allowed between adjacent digits. 479 15
    #A4399 warning MethodName Method name 'testToByteArray_withSize_givenSizeOneSmallerThanActual' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 479 15
    #A4400 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSizeTwoSmallerThanActual' has invalid underscore usage, underscores only allowed between adjacent digits. 486 15
    #A4401 warning MethodName Method name 'testToByteArray_withSize_givenSizeTwoSmallerThanActual' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 15
    #A4402 warning GoogleMethodName Method name 'testLimit_mark' has invalid underscore usage, underscores only allowed between adjacent digits. 606 15
    #A4403 warning MethodName Method name 'testLimit_mark' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 15
    #A4404 warning GoogleMethodName Method name 'testLimit_skip' has invalid underscore usage, underscores only allowed between adjacent digits. 627 15
    #A4405 warning MethodName Method name 'testLimit_skip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 627 15
    #A4406 warning GoogleMethodName Method name 'testLimit_markNotSet' has invalid underscore usage, underscores only allowed between adjacent digits. 644 15
    #A4407 warning MethodName Method name 'testLimit_markNotSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 644 15
    #A4408 warning GoogleMethodName Method name 'testLimit_markNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 657 15
    #A4409 warning MethodName Method name 'testLimit_markNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 657 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharSinkTest.java

    Severity Rule Message Line Col
    #A4410 warning GoogleMethodName Method name 'testWrite_string' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A4411 warning MethodName Method name 'testWrite_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A4412 warning GoogleMethodName Method name 'testWriteFrom_reader' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A4413 warning MethodName Method name 'testWriteFrom_reader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A4414 warning GoogleMethodName Method name 'testWriteFromStream_doesNotCloseThatStream' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A4415 warning MethodName Method name 'testWriteFromStream_doesNotCloseThatStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A4416 warning GoogleMethodName Method name 'testWriteLines_withSpecificSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A4417 warning MethodName Method name 'testWriteLines_withSpecificSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A4418 warning GoogleMethodName Method name 'testWriteLines_withDefaultSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A4419 warning MethodName Method name 'testWriteLines_withDefaultSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A4420 warning GoogleMethodName Method name 'testClosesOnErrors_copyingFromCharSourceThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A4421 warning MethodName Method name 'testClosesOnErrors_copyingFromCharSourceThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A4422 warning GoogleMethodName Method name 'testClosesOnErrors_whenWriteThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A4423 warning MethodName Method name 'testClosesOnErrors_whenWriteThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A4424 warning GoogleMethodName Method name 'testClosesOnErrors_whenWritingFromReaderThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A4425 warning MethodName Method name 'testClosesOnErrors_whenWritingFromReaderThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharSinkTester.java

    Severity Rule Message Line Col
    #A4426 warning GoogleMethodName Method name 'testWriteLines_systemDefaultSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A4427 warning MethodName Method name 'testWriteLines_systemDefaultSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A4428 warning GoogleMethodName Method name 'testWriteLines_specificSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A4429 warning MethodName Method name 'testWriteLines_specificSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharSourceTest.java

    Severity Rule Message Line Col
    #A4430 warning GoogleMethodName Method name 'testCopyTo_appendable' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A4431 warning MethodName Method name 'testCopyTo_appendable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A4432 warning GoogleMethodName Method name 'testCopyTo_charSink' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A4433 warning MethodName Method name 'testCopyTo_charSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A4434 warning GoogleMethodName Method name 'testRead_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A4435 warning MethodName Method name 'testRead_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A4436 warning GoogleMethodName Method name 'testReadLines_toList' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A4437 warning MethodName Method name 'testReadLines_toList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A4438 warning GoogleMethodName Method name 'testReadLines_withProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A4439 warning MethodName Method name 'testReadLines_withProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A4440 warning GoogleMethodName Method name 'testReadLines_withProcessor_stopsOnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A4441 warning MethodName Method name 'testReadLines_withProcessor_stopsOnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A4442 warning GoogleMethodName Method name 'testCopyToAppendable_doesNotCloseIfWriter' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A4443 warning MethodName Method name 'testCopyToAppendable_doesNotCloseIfWriter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A4444 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToCharSinkThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A4445 warning MethodName Method name 'testClosesOnErrors_copyingToCharSinkThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A4446 warning GoogleMethodName Method name 'testClosesOnErrors_whenReadThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 195 15
    #A4447 warning MethodName Method name 'testClosesOnErrors_whenReadThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 15
    #A4448 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToWriterThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A4449 warning MethodName Method name 'testClosesOnErrors_copyingToWriterThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A4450 warning GoogleMethodName Method name 'testConcat_infiniteIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A4451 warning MethodName Method name 'testConcat_infiniteIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharSourceTester.java

    Severity Rule Message Line Col
    #A4452 warning GoogleMethodName Method name 'testCopyTo_appendable' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A4453 warning MethodName Method name 'testCopyTo_appendable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A4454 warning GoogleMethodName Method name 'testCopyTo_charSink' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A4455 warning MethodName Method name 'testCopyTo_charSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A4456 warning GoogleMethodName Method name 'testRead_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A4457 warning MethodName Method name 'testRead_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A4458 warning GoogleMethodName Method name 'testReadLines_toList' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A4459 warning MethodName Method name 'testReadLines_toList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A4460 warning GoogleMethodName Method name 'testReadLines_withProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A4461 warning MethodName Method name 'testReadLines_withProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A4462 warning GoogleMethodName Method name 'testReadLines_withProcessor_stopsOnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A4463 warning MethodName Method name 'testReadLines_withProcessor_stopsOnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CharStreamsTest.java

    Severity Rule Message Line Col
    #A4464 warning GoogleMethodName Method name 'testReadLines_withLineProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A4465 warning MethodName Method name 'testReadLines_withLineProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A4466 warning GoogleMethodName Method name 'testSkipFully_EOF' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A4467 warning MethodName Method name 'testSkipFully_EOF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A4468 warning GoogleMethodName Method name 'testCopy_toStringBuilder_fromReader' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A4469 warning MethodName Method name 'testCopy_toStringBuilder_fromReader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A4470 warning GoogleMethodName Method name 'testCopy_toStringBuilder_fromReadable' has invalid underscore usage, underscores only allowed between adjacent digits. 184 15
    #A4471 warning MethodName Method name 'testCopy_toStringBuilder_fromReadable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A4472 warning GoogleMethodName Method name 'testCopy_toWriter_fromReader' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A4473 warning MethodName Method name 'testCopy_toWriter_fromReader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A4474 warning GoogleMethodName Method name 'testCopy_toWriter_fromReadable' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A4475 warning MethodName Method name 'testCopy_toWriter_fromReadable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A4476 warning GoogleMethodName Method name 'testExhaust_reader' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A4477 warning MethodName Method name 'testExhaust_reader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15
    #A4478 warning GoogleMethodName Method name 'testExhaust_readable' has invalid underscore usage, underscores only allowed between adjacent digits. 251 15
    #A4479 warning MethodName Method name 'testExhaust_readable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CloseablesTest.java

    Severity Rule Message Line Col
    #A4480 warning GoogleMethodName Method name 'testClose_closeableClean' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A4481 warning MethodName Method name 'testClose_closeableClean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A4482 warning GoogleMethodName Method name 'testClose_closeableWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A4483 warning MethodName Method name 'testClose_closeableWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A4484 warning GoogleMethodName Method name 'testClose_closeableWithThrownException' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A4485 warning MethodName Method name 'testClose_closeableWithThrownException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A4486 warning GoogleMethodName Method name 'testCloseQuietly_inputStreamWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A4487 warning MethodName Method name 'testCloseQuietly_inputStreamWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A4488 warning GoogleMethodName Method name 'testCloseQuietly_readerWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A4489 warning MethodName Method name 'testCloseQuietly_readerWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A4490 warning GoogleMethodName Method name 'testCloseQuietlyNull_inputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A4491 warning MethodName Method name 'testCloseQuietlyNull_inputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A4492 warning GoogleMethodName Method name 'testCloseQuietlyNull_reader' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A4493 warning MethodName Method name 'testCloseQuietlyNull_reader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/CloserTest.java

    Severity Rule Message Line Col
    #A4494 warning GoogleMethodName Method name 'testExceptionThrown_fromTryBlock' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A4495 warning MethodName Method name 'testExceptionThrown_fromTryBlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A4496 warning GoogleMethodName Method name 'testExceptionThrown_whenCreatingCloseables' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A4497 warning MethodName Method name 'testExceptionThrown_whenCreatingCloseables' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A4498 warning GoogleMethodName Method name 'testExceptionThrown_whileClosingLastCloseable' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A4499 warning MethodName Method name 'testExceptionThrown_whileClosingLastCloseable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A4500 warning GoogleMethodName Method name 'testExceptionThrown_whileClosingFirstCloseable' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A4501 warning MethodName Method name 'testExceptionThrown_whileClosingFirstCloseable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A4502 warning GoogleMethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A4503 warning MethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A4504 warning GoogleMethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A4505 warning MethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FileBackedOutputStreamTest.java

    Severity Rule Message Line Col
    #A4506 warning GoogleMethodName Method name 'testThreshold_resetOnFinalize' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A4507 warning MethodName Method name 'testThreshold_resetOnFinalize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FilesFileTraverserTest.java

    Severity Rule Message Line Col
    #A4508 warning GoogleMethodName Method name 'testFileTraverser_emptyDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A4509 warning MethodName Method name 'testFileTraverser_emptyDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A4510 warning GoogleMethodName Method name 'testFileTraverser_nonExistingFile' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A4511 warning MethodName Method name 'testFileTraverser_nonExistingFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A4512 warning GoogleMethodName Method name 'testFileTraverser_file' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A4513 warning MethodName Method name 'testFileTraverser_file' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A4514 warning GoogleMethodName Method name 'testFileTraverser_singleFile' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A4515 warning MethodName Method name 'testFileTraverser_singleFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A4516 warning GoogleMethodName Method name 'testFileTraverser_singleDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A4517 warning MethodName Method name 'testFileTraverser_singleDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A4518 warning GoogleMethodName Method name 'testFileTraverser_multipleFilesAndDirectories' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A4519 warning MethodName Method name 'testFileTraverser_multipleFilesAndDirectories' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A4520 warning GoogleMethodName Method name 'testFileTraverser_multipleDirectoryLayers_breadthFirstStartsWithTopLayer' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A4521 warning MethodName Method name 'testFileTraverser_multipleDirectoryLayers_breadthFirstStartsWithTopLayer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A4522 warning GoogleMethodName Method name 'testFileTraverser_multipleDirectoryLayers_traversalReturnsAll' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A4523 warning MethodName Method name 'testFileTraverser_multipleDirectoryLayers_traversalReturnsAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FilesTest.java

    Severity Rule Message Line Col
    #A4524 warning GoogleMethodName Method name 'testCreateParentDirs_root' has invalid underscore usage, underscores only allowed between adjacent digits. 309 15
    #A4525 warning MethodName Method name 'testCreateParentDirs_root' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 15
    #A4526 warning GoogleMethodName Method name 'testCreateParentDirs_relativePath' has invalid underscore usage, underscores only allowed between adjacent digits. 316 15
    #A4527 warning MethodName Method name 'testCreateParentDirs_relativePath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 15
    #A4528 warning GoogleMethodName Method name 'testCreateParentDirs_noParentsNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 323 15
    #A4529 warning MethodName Method name 'testCreateParentDirs_noParentsNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 15
    #A4530 warning GoogleMethodName Method name 'testCreateParentDirs_oneParentNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 329 15
    #A4531 warning MethodName Method name 'testCreateParentDirs_oneParentNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 15
    #A4532 warning GoogleMethodName Method name 'testCreateParentDirs_multipleParentsNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A4533 warning MethodName Method name 'testCreateParentDirs_multipleParentsNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A4534 warning GoogleMethodName Method name 'testCreateParentDirs_nonDirectoryParentExists' has invalid underscore usage, underscores only allowed between adjacent digits. 350 15
    #A4535 warning MethodName Method name 'testCreateParentDirs_nonDirectoryParentExists' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A4536 warning GoogleMethodName Method name 'testReadLines_withLineProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 464 15
    #A4537 warning MethodName Method name 'testReadLines_withLineProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15
    #A4538 warning GoogleMethodName Method name 'testMap_noSuchFile' has invalid underscore usage, underscores only allowed between adjacent digits. 546 15
    #A4539 warning MethodName Method name 'testMap_noSuchFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 546 15
    #A4540 warning GoogleMethodName Method name 'testMap_readWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 560 15
    #A4541 warning MethodName Method name 'testMap_readWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 560 15
    #A4542 warning GoogleMethodName Method name 'testMap_readWrite_creates' has invalid underscore usage, underscores only allowed between adjacent digits. 582 15
    #A4543 warning MethodName Method name 'testMap_readWrite_creates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 582 15
    #A4544 warning GoogleMethodName Method name 'testMap_readWrite_max_value_plus_1' has invalid underscore usage, underscores only allowed between adjacent digits. 605 15
    #A4545 warning MethodName Method name 'testMap_readWrite_max_value_plus_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 605 15
    #A4546 warning GoogleMethodName Method name 'testReadBytes_returnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 676 15
    #A4547 warning MethodName Method name 'testReadBytes_returnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 676 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/FlushablesTest.java

    Severity Rule Message Line Col
    #A4548 warning GoogleMethodName Method name 'testFlush_clean' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A4549 warning MethodName Method name 'testFlush_clean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A4550 warning GoogleMethodName Method name 'testFlush_flushableWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A4551 warning MethodName Method name 'testFlush_flushableWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A4552 warning GoogleMethodName Method name 'testFlush_flushableWithThrownException' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A4553 warning MethodName Method name 'testFlush_flushableWithThrownException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A4554 warning GoogleMethodName Method name 'testFlushQuietly_flushableWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A4555 warning MethodName Method name 'testFlushQuietly_flushableWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/LittleEndianDataInputStreamTest.java

    Severity Rule Message Line Col
    #A4556 warning GoogleMethodName Method name 'testReadUnsignedByte_eof' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A4557 warning MethodName Method name 'testReadUnsignedByte_eof' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A4558 warning GoogleMethodName Method name 'testReadUnsignedShort_eof' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A4559 warning MethodName Method name 'testReadUnsignedShort_eof' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/LittleEndianDataOutputStreamTest.java

    Severity Rule Message Line Col
    #A4560 warning GoogleMethodName Method name 'testWriteBytes_discardHighOrderBytes' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A4561 warning MethodName Method name 'testWriteBytes_discardHighOrderBytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/MultiInputStreamTest.java

    Severity Rule Message Line Col
    #A4562 warning GoogleMethodName Method name 'testReadSingle_noStackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A4563 warning MethodName Method name 'testReadSingle_noStackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A4564 warning GoogleMethodName Method name 'testReadArray_noStackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A4565 warning MethodName Method name 'testReadArray_noStackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/io/ResourcesTest.java

    Severity Rule Message Line Col
    #A4566 warning GoogleMethodName Method name 'testReadLines_withLineProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A4567 warning MethodName Method name 'testReadLines_withLineProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A4568 warning GoogleMethodName Method name 'testGetResource_notFound' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A4569 warning MethodName Method name 'testGetResource_notFound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A4570 warning GoogleMethodName Method name 'testGetResource_relativePath_notFound' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A4571 warning MethodName Method name 'testGetResource_relativePath_notFound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A4572 warning GoogleMethodName Method name 'testGetResource_relativePath' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A4573 warning MethodName Method name 'testGetResource_relativePath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A4574 warning GoogleMethodName Method name 'testGetResource_contextClassLoader' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A4575 warning MethodName Method name 'testGetResource_contextClassLoader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A4576 warning GoogleMethodName Method name 'testGetResource_contextClassLoaderNull' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A4577 warning MethodName Method name 'testGetResource_contextClassLoaderNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/DoubleMathTest.java

    Severity Rule Message Line Col
    #A4578 warning GoogleMethodName Method name 'testMean_doubleVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 714 15
    #A4579 warning MethodName Method name 'testMean_doubleVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 15
    #A4580 warning GoogleMethodName Method name 'testMean_intVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 730 15
    #A4581 warning MethodName Method name 'testMean_intVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 730 15
    #A4582 warning GoogleMethodName Method name 'testMean_longVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 736 15
    #A4583 warning MethodName Method name 'testMean_longVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 736 15
    #A4584 warning GoogleMethodName Method name 'testMean_emptyVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 742 15
    #A4585 warning MethodName Method name 'testMean_emptyVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 742 15
    #A4586 warning GoogleMethodName Method name 'testMean_doubleIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 751 15
    #A4587 warning MethodName Method name 'testMean_doubleIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 15
    #A4588 warning GoogleMethodName Method name 'testMean_intIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 772 15
    #A4589 warning MethodName Method name 'testMean_intIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 772 15
    #A4590 warning GoogleMethodName Method name 'testMean_longIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 783 15
    #A4591 warning MethodName Method name 'testMean_longIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 783 15
    #A4592 warning GoogleMethodName Method name 'testMean_intIterator' has invalid underscore usage, underscores only allowed between adjacent digits. 794 15
    #A4593 warning MethodName Method name 'testMean_intIterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 794 15
    #A4594 warning GoogleMethodName Method name 'testMean_longIterator' has invalid underscore usage, underscores only allowed between adjacent digits. 805 15
    #A4595 warning MethodName Method name 'testMean_longIterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 805 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/LinearTransformationTest.java

    Severity Rule Message Line Col
    #A4596 warning GoogleMethodName Method name 'testMappingAnd_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A4597 warning MethodName Method name 'testMappingAnd_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A4598 warning GoogleMethodName Method name 'testMappingAnd_horizontal' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A4599 warning MethodName Method name 'testMappingAnd_horizontal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A4600 warning GoogleMethodName Method name 'testMappingAnd_vertical' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A4601 warning MethodName Method name 'testMappingAnd_vertical' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A4602 warning GoogleMethodName Method name 'testMapping_infiniteX1' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A4603 warning MethodName Method name 'testMapping_infiniteX1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A4604 warning GoogleMethodName Method name 'testMapping_infiniteY1' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A4605 warning MethodName Method name 'testMapping_infiniteY1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A4606 warning GoogleMethodName Method name 'testMappingAnd_infiniteX2' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A4607 warning MethodName Method name 'testMappingAnd_infiniteX2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A4608 warning GoogleMethodName Method name 'testMappingAnd_infiniteY2' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A4609 warning MethodName Method name 'testMappingAnd_infiniteY2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A4610 warning GoogleMethodName Method name 'testMapping_nanX1' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A4611 warning MethodName Method name 'testMapping_nanX1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A4612 warning GoogleMethodName Method name 'testMapping_nanY1' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A4613 warning MethodName Method name 'testMapping_nanY1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15
    #A4614 warning GoogleMethodName Method name 'testMappingAnd_nanX2' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A4615 warning MethodName Method name 'testMappingAnd_nanX2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A4616 warning GoogleMethodName Method name 'testMappingAnd_nanY2' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A4617 warning MethodName Method name 'testMappingAnd_nanY2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A4618 warning GoogleMethodName Method name 'testMappingAnd_samePointTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A4619 warning MethodName Method name 'testMappingAnd_samePointTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A4620 warning GoogleMethodName Method name 'testMappingWithSlope_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A4621 warning MethodName Method name 'testMappingWithSlope_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A4622 warning GoogleMethodName Method name 'testMappingWithSlope_horizontal' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A4623 warning MethodName Method name 'testMappingWithSlope_horizontal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A4624 warning GoogleMethodName Method name 'testMappingWithSlope_vertical' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A4625 warning MethodName Method name 'testMappingWithSlope_vertical' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A4626 warning GoogleMethodName Method name 'testMappingWithSlope_minimalSlope' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A4627 warning MethodName Method name 'testMappingWithSlope_minimalSlope' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A4628 warning GoogleMethodName Method name 'testMappingWithSlope_maximalSlope' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A4629 warning MethodName Method name 'testMappingWithSlope_maximalSlope' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A4630 warning GoogleMethodName Method name 'testMappingWithSlope_nanSlope' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A4631 warning MethodName Method name 'testMappingWithSlope_nanSlope' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A4632 warning GoogleMethodName Method name 'testVertical_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A4633 warning MethodName Method name 'testVertical_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A4634 warning GoogleMethodName Method name 'testVertical_infiniteX' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A4635 warning MethodName Method name 'testVertical_infiniteX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A4636 warning GoogleMethodName Method name 'testVertical_nanX' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A4637 warning MethodName Method name 'testVertical_nanX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A4638 warning GoogleMethodName Method name 'testHorizontal_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A4639 warning MethodName Method name 'testHorizontal_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A4640 warning GoogleMethodName Method name 'testHorizontal_infiniteY' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A4641 warning MethodName Method name 'testHorizontal_infiniteY' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A4642 warning GoogleMethodName Method name 'testHorizontal_nanY' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A4643 warning MethodName Method name 'testHorizontal_nanY' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/LongMathTest.java

    Severity Rule Message Line Col
    #A4644 warning GoogleMethodName Method name 'testBinomial_exhaustiveNotOverflowing' has invalid underscore usage, underscores only allowed between adjacent digits. 749 15
    #A4645 warning MethodName Method name 'testBinomial_exhaustiveNotOverflowing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 749 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/MathPreconditionsTest.java

    Severity Rule Message Line Col
    #A4646 warning GoogleMethodName Method name 'testCheckPositive_zeroInt' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A4647 warning MethodName Method name 'testCheckPositive_zeroInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A4648 warning GoogleMethodName Method name 'testCheckPositive_maxInt' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A4649 warning MethodName Method name 'testCheckPositive_maxInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A4650 warning GoogleMethodName Method name 'testCheckPositive_minInt' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A4651 warning MethodName Method name 'testCheckPositive_minInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A4652 warning GoogleMethodName Method name 'testCheckPositive_positiveInt' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A4653 warning MethodName Method name 'testCheckPositive_positiveInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A4654 warning GoogleMethodName Method name 'testCheckPositive_negativeInt' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A4655 warning MethodName Method name 'testCheckPositive_negativeInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A4656 warning GoogleMethodName Method name 'testCheckPositive_zeroLong' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A4657 warning MethodName Method name 'testCheckPositive_zeroLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A4658 warning GoogleMethodName Method name 'testCheckPositive_maxLong' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A4659 warning MethodName Method name 'testCheckPositive_maxLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A4660 warning GoogleMethodName Method name 'testCheckPositive_minLong' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A4661 warning MethodName Method name 'testCheckPositive_minLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A4662 warning GoogleMethodName Method name 'testCheckPositive_positiveLong' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A4663 warning MethodName Method name 'testCheckPositive_positiveLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A4664 warning GoogleMethodName Method name 'testCheckPositive_negativeLong' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A4665 warning MethodName Method name 'testCheckPositive_negativeLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A4666 warning GoogleMethodName Method name 'testCheckPositive_zeroBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A4667 warning MethodName Method name 'testCheckPositive_zeroBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A4668 warning GoogleMethodName Method name 'testCheckPositive_postiveBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A4669 warning MethodName Method name 'testCheckPositive_postiveBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A4670 warning GoogleMethodName Method name 'testCheckPositive_negativeBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A4671 warning MethodName Method name 'testCheckPositive_negativeBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A4672 warning GoogleMethodName Method name 'testCheckNonNegative_zeroInt' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A4673 warning MethodName Method name 'testCheckNonNegative_zeroInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A4674 warning GoogleMethodName Method name 'testCheckNonNegative_maxInt' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A4675 warning MethodName Method name 'testCheckNonNegative_maxInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A4676 warning GoogleMethodName Method name 'testCheckNonNegative_minInt' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A4677 warning MethodName Method name 'testCheckNonNegative_minInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A4678 warning GoogleMethodName Method name 'testCheckNonNegative_positiveInt' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A4679 warning MethodName Method name 'testCheckNonNegative_positiveInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A4680 warning GoogleMethodName Method name 'testCheckNonNegative_negativeInt' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A4681 warning MethodName Method name 'testCheckNonNegative_negativeInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A4682 warning GoogleMethodName Method name 'testCheckNonNegative_zeroLong' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A4683 warning MethodName Method name 'testCheckNonNegative_zeroLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A4684 warning GoogleMethodName Method name 'testCheckNonNegative_maxLong' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A4685 warning MethodName Method name 'testCheckNonNegative_maxLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A4686 warning GoogleMethodName Method name 'testCheckNonNegative_minLong' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A4687 warning MethodName Method name 'testCheckNonNegative_minLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A4688 warning GoogleMethodName Method name 'testCheckNonNegative_positiveLong' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A4689 warning MethodName Method name 'testCheckNonNegative_positiveLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A4690 warning GoogleMethodName Method name 'testCheckNonNegative_negativeLong' has invalid underscore usage, underscores only allowed between adjacent digits. 166 15
    #A4691 warning MethodName Method name 'testCheckNonNegative_negativeLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 15
    #A4692 warning GoogleMethodName Method name 'testCheckNonNegative_zeroBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A4693 warning MethodName Method name 'testCheckNonNegative_zeroBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A4694 warning GoogleMethodName Method name 'testCheckNonNegative_positiveBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A4695 warning MethodName Method name 'testCheckNonNegative_positiveBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A4696 warning GoogleMethodName Method name 'testCheckNonNegative_negativeBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A4697 warning MethodName Method name 'testCheckNonNegative_negativeBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A4698 warning GoogleMethodName Method name 'testCheckNonNegative_zeroFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 190 15
    #A4699 warning MethodName Method name 'testCheckNonNegative_zeroFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 190 15
    #A4700 warning GoogleMethodName Method name 'testCheckNonNegative_maxFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A4701 warning MethodName Method name 'testCheckNonNegative_maxFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A4702 warning GoogleMethodName Method name 'testCheckNonNegative_minFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A4703 warning MethodName Method name 'testCheckNonNegative_minFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A4704 warning GoogleMethodName Method name 'testCheckNonNegative_positiveFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 202 15
    #A4705 warning MethodName Method name 'testCheckNonNegative_positiveFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 202 15
    #A4706 warning GoogleMethodName Method name 'testCheckNonNegative_negativeFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 206 15
    #A4707 warning MethodName Method name 'testCheckNonNegative_negativeFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 15
    #A4708 warning GoogleMethodName Method name 'testCheckNonNegative_nanFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A4709 warning MethodName Method name 'testCheckNonNegative_nanFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A4710 warning GoogleMethodName Method name 'testCheckNonNegative_zeroDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A4711 warning MethodName Method name 'testCheckNonNegative_zeroDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A4712 warning GoogleMethodName Method name 'testCheckNonNegative_maxDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A4713 warning MethodName Method name 'testCheckNonNegative_maxDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A4714 warning GoogleMethodName Method name 'testCheckNonNegative_minDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A4715 warning MethodName Method name 'testCheckNonNegative_minDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A4716 warning GoogleMethodName Method name 'testCheckNonNegative_positiveDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A4717 warning MethodName Method name 'testCheckNonNegative_positiveDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A4718 warning GoogleMethodName Method name 'testCheckNonNegative_negativeDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A4719 warning MethodName Method name 'testCheckNonNegative_negativeDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A4720 warning GoogleMethodName Method name 'testCheckNonNegative_nanDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A4721 warning MethodName Method name 'testCheckNonNegative_nanDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A4722 warning GoogleMethodName Method name 'testCheckRoundingUnnnecessary_success' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A4723 warning MethodName Method name 'testCheckRoundingUnnnecessary_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A4724 warning GoogleMethodName Method name 'testCheckRoundingUnnecessary_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 258 15
    #A4725 warning MethodName Method name 'testCheckRoundingUnnecessary_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 15
    #A4726 warning GoogleMethodName Method name 'testCheckInRange_success' has invalid underscore usage, underscores only allowed between adjacent digits. 266 15
    #A4727 warning MethodName Method name 'testCheckInRange_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 15
    #A4728 warning GoogleMethodName Method name 'testCheckInRange_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A4729 warning MethodName Method name 'testCheckInRange_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A4730 warning GoogleMethodName Method name 'testCheckNoOverflow_success' has invalid underscore usage, underscores only allowed between adjacent digits. 280 15
    #A4731 warning MethodName Method name 'testCheckNoOverflow_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 280 15
    #A4732 warning GoogleMethodName Method name 'testCheckNoOverflow_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 284 15
    #A4733 warning MethodName Method name 'testCheckNoOverflow_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 284 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A4734 warning GoogleMethodName Method name 'testCountOverflow_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A4735 warning MethodName Method name 'testCountOverflow_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/PairedStatsTest.java

    Severity Rule Message Line Col
    #A4736 warning GoogleMethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A4737 warning MethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A4738 warning GoogleMethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A4739 warning MethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A4740 warning GoogleMethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A4741 warning MethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/QuantilesAlgorithmTest.java

    Severity Rule Message Line Col
    #A4742 warning GoogleMethodName Method name 'testSingleQuantile_median' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A4743 warning MethodName Method name 'testSingleQuantile_median' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A4744 warning GoogleMethodName Method name 'testSingleQuantile_percentile99' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A4745 warning MethodName Method name 'testSingleQuantile_percentile99' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/QuantilesTest.java

    Severity Rule Message Line Col
    #A4746 warning GoogleMethodName Method name 'testMedian_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A4747 warning MethodName Method name 'testMedian_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A4748 warning GoogleMethodName Method name 'testMedian_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A4749 warning MethodName Method name 'testMedian_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A4750 warning GoogleMethodName Method name 'testQuartiles_index_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A4751 warning MethodName Method name 'testQuartiles_index_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A4752 warning GoogleMethodName Method name 'testQuartiles_index_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A4753 warning MethodName Method name 'testQuartiles_index_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A4754 warning GoogleMethodName Method name 'testQuartiles_indexes_varargs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A4755 warning MethodName Method name 'testQuartiles_indexes_varargs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A4756 warning GoogleMethodName Method name 'testQuartiles_indexes_varargs_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A4757 warning MethodName Method name 'testQuartiles_indexes_varargs_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A4758 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A4759 warning MethodName Method name 'testScale_index_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A4760 warning GoogleMethodName Method name 'testScale_index_compute_longCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A4761 warning MethodName Method name 'testScale_index_compute_longCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A4762 warning GoogleMethodName Method name 'testScale_index_compute_integerCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A4763 warning MethodName Method name 'testScale_index_compute_integerCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A4764 warning GoogleMethodName Method name 'testScale_index_compute_doubleVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A4765 warning MethodName Method name 'testScale_index_compute_doubleVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A4766 warning GoogleMethodName Method name 'testScale_index_compute_longVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A4767 warning MethodName Method name 'testScale_index_compute_longVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A4768 warning GoogleMethodName Method name 'testScale_index_compute_intVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A4769 warning MethodName Method name 'testScale_index_compute_intVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A4770 warning GoogleMethodName Method name 'testScale_index_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A4771 warning MethodName Method name 'testScale_index_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A4772 warning GoogleMethodName Method name 'testScale_index_computeInPlace_explicitVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A4773 warning MethodName Method name 'testScale_index_computeInPlace_explicitVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A4774 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A4775 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A4776 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A4777 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A4778 warning GoogleMethodName Method name 'testScale_indexes_largeVarargs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 255 15
    #A4779 warning MethodName Method name 'testScale_indexes_largeVarargs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 255 15
    #A4780 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_longCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A4781 warning MethodName Method name 'testScale_indexes_varargs_compute_longCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A4782 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_integerCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 281 15
    #A4783 warning MethodName Method name 'testScale_indexes_varargs_compute_integerCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 15
    #A4784 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_indexOrderIsMaintained' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A4785 warning MethodName Method name 'testScale_indexes_varargs_compute_indexOrderIsMaintained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A4786 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A4787 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A4788 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_longVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A4789 warning MethodName Method name 'testScale_indexes_varargs_compute_longVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A4790 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_intVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A4791 warning MethodName Method name 'testScale_indexes_varargs_compute_intVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A4792 warning GoogleMethodName Method name 'testScale_indexes_varargs_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 347 15
    #A4793 warning MethodName Method name 'testScale_indexes_varargs_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 15
    #A4794 warning GoogleMethodName Method name 'testScale_indexes_varargs_computeInPlace_explicitVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 360 15
    #A4795 warning MethodName Method name 'testScale_indexes_varargs_computeInPlace_explicitVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A4796 warning GoogleMethodName Method name 'testScale_indexes_collection_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 368 15
    #A4797 warning MethodName Method name 'testScale_indexes_collection_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A4798 warning GoogleMethodName Method name 'testScale_indexes_collection_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A4799 warning MethodName Method name 'testScale_indexes_collection_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A4800 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_positiveInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 416 15
    #A4801 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_positiveInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A4802 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_positiveInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A4803 warning MethodName Method name 'testScale_index_compute_doubleCollection_positiveInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A4804 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_negativeInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 437 15
    #A4805 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_negativeInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 437 15
    #A4806 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_negativeInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 452 15
    #A4807 warning MethodName Method name 'testScale_index_compute_doubleCollection_negativeInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 452 15
    #A4808 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_bothInfinities' has invalid underscore usage, underscores only allowed between adjacent digits. 458 15
    #A4809 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_bothInfinities' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 458 15
    #A4810 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_nan' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A4811 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_nan' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A4812 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_nan' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A4813 warning MethodName Method name 'testScale_index_compute_doubleCollection_nan' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A4814 warning GoogleMethodName Method name 'testPercentiles_index_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 521 15
    #A4815 warning MethodName Method name 'testPercentiles_index_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 15
    #A4816 warning GoogleMethodName Method name 'testPercentiles_index_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 531 15
    #A4817 warning MethodName Method name 'testPercentiles_index_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 15
    #A4818 warning GoogleMethodName Method name 'testPercentiles_indexes_varargsPairs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 550 15
    #A4819 warning MethodName Method name 'testPercentiles_indexes_varargsPairs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 550 15
    #A4820 warning GoogleMethodName Method name 'testPercentiles_indexes_varargsAll_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 565 15
    #A4821 warning MethodName Method name 'testPercentiles_indexes_varargsAll_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 565 15
    #A4822 warning GoogleMethodName Method name 'testPercentiles_indexes_varargsAll_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 580 15
    #A4823 warning MethodName Method name 'testPercentiles_indexes_varargsAll_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 580 15
    #A4824 warning GoogleMethodName Method name 'testScale_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 600 15
    #A4825 warning MethodName Method name 'testScale_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 600 15
    #A4826 warning GoogleMethodName Method name 'testScale_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 608 15
    #A4827 warning MethodName Method name 'testScale_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 608 15
    #A4828 warning GoogleMethodName Method name 'testScale_index_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 616 15
    #A4829 warning MethodName Method name 'testScale_index_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 15
    #A4830 warning GoogleMethodName Method name 'testScale_index_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 625 15
    #A4831 warning MethodName Method name 'testScale_index_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 625 15
    #A4832 warning GoogleMethodName Method name 'testScale_indexes_varargs_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 634 15
    #A4833 warning MethodName Method name 'testScale_indexes_varargs_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 15
    #A4834 warning GoogleMethodName Method name 'testScale_indexes_varargs_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 643 15
    #A4835 warning MethodName Method name 'testScale_indexes_varargs_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 643 15
    #A4836 warning GoogleMethodName Method name 'testScale_indexes_collection_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 652 15
    #A4837 warning MethodName Method name 'testScale_indexes_collection_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 652 15
    #A4838 warning GoogleMethodName Method name 'testScale_indexes_collection_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 661 15
    #A4839 warning MethodName Method name 'testScale_indexes_collection_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 15
    #A4840 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 670 15
    #A4841 warning MethodName Method name 'testScale_index_compute_doubleCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 670 15
    #A4842 warning GoogleMethodName Method name 'testScale_index_compute_doubleVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 679 15
    #A4843 warning MethodName Method name 'testScale_index_compute_doubleVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 679 15
    #A4844 warning GoogleMethodName Method name 'testScale_index_compute_longVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 688 15
    #A4845 warning MethodName Method name 'testScale_index_compute_longVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 688 15
    #A4846 warning GoogleMethodName Method name 'testScale_index_compute_intVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 697 15
    #A4847 warning MethodName Method name 'testScale_index_compute_intVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 697 15
    #A4848 warning GoogleMethodName Method name 'testScale_index_computeInPlace_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 706 15
    #A4849 warning MethodName Method name 'testScale_index_computeInPlace_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 706 15
    #A4850 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 715 15
    #A4851 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 715 15
    #A4852 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 724 15
    #A4853 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 724 15
    #A4854 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_longVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 733 15
    #A4855 warning MethodName Method name 'testScale_indexes_varargs_compute_longVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 733 15
    #A4856 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_intVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 742 15
    #A4857 warning MethodName Method name 'testScale_indexes_varargs_compute_intVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 742 15
    #A4858 warning GoogleMethodName Method name 'testScale_indexes_varargs_computeInPlace_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 751 15
    #A4859 warning MethodName Method name 'testScale_indexes_varargs_computeInPlace_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 15
    #A4860 warning GoogleMethodName Method name 'testScale_indexes_indexes_computeInPlace_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 760 15
    #A4861 warning MethodName Method name 'testScale_indexes_indexes_computeInPlace_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 760 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/StatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A4862 warning GoogleMethodName Method name 'testCountOverflow_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A4863 warning MethodName Method name 'testCountOverflow_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/math/StatsTest.java

    Severity Rule Message Line Col
    #A4864 warning GoogleMethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 567 15
    #A4865 warning MethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 567 15
    #A4866 warning GoogleMethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 575 15
    #A4867 warning MethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 575 15
    #A4868 warning GoogleMethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 583 15
    #A4869 warning MethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 583 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/InetAddressesTest.java

    Severity Rule Message Line Col
    #A4870 warning GoogleMethodName Method name 'testTeredoAddress_nullServer' has invalid underscore usage, underscores only allowed between adjacent digits. 491 15
    #A4871 warning MethodName Method name 'testTeredoAddress_nullServer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/MediaTypeTest.java

    Severity Rule Message Line Col
    #A4872 warning GoogleMethodName Method name 'testParse_useConstants' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A4873 warning MethodName Method name 'testParse_useConstants' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A4874 warning GoogleMethodName Method name 'testCreate_useConstants' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A4875 warning MethodName Method name 'testCreate_useConstants' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A4876 warning GoogleMethodName Method name 'testConstants_charset' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A4877 warning MethodName Method name 'testConstants_charset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A4878 warning GoogleMethodName Method name 'testConstants_areUnique' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A4879 warning MethodName Method name 'testConstants_areUnique' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A4880 warning GoogleMethodName Method name 'testCreate_invalidType' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A4881 warning MethodName Method name 'testCreate_invalidType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A4882 warning GoogleMethodName Method name 'testCreate_invalidSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A4883 warning MethodName Method name 'testCreate_invalidSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A4884 warning GoogleMethodName Method name 'testCreate_wildcardTypeDeclaredSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A4885 warning MethodName Method name 'testCreate_wildcardTypeDeclaredSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A4886 warning GoogleMethodName Method name 'testCreate_nonAsciiType' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A4887 warning MethodName Method name 'testCreate_nonAsciiType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A4888 warning GoogleMethodName Method name 'testCreate_nonAsciiSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A4889 warning MethodName Method name 'testCreate_nonAsciiSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A4890 warning GoogleMethodName Method name 'testCreate_emptyType' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A4891 warning MethodName Method name 'testCreate_emptyType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A4892 warning GoogleMethodName Method name 'testCreate_emptySubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A4893 warning MethodName Method name 'testCreate_emptySubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A4894 warning GoogleMethodName Method name 'testWithParameters_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A4895 warning MethodName Method name 'testWithParameters_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A4896 warning GoogleMethodName Method name 'testWithParameters_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A4897 warning MethodName Method name 'testWithParameters_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A4898 warning GoogleMethodName Method name 'testWithParameters_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A4899 warning MethodName Method name 'testWithParameters_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A4900 warning GoogleMethodName Method name 'testWithParameter_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 294 15
    #A4901 warning MethodName Method name 'testWithParameter_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 294 15
    #A4902 warning GoogleMethodName Method name 'testWithParameter_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A4903 warning MethodName Method name 'testWithParameter_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A4904 warning GoogleMethodName Method name 'testWithParameter_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A4905 warning MethodName Method name 'testWithParameter_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A4906 warning GoogleMethodName Method name 'testWithParameter_emptyParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A4907 warning MethodName Method name 'testWithParameter_emptyParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A4908 warning GoogleMethodName Method name 'testWithParametersIterable_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A4909 warning MethodName Method name 'testWithParametersIterable_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A4910 warning GoogleMethodName Method name 'testWithParametersIterable_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A4911 warning MethodName Method name 'testWithParametersIterable_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A4912 warning GoogleMethodName Method name 'testWithParametersIterable_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A4913 warning MethodName Method name 'testWithParametersIterable_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15
    #A4914 warning GoogleMethodName Method name 'testWithParametersIterable_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 375 15
    #A4915 warning MethodName Method name 'testWithParametersIterable_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 15
    #A4916 warning GoogleMethodName Method name 'testParse_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 419 15
    #A4917 warning MethodName Method name 'testParse_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 419 15
    #A4918 warning GoogleMethodName Method name 'testParse_badInput' has invalid underscore usage, underscores only allowed between adjacent digits. 427 15
    #A4919 warning MethodName Method name 'testParse_badInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 427 15
    #A4920 warning GoogleMethodName Method name 'testGetCharset_utf16' has invalid underscore usage, underscores only allowed between adjacent digits. 516 15
    #A4921 warning MethodName Method name 'testGetCharset_utf16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 15
    #A4922 warning GoogleMethodName Method name 'testGetCharset_tooMany' has invalid underscore usage, underscores only allowed between adjacent digits. 520 15
    #A4923 warning MethodName Method name 'testGetCharset_tooMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A4924 warning GoogleMethodName Method name 'testGetCharset_illegalCharset' has invalid underscore usage, underscores only allowed between adjacent digits. 529 15
    #A4925 warning MethodName Method name 'testGetCharset_illegalCharset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 15
    #A4926 warning GoogleMethodName Method name 'testGetCharset_unsupportedCharset' has invalid underscore usage, underscores only allowed between adjacent digits. 538 15
    #A4927 warning MethodName Method name 'testGetCharset_unsupportedCharset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 538 15
    #A4928 warning GoogleMethodName Method name 'testEquals_nonUtf8Charsets' has invalid underscore usage, underscores only allowed between adjacent digits. 588 15
    #A4929 warning MethodName Method name 'testEquals_nonUtf8Charsets' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 588 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/net/PercentEscaperTest.java

    Severity Rule Message Line Col
    #A4930 warning GoogleMethodName Method name 'testCustomEscaper_withpercent' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A4931 warning MethodName Method name 'testCustomEscaper_withpercent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A4932 warning GoogleMethodName Method name 'testBadArguments_null' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A4933 warning MethodName Method name 'testBadArguments_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A4934 warning GoogleMethodName Method name 'testBadArguments_badchars' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A4935 warning MethodName Method name 'testBadArguments_badchars' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A4936 warning GoogleMethodName Method name 'testBadArguments_plusforspace' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A4937 warning MethodName Method name 'testBadArguments_plusforspace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/BooleansTest.java

    Severity Rule Message Line Col
    #A4938 warning GoogleMethodName Method name 'testIndexOf_arrays' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A4939 warning MethodName Method name 'testIndexOf_arrays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A4940 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A4941 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A4942 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 228 15
    #A4943 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A4944 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A4945 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/BytesTest.java

    Severity Rule Message Line Col
    #A4946 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A4947 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A4948 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A4949 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A4950 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A4951 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A4952 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A4953 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A4954 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A4955 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A4956 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A4957 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A4958 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 218 15
    #A4959 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15
    #A4960 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A4961 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/CharsTest.java

    Severity Rule Message Line Col
    #A4962 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A4963 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A4964 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A4965 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A4966 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A4967 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A4968 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 279 15
    #A4969 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A4970 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 398 15
    #A4971 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 398 15
    #A4972 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 413 15
    #A4973 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 413 15
    #A4974 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 422 15
    #A4975 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 15
    #A4976 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A4977 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A4978 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 444 15
    #A4979 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 444 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/DoublesTest.java

    Severity Rule Message Line Col
    #A4980 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A4981 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A4982 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A4983 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A4984 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A4985 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A4986 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A4987 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A4988 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A4989 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A4990 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 446 15
    #A4991 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 15
    #A4992 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 455 15
    #A4993 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 455 15
    #A4994 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A4995 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A4996 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 482 15
    #A4997 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 482 15
    #A4998 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 495 15
    #A4999 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 495 15
    #A5000 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 643 15
    #A5001 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 643 15
    #A5002 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 655 15
    #A5003 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 655 15
    #A5004 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 663 15
    #A5005 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 663 15
    #A5006 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 669 15
    #A5007 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 669 15
    #A5008 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 679 15
    #A5009 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 679 15
    #A5010 warning GoogleMethodName Method name 'testTryParse_withNullNoGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 685 15
    #A5011 warning MethodName Method name 'testTryParse_withNullNoGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 685 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/FloatsTest.java

    Severity Rule Message Line Col
    #A5012 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A5013 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A5014 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A5015 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A5016 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A5017 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A5018 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A5019 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A5020 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 406 15
    #A5021 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 15
    #A5022 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 421 15
    #A5023 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 15
    #A5024 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 430 15
    #A5025 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 430 15
    #A5026 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A5027 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A5028 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 457 15
    #A5029 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 457 15
    #A5030 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 470 15
    #A5031 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 470 15
    #A5032 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 597 15
    #A5033 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 597 15
    #A5034 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 609 15
    #A5035 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 609 15
    #A5036 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 617 15
    #A5037 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 617 15
    #A5038 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 623 15
    #A5039 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 623 15
    #A5040 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 633 15
    #A5041 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 633 15
    #A5042 warning GoogleMethodName Method name 'testTryParse_withNullNoGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 639 15
    #A5043 warning MethodName Method name 'testTryParse_withNullNoGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 639 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java

    Severity Rule Message Line Col
    #A5044 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A5045 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A5046 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A5047 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A5048 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A5049 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A5050 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A5051 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A5052 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A5053 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A5054 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A5055 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A5056 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A5057 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A5058 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A5059 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A5060 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A5061 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A5062 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A5063 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A5064 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A5065 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A5066 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A5067 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15
    #A5068 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A5069 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A5070 warning GoogleMethodName Method name 'testIndexOf_specialValues' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A5071 warning MethodName Method name 'testIndexOf_specialValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java

    Severity Rule Message Line Col
    #A5072 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A5073 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A5074 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A5075 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A5076 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A5077 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A5078 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A5079 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A5080 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A5081 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A5082 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A5083 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A5084 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A5085 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A5086 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A5087 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A5088 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A5089 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A5090 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A5091 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A5092 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A5093 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A5094 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 259 15
    #A5095 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 259 15
    #A5096 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 266 15
    #A5097 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java

    Severity Rule Message Line Col
    #A5098 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A5099 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A5100 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A5101 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A5102 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A5103 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A5104 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A5105 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A5106 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A5107 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A5108 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A5109 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A5110 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A5111 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A5112 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A5113 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A5114 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A5115 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A5116 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A5117 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A5118 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A5119 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A5120 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A5121 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A5122 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 268 15
    #A5123 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 268 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/IntsTest.java

    Severity Rule Message Line Col
    #A5124 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A5125 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A5126 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A5127 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A5128 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A5129 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A5130 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 263 15
    #A5131 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 263 15
    #A5132 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A5133 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15
    #A5134 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 402 15
    #A5135 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 402 15
    #A5136 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 411 15
    #A5137 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 15
    #A5138 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 429 15
    #A5139 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 15
    #A5140 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 438 15
    #A5141 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 438 15
    #A5142 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 451 15
    #A5143 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A5144 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 467 15
    #A5145 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 467 15
    #A5146 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 479 15
    #A5147 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 479 15
    #A5148 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 487 15
    #A5149 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 487 15
    #A5150 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 492 15
    #A5151 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 492 15
    #A5152 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 504 15
    #A5153 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 15
    #A5154 warning GoogleMethodName Method name 'testTryParse_radix' has invalid underscore usage, underscores only allowed between adjacent digits. 539 15
    #A5155 warning MethodName Method name 'testTryParse_radix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 539 15
    #A5156 warning GoogleMethodName Method name 'testTryParse_radixTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 563 15
    #A5157 warning MethodName Method name 'testTryParse_radixTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 563 15
    #A5158 warning GoogleMethodName Method name 'testTryParse_radixTooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 571 15
    #A5159 warning MethodName Method name 'testTryParse_radixTooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 571 15
    #A5160 warning GoogleMethodName Method name 'testTryParse_withNullGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 579 15
    #A5161 warning MethodName Method name 'testTryParse_withNullGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 579 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/LongsTest.java

    Severity Rule Message Line Col
    #A5162 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A5163 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A5164 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A5165 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A5166 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A5167 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A5168 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 277 15
    #A5169 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 277 15
    #A5170 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 401 15
    #A5171 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 15
    #A5172 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 416 15
    #A5173 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A5174 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 425 15
    #A5175 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 425 15
    #A5176 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 443 15
    #A5177 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 443 15
    #A5178 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 452 15
    #A5179 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 452 15
    #A5180 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 465 15
    #A5181 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 465 15
    #A5182 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 481 15
    #A5183 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 15
    #A5184 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A5185 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A5186 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 501 15
    #A5187 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 15
    #A5188 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 506 15
    #A5189 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 15
    #A5190 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 518 15
    #A5191 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 518 15
    #A5192 warning GoogleMethodName Method name 'testTryParse_radix' has invalid underscore usage, underscores only allowed between adjacent digits. 559 15
    #A5193 warning MethodName Method name 'testTryParse_radix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 559 15
    #A5194 warning GoogleMethodName Method name 'testTryParse_radixTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 586 15
    #A5195 warning MethodName Method name 'testTryParse_radixTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15
    #A5196 warning GoogleMethodName Method name 'testTryParse_radixTooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 594 15
    #A5197 warning MethodName Method name 'testTryParse_radixTooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 594 15
    #A5198 warning GoogleMethodName Method name 'testTryParse_withNullGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 602 15
    #A5199 warning MethodName Method name 'testTryParse_withNullGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 602 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/ShortsTest.java

    Severity Rule Message Line Col
    #A5200 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A5201 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A5202 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A5203 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A5204 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A5205 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A5206 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A5207 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A5208 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 416 15
    #A5209 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A5210 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A5211 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A5212 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 440 15
    #A5213 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 440 15
    #A5214 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 458 15
    #A5215 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 458 15
    #A5216 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 467 15
    #A5217 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 467 15
    #A5218 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 480 15
    #A5219 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 15
    #A5220 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 497 15
    #A5221 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 497 15
    #A5222 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 509 15
    #A5223 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 509 15
    #A5224 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 517 15
    #A5225 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 517 15
    #A5226 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A5227 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A5228 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 534 15
    #A5229 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 534 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/SignedBytesTest.java

    Severity Rule Message Line Col
    #A5230 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A5231 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A5232 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A5233 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java

    Severity Rule Message Line Col
    #A5234 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A5235 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A5236 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A5237 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

    Severity Rule Message Line Col
    #A5238 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A5239 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A5240 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A5241 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

    Severity Rule Message Line Col
    #A5242 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A5243 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A5244 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A5245 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

    Severity Rule Message Line Col
    #A5246 warning GoogleMethodName Method name 'testClassPathEntries_emptyURLClassLoader_noParent' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A5247 warning MethodName Method name 'testClassPathEntries_emptyURLClassLoader_noParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A5248 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_noParent' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A5249 warning MethodName Method name 'testClassPathEntries_URLClassLoader_noParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A5250 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_withParent' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A5251 warning MethodName Method name 'testClassPathEntries_URLClassLoader_withParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A5252 warning GoogleMethodName Method name 'testClassPathEntries_duplicateUri_parentWins' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A5253 warning MethodName Method name 'testClassPathEntries_duplicateUri_parentWins' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A5254 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_noParent' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A5255 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_noParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A5256 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_withParent' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A5257 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_withParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A5258 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_withParentAndGrandParent' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A5259 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_withParentAndGrandParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A5260 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_withGrandParent' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A5261 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_withGrandParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A5262 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_pathWithSpace' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A5263 warning MethodName Method name 'testClassPathEntries_URLClassLoader_pathWithSpace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A5264 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_pathWithEscapedSpace' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A5265 warning MethodName Method name 'testClassPathEntries_URLClassLoader_pathWithEscapedSpace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A5266 warning GoogleMethodName Method name 'testToFile_AndroidIncompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A5267 warning MethodName Method name 'testToFile_AndroidIncompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A5268 warning GoogleMethodName Method name 'testScan_classPathCycle' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A5269 warning MethodName Method name 'testScan_classPathCycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A5270 warning GoogleMethodName Method name 'testScanFromFile_fileNotExists' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A5271 warning MethodName Method name 'testScanFromFile_fileNotExists' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A5272 warning GoogleMethodName Method name 'testScanFromFile_notJarFile' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A5273 warning MethodName Method name 'testScanFromFile_notJarFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A5274 warning GoogleMethodName Method name 'testGetClassPathFromManifest_nullManifest' has invalid underscore usage, underscores only allowed between adjacent digits. 239 15
    #A5275 warning MethodName Method name 'testGetClassPathFromManifest_nullManifest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 15
    #A5276 warning GoogleMethodName Method name 'testGetClassPathFromManifest_noClassPath' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A5277 warning MethodName Method name 'testGetClassPathFromManifest_noClassPath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A5278 warning GoogleMethodName Method name 'testGetClassPathFromManifest_emptyClassPath' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A5279 warning MethodName Method name 'testGetClassPathFromManifest_emptyClassPath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A5280 warning GoogleMethodName Method name 'testGetClassPathFromManifest_badClassPath' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A5281 warning MethodName Method name 'testGetClassPathFromManifest_badClassPath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A5282 warning GoogleMethodName Method name 'testGetClassPathFromManifest_pathWithStrangeCharacter' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A5283 warning MethodName Method name 'testGetClassPathFromManifest_pathWithStrangeCharacter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A5284 warning GoogleMethodName Method name 'testGetClassPathFromManifest_relativeDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 267 15
    #A5285 warning MethodName Method name 'testGetClassPathFromManifest_relativeDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A5286 warning GoogleMethodName Method name 'testGetClassPathFromManifest_relativeJar' has invalid underscore usage, underscores only allowed between adjacent digits. 275 15
    #A5287 warning MethodName Method name 'testGetClassPathFromManifest_relativeJar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 275 15
    #A5288 warning GoogleMethodName Method name 'testGetClassPathFromManifest_jarInCurrentDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A5289 warning MethodName Method name 'testGetClassPathFromManifest_jarInCurrentDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A5290 warning GoogleMethodName Method name 'testGetClassPathFromManifest_absoluteDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A5291 warning MethodName Method name 'testGetClassPathFromManifest_absoluteDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A5292 warning GoogleMethodName Method name 'testGetClassPathFromManifest_absoluteJar' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A5293 warning MethodName Method name 'testGetClassPathFromManifest_absoluteJar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A5294 warning GoogleMethodName Method name 'testGetClassPathFromManifest_multiplePaths' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A5295 warning MethodName Method name 'testGetClassPathFromManifest_multiplePaths' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A5296 warning GoogleMethodName Method name 'testGetClassPathFromManifest_leadingBlanks' has invalid underscore usage, underscores only allowed between adjacent digits. 316 15
    #A5297 warning MethodName Method name 'testGetClassPathFromManifest_leadingBlanks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 15
    #A5298 warning GoogleMethodName Method name 'testGetClassPathFromManifest_trailingBlanks' has invalid underscore usage, underscores only allowed between adjacent digits. 323 15
    #A5299 warning MethodName Method name 'testGetClassPathFromManifest_trailingBlanks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 15
    #A5300 warning GoogleMethodName Method name 'testResourceInfo_of' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A5301 warning MethodName Method name 'testResourceInfo_of' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/ImmutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A5302 warning GoogleMethodName Method name 'testGetInstance_containsTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A5303 warning MethodName Method name 'testGetInstance_containsTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A5304 warning GoogleMethodName Method name 'testPut_containsTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A5305 warning MethodName Method name 'testPut_containsTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/InvokableTest.java

    Severity Rule Message Line Col
    #A5306 warning GoogleMethodName Method name 'testConstructor_returnType' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A5307 warning MethodName Method name 'testConstructor_returnType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A5308 warning GoogleMethodName Method name 'testConstructor_returnType_hasTypeParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A5309 warning MethodName Method name 'testConstructor_returnType_hasTypeParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A5310 warning GoogleMethodName Method name 'testConstructor_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A5311 warning MethodName Method name 'testConstructor_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A5312 warning GoogleMethodName Method name 'testConstructor_typeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A5313 warning MethodName Method name 'testConstructor_typeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A5314 warning GoogleMethodName Method name 'testConstructor_parameters' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A5315 warning MethodName Method name 'testConstructor_parameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A5316 warning GoogleMethodName Method name 'testConstructor_call' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A5317 warning MethodName Method name 'testConstructor_call' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A5318 warning GoogleMethodName Method name 'testConstructor_returning' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A5319 warning MethodName Method name 'testConstructor_returning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A5320 warning GoogleMethodName Method name 'testConstructor_invalidReturning' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A5321 warning MethodName Method name 'testConstructor_invalidReturning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A5322 warning GoogleMethodName Method name 'testStaticMethod_returnType' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A5323 warning MethodName Method name 'testStaticMethod_returnType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A5324 warning GoogleMethodName Method name 'testStaticMethod_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A5325 warning MethodName Method name 'testStaticMethod_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A5326 warning GoogleMethodName Method name 'testStaticMethod_typeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A5327 warning MethodName Method name 'testStaticMethod_typeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A5328 warning GoogleMethodName Method name 'testStaticMethod_parameters' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A5329 warning MethodName Method name 'testStaticMethod_parameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A5330 warning GoogleMethodName Method name 'testStaticMethod_call' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A5331 warning MethodName Method name 'testStaticMethod_call' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A5332 warning GoogleMethodName Method name 'testStaticMethod_returning' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A5333 warning MethodName Method name 'testStaticMethod_returning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A5334 warning GoogleMethodName Method name 'testStaticMethod_returningRawType' has invalid underscore usage, underscores only allowed between adjacent digits. 166 15
    #A5335 warning MethodName Method name 'testStaticMethod_returningRawType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 15
    #A5336 warning GoogleMethodName Method name 'testStaticMethod_invalidReturning' has invalid underscore usage, underscores only allowed between adjacent digits. 176 15
    #A5337 warning MethodName Method name 'testStaticMethod_invalidReturning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A5338 warning GoogleMethodName Method name 'testInstanceMethod_returnType' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A5339 warning MethodName Method name 'testInstanceMethod_returnType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A5340 warning GoogleMethodName Method name 'testInstanceMethod_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 190 15
    #A5341 warning MethodName Method name 'testInstanceMethod_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 190 15
    #A5342 warning GoogleMethodName Method name 'testInstanceMethod_typeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A5343 warning MethodName Method name 'testInstanceMethod_typeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A5344 warning GoogleMethodName Method name 'testInstanceMethod_parameters' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A5345 warning MethodName Method name 'testInstanceMethod_parameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A5346 warning GoogleMethodName Method name 'testInstanceMethod_call' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A5347 warning MethodName Method name 'testInstanceMethod_call' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A5348 warning GoogleMethodName Method name 'testInstanceMethod_returning' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A5349 warning MethodName Method name 'testInstanceMethod_returning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A5350 warning GoogleMethodName Method name 'testInstanceMethod_returningRawType' has invalid underscore usage, underscores only allowed between adjacent digits. 228 15
    #A5351 warning MethodName Method name 'testInstanceMethod_returningRawType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A5352 warning GoogleMethodName Method name 'testInstanceMethod_invalidReturning' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A5353 warning MethodName Method name 'testInstanceMethod_invalidReturning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A5354 warning GoogleMethodName Method name 'testPrivateInstanceMethod_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A5355 warning MethodName Method name 'testPrivateInstanceMethod_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A5356 warning GoogleMethodName Method name 'testPrivateFinalInstanceMethod_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A5357 warning MethodName Method name 'testPrivateFinalInstanceMethod_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A5358 warning GoogleMethodName Method name 'testStaticMethod_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A5359 warning MethodName Method name 'testStaticMethod_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15
    #A5360 warning GoogleMethodName Method name 'testStaticFinalMethod_isFinal' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A5361 warning MethodName Method name 'testStaticFinalMethod_isFinal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A5362 warning GoogleMethodName Method name 'testConstructor_isOverridablel' has invalid underscore usage, underscores only allowed between adjacent digits. 279 15
    #A5363 warning MethodName Method name 'testConstructor_isOverridablel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A5364 warning GoogleMethodName Method name 'testMethod_isVarArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 285 15
    #A5365 warning MethodName Method name 'testMethod_isVarArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 285 15
    #A5366 warning GoogleMethodName Method name 'testConstructor_isVarArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 290 15
    #A5367 warning MethodName Method name 'testConstructor_isVarArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A5368 warning GoogleMethodName Method name 'testGetOwnerType_constructor' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A5369 warning MethodName Method name 'testGetOwnerType_constructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A5370 warning GoogleMethodName Method name 'testGetOwnerType_method' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A5371 warning MethodName Method name 'testGetOwnerType_method' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A5372 warning GoogleMethodName Method name 'testNonFinalMethodInFinalClass_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 310 15
    #A5373 warning MethodName Method name 'testNonFinalMethodInFinalClass_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 310 15
    #A5374 warning GoogleMethodName Method name 'testLocalClassWithSeeminglyHiddenThisInStaticInitializer_BUG' has invalid underscore usage, underscores only allowed between adjacent digits. 470 15
    #A5375 warning MethodName Method name 'testLocalClassWithSeeminglyHiddenThisInStaticInitializer_BUG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 470 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/MutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A5376 warning GoogleMethodName Method name 'testGetInstance_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A5377 warning MethodName Method name 'testGetInstance_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A5378 warning GoogleMethodName Method name 'testPutInstance_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 218 15
    #A5379 warning MethodName Method name 'testPutInstance_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypeResolverTest.java

    Severity Rule Message Line Col
    #A5380 warning GoogleMethodName Method name 'testWhere_noMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 33 15
    #A5381 warning MethodName Method name 'testWhere_noMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 15
    #A5382 warning GoogleMethodName Method name 'testWhere_typeVariableMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A5383 warning MethodName Method name 'testWhere_typeVariableMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A5384 warning GoogleMethodName Method name 'testWhere_indirectMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 43 19
    #A5385 warning MethodName Method name 'testWhere_indirectMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 19
    #A5386 warning GoogleMethodName Method name 'testWhere_typeVariableSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A5387 warning MethodName Method name 'testWhere_typeVariableSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A5388 warning GoogleMethodName Method name 'testWhere_parameterizedSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 56 19
    #A5389 warning MethodName Method name 'testWhere_parameterizedSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 19
    #A5390 warning GoogleMethodName Method name 'testWhere_genericArraySelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 62 19
    #A5391 warning MethodName Method name 'testWhere_genericArraySelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 19
    #A5392 warning GoogleMethodName Method name 'testWhere_rawClassSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 68 19
    #A5393 warning MethodName Method name 'testWhere_rawClassSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 19
    #A5394 warning GoogleMethodName Method name 'testWhere_wildcardSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 74 19
    #A5395 warning MethodName Method name 'testWhere_wildcardSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 19
    #A5396 warning GoogleMethodName Method name 'testWhere_duplicateMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 80 19
    #A5397 warning MethodName Method name 'testWhere_duplicateMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 19
    #A5398 warning GoogleMethodName Method name 'testWhere_recursiveMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 90 41
    #A5399 warning MethodName Method name 'testWhere_recursiveMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 41
    #A5400 warning GoogleMethodName Method name 'testWhere_genericArrayMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 96 19
    #A5401 warning MethodName Method name 'testWhere_genericArrayMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 19
    #A5402 warning GoogleMethodName Method name 'testWhere_primitiveArrayMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 105 19
    #A5403 warning MethodName Method name 'testWhere_primitiveArrayMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 19
    #A5404 warning GoogleMethodName Method name 'testWhere_parameterizedTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 112 19
    #A5405 warning MethodName Method name 'testWhere_parameterizedTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 19
    #A5406 warning GoogleMethodName Method name 'testWhere_wildcardTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 137 19
    #A5407 warning MethodName Method name 'testWhere_wildcardTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 19
    #A5408 warning GoogleMethodName Method name 'testWhere_incompatibleGenericArrayMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 155 19
    #A5409 warning MethodName Method name 'testWhere_incompatibleGenericArrayMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 19
    #A5410 warning GoogleMethodName Method name 'testWhere_incompatibleParameterizedTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 163 19
    #A5411 warning MethodName Method name 'testWhere_incompatibleParameterizedTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 19
    #A5412 warning GoogleMethodName Method name 'testWhere_impossibleParameterizedTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 171 19
    #A5413 warning MethodName Method name 'testWhere_impossibleParameterizedTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 19
    #A5414 warning GoogleMethodName Method name 'testWhere_incompatibleWildcardUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 182 19
    #A5415 warning MethodName Method name 'testWhere_incompatibleWildcardUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 19
    #A5416 warning GoogleMethodName Method name 'testWhere_incompatibleWildcardLowerBound' has invalid underscore usage, underscores only allowed between adjacent digits. 193 19
    #A5417 warning MethodName Method name 'testWhere_incompatibleWildcardLowerBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 19
    #A5418 warning GoogleMethodName Method name 'testWhere_incompatibleWildcardBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 204 19
    #A5419 warning MethodName Method name 'testWhere_incompatibleWildcardBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 19
    #A5420 warning GoogleMethodName Method name 'testWhere_wrongOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 215 19
    #A5421 warning MethodName Method name 'testWhere_wrongOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 19
    #A5422 warning GoogleMethodName Method name 'testWhere_mapFromConcreteParameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 223 19
    #A5423 warning MethodName Method name 'testWhere_mapFromConcreteParameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 19
    #A5424 warning GoogleMethodName Method name 'testWhere_mapFromConcreteGenericArrayType' has invalid underscore usage, underscores only allowed between adjacent digits. 231 19
    #A5425 warning MethodName Method name 'testWhere_mapFromConcreteGenericArrayType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 19
    #A5426 warning GoogleMethodName Method name 'testWhere_actualArgHasWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 239 22
    #A5427 warning MethodName Method name 'testWhere_actualArgHasWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 22
    #A5428 warning GoogleMethodName Method name 'testWhere_mapFromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 250 19
    #A5429 warning MethodName Method name 'testWhere_mapFromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 19
    #A5430 warning GoogleMethodName Method name 'testWhere_mapFromWildcardToParameterized' has invalid underscore usage, underscores only allowed between adjacent digits. 261 19
    #A5431 warning MethodName Method name 'testWhere_mapFromWildcardToParameterized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 19
    #A5432 warning GoogleMethodName Method name 'testWhere_mapFromBoundedWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 272 19
    #A5433 warning MethodName Method name 'testWhere_mapFromBoundedWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 19
    #A5434 warning MethodName Method name 'aTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 27
    #A5435 warning GoogleMethodName Method name 'aTypeVariable' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 287 27
    #A5436 warning MethodName Method name 'aWildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 27
    #A5437 warning GoogleMethodName Method name 'aWildcardType' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 291 27

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

    Severity Rule Message Line Col
    #A5438 warning GoogleMethodName Method name 'testResolveType_parameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A5439 warning MethodName Method name 'testResolveType_parameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A5440 warning GoogleMethodName Method name 'testConstructor_typeArgsResolvedFromAncestorClass' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A5441 warning MethodName Method name 'testConstructor_typeArgsResolvedFromAncestorClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A5442 warning GoogleMethodName Method name 'testFalseRecursiveType_mappingOnTheSameDeclarationNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 507 15
    #A5443 warning MethodName Method name 'testFalseRecursiveType_mappingOnTheSameDeclarationNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 507 15
    #A5444 warning GoogleMethodName Method name 'testFalseRecursiveType_notRealRecursiveMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 515 15
    #A5445 warning MethodName Method name 'testFalseRecursiveType_notRealRecursiveMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 515 15
    #A5446 warning GoogleMethodName Method name 'testFalseRecursiveType_referenceOfSubtypeDoesNotConfuseMe' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A5447 warning MethodName Method name 'testFalseRecursiveType_referenceOfSubtypeDoesNotConfuseMe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A5448 warning GoogleMethodName Method name 'testFalseRecursiveType_intermediaryTypeMappingDoesNotConfuseMe' has invalid underscore usage, underscores only allowed between adjacent digits. 529 15
    #A5449 warning MethodName Method name 'testFalseRecursiveType_intermediaryTypeMappingDoesNotConfuseMe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

    Severity Rule Message Line Col
    #A5450 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A5451 warning MethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A5452 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfOwnerTypeNotMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A5453 warning MethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfOwnerTypeNotMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A5454 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfInnerTypeNotMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A5455 warning MethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfInnerTypeNotMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A5456 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_staticAnonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 68 22
    #A5457 warning MethodName Method name 'testSubtypeOfInnerClass_staticAnonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 22
    #A5458 warning GoogleMethodName Method name 'testGetSubtypeOf_impossibleWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A5459 warning MethodName Method name 'testGetSubtypeOf_impossibleWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A5460 warning GoogleMethodName Method name 'innerTypeIsSubtype_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 108 54
    #A5461 warning MethodName Method name 'innerTypeIsSubtype_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 54
    #A5462 warning GoogleMethodName Method name 'innerTypeIsSubtype_withWildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 114 28
    #A5463 warning MethodName Method name 'innerTypeIsSubtype_withWildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 28
    #A5464 warning GoogleMethodName Method name 'ownerTypeIsSubtype_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 126 54
    #A5465 warning MethodName Method name 'ownerTypeIsSubtype_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 54
    #A5466 warning GoogleMethodName Method name 'ownerTypeIsSubtype_withWildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 132 38
    #A5467 warning MethodName Method name 'ownerTypeIsSubtype_withWildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 38
    #A5468 warning GoogleMethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 145 9
    #A5469 warning MethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 9
    #A5470 warning GoogleMethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_withWildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 152 9
    #A5471 warning MethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_withWildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 9
    #A5472 warning GoogleMethodName Method name 'ownerTypeDoesNotMatch_subtypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 164 44
    #A5473 warning MethodName Method name 'ownerTypeDoesNotMatch_subtypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 44
    #A5474 warning GoogleMethodName Method name 'ownerTypeDoesNotMatch_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 170 54
    #A5475 warning MethodName Method name 'ownerTypeDoesNotMatch_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 54
    #A5476 warning GoogleMethodName Method name 'innerTypeDoesNotMatch_subtypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 182 44
    #A5477 warning MethodName Method name 'innerTypeDoesNotMatch_subtypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 44
    #A5478 warning GoogleMethodName Method name 'innerTypeDoesNotMatch_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 188 54
    #A5479 warning MethodName Method name 'innerTypeDoesNotMatch_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 54
    #A5480 warning GoogleMethodName Method name 'supertypeWithWildcardUpperBound_notMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 400 38
    #A5481 warning MethodName Method name 'supertypeWithWildcardUpperBound_notMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 400 38
    #A5482 warning GoogleMethodName Method name 'supertypeWithWildcardULowerBound_notMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 410 38
    #A5483 warning MethodName Method name 'supertypeWithWildcardULowerBound_notMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 38

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

    Severity Rule Message Line Col
    #A5484 warning GoogleMethodName Method name 'testResolveType_fromTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 138 12
    #A5485 warning MethodName Method name 'testResolveType_fromTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 12
    #A5486 warning GoogleMethodName Method name 'testResolveType_fromTypeVariable_onlyDirectBoundsAreUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 146 12
    #A5487 warning MethodName Method name 'testResolveType_fromTypeVariable_onlyDirectBoundsAreUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 12
    #A5488 warning GoogleMethodName Method name 'testResolveType_fromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A5489 warning MethodName Method name 'testResolveType_fromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A5490 warning GoogleMethodName Method name 'testGetTypes_noSuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A5491 warning MethodName Method name 'testGetTypes_noSuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A5492 warning GoogleMethodName Method name 'testGetTypes_fromInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A5493 warning MethodName Method name 'testGetTypes_fromInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A5494 warning GoogleMethodName Method name 'testGetTypes_fromPrimitive' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A5495 warning MethodName Method name 'testGetTypes_fromPrimitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A5496 warning GoogleMethodName Method name 'testGetTypes_withInterfacesAndSuperclasses' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A5497 warning MethodName Method name 'testGetTypes_withInterfacesAndSuperclasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A5498 warning GoogleMethodName Method name 'testGetTypes_rawTypes_withInterfacesAndSuperclasses' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A5499 warning MethodName Method name 'testGetTypes_rawTypes_withInterfacesAndSuperclasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A5500 warning GoogleMethodName Method name 'testGetTypes_ignoresTypeVariablesByDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 248 12
    #A5501 warning MethodName Method name 'testGetTypes_ignoresTypeVariablesByDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 12
    #A5502 warning GoogleMethodName Method name 'testGetTypes_rawTypes_ignoresTypeVariablesByDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 261 12
    #A5503 warning MethodName Method name 'testGetTypes_rawTypes_ignoresTypeVariablesByDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 12
    #A5504 warning GoogleMethodName Method name 'testGetTypes_manyBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 271 72
    #A5505 warning MethodName Method name 'testGetTypes_manyBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 72
    #A5506 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A5507 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A5508 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_oneType' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A5509 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_oneType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A5510 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_subtypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A5511 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_subtypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15
    #A5512 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_supertypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 330 15
    #A5513 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_supertypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 330 15
    #A5514 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 340 15
    #A5515 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 340 15
    #A5516 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 350 15
    #A5517 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A5518 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_oneType' has invalid underscore usage, underscores only allowed between adjacent digits. 354 15
    #A5519 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_oneType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 15
    #A5520 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_subtypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 358 15
    #A5521 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_subtypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 358 15
    #A5522 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_supertypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A5523 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_supertypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A5524 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 371 15
    #A5525 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 15
    #A5526 warning GoogleMethodName Method name 'testGetGenericSuperclass_noSuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A5527 warning MethodName Method name 'testGetGenericSuperclass_noSuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A5528 warning GoogleMethodName Method name 'testGetGenericSuperclass_withSuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 388 15
    #A5529 warning MethodName Method name 'testGetGenericSuperclass_withSuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 388 15
    #A5530 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_unbounded' has invalid underscore usage, underscores only allowed between adjacent digits. 398 19
    #A5531 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_unbounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 398 19
    #A5532 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 406 12
    #A5533 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 12
    #A5534 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsFBoundedClass' has invalid underscore usage, underscores only allowed between adjacent digits. 414 12
    #A5535 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsFBoundedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 414 12
    #A5536 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 422 12
    #A5537 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 12
    #A5538 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass' has invalid underscore usage, underscores only allowed between adjacent digits. 428 12
    #A5539 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 12
    #A5540 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 436 12
    #A5541 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 12
    #A5542 warning GoogleMethodName Method name 'testGetGenericSuperclass_wildcard_lowerBounded' has invalid underscore usage, underscores only allowed between adjacent digits. 441 15
    #A5543 warning MethodName Method name 'testGetGenericSuperclass_wildcard_lowerBounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A5544 warning GoogleMethodName Method name 'testGetGenericSuperclass_wildcard_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 453 15
    #A5545 warning MethodName Method name 'testGetGenericSuperclass_wildcard_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 453 15
    #A5546 warning GoogleMethodName Method name 'testGetGenericSuperclass_wildcard_boundIsInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 462 15
    #A5547 warning MethodName Method name 'testGetGenericSuperclass_wildcard_boundIsInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 462 15
    #A5548 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_unbounded' has invalid underscore usage, underscores only allowed between adjacent digits. 469 19
    #A5549 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_unbounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 469 19
    #A5550 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 474 39
    #A5551 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 474 39
    #A5552 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 480 12
    #A5553 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 12
    #A5554 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreInterfaces' has invalid underscore usage, underscores only allowed between adjacent digits. 487 12
    #A5555 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreInterfaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 487 12
    #A5556 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreFBoundedInterfaces' has invalid underscore usage, underscores only allowed between adjacent digits. 494 12
    #A5557 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreFBoundedInterfaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 494 12
    #A5558 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithFBoundedInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 501 12
    #A5559 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithFBoundedInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 12
    #A5560 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndClass' has invalid underscore usage, underscores only allowed between adjacent digits. 508 12
    #A5561 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 12
    #A5562 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 514 12
    #A5563 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 12
    #A5564 warning GoogleMethodName Method name 'testGetGenericInterfaces_wildcard_lowerBounded' has invalid underscore usage, underscores only allowed between adjacent digits. 520 15
    #A5565 warning MethodName Method name 'testGetGenericInterfaces_wildcard_lowerBounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A5566 warning GoogleMethodName Method name 'testGetGenericInterfaces_wildcard_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 525 15
    #A5567 warning MethodName Method name 'testGetGenericInterfaces_wildcard_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 525 15
    #A5568 warning GoogleMethodName Method name 'testGetGenericInterfaces_wildcard_boundIsInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 530 15
    #A5569 warning MethodName Method name 'testGetGenericInterfaces_wildcard_boundIsInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 530 15
    #A5570 warning GoogleMethodName Method name 'testGetGenericInterfaces_noInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 537 15
    #A5571 warning MethodName Method name 'testGetGenericInterfaces_noInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A5572 warning GoogleMethodName Method name 'testGetGenericInterfaces_withInterfaces' has invalid underscore usage, underscores only allowed between adjacent digits. 542 15
    #A5573 warning MethodName Method name 'testGetGenericInterfaces_withInterfaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 542 15
    #A5574 warning GoogleMethodName Method name 'testisSupertypeOf_typeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 848 12
    #A5575 warning MethodName Method name 'testisSupertypeOf_typeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 848 12
    #A5576 warning GoogleMethodName Method name 'testisSupertypeOf_equalWildcardTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 864 12
    #A5577 warning MethodName Method name 'testisSupertypeOf_equalWildcardTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 864 12
    #A5578 warning GoogleMethodName Method name 'testisSupertypeOf_wildcard_noBound' has invalid underscore usage, underscores only allowed between adjacent digits. 874 19
    #A5579 warning MethodName Method name 'testisSupertypeOf_wildcard_noBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 874 19
    #A5580 warning GoogleMethodName Method name 'testisSupertypeOf_wildcardType_upperBoundMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 880 12
    #A5581 warning MethodName Method name 'testisSupertypeOf_wildcardType_upperBoundMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 880 12
    #A5582 warning GoogleMethodName Method name 'testisSupertypeOf_wildcardType_lowerBoundMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 894 12
    #A5583 warning MethodName Method name 'testisSupertypeOf_wildcardType_lowerBoundMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 894 12
    #A5584 warning GoogleMethodName Method name 'testisSupertypeOf_recursiveTypeVariableBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 915 12
    #A5585 warning MethodName Method name 'testisSupertypeOf_recursiveTypeVariableBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 915 12
    #A5586 warning GoogleMethodName Method name 'testisSupertypeOf_resolved' has invalid underscore usage, underscores only allowed between adjacent digits. 925 15
    #A5587 warning MethodName Method name 'testisSupertypeOf_resolved' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 925 15
    #A5588 warning GoogleMethodName Method name 'testIsArray_arrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 946 15
    #A5589 warning MethodName Method name 'testIsArray_arrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 946 15
    #A5590 warning GoogleMethodName Method name 'testIsArray_genericArrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 961 19
    #A5591 warning MethodName Method name 'testIsArray_genericArrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 961 19
    #A5592 warning GoogleMethodName Method name 'testIsArray_wildcardType' has invalid underscore usage, underscores only allowed between adjacent digits. 967 15
    #A5593 warning MethodName Method name 'testIsArray_wildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 967 15
    #A5594 warning GoogleMethodName Method name 'testGetComponentType_arrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 988 15
    #A5595 warning MethodName Method name 'testGetComponentType_arrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 988 15
    #A5596 warning GoogleMethodName Method name 'testGetComponentType_genericArrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 1003 19
    #A5597 warning MethodName Method name 'testGetComponentType_genericArrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1003 19
    #A5598 warning GoogleMethodName Method name 'testGetComponentType_wildcardType' has invalid underscore usage, underscores only allowed between adjacent digits. 1011 15
    #A5599 warning MethodName Method name 'testGetComponentType_wildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1011 15
    #A5600 warning GoogleMethodName Method name 'testToGenericType_staticMemberClass' has invalid underscore usage, underscores only allowed between adjacent digits. 1050 15
    #A5601 warning MethodName Method name 'testToGenericType_staticMemberClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1050 15
    #A5602 warning GoogleMethodName Method name 'testGetSupertype_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 15
    #A5603 warning MethodName Method name 'testGetSupertype_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 15
    #A5604 warning GoogleMethodName Method name 'testGetSupertype_typeVariableWithMultipleBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 1086 12
    #A5605 warning MethodName Method name 'testGetSupertype_typeVariableWithMultipleBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1086 12
    #A5606 warning GoogleMethodName Method name 'testGetSupertype_withoutTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1094 15
    #A5607 warning MethodName Method name 'testGetSupertype_withoutTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1094 15
    #A5608 warning GoogleMethodName Method name 'testGetSupertype_chained' has invalid underscore usage, underscores only allowed between adjacent digits. 1103 15
    #A5609 warning MethodName Method name 'testGetSupertype_chained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1103 15
    #A5610 warning GoogleMethodName Method name 'testGetSupertype_withArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1114 15
    #A5611 warning MethodName Method name 'testGetSupertype_withArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1114 15
    #A5612 warning GoogleMethodName Method name 'testGetSupertype_fromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 1126 15
    #A5613 warning MethodName Method name 'testGetSupertype_fromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1126 15
    #A5614 warning GoogleMethodName Method name 'testGetSupertype_fromTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1134 44
    #A5615 warning MethodName Method name 'testGetSupertype_fromTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1134 44
    #A5616 warning GoogleMethodName Method name 'testGetSupertype_fromRawClass' has invalid underscore usage, underscores only allowed between adjacent digits. 1142 15
    #A5617 warning MethodName Method name 'testGetSupertype_fromRawClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1142 15
    #A5618 warning GoogleMethodName Method name 'testGetSupertype_notSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. 1149 15
    #A5619 warning MethodName Method name 'testGetSupertype_notSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1149 15
    #A5620 warning GoogleMethodName Method name 'testGetSupertype_fromArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1157 15
    #A5621 warning MethodName Method name 'testGetSupertype_fromArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1157 15
    #A5622 warning GoogleMethodName Method name 'testGetSupertype_fullyGenericType' has invalid underscore usage, underscores only allowed between adjacent digits. 1165 15
    #A5623 warning MethodName Method name 'testGetSupertype_fullyGenericType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1165 15
    #A5624 warning GoogleMethodName Method name 'testGetSupertype_fullySpecializedType' has invalid underscore usage, underscores only allowed between adjacent digits. 1174 15
    #A5625 warning MethodName Method name 'testGetSupertype_fullySpecializedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1174 15
    #A5626 warning GoogleMethodName Method name 'testGetSupertype_partiallySpecializedType' has invalid underscore usage, underscores only allowed between adjacent digits. 1183 19
    #A5627 warning MethodName Method name 'testGetSupertype_partiallySpecializedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1183 19
    #A5628 warning GoogleMethodName Method name 'testGetSubtype_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1189 15
    #A5629 warning MethodName Method name 'testGetSubtype_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1189 15
    #A5630 warning GoogleMethodName Method name 'testGetSubtype_withoutTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1201 15
    #A5631 warning MethodName Method name 'testGetSubtype_withoutTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1201 15
    #A5632 warning GoogleMethodName Method name 'testGetSubtype_withArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1216 15
    #A5633 warning MethodName Method name 'testGetSubtype_withArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1216 15
    #A5634 warning GoogleMethodName Method name 'testGetSubtype_fromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 1225 15
    #A5635 warning MethodName Method name 'testGetSubtype_fromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1225 15
    #A5636 warning GoogleMethodName Method name 'testGetSubtype_fromWildcard_lowerBoundNotSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. 1233 15
    #A5637 warning MethodName Method name 'testGetSubtype_fromWildcard_lowerBoundNotSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1233 15
    #A5638 warning GoogleMethodName Method name 'testGetSubtype_fromWildcard_upperBounded' has invalid underscore usage, underscores only allowed between adjacent digits. 1245 15
    #A5639 warning MethodName Method name 'testGetSubtype_fromWildcard_upperBounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1245 15
    #A5640 warning GoogleMethodName Method name 'testGetSubtype_fromTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1257 44
    #A5641 warning MethodName Method name 'testGetSubtype_fromTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1257 44
    #A5642 warning GoogleMethodName Method name 'testGetSubtype_fromRawClass' has invalid underscore usage, underscores only allowed between adjacent digits. 1266 15
    #A5643 warning MethodName Method name 'testGetSubtype_fromRawClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1266 15
    #A5644 warning GoogleMethodName Method name 'testGetSubtype_fromArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1270 15
    #A5645 warning MethodName Method name 'testGetSubtype_fromArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1270 15
    #A5646 warning GoogleMethodName Method name 'testGetSubtype_toWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 1276 15
    #A5647 warning MethodName Method name 'testGetSubtype_toWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1276 15
    #A5648 warning GoogleMethodName Method name 'testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars' has invalid underscore usage, underscores only allowed between adjacent digits. 1295 15
    #A5649 warning MethodName Method name 'testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1295 15
    #A5650 warning GoogleMethodName Method name 'testGetSubtype_outerTypeVarTranslatesInnerTypeVar' has invalid underscore usage, underscores only allowed between adjacent digits. 1309 15
    #A5651 warning MethodName Method name 'testGetSubtype_outerTypeVarTranslatesInnerTypeVar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1309 15
    #A5652 warning GoogleMethodName Method name 'testGetSubtype_toWildcardWithBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 1318 15
    #A5653 warning MethodName Method name 'testGetSubtype_toWildcardWithBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1318 15
    #A5654 warning GoogleMethodName Method name 'testGetSubtype_baseClassWithNoTypeArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1331 15
    #A5655 warning MethodName Method name 'testGetSubtype_baseClassWithNoTypeArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1331 15
    #A5656 warning GoogleMethodName Method name 'testGetSubtype_baseClassInGenericClassWithNoTypeArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1342 15
    #A5657 warning MethodName Method name 'testGetSubtype_baseClassInGenericClassWithNoTypeArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1342 15
    #A5658 warning GoogleMethodName Method name 'testGetSubtype_genericSubtypeOfNonGenericType' has invalid underscore usage, underscores only allowed between adjacent digits. 1354 15
    #A5659 warning MethodName Method name 'testGetSubtype_genericSubtypeOfNonGenericType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1354 15
    #A5660 warning GoogleMethodName Method name 'testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 1367 15
    #A5661 warning MethodName Method name 'testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1367 15
    #A5662 warning GoogleMethodName Method name 'testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 1379 15
    #A5663 warning MethodName Method name 'testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1379 15
    #A5664 warning GoogleMethodName Method name 'testGetSubtype_baseClassWithLessTypeArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1388 15
    #A5665 warning MethodName Method name 'testGetSubtype_baseClassWithLessTypeArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1388 15
    #A5666 warning GoogleMethodName Method name 'testGetSubtype_manyGenericArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1402 19
    #A5667 warning MethodName Method name 'testGetSubtype_manyGenericArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1402 19
    #A5668 warning GoogleMethodName Method name 'testGetSubtype_recursiveTypeBoundInSubtypeTranslatedAsIs' has invalid underscore usage, underscores only allowed between adjacent digits. 1415 15
    #A5669 warning MethodName Method name 'testGetSubtype_recursiveTypeBoundInSubtypeTranslatedAsIs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1415 15
    #A5670 warning GoogleMethodName Method name 'testGetSubtype_subtypeSameAsDeclaringType' has invalid underscore usage, underscores only allowed between adjacent digits. 1433 15
    #A5671 warning MethodName Method name 'testGetSubtype_subtypeSameAsDeclaringType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1433 15
    #A5672 warning GoogleMethodName Method name 'testWhere_circleRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 1451 19
    #A5673 warning MethodName Method name 'testWhere_circleRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1451 19
    #A5674 warning GoogleMethodName Method name 'testWildcardCaptured_methodParameter_upperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1475 15
    #A5675 warning MethodName Method name 'testWildcardCaptured_methodParameter_upperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1475 15
    #A5676 warning GoogleMethodName Method name 'testWildcardCaptured_field_upperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1487 15
    #A5677 warning MethodName Method name 'testWildcardCaptured_field_upperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1487 15
    #A5678 warning GoogleMethodName Method name 'testWildcardCaptured_wildcardWithImplicitBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1495 15
    #A5679 warning MethodName Method name 'testWildcardCaptured_wildcardWithImplicitBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1495 15
    #A5680 warning GoogleMethodName Method name 'testWildcardCaptured_wildcardWithExplicitBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1508 15
    #A5681 warning MethodName Method name 'testWildcardCaptured_wildcardWithExplicitBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1508 15
    #A5682 warning GoogleMethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1526 15
    #A5683 warning MethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1526 15
    #A5684 warning GoogleMethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1539 15
    #A5685 warning MethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1539 15
    #A5686 warning GoogleMethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardAddsNewUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1552 15
    #A5687 warning MethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardAddsNewUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1552 15
    #A5688 warning GoogleMethodName Method name 'testMethod_getOwnerType' has invalid underscore usage, underscores only allowed between adjacent digits. 1579 15
    #A5689 warning MethodName Method name 'testMethod_getOwnerType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1579 15
    #A5690 warning GoogleMethodName Method name 'testMethod_notDeclaredByType' has invalid underscore usage, underscores only allowed between adjacent digits. 1588 15
    #A5691 warning MethodName Method name 'testMethod_notDeclaredByType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1588 15
    #A5692 warning GoogleMethodName Method name 'testMethod_declaredBySuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 1597 15
    #A5693 warning MethodName Method name 'testMethod_declaredBySuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1597 15
    #A5694 warning GoogleMethodName Method name 'testMethod_returnType_resolvedAgainstTypeBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1603 49
    #A5695 warning MethodName Method name 'testMethod_returnType_resolvedAgainstTypeBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1603 49
    #A5696 warning GoogleMethodName Method name 'testMethod_parameterTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1611 40
    #A5697 warning MethodName Method name 'testMethod_parameterTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1611 40
    #A5698 warning GoogleMethodName Method name 'testMethod_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 1620 15
    #A5699 warning MethodName Method name 'testMethod_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1620 15
    #A5700 warning GoogleMethodName Method name 'testMethod_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1637 49
    #A5701 warning MethodName Method name 'testMethod_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1637 49
    #A5702 warning GoogleMethodName Method name 'testConstructor_getOwnerType' has invalid underscore usage, underscores only allowed between adjacent digits. 1644 15
    #A5703 warning MethodName Method name 'testConstructor_getOwnerType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1644 15
    #A5704 warning GoogleMethodName Method name 'testConstructor_notDeclaredByType' has invalid underscore usage, underscores only allowed between adjacent digits. 1655 15
    #A5705 warning MethodName Method name 'testConstructor_notDeclaredByType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1655 15
    #A5706 warning GoogleMethodName Method name 'testConstructor_declaredBySuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 1664 15
    #A5707 warning MethodName Method name 'testConstructor_declaredBySuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1664 15
    #A5708 warning GoogleMethodName Method name 'testConstructor_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 1673 15
    #A5709 warning MethodName Method name 'testConstructor_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1673 15
    #A5710 warning GoogleMethodName Method name 'testConstructor_parameterTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1691 45
    #A5711 warning MethodName Method name 'testConstructor_parameterTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1691 45
    #A5712 warning GoogleMethodName Method name 'testConstructor_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1706 59
    #A5713 warning MethodName Method name 'testConstructor_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1706 59
    #A5714 warning GoogleMethodName Method name 'testRejectTypeVariable_class' has invalid underscore usage, underscores only allowed between adjacent digits. 1714 15
    #A5715 warning MethodName Method name 'testRejectTypeVariable_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1714 15
    #A5716 warning GoogleMethodName Method name 'testRejectTypeVariable_parameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 1720 15
    #A5717 warning MethodName Method name 'testRejectTypeVariable_parameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1720 15
    #A5718 warning GoogleMethodName Method name 'testRejectTypeVariable_wildcardType' has invalid underscore usage, underscores only allowed between adjacent digits. 1724 15
    #A5719 warning MethodName Method name 'testRejectTypeVariable_wildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1724 15
    #A5720 warning GoogleMethodName Method name 'testRejectTypeVariable_genericArrayType' has invalid underscore usage, underscores only allowed between adjacent digits. 1729 15
    #A5721 warning MethodName Method name 'testRejectTypeVariable_genericArrayType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1729 15
    #A5722 warning GoogleMethodName Method name 'testRejectTypeVariable_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1733 19
    #A5723 warning MethodName Method name 'testRejectTypeVariable_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1733 19
    #A5724 warning GoogleMethodName Method name 'testRejectTypeVariable_withOwnerType' has invalid underscore usage, underscores only allowed between adjacent digits. 1750 19
    #A5725 warning MethodName Method name 'testRejectTypeVariable_withOwnerType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1750 19
    #A5726 warning GoogleMethodName Method name 'testSerializable_typeVariableNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 1849 19
    #A5727 warning MethodName Method name 'testSerializable_typeVariableNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1849 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/TypesTest.java

    Severity Rule Message Line Col
    #A5728 warning GoogleMethodName Method name 'testNewParameterizedType_ownerTypeImplied' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A5729 warning MethodName Method name 'testNewParameterizedType_ownerTypeImplied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A5730 warning GoogleMethodName Method name 'testNewParameterizedType_nonStaticLocalClass' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A5731 warning MethodName Method name 'testNewParameterizedType_nonStaticLocalClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A5732 warning GoogleMethodName Method name 'testNewParameterizedType_staticLocalClass' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A5733 warning MethodName Method name 'testNewParameterizedType_staticLocalClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A5734 warning GoogleMethodName Method name 'doTestNewParameterizedType_staticLocalClass' has invalid underscore usage, underscores only allowed between adjacent digits. 87 23
    #A5735 warning MethodName Method name 'doTestNewParameterizedType_staticLocalClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 23
    #A5736 warning GoogleMethodName Method name 'testNewParameterizedType_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A5737 warning MethodName Method name 'testNewParameterizedType_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A5738 warning GoogleMethodName Method name 'testNewParameterizedType_ownerMismatch' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A5739 warning MethodName Method name 'testNewParameterizedType_ownerMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A5740 warning GoogleMethodName Method name 'testNewParameterizedType_ownerMissing' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A5741 warning MethodName Method name 'testNewParameterizedType_ownerMissing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A5742 warning GoogleMethodName Method name 'testNewParameterizedType_invalidTypeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A5743 warning MethodName Method name 'testNewParameterizedType_invalidTypeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A5744 warning GoogleMethodName Method name 'testNewParameterizedType_primitiveTypeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 141 15
    #A5745 warning MethodName Method name 'testNewParameterizedType_primitiveTypeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A5746 warning GoogleMethodName Method name 'testNewArrayType_primitive' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A5747 warning MethodName Method name 'testNewArrayType_primitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A5748 warning GoogleMethodName Method name 'testNewArrayType_upperBoundedWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A5749 warning MethodName Method name 'testNewArrayType_upperBoundedWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A5750 warning GoogleMethodName Method name 'testNewArrayType_lowerBoundedWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A5751 warning MethodName Method name 'testNewArrayType_lowerBoundedWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A5752 warning GoogleMethodName Method name 'testNewArrayType_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A5753 warning MethodName Method name 'testNewArrayType_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A5754 warning GoogleMethodName Method name 'testNewWildcardType_primitiveTypeBound' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A5755 warning MethodName Method name 'testNewWildcardType_primitiveTypeBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A5756 warning GoogleMethodName Method name 'testNewWildcardType_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 244 15
    #A5757 warning MethodName Method name 'testNewWildcardType_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 244 15
    #A5758 warning GoogleMethodName Method name 'testNewTypeVariable_primitiveTypeBound' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A5759 warning MethodName Method name 'testNewTypeVariable_primitiveTypeBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A5760 warning GoogleMethodName Method name 'testNewTypeVariable_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A5761 warning MethodName Method name 'testNewTypeVariable_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java

    Severity Rule Message Line Col
    #A5762 warning GoogleMethodName Method name 'testStopWhileStarting_runNotCalled' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A5763 warning MethodName Method name 'testStopWhileStarting_runNotCalled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A5764 warning GoogleMethodName Method name 'testStop_noStart' has invalid underscore usage, underscores only allowed between adjacent digits. 347 15
    #A5765 warning MethodName Method name 'testStop_noStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureCancellationCauseTest.java

    Severity Rule Message Line Col
    #A5766 warning GoogleMethodName Method name 'testCancel_notDoneNoInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A5767 warning MethodName Method name 'testCancel_notDoneNoInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A5768 warning GoogleMethodName Method name 'testCancel_notDoneInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A5769 warning MethodName Method name 'testCancel_notDoneInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A5770 warning GoogleMethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A5771 warning MethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

    Severity Rule Message Line Col
    #A5772 warning GoogleMethodName Method name 'testCancel_notDoneNoInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A5773 warning MethodName Method name 'testCancel_notDoneNoInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A5774 warning GoogleMethodName Method name 'testCancel_notDoneInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A5775 warning MethodName Method name 'testCancel_notDoneInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A5776 warning GoogleMethodName Method name 'testCancel_done' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A5777 warning MethodName Method name 'testCancel_done' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A5778 warning GoogleMethodName Method name 'testEvilFuture_setFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A5779 warning MethodName Method name 'testEvilFuture_setFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A5780 warning GoogleMethodName Method name 'testRemoveWaiter_interruption' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A5781 warning MethodName Method name 'testRemoveWaiter_interruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A5782 warning GoogleMethodName Method name 'testRemoveWaiter_polling' has invalid underscore usage, underscores only allowed between adjacent digits. 187 15
    #A5783 warning MethodName Method name 'testRemoveWaiter_polling' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A5784 warning GoogleMethodName Method name 'testToString_allUnique' has invalid underscore usage, underscores only allowed between adjacent digits. 211 15
    #A5785 warning MethodName Method name 'testToString_allUnique' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 15
    #A5786 warning GoogleMethodName Method name 'testToString_notDone' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A5787 warning MethodName Method name 'testToString_notDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A5788 warning GoogleMethodName Method name 'testToString_completesDuringToString' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A5789 warning MethodName Method name 'testToString_completesDuringToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A5790 warning GoogleMethodName Method name 'testToString_delayedTimeout' has invalid underscore usage, underscores only allowed between adjacent digits. 255 15
    #A5791 warning MethodName Method name 'testToString_delayedTimeout' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 255 15
    #A5792 warning GoogleMethodName Method name 'testToString_completed' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A5793 warning MethodName Method name 'testToString_completed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A5794 warning GoogleMethodName Method name 'testToString_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A5795 warning MethodName Method name 'testToString_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A5796 warning GoogleMethodName Method name 'testToString_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 319 15
    #A5797 warning MethodName Method name 'testToString_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 15
    #A5798 warning GoogleMethodName Method name 'testToString_misbehaving' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A5799 warning MethodName Method name 'testToString_misbehaving' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A5800 warning GoogleMethodName Method name 'testSetFutureCancelBash_withDoneFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 704 15
    #A5801 warning MethodName Method name 'testSetFutureCancelBash_withDoneFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 704 15
    #A5802 warning GoogleMethodName Method name 'testSetFuture_stackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 787 15
    #A5803 warning MethodName Method name 'testSetFuture_stackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 787 15
    #A5804 warning GoogleMethodName Method name 'testSetFutureToString_stackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 804 15
    #A5805 warning MethodName Method name 'testSetFutureToString_stackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 804 15
    #A5806 warning GoogleMethodName Method name 'testSetFuture_misbehavingFutureThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 817 15
    #A5807 warning MethodName Method name 'testSetFuture_misbehavingFutureThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 817 15
    #A5808 warning GoogleMethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 857 15
    #A5809 warning MethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 857 15
    #A5810 warning GoogleMethodName Method name 'testCancel_stackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 895 15
    #A5811 warning MethodName Method name 'testCancel_stackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 895 15
    #A5812 warning GoogleMethodName Method name 'testSetFutureSelf_cancel' has invalid underscore usage, underscores only allowed between adjacent digits. 910 15
    #A5813 warning MethodName Method name 'testSetFutureSelf_cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 910 15
    #A5814 warning GoogleMethodName Method name 'testSetFutureSelf_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 917 15
    #A5815 warning MethodName Method name 'testSetFutureSelf_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 917 15
    #A5816 warning GoogleMethodName Method name 'testSetSelf_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 923 15
    #A5817 warning MethodName Method name 'testSetSelf_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 15
    #A5818 warning GoogleMethodName Method name 'testSetFutureSelf_toStringException' has invalid underscore usage, underscores only allowed between adjacent digits. 929 15
    #A5819 warning MethodName Method name 'testSetFutureSelf_toStringException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 929 15
    #A5820 warning GoogleMethodName Method name 'testSetIndirectSelf_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 944 15
    #A5821 warning MethodName Method name 'testSetIndirectSelf_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 15
    #A5822 warning GoogleMethodName Method name 'testListenersExecuteImmediately_fromAfterDone' has invalid underscore usage, underscores only allowed between adjacent digits. 960 15
    #A5823 warning MethodName Method name 'testListenersExecuteImmediately_fromAfterDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 960 15
    #A5824 warning GoogleMethodName Method name 'testListenersExecuteImmediately_afterWaiterWakesUp' has invalid underscore usage, underscores only allowed between adjacent digits. 982 15
    #A5825 warning MethodName Method name 'testListenersExecuteImmediately_afterWaiterWakesUp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 982 15
    #A5826 warning GoogleMethodName Method name 'testTrustedGetFailure_Completed' has invalid underscore usage, underscores only allowed between adjacent digits. 1018 15
    #A5827 warning MethodName Method name 'testTrustedGetFailure_Completed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1018 15
    #A5828 warning GoogleMethodName Method name 'testTrustedGetFailure_Failed' has invalid underscore usage, underscores only allowed between adjacent digits. 1024 15
    #A5829 warning MethodName Method name 'testTrustedGetFailure_Failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1024 15
    #A5830 warning GoogleMethodName Method name 'testTrustedGetFailure_NotCompleted' has invalid underscore usage, underscores only allowed between adjacent digits. 1031 15
    #A5831 warning MethodName Method name 'testTrustedGetFailure_NotCompleted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1031 15
    #A5832 warning GoogleMethodName Method name 'testTrustedGetFailure_CanceledNoCause' has invalid underscore usage, underscores only allowed between adjacent digits. 1037 15
    #A5833 warning MethodName Method name 'testTrustedGetFailure_CanceledNoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1037 15
    #A5834 warning GoogleMethodName Method name 'testGetFailure_Completed' has invalid underscore usage, underscores only allowed between adjacent digits. 1043 15
    #A5835 warning MethodName Method name 'testGetFailure_Completed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1043 15
    #A5836 warning GoogleMethodName Method name 'testGetFailure_Failed' has invalid underscore usage, underscores only allowed between adjacent digits. 1049 15
    #A5837 warning MethodName Method name 'testGetFailure_Failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1049 15
    #A5838 warning GoogleMethodName Method name 'testGetFailure_NotCompleted' has invalid underscore usage, underscores only allowed between adjacent digits. 1056 15
    #A5839 warning MethodName Method name 'testGetFailure_NotCompleted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1056 15
    #A5840 warning GoogleMethodName Method name 'testGetFailure_CanceledNoCause' has invalid underscore usage, underscores only allowed between adjacent digits. 1062 15
    #A5841 warning MethodName Method name 'testGetFailure_CanceledNoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1062 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java

    Severity Rule Message Line Col
    #A5842 warning GoogleMethodName Method name 'testStart_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 58 17
    #A5843 warning MethodName Method name 'testStart_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 17
    #A5844 warning GoogleMethodName Method name 'testStop_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 76 17
    #A5845 warning MethodName Method name 'testStop_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 17
    #A5846 warning GoogleMethodName Method name 'testStart_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A5847 warning MethodName Method name 'testStart_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A5848 warning GoogleMethodName Method name 'testStop_withoutStart' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A5849 warning MethodName Method name 'testStop_withoutStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A5850 warning GoogleMethodName Method name 'testStop_afterStart' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A5851 warning MethodName Method name 'testStop_afterStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A5852 warning GoogleMethodName Method name 'testStop_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A5853 warning MethodName Method name 'testStop_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

    Severity Rule Message Line Col
    #A5854 warning GoogleMethodName Method name 'testCustomSchedule_startStop' has invalid underscore usage, underscores only allowed between adjacent digits. 478 17
    #A5855 warning MethodName Method name 'testCustomSchedule_startStop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 478 17
    #A5856 warning GoogleMethodName Method name 'testCustomScheduler_deadlock' has invalid underscore usage, underscores only allowed between adjacent digits. 521 17
    #A5857 warning MethodName Method name 'testCustomScheduler_deadlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

    Severity Rule Message Line Col
    #A5858 warning GoogleMethodName Method name 'testAwaitTerminated_FailedService' has invalid underscore usage, underscores only allowed between adjacent digits. 350 15
    #A5859 warning MethodName Method name 'testAwaitTerminated_FailedService' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A5860 warning GoogleMethodName Method name 'testFailingServiceStopAndWait_stopFailing' has invalid underscore usage, underscores only allowed between adjacent digits. 556 15
    #A5861 warning MethodName Method name 'testFailingServiceStopAndWait_stopFailing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 15
    #A5862 warning GoogleMethodName Method name 'testFailingServiceStopAndWait_runFailing' has invalid underscore usage, underscores only allowed between adjacent digits. 573 15
    #A5863 warning MethodName Method name 'testFailingServiceStopAndWait_runFailing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 573 15
    #A5864 warning GoogleMethodName Method name 'testThrowingServiceStopAndWait_stopThrowing' has invalid underscore usage, underscores only allowed between adjacent digits. 603 15
    #A5865 warning MethodName Method name 'testThrowingServiceStopAndWait_stopThrowing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 603 15
    #A5866 warning GoogleMethodName Method name 'testThrowingServiceStopAndWait_runThrowing' has invalid underscore usage, underscores only allowed between adjacent digits. 620 15
    #A5867 warning MethodName Method name 'testThrowingServiceStopAndWait_runThrowing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 620 15
    #A5868 warning GoogleMethodName Method name 'testFailureCause_throwsIfNotFailed' has invalid underscore usage, underscores only allowed between adjacent digits. 636 15
    #A5869 warning MethodName Method name 'testFailureCause_throwsIfNotFailed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AtomicLongMapBasherTest.java

    Severity Rule Message Line Col
    #A5870 warning GoogleMethodName Method name 'testModify_basher' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A5871 warning MethodName Method name 'testModify_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AtomicLongMapTest.java

    Severity Rule Message Line Col
    #A5872 warning GoogleMethodName Method name 'testCreate_map' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A5873 warning MethodName Method name 'testCreate_map' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A5874 warning GoogleMethodName Method name 'testIncrementAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A5875 warning MethodName Method name 'testIncrementAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A5876 warning GoogleMethodName Method name 'testGetAndIncrement_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A5877 warning MethodName Method name 'testGetAndIncrement_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A5878 warning GoogleMethodName Method name 'testDecrementAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A5879 warning MethodName Method name 'testDecrementAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A5880 warning GoogleMethodName Method name 'testGetAndDecrement_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A5881 warning MethodName Method name 'testGetAndDecrement_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A5882 warning GoogleMethodName Method name 'testAddAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A5883 warning MethodName Method name 'testAddAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A5884 warning GoogleMethodName Method name 'testGetAndAdd_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A5885 warning MethodName Method name 'testGetAndAdd_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A5886 warning GoogleMethodName Method name 'testPut_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A5887 warning MethodName Method name 'testPut_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A5888 warning GoogleMethodName Method name 'testPutIfAbsent_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 358 15
    #A5889 warning MethodName Method name 'testPutIfAbsent_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 358 15
    #A5890 warning GoogleMethodName Method name 'testReplace_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 394 15
    #A5891 warning MethodName Method name 'testReplace_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 15
    #A5892 warning GoogleMethodName Method name 'testRemove_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 436 15
    #A5893 warning MethodName Method name 'testRemove_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 15
    #A5894 warning GoogleMethodName Method name 'testRemoveValue_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 498 15
    #A5895 warning MethodName Method name 'testRemoveValue_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 498 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/AtomicsTest.java

    Severity Rule Message Line Col
    #A5896 warning GoogleMethodName Method name 'testNewReference_withInitialValue' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A5897 warning MethodName Method name 'testNewReference_withInitialValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A5898 warning GoogleMethodName Method name 'testNewReferenceArray_withLength' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A5899 warning MethodName Method name 'testNewReferenceArray_withLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A5900 warning GoogleMethodName Method name 'testNewReferenceArray_withNegativeLength' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A5901 warning MethodName Method name 'testNewReferenceArray_withNegativeLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A5902 warning GoogleMethodName Method name 'testNewReferenceArray_withStringArray' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A5903 warning MethodName Method name 'testNewReferenceArray_withStringArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A5904 warning GoogleMethodName Method name 'testNewReferenceArray_withNullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A5905 warning MethodName Method name 'testNewReferenceArray_withNullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/CallablesTest.java

    Severity Rule Message Line Col
    #A5906 warning GoogleMethodName Method name 'testAsAsyncCallable_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A5907 warning MethodName Method name 'testAsAsyncCallable_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A5908 warning GoogleMethodName Method name 'testRenaming_exceptionalReturn' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A5909 warning MethodName Method name 'testRenaming_exceptionalReturn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A5910 warning GoogleMethodName Method name 'testRenaming_noPermissions' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A5911 warning MethodName Method name 'testRenaming_noPermissions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/CycleDetectingLockFactoryTest.java

    Severity Rule Message Line Col
    #A5912 warning GoogleMethodName Method name 'testDeadlock_twoLocks' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A5913 warning MethodName Method name 'testDeadlock_twoLocks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A5914 warning GoogleMethodName Method name 'testDeadlock_threeLocks' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A5915 warning MethodName Method name 'testDeadlock_threeLocks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A5916 warning GoogleMethodName Method name 'testReentrancy_noDeadlock' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A5917 warning MethodName Method name 'testReentrancy_noDeadlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A5918 warning GoogleMethodName Method name 'testExplicitOrdering_noViolations' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A5919 warning MethodName Method name 'testExplicitOrdering_noViolations' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A5920 warning GoogleMethodName Method name 'testExplicitOrdering_violations' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A5921 warning MethodName Method name 'testExplicitOrdering_violations' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A5922 warning GoogleMethodName Method name 'testDifferentOrderings_noViolations' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A5923 warning MethodName Method name 'testDifferentOrderings_noViolations' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A5924 warning GoogleMethodName Method name 'testExplicitOrderings_generalCycleDetection' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A5925 warning MethodName Method name 'testExplicitOrderings_generalCycleDetection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A5926 warning GoogleMethodName Method name 'testExplicitOrdering_cycleWithUnorderedLock' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A5927 warning MethodName Method name 'testExplicitOrdering_cycleWithUnorderedLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A5928 warning GoogleMethodName Method name 'testExplicitOrdering_reentrantAcquisition' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A5929 warning MethodName Method name 'testExplicitOrdering_reentrantAcquisition' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A5930 warning GoogleMethodName Method name 'testExplicitOrdering_acquiringMultipleLocksWithSameRank' has invalid underscore usage, underscores only allowed between adjacent digits. 257 15
    #A5931 warning MethodName Method name 'testExplicitOrdering_acquiringMultipleLocksWithSameRank' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A5932 warning GoogleMethodName Method name 'testReadLock_deadlock' has invalid underscore usage, underscores only allowed between adjacent digits. 274 15
    #A5933 warning MethodName Method name 'testReadLock_deadlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A5934 warning GoogleMethodName Method name 'testReadLock_transitive' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A5935 warning MethodName Method name 'testReadLock_transitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A5936 warning GoogleMethodName Method name 'testWriteLock_threeLockDeadLock' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A5937 warning MethodName Method name 'testWriteLock_threeLockDeadLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A5938 warning GoogleMethodName Method name 'testReadWriteLockDeadlock_transitive' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A5939 warning MethodName Method name 'testReadWriteLockDeadlock_transitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A5940 warning GoogleMethodName Method name 'testReadWriteLockDeadlock_treatedEquivalently' has invalid underscore usage, underscores only allowed between adjacent digits. 392 15
    #A5941 warning MethodName Method name 'testReadWriteLockDeadlock_treatedEquivalently' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 392 15
    #A5942 warning GoogleMethodName Method name 'testDifferentLockFactories_policyExecution' has invalid underscore usage, underscores only allowed between adjacent digits. 428 15
    #A5943 warning MethodName Method name 'testDifferentLockFactories_policyExecution' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 15
    #A5944 warning GoogleMethodName Method name 'testReentrantLock_tryLock' has invalid underscore usage, underscores only allowed between adjacent digits. 444 15
    #A5945 warning MethodName Method name 'testReentrantLock_tryLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 444 15
    #A5946 warning GoogleMethodName Method name 'testReentrantWriteLock_tryLock' has invalid underscore usage, underscores only allowed between adjacent digits. 455 15
    #A5947 warning MethodName Method name 'testReentrantWriteLock_tryLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 455 15
    #A5948 warning GoogleMethodName Method name 'testReentrantReadLock_tryLock' has invalid underscore usage, underscores only allowed between adjacent digits. 468 15
    #A5949 warning MethodName Method name 'testReentrantReadLock_tryLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 468 15
    #A5950 warning GoogleMethodName Method name 'testReentrantReadWriteLock_implDoesNotExposeShadowedLocks' has invalid underscore usage, underscores only allowed between adjacent digits. 515 15
    #A5951 warning MethodName Method name 'testReentrantReadWriteLock_implDoesNotExposeShadowedLocks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 515 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ExecutionListTest.java

    Severity Rule Message Line Col
    #A5952 warning GoogleMethodName Method name 'testExecute_idempotent' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A5953 warning MethodName Method name 'testExecute_idempotent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A5954 warning GoogleMethodName Method name 'testExecute_idempotentConcurrently' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A5955 warning MethodName Method name 'testExecute_idempotentConcurrently' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FakeTimeLimiterTest.java

    Severity Rule Message Line Col
    #A5956 warning GoogleMethodName Method name 'testCallWithTimeout_propagatesReturnValue' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A5957 warning MethodName Method name 'testCallWithTimeout_propagatesReturnValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A5958 warning GoogleMethodName Method name 'testCallWithTimeout_wrapsCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A5959 warning MethodName Method name 'testCallWithTimeout_wrapsCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A5960 warning GoogleMethodName Method name 'testCallWithTimeout_wrapsUncheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A5961 warning MethodName Method name 'testCallWithTimeout_wrapsUncheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A5962 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_propagatesReturnValue' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A5963 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_propagatesReturnValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A5964 warning GoogleMethodName Method name 'testRunWithTimeout_returnsWithoutException' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A5965 warning MethodName Method name 'testRunWithTimeout_returnsWithoutException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A5966 warning GoogleMethodName Method name 'testRunWithTimeout_wrapsUncheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A5967 warning MethodName Method name 'testRunWithTimeout_wrapsUncheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A5968 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_wrapsUncheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A5969 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_wrapsUncheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java

    Severity Rule Message Line Col
    #A5970 warning GoogleMethodName Method name 'testGetCheckedUntimed_success' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A5971 warning MethodName Method name 'testGetCheckedUntimed_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A5972 warning GoogleMethodName Method name 'testGetCheckedUntimed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A5973 warning MethodName Method name 'testGetCheckedUntimed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A5974 warning GoogleMethodName Method name 'testGetCheckedUntimed_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A5975 warning MethodName Method name 'testGetCheckedUntimed_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A5976 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A5977 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A5978 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionUnchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A5979 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionUnchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A5980 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionError' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A5981 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A5982 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionOtherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A5983 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionOtherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A5984 warning GoogleMethodName Method name 'testGetCheckedUntimed_RuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A5985 warning MethodName Method name 'testGetCheckedUntimed_RuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A5986 warning GoogleMethodName Method name 'testGetCheckedUntimed_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A5987 warning MethodName Method name 'testGetCheckedUntimed_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A5988 warning GoogleMethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_failsEvenForSuccessfulInput' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A5989 warning MethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_failsEvenForSuccessfulInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A5990 warning GoogleMethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_wrapsOriginalChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A5991 warning MethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_wrapsOriginalChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A5992 warning GoogleMethodName Method name 'testGetCheckedUntimed_withGoodAndBadExceptionConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A5993 warning MethodName Method name 'testGetCheckedUntimed_withGoodAndBadExceptionConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A5994 warning GoogleMethodName Method name 'testGetCheckedTimed_success' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A5995 warning MethodName Method name 'testGetCheckedTimed_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A5996 warning GoogleMethodName Method name 'testGetCheckedTimed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A5997 warning MethodName Method name 'testGetCheckedTimed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A5998 warning GoogleMethodName Method name 'testGetCheckedTimed_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A5999 warning MethodName Method name 'testGetCheckedTimed_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A6000 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A6001 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A6002 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionUnchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A6003 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionUnchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A6004 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionError' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A6005 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A6006 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionOtherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A6007 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionOtherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A6008 warning GoogleMethodName Method name 'testGetCheckedTimed_RuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A6009 warning MethodName Method name 'testGetCheckedTimed_RuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A6010 warning GoogleMethodName Method name 'testGetCheckedTimed_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A6011 warning MethodName Method name 'testGetCheckedTimed_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A6012 warning GoogleMethodName Method name 'testGetCheckedTimed_TimeoutException' has invalid underscore usage, underscores only allowed between adjacent digits. 253 15
    #A6013 warning MethodName Method name 'testGetCheckedTimed_TimeoutException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 253 15
    #A6014 warning GoogleMethodName Method name 'testGetCheckedTimed_badExceptionConstructor_failsEvenForSuccessfulInput' has invalid underscore usage, underscores only allowed between adjacent digits. 263 15
    #A6015 warning MethodName Method name 'testGetCheckedTimed_badExceptionConstructor_failsEvenForSuccessfulInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 263 15
    #A6016 warning GoogleMethodName Method name 'testGetCheckedTimed_badExceptionConstructor_wrapsOriginalChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A6017 warning MethodName Method name 'testGetCheckedTimed_badExceptionConstructor_wrapsOriginalChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A6018 warning GoogleMethodName Method name 'testGetCheckedTimed_withGoodAndBadExceptionConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 281 15
    #A6019 warning MethodName Method name 'testGetCheckedTimed_withGoodAndBadExceptionConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 15
    #A6020 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassIsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 297 15
    #A6021 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassIsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 15
    #A6022 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassSomePrivateConstructors' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A6023 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassSomePrivateConstructors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A6024 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassNoPublicConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A6025 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassNoPublicConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A6026 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassPublicConstructorWrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A6027 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassPublicConstructorWrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A6028 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassPrefersStringConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 333 15
    #A6029 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassPrefersStringConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 15
    #A6030 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassUsedInitCause' has invalid underscore usage, underscores only allowed between adjacent digits. 342 15
    #A6031 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassUsedInitCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A6032 warning GoogleMethodName Method name 'testGetChecked_classUnloading' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A6033 warning MethodName Method name 'testGetChecked_classUnloading' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesGetUncheckedTest.java

    Severity Rule Message Line Col
    #A6034 warning GoogleMethodName Method name 'testGetUnchecked_success' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A6035 warning MethodName Method name 'testGetUnchecked_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A6036 warning GoogleMethodName Method name 'testGetUnchecked_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A6037 warning MethodName Method name 'testGetUnchecked_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A6038 warning GoogleMethodName Method name 'testGetUnchecked_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A6039 warning MethodName Method name 'testGetUnchecked_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A6040 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A6041 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A6042 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionUnchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A6043 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionUnchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A6044 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionError' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A6045 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A6046 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionOtherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A6047 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionOtherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A6048 warning GoogleMethodName Method name 'testGetUnchecked_RuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A6049 warning MethodName Method name 'testGetUnchecked_RuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A6050 warning GoogleMethodName Method name 'testGetUnchecked_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A6051 warning MethodName Method name 'testGetUnchecked_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

    Severity Rule Message Line Col
    #A6052 warning GoogleMethodName Method name 'testImmediateFailedFuture_cancellationException' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A6053 warning MethodName Method name 'testImmediateFailedFuture_cancellationException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A6054 warning GoogleMethodName Method name 'testTransform_genericsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A6055 warning MethodName Method name 'testTransform_genericsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A6056 warning GoogleMethodName Method name 'testTransform_genericsHierarchy' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A6057 warning MethodName Method name 'testTransform_genericsHierarchy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A6058 warning GoogleMethodName Method name 'testTransform_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 268 15
    #A6059 warning MethodName Method name 'testTransform_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 268 15
    #A6060 warning GoogleMethodName Method name 'testTransform_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A6061 warning MethodName Method name 'testTransform_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A6062 warning GoogleMethodName Method name 'testTransform_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A6063 warning MethodName Method name 'testTransform_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15
    #A6064 warning GoogleMethodName Method name 'testTransform_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A6065 warning MethodName Method name 'testTransform_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A6066 warning GoogleMethodName Method name 'testTransform_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 344 15
    #A6067 warning MethodName Method name 'testTransform_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 15
    #A6068 warning GoogleMethodName Method name 'testTransform_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A6069 warning MethodName Method name 'testTransform_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A6070 warning GoogleMethodName Method name 'testTransformAsync_cancelPropagatesToInput' has invalid underscore usage, underscores only allowed between adjacent digits. 375 15
    #A6071 warning MethodName Method name 'testTransformAsync_cancelPropagatesToInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 15
    #A6072 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToInput' has invalid underscore usage, underscores only allowed between adjacent digits. 389 15
    #A6073 warning MethodName Method name 'testTransformAsync_interruptPropagatesToInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 15
    #A6074 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToTransformingThread' has invalid underscore usage, underscores only allowed between adjacent digits. 405 15
    #A6075 warning MethodName Method name 'testTransformAsync_interruptPropagatesToTransformingThread' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A6076 warning GoogleMethodName Method name 'testTransformAsync_cancelPropagatesToAsyncOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 443 15
    #A6077 warning MethodName Method name 'testTransformAsync_cancelPropagatesToAsyncOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 443 15
    #A6078 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToAsyncOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 458 15
    #A6079 warning MethodName Method name 'testTransformAsync_interruptPropagatesToAsyncOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 458 15
    #A6080 warning GoogleMethodName Method name 'testTransformAsync_inputCancelButNotInterruptPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A6081 warning MethodName Method name 'testTransformAsync_inputCancelButNotInterruptPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A6082 warning GoogleMethodName Method name 'testTransformAsync_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 499 15
    #A6083 warning MethodName Method name 'testTransformAsync_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 499 15
    #A6084 warning GoogleMethodName Method name 'testTransformAsync_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A6085 warning MethodName Method name 'testTransformAsync_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A6086 warning GoogleMethodName Method name 'testTransformAsync_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 542 15
    #A6087 warning MethodName Method name 'testTransformAsync_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 542 15
    #A6088 warning GoogleMethodName Method name 'testTransformAsync_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 562 15
    #A6089 warning MethodName Method name 'testTransformAsync_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 562 15
    #A6090 warning GoogleMethodName Method name 'testTransformAsync_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 575 15
    #A6091 warning MethodName Method name 'testTransformAsync_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 575 15
    #A6092 warning GoogleMethodName Method name 'testTransformAsync_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 587 15
    #A6093 warning MethodName Method name 'testTransformAsync_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 587 15
    #A6094 warning GoogleMethodName Method name 'testTransform_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 606 15
    #A6095 warning MethodName Method name 'testTransform_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 15
    #A6096 warning GoogleMethodName Method name 'testTransformAsync_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 619 15
    #A6097 warning MethodName Method name 'testTransformAsync_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 619 15
    #A6098 warning GoogleMethodName Method name 'testTransform_Executor' has invalid underscore usage, underscores only allowed between adjacent digits. 784 15
    #A6099 warning MethodName Method name 'testTransform_Executor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 784 15
    #A6100 warning GoogleMethodName Method name 'testTransformAsync_functionToString' has invalid underscore usage, underscores only allowed between adjacent digits. 798 15
    #A6101 warning MethodName Method name 'testTransformAsync_functionToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 798 15
    #A6102 warning GoogleMethodName Method name 'testLazyTransform_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 838 15
    #A6103 warning MethodName Method name 'testLazyTransform_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 838 15
    #A6104 warning GoogleMethodName Method name 'testCatchingAsync_inputDoesNotRaiseException' has invalid underscore usage, underscores only allowed between adjacent digits. 935 15
    #A6105 warning MethodName Method name 'testCatchingAsync_inputDoesNotRaiseException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 15
    #A6106 warning GoogleMethodName Method name 'testCatchingAsync_inputRaisesException' has invalid underscore usage, underscores only allowed between adjacent digits. 943 15
    #A6107 warning MethodName Method name 'testCatchingAsync_inputRaisesException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 943 15
    #A6108 warning GoogleMethodName Method name 'testCatchingAsync_inputCancelledWithoutFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 962 15
    #A6109 warning MethodName Method name 'testCatchingAsync_inputCancelledWithoutFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 15
    #A6110 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 970 15
    #A6111 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 970 15
    #A6112 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 975 15
    #A6113 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 975 15
    #A6114 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesError' has invalid underscore usage, underscores only allowed between adjacent digits. 980 15
    #A6115 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 980 15
    #A6116 warning GoogleMethodName Method name 'testCatchingAsync_fallbackReturnsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 998 15
    #A6117 warning MethodName Method name 'testCatchingAsync_fallbackReturnsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 998 15
    #A6118 warning GoogleMethodName Method name 'testCatchingAsync_fallbackReturnsCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 1003 15
    #A6119 warning MethodName Method name 'testCatchingAsync_fallbackReturnsCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1003 15
    #A6120 warning GoogleMethodName Method name 'testCatchingAsync_fallbackNotReady' has invalid underscore usage, underscores only allowed between adjacent digits. 1036 15
    #A6121 warning MethodName Method name 'testCatchingAsync_fallbackNotReady' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1036 15
    #A6122 warning GoogleMethodName Method name 'testCatchingAsync_resultInterruptedBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1052 15
    #A6123 warning MethodName Method name 'testCatchingAsync_resultInterruptedBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1052 15
    #A6124 warning GoogleMethodName Method name 'testCatchingAsync_resultCancelledBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1062 15
    #A6125 warning MethodName Method name 'testCatchingAsync_resultCancelledBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1062 15
    #A6126 warning GoogleMethodName Method name 'testCatchingAsync_resultCancelledAfterFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1075 15
    #A6127 warning MethodName Method name 'testCatchingAsync_resultCancelledAfterFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1075 15
    #A6128 warning GoogleMethodName Method name 'testCatchingAsync_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1098 15
    #A6129 warning MethodName Method name 'testCatchingAsync_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1098 15
    #A6130 warning GoogleMethodName Method name 'testCatchingAsync_interruptPropagatesToTransformingThread' has invalid underscore usage, underscores only allowed between adjacent digits. 1127 15
    #A6131 warning MethodName Method name 'testCatchingAsync_interruptPropagatesToTransformingThread' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1127 15
    #A6132 warning GoogleMethodName Method name 'testCatchingAsync_functionToString' has invalid underscore usage, underscores only allowed between adjacent digits. 1167 15
    #A6133 warning MethodName Method name 'testCatchingAsync_functionToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1167 15
    #A6134 warning GoogleMethodName Method name 'testCatchingAsync_futureToString' has invalid underscore usage, underscores only allowed between adjacent digits. 1195 15
    #A6135 warning MethodName Method name 'testCatchingAsync_futureToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1195 15
    #A6136 warning GoogleMethodName Method name 'testCatching_inputDoesNotRaiseException' has invalid underscore usage, underscores only allowed between adjacent digits. 1218 15
    #A6137 warning MethodName Method name 'testCatching_inputDoesNotRaiseException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1218 15
    #A6138 warning GoogleMethodName Method name 'testCatching_inputRaisesException' has invalid underscore usage, underscores only allowed between adjacent digits. 1226 15
    #A6139 warning MethodName Method name 'testCatching_inputRaisesException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1226 15
    #A6140 warning GoogleMethodName Method name 'testCatching_inputCancelledWithoutFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1245 15
    #A6141 warning MethodName Method name 'testCatching_inputCancelledWithoutFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1245 15
    #A6142 warning GoogleMethodName Method name 'testCatching_fallbackGeneratesRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1253 15
    #A6143 warning MethodName Method name 'testCatching_fallbackGeneratesRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1253 15
    #A6144 warning GoogleMethodName Method name 'testCatching_fallbackGeneratesError' has invalid underscore usage, underscores only allowed between adjacent digits. 1263 15
    #A6145 warning MethodName Method name 'testCatching_fallbackGeneratesError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1263 15
    #A6146 warning GoogleMethodName Method name 'testCatching_resultInterruptedBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1312 15
    #A6147 warning MethodName Method name 'testCatching_resultInterruptedBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1312 15
    #A6148 warning GoogleMethodName Method name 'testCatching_resultCancelledBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1322 15
    #A6149 warning MethodName Method name 'testCatching_resultCancelledBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1322 15
    #A6150 warning GoogleMethodName Method name 'testCatching_Throwable' has invalid underscore usage, underscores only allowed between adjacent digits. 1338 15
    #A6151 warning MethodName Method name 'testCatching_Throwable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1338 15
    #A6152 warning GoogleMethodName Method name 'testCatching_customTypeMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1347 15
    #A6153 warning MethodName Method name 'testCatching_customTypeMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1347 15
    #A6154 warning GoogleMethodName Method name 'testCatching_customTypeNoMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1356 15
    #A6155 warning MethodName Method name 'testCatching_customTypeNoMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1356 15
    #A6156 warning GoogleMethodName Method name 'testCatching_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 1370 15
    #A6157 warning MethodName Method name 'testCatching_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1370 15
    #A6158 warning GoogleMethodName Method name 'testCatching_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1394 15
    #A6159 warning MethodName Method name 'testCatching_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1394 15
    #A6160 warning GoogleMethodName Method name 'testCatching_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1414 15
    #A6161 warning MethodName Method name 'testCatching_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1414 15
    #A6162 warning GoogleMethodName Method name 'testCatching_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1434 15
    #A6163 warning MethodName Method name 'testCatching_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1434 15
    #A6164 warning GoogleMethodName Method name 'testCatching_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1444 15
    #A6165 warning MethodName Method name 'testCatching_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1444 15
    #A6166 warning GoogleMethodName Method name 'testCatching_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1453 15
    #A6167 warning MethodName Method name 'testCatching_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1453 15
    #A6168 warning GoogleMethodName Method name 'testCatchingAsync_Throwable' has invalid underscore usage, underscores only allowed between adjacent digits. 1473 15
    #A6169 warning MethodName Method name 'testCatchingAsync_Throwable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1473 15
    #A6170 warning GoogleMethodName Method name 'testCatchingAsync_customTypeMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1482 15
    #A6171 warning MethodName Method name 'testCatchingAsync_customTypeMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1482 15
    #A6172 warning GoogleMethodName Method name 'testCatchingAsync_customTypeNoMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1491 15
    #A6173 warning MethodName Method name 'testCatchingAsync_customTypeNoMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1491 15
    #A6174 warning GoogleMethodName Method name 'testCatchingAsync_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 1505 15
    #A6175 warning MethodName Method name 'testCatchingAsync_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1505 15
    #A6176 warning GoogleMethodName Method name 'testCatchingAsync_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1529 15
    #A6177 warning MethodName Method name 'testCatchingAsync_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1529 15
    #A6178 warning GoogleMethodName Method name 'testCatchingAsync_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1550 15
    #A6179 warning MethodName Method name 'testCatchingAsync_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1550 15
    #A6180 warning GoogleMethodName Method name 'testCatchingAsync_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1571 15
    #A6181 warning MethodName Method name 'testCatchingAsync_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1571 15
    #A6182 warning GoogleMethodName Method name 'testCatchingAsync_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1581 15
    #A6183 warning MethodName Method name 'testCatchingAsync_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1581 15
    #A6184 warning GoogleMethodName Method name 'testCatchingAsync_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1590 15
    #A6185 warning MethodName Method name 'testCatchingAsync_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1590 15
    #A6186 warning GoogleMethodName Method name 'testCatching_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 1610 15
    #A6187 warning MethodName Method name 'testCatching_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1610 15
    #A6188 warning GoogleMethodName Method name 'testCatchingAsync_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 1623 15
    #A6189 warning MethodName Method name 'testCatchingAsync_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1623 15
    #A6190 warning GoogleMethodName Method name 'testTransformAsync_genericsWildcard_AsyncFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1668 15
    #A6191 warning MethodName Method name 'testTransformAsync_genericsWildcard_AsyncFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1668 15
    #A6192 warning GoogleMethodName Method name 'testTransformAsync_genericsHierarchy_AsyncFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1675 15
    #A6193 warning MethodName Method name 'testTransformAsync_genericsHierarchy_AsyncFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1675 15
    #A6194 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_timeout' has invalid underscore usage, underscores only allowed between adjacent digits. 1692 15
    #A6195 warning MethodName Method name 'testTransformAsync_asyncFunction_timeout' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1692 15
    #A6196 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_error' has invalid underscore usage, underscores only allowed between adjacent digits. 1704 15
    #A6197 warning MethodName Method name 'testTransformAsync_asyncFunction_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1704 15
    #A6198 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1725 15
    #A6199 warning MethodName Method name 'testTransformAsync_asyncFunction_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1725 15
    #A6200 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_cancelledWhileApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1744 15
    #A6201 warning MethodName Method name 'testTransformAsync_asyncFunction_cancelledWhileApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1744 15
    #A6202 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_cancelledBeforeApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1779 15
    #A6203 warning MethodName Method name 'testTransformAsync_asyncFunction_cancelledBeforeApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1779 15
    #A6204 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_error' has invalid underscore usage, underscores only allowed between adjacent digits. 1816 15
    #A6205 warning MethodName Method name 'testSubmitAsync_asyncCallable_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1816 15
    #A6206 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1836 15
    #A6207 warning MethodName Method name 'testSubmitAsync_asyncCallable_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1836 15
    #A6208 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_cancelledWhileApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1853 15
    #A6209 warning MethodName Method name 'testSubmitAsync_asyncCallable_cancelledWhileApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1853 15
    #A6210 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_cancelledBeforeApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1887 15
    #A6211 warning MethodName Method name 'testSubmitAsync_asyncCallable_cancelledBeforeApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1887 15
    #A6212 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_returnsInterruptedFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1921 15
    #A6213 warning MethodName Method name 'testSubmitAsync_asyncCallable_returnsInterruptedFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1921 15
    #A6214 warning GoogleMethodName Method name 'testSubmit_callable_returnsValue' has invalid underscore usage, underscores only allowed between adjacent digits. 1932 15
    #A6215 warning MethodName Method name 'testSubmit_callable_returnsValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1932 15
    #A6216 warning GoogleMethodName Method name 'testSubmit_callable_throwsException' has invalid underscore usage, underscores only allowed between adjacent digits. 1945 15
    #A6217 warning MethodName Method name 'testSubmit_callable_throwsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1945 15
    #A6218 warning GoogleMethodName Method name 'testSubmit_runnable_completesAfterRun' has invalid underscore usage, underscores only allowed between adjacent digits. 1963 15
    #A6219 warning MethodName Method name 'testSubmit_runnable_completesAfterRun' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1963 15
    #A6220 warning GoogleMethodName Method name 'testSubmit_runnable_throwsException' has invalid underscore usage, underscores only allowed between adjacent digits. 1990 15
    #A6221 warning MethodName Method name 'testSubmit_runnable_throwsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1990 15
    #A6222 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2010 15
    #A6223 warning MethodName Method name 'testScheduleAsync_asyncCallable_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2010 15
    #A6224 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 2032 15
    #A6225 warning MethodName Method name 'testScheduleAsync_asyncCallable_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2032 15
    #A6226 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_cancelledWhileApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 2054 15
    #A6227 warning MethodName Method name 'testScheduleAsync_asyncCallable_cancelledWhileApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2054 15
    #A6228 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_cancelledBeforeCallingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 2087 15
    #A6229 warning MethodName Method name 'testScheduleAsync_asyncCallable_cancelledBeforeCallingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2087 15
    #A6230 warning GoogleMethodName Method name 'testAllAsList_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 2178 15
    #A6231 warning MethodName Method name 'testAllAsList_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2178 15
    #A6232 warning GoogleMethodName Method name 'testAllAsList_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 2188 15
    #A6233 warning MethodName Method name 'testAllAsList_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2188 15
    #A6234 warning GoogleMethodName Method name 'testAllAsList_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 2198 15
    #A6235 warning MethodName Method name 'testAllAsList_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2198 15
    #A6236 warning GoogleMethodName Method name 'testAllAsList_singleFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 2221 15
    #A6237 warning MethodName Method name 'testAllAsList_singleFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2221 15
    #A6238 warning GoogleMethodName Method name 'testAllAsList_immediateFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 2234 15
    #A6239 warning MethodName Method name 'testAllAsList_immediateFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2234 15
    #A6240 warning GoogleMethodName Method name 'testAllAsList_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2248 15
    #A6241 warning MethodName Method name 'testAllAsList_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2248 15
    #A6242 warning GoogleMethodName Method name 'testAllAsList_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 2263 15
    #A6243 warning MethodName Method name 'testAllAsList_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2263 15
    #A6244 warning GoogleMethodName Method name 'testAllAsList_resultCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 2284 15
    #A6245 warning MethodName Method name 'testAllAsList_resultCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2284 15
    #A6246 warning GoogleMethodName Method name 'testAllAsList_resultCancelledInterrupted_withSecondaryListFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 2298 15
    #A6247 warning MethodName Method name 'testAllAsList_resultCancelledInterrupted_withSecondaryListFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2298 15
    #A6248 warning GoogleMethodName Method name 'testAllAsList_resultCancelled_withSecondaryListFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 2314 15
    #A6249 warning MethodName Method name 'testAllAsList_resultCancelled_withSecondaryListFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2314 15
    #A6250 warning GoogleMethodName Method name 'testAllAsList_resultInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 2328 15
    #A6251 warning MethodName Method name 'testAllAsList_resultInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2328 15
    #A6252 warning GoogleMethodName Method name 'testAllAsList_doneFutures' has invalid underscore usage, underscores only allowed between adjacent digits. 2348 15
    #A6253 warning MethodName Method name 'testAllAsList_doneFutures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2348 15
    #A6254 warning GoogleMethodName Method name 'testAllAsList_logging_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 2375 15
    #A6255 warning MethodName Method name 'testAllAsList_logging_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2375 15
    #A6256 warning GoogleMethodName Method name 'testAllAsList_logging_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2388 15
    #A6257 warning MethodName Method name 'testAllAsList_logging_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2388 15
    #A6258 warning GoogleMethodName Method name 'testAllAsList_logging_multipleExceptions_alreadyDone' has invalid underscore usage, underscores only allowed between adjacent digits. 2402 15
    #A6259 warning MethodName Method name 'testAllAsList_logging_multipleExceptions_alreadyDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2402 15
    #A6260 warning GoogleMethodName Method name 'testAllAsList_logging_multipleExceptions_doneLater' has invalid underscore usage, underscores only allowed between adjacent digits. 2418 15
    #A6261 warning MethodName Method name 'testAllAsList_logging_multipleExceptions_doneLater' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2418 15
    #A6262 warning GoogleMethodName Method name 'testAllAsList_logging_same_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 2441 15
    #A6263 warning MethodName Method name 'testAllAsList_logging_same_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2441 15
    #A6264 warning GoogleMethodName Method name 'testAllAsList_logging_seenExceptionUpdateRace' has invalid underscore usage, underscores only allowed between adjacent digits. 2453 15
    #A6265 warning MethodName Method name 'testAllAsList_logging_seenExceptionUpdateRace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2453 15
    #A6266 warning GoogleMethodName Method name 'testAllAsList_logging_seenExceptionUpdateCancelRace' has invalid underscore usage, underscores only allowed between adjacent digits. 2483 15
    #A6267 warning MethodName Method name 'testAllAsList_logging_seenExceptionUpdateCancelRace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2483 15
    #A6268 warning GoogleMethodName Method name 'testAllAsList_logging_same_cause' has invalid underscore usage, underscores only allowed between adjacent digits. 2517 15
    #A6269 warning MethodName Method name 'testAllAsList_logging_same_cause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2517 15
    #A6270 warning GoogleMethodName Method name 'testWhenAllComplete_noLeakInterruption' has invalid underscore usage, underscores only allowed between adjacent digits. 2542 15
    #A6271 warning MethodName Method name 'testWhenAllComplete_noLeakInterruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2542 15
    #A6272 warning GoogleMethodName Method name 'testWhenAllComplete_wildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 2559 15
    #A6273 warning MethodName Method name 'testWhenAllComplete_wildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2559 15
    #A6274 warning GoogleMethodName Method name 'testWhenAllComplete_asyncResult' has invalid underscore usage, underscores only allowed between adjacent digits. 2586 15
    #A6275 warning MethodName Method name 'testWhenAllComplete_asyncResult' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2586 15
    #A6276 warning GoogleMethodName Method name 'testWhenAllComplete_asyncError' has invalid underscore usage, underscores only allowed between adjacent digits. 2646 15
    #A6277 warning MethodName Method name 'testWhenAllComplete_asyncError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2646 15
    #A6278 warning GoogleMethodName Method name 'testWhenAllComplete_cancelledNotInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 2678 15
    #A6279 warning MethodName Method name 'testWhenAllComplete_cancelledNotInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2678 15
    #A6280 warning GoogleMethodName Method name 'testWhenAllComplete_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 2717 15
    #A6281 warning MethodName Method name 'testWhenAllComplete_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2717 15
    #A6282 warning GoogleMethodName Method name 'testWhenAllComplete_runnableResult' has invalid underscore usage, underscores only allowed between adjacent digits. 2752 15
    #A6283 warning MethodName Method name 'testWhenAllComplete_runnableResult' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2752 15
    #A6284 warning GoogleMethodName Method name 'testWhenAllComplete_runnableError' has invalid underscore usage, underscores only allowed between adjacent digits. 2778 15
    #A6285 warning MethodName Method name 'testWhenAllComplete_runnableError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2778 15
    #A6286 warning GoogleMethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithoutInterrupt_doesNotInterruptRunnable' has invalid underscore usage, underscores only allowed between adjacent digits. 2810 15
    #A6287 warning MethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithoutInterrupt_doesNotInterruptRunnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2810 15
    #A6288 warning GoogleMethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithInterrupt_InterruptsRunnable' has invalid underscore usage, underscores only allowed between adjacent digits. 2851 15
    #A6289 warning MethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithInterrupt_InterruptsRunnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2851 15
    #A6290 warning GoogleMethodName Method name 'testWhenAllSucceed_releasesInputFuturesUponSubmission' has invalid underscore usage, underscores only allowed between adjacent digits. 2916 15
    #A6291 warning MethodName Method name 'testWhenAllSucceed_releasesInputFuturesUponSubmission' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2916 15
    #A6292 warning GoogleMethodName Method name 'testWhenAllComplete_releasesInputFuturesUponCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 2951 15
    #A6293 warning MethodName Method name 'testWhenAllComplete_releasesInputFuturesUponCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2951 15
    #A6294 warning GoogleMethodName Method name 'testWhenAllSucceed_releasesCallable' has invalid underscore usage, underscores only allowed between adjacent digits. 2974 15
    #A6295 warning MethodName Method name 'testWhenAllSucceed_releasesCallable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2974 15
    #A6296 warning GoogleMethodName Method name 'testAllAsList_extensive' has invalid underscore usage, underscores only allowed between adjacent digits. 3370 15
    #A6297 warning MethodName Method name 'testAllAsList_extensive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3370 15
    #A6298 warning GoogleMethodName Method name 'testSuccessfulAsList_extensive' has invalid underscore usage, underscores only allowed between adjacent digits. 3375 15
    #A6299 warning MethodName Method name 'testSuccessfulAsList_extensive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3375 15
    #A6300 warning GoogleMethodName Method name 'testSuccessfulAsList_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 3405 15
    #A6301 warning MethodName Method name 'testSuccessfulAsList_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3405 15
    #A6302 warning GoogleMethodName Method name 'testSuccessfulAsList_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 3415 15
    #A6303 warning MethodName Method name 'testSuccessfulAsList_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3415 15
    #A6304 warning GoogleMethodName Method name 'testSuccessfulAsList_partialFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 3425 15
    #A6305 warning MethodName Method name 'testSuccessfulAsList_partialFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3425 15
    #A6306 warning GoogleMethodName Method name 'testSuccessfulAsList_totalFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 3444 15
    #A6307 warning MethodName Method name 'testSuccessfulAsList_totalFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3444 15
    #A6308 warning GoogleMethodName Method name 'testSuccessfulAsList_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3463 15
    #A6309 warning MethodName Method name 'testSuccessfulAsList_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3463 15
    #A6310 warning GoogleMethodName Method name 'testSuccessfulAsList_resultCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3482 15
    #A6311 warning MethodName Method name 'testSuccessfulAsList_resultCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3482 15
    #A6312 warning GoogleMethodName Method name 'testSuccessfulAsList_resultCancelledRacingInputDone' has invalid underscore usage, underscores only allowed between adjacent digits. 3496 15
    #A6313 warning MethodName Method name 'testSuccessfulAsList_resultCancelledRacingInputDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3496 15
    #A6314 warning GoogleMethodName Method name 'doTestSuccessfulAsList_resultCancelledRacingInputDone' has invalid underscore usage, underscores only allowed between adjacent digits. 3511 23
    #A6315 warning MethodName Method name 'doTestSuccessfulAsList_resultCancelledRacingInputDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3511 23
    #A6316 warning GoogleMethodName Method name 'testSuccessfulAsList_resultInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 3554 15
    #A6317 warning MethodName Method name 'testSuccessfulAsList_resultInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3554 15
    #A6318 warning GoogleMethodName Method name 'testSuccessfulAsList_mixed' has invalid underscore usage, underscores only allowed between adjacent digits. 3568 15
    #A6319 warning MethodName Method name 'testSuccessfulAsList_mixed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3568 15
    #A6320 warning GoogleMethodName Method name 'testSuccessfulAsList_logging_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 3593 15
    #A6321 warning MethodName Method name 'testSuccessfulAsList_logging_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3593 15
    #A6322 warning GoogleMethodName Method name 'testSuccessfulAsList_logging_error' has invalid underscore usage, underscores only allowed between adjacent digits. 3616 15
    #A6323 warning MethodName Method name 'testSuccessfulAsList_logging_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3616 15
    #A6324 warning GoogleMethodName Method name 'testSuccessfulAsList_failureLoggedEvenAfterOutputCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3625 15
    #A6325 warning MethodName Method name 'testSuccessfulAsList_failureLoggedEvenAfterOutputCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3625 15
    #A6326 warning GoogleMethodName Method name 'testNonCancellationPropagating_successful' has invalid underscore usage, underscores only allowed between adjacent digits. 3643 15
    #A6327 warning MethodName Method name 'testNonCancellationPropagating_successful' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3643 15
    #A6328 warning GoogleMethodName Method name 'testNonCancellationPropagating_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 3654 15
    #A6329 warning MethodName Method name 'testNonCancellationPropagating_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3654 15
    #A6330 warning GoogleMethodName Method name 'testNonCancellationPropagating_delegateCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3669 15
    #A6331 warning MethodName Method name 'testNonCancellationPropagating_delegateCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3669 15
    #A6332 warning GoogleMethodName Method name 'testNonCancellationPropagating_doesNotPropagate' has invalid underscore usage, underscores only allowed between adjacent digits. 3678 15
    #A6333 warning MethodName Method name 'testNonCancellationPropagating_doesNotPropagate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3678 15
    #A6334 warning GoogleMethodName Method name 'testFutures_nullChecks' has invalid underscore usage, underscores only allowed between adjacent digits. 3889 15
    #A6335 warning MethodName Method name 'testFutures_nullChecks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3889 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java

    Severity Rule Message Line Col
    #A6336 warning GoogleMethodName Method name 'testAdapters_nullChecks' has invalid underscore usage, underscores only allowed between adjacent digits. 265 15
    #A6337 warning MethodName Method name 'testAdapters_nullChecks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ListenerCallQueueTest.java

    Severity Rule Message Line Col
    #A6338 warning GoogleMethodName Method name 'testEnqueueAndDispatch_multipleListeners' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A6339 warning MethodName Method name 'testEnqueueAndDispatch_multipleListeners' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A6340 warning GoogleMethodName Method name 'testEnqueueAndDispatch_withExceptions' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A6341 warning MethodName Method name 'testEnqueueAndDispatch_withExceptions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A6342 warning GoogleMethodName Method name 'testEnqueueAndDispatch_withLabeledExceptions' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A6343 warning MethodName Method name 'testEnqueueAndDispatch_withLabeledExceptions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A6344 warning GoogleMethodName Method name 'testEnqueueAndDispatch_multithreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A6345 warning MethodName Method name 'testEnqueueAndDispatch_multithreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A6346 warning GoogleMethodName Method name 'testEnqueueAndDispatch_multithreaded_withThrowingRunnable' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A6347 warning MethodName Method name 'testEnqueueAndDispatch_multithreaded_withThrowingRunnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/MonitorTestCase.java

    Severity Rule Message Line Col
    #A6348 warning GoogleMethodName Method name 'testEnterWhen_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 141 21
    #A6349 warning MethodName Method name 'testEnterWhen_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 21
    #A6350 warning GoogleMethodName Method name 'testEnterWhen_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 146 21
    #A6351 warning MethodName Method name 'testEnterWhen_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 21
    #A6352 warning GoogleMethodName Method name 'testEnterWhen_alreadyOccupied' has invalid underscore usage, underscores only allowed between adjacent digits. 155 21
    #A6353 warning MethodName Method name 'testEnterWhen_alreadyOccupied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 21
    #A6354 warning GoogleMethodName Method name 'testEnterIf_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 163 21
    #A6355 warning MethodName Method name 'testEnterIf_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 21
    #A6356 warning GoogleMethodName Method name 'testEnterIf_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 169 21
    #A6357 warning MethodName Method name 'testEnterIf_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 21
    #A6358 warning GoogleMethodName Method name 'testEnterIf_alreadyOccupied' has invalid underscore usage, underscores only allowed between adjacent digits. 175 21
    #A6359 warning MethodName Method name 'testEnterIf_alreadyOccupied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 21
    #A6360 warning GoogleMethodName Method name 'testTryEnterIf_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 183 21
    #A6361 warning MethodName Method name 'testTryEnterIf_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 21
    #A6362 warning GoogleMethodName Method name 'testTryEnterIf_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 189 21
    #A6363 warning MethodName Method name 'testTryEnterIf_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 21
    #A6364 warning GoogleMethodName Method name 'testTryEnterIf_alreadyOccupied' has invalid underscore usage, underscores only allowed between adjacent digits. 195 21
    #A6365 warning MethodName Method name 'testTryEnterIf_alreadyOccupied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 21
    #A6366 warning GoogleMethodName Method name 'testWaitFor_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 201 21
    #A6367 warning MethodName Method name 'testWaitFor_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 21
    #A6368 warning GoogleMethodName Method name 'testWaitFor_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 207 21
    #A6369 warning MethodName Method name 'testWaitFor_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 21
    #A6370 warning GoogleMethodName Method name 'testWaitFor_withoutEnter' has invalid underscore usage, underscores only allowed between adjacent digits. 217 21
    #A6371 warning MethodName Method name 'testWaitFor_withoutEnter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

    Severity Rule Message Line Col
    #A6372 warning GoogleMethodName Method name 'testDirectExecutorService_awaitTermination_missedSignal' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A6373 warning MethodName Method name 'testDirectExecutorService_awaitTermination_missedSignal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A6374 warning GoogleMethodName Method name 'testDirectExecutorService_shutdownNow' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A6375 warning MethodName Method name 'testDirectExecutorService_shutdownNow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A6376 warning GoogleMethodName Method name 'testListeningDecorator_noWrapExecuteTask' has invalid underscore usage, underscores only allowed between adjacent digits. 343 15
    #A6377 warning MethodName Method name 'testListeningDecorator_noWrapExecuteTask' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 343 15
    #A6378 warning GoogleMethodName Method name 'testListeningDecorator_scheduleSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. 355 15
    #A6379 warning MethodName Method name 'testListeningDecorator_scheduleSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 355 15
    #A6380 warning GoogleMethodName Method name 'testListeningDecorator_scheduleFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A6381 warning MethodName Method name 'testListeningDecorator_scheduleFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A6382 warning GoogleMethodName Method name 'testListeningDecorator_schedulePeriodic' has invalid underscore usage, underscores only allowed between adjacent digits. 390 15
    #A6383 warning MethodName Method name 'testListeningDecorator_schedulePeriodic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 390 15
    #A6384 warning GoogleMethodName Method name 'testListeningDecorator_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 410 15
    #A6385 warning MethodName Method name 'testListeningDecorator_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 15
    #A6386 warning GoogleMethodName Method name 'testInvokeAnyImpl_nullTasks' has invalid underscore usage, underscores only allowed between adjacent digits. 475 15
    #A6387 warning MethodName Method name 'testInvokeAnyImpl_nullTasks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 475 15
    #A6388 warning GoogleMethodName Method name 'testInvokeAnyImpl_emptyTasks' has invalid underscore usage, underscores only allowed between adjacent digits. 487 15
    #A6389 warning MethodName Method name 'testInvokeAnyImpl_emptyTasks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 487 15
    #A6390 warning GoogleMethodName Method name 'testInvokeAnyImpl_nullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 499 15
    #A6391 warning MethodName Method name 'testInvokeAnyImpl_nullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 499 15
    #A6392 warning GoogleMethodName Method name 'testInvokeAnyImpl_noTaskCompletes' has invalid underscore usage, underscores only allowed between adjacent digits. 520 15
    #A6393 warning MethodName Method name 'testInvokeAnyImpl_noTaskCompletes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A6394 warning GoogleMethodName Method name 'testAddDelayedShutdownHook_success' has invalid underscore usage, underscores only allowed between adjacent digits. 563 15
    #A6395 warning MethodName Method name 'testAddDelayedShutdownHook_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 563 15
    #A6396 warning GoogleMethodName Method name 'testAddDelayedShutdownHook_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 574 15
    #A6397 warning MethodName Method name 'testAddDelayedShutdownHook_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 574 15
    #A6398 warning GoogleMethodName Method name 'testGetExitingExecutorService_executorSetToUseDaemonThreads' has invalid underscore usage, underscores only allowed between adjacent digits. 583 15
    #A6399 warning MethodName Method name 'testGetExitingExecutorService_executorSetToUseDaemonThreads' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 583 15
    #A6400 warning GoogleMethodName Method name 'testGetExitingExecutorService_executorDelegatesToOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 591 15
    #A6401 warning MethodName Method name 'testGetExitingExecutorService_executorDelegatesToOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 15
    #A6402 warning GoogleMethodName Method name 'testGetExitingExecutorService_shutdownHookRegistered' has invalid underscore usage, underscores only allowed between adjacent digits. 600 15
    #A6403 warning MethodName Method name 'testGetExitingExecutorService_shutdownHookRegistered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 600 15
    #A6404 warning GoogleMethodName Method name 'testGetExitingScheduledExecutorService_executorSetToUseDaemonThreads' has invalid underscore usage, underscores only allowed between adjacent digits. 610 15
    #A6405 warning MethodName Method name 'testGetExitingScheduledExecutorService_executorSetToUseDaemonThreads' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 610 15
    #A6406 warning GoogleMethodName Method name 'testGetExitingScheduledExecutorService_executorDelegatesToOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 617 15
    #A6407 warning MethodName Method name 'testGetExitingScheduledExecutorService_executorDelegatesToOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 617 15
    #A6408 warning GoogleMethodName Method name 'testGetScheduledExitingExecutorService_shutdownHookRegistered' has invalid underscore usage, underscores only allowed between adjacent digits. 626 15
    #A6409 warning MethodName Method name 'testGetScheduledExitingExecutorService_shutdownHookRegistered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 15
    #A6410 warning GoogleMethodName Method name 'testPlatformThreadFactory_default' has invalid underscore usage, underscores only allowed between adjacent digits. 637 15
    #A6411 warning MethodName Method name 'testPlatformThreadFactory_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 637 15
    #A6412 warning GoogleMethodName Method name 'testExecutors_nullCheck' has invalid underscore usage, underscores only allowed between adjacent digits. 658 15
    #A6413 warning MethodName Method name 'testExecutors_nullCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 658 15
    #A6414 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_immediateShutdown' has invalid underscore usage, underscores only allowed between adjacent digits. 687 15
    #A6415 warning MethodName Method name 'testShutdownAndAwaitTermination_immediateShutdown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 687 15
    #A6416 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_immediateShutdownInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 693 15
    #A6417 warning MethodName Method name 'testShutdownAndAwaitTermination_immediateShutdownInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 693 15
    #A6418 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_forcedShutDownInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 702 15
    #A6419 warning MethodName Method name 'testShutdownAndAwaitTermination_forcedShutDownInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 702 15
    #A6420 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_nonTerminationInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 714 15
    #A6421 warning MethodName Method name 'testShutdownAndAwaitTermination_nonTerminationInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 15
    #A6422 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_interruptedInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 725 15
    #A6423 warning MethodName Method name 'testShutdownAndAwaitTermination_interruptedInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 725 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

    Severity Rule Message Line Col
    #A6424 warning GoogleMethodName Method name 'testTryAcquire_noWaitAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A6425 warning MethodName Method name 'testTryAcquire_noWaitAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A6426 warning GoogleMethodName Method name 'testTryAcquire_someWaitAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 340 15
    #A6427 warning MethodName Method name 'testTryAcquire_someWaitAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 340 15
    #A6428 warning GoogleMethodName Method name 'testTryAcquire_overflow' has invalid underscore usage, underscores only allowed between adjacent digits. 349 15
    #A6429 warning MethodName Method name 'testTryAcquire_overflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 15
    #A6430 warning GoogleMethodName Method name 'testTryAcquire_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A6431 warning MethodName Method name 'testTryAcquire_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A6432 warning GoogleMethodName Method name 'testInfinity_Bursty' has invalid underscore usage, underscores only allowed between adjacent digits. 376 15
    #A6433 warning MethodName Method name 'testInfinity_Bursty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 15
    #A6434 warning GoogleMethodName Method name 'testInfinity_BustyTimeElapsed' has invalid underscore usage, underscores only allowed between adjacent digits. 403 15
    #A6435 warning MethodName Method name 'testInfinity_BustyTimeElapsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A6436 warning GoogleMethodName Method name 'testInfinity_WarmUp' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A6437 warning MethodName Method name 'testInfinity_WarmUp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15
    #A6438 warning GoogleMethodName Method name 'testInfinity_WarmUpTimeElapsed' has invalid underscore usage, underscores only allowed between adjacent digits. 437 15
    #A6439 warning MethodName Method name 'testInfinity_WarmUpTimeElapsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 437 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

    Severity Rule Message Line Col
    #A6440 warning GoogleMethodName Method name 'testConstructingWithNullExecutor_fails' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A6441 warning MethodName Method name 'testConstructingWithNullExecutor_fails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A6442 warning GoogleMethodName Method name 'testRuntimeException_doesNotStopExecution' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A6443 warning MethodName Method name 'testRuntimeException_doesNotStopExecution' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A6444 warning GoogleMethodName Method name 'testInterrupt_beforeRunRestoresInterruption' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A6445 warning MethodName Method name 'testInterrupt_beforeRunRestoresInterruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A6446 warning GoogleMethodName Method name 'testInterrupt_doesNotInterruptSubsequentTask' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A6447 warning MethodName Method name 'testInterrupt_doesNotInterruptSubsequentTask' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A6448 warning GoogleMethodName Method name 'testInterrupt_doesNotStopExecution' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A6449 warning MethodName Method name 'testInterrupt_doesNotStopExecution' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

    Severity Rule Message Line Col
    #A6450 warning GoogleMethodName Method name 'testServiceStartupTimes_selfStartingServices' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A6451 warning MethodName Method name 'testServiceStartupTimes_selfStartingServices' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A6452 warning GoogleMethodName Method name 'testFailStart_singleServiceCallsHealthy' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A6453 warning MethodName Method name 'testFailStart_singleServiceCallsHealthy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A6454 warning GoogleMethodName Method name 'testFailStart_stopOthers' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A6455 warning MethodName Method name 'testFailStart_stopOthers' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A6456 warning GoogleMethodName Method name 'testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady' has invalid underscore usage, underscores only allowed between adjacent digits. 525 15
    #A6457 warning MethodName Method name 'testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 525 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/SettableFutureTest.java

    Severity Rule Message Line Col
    #A6458 warning GoogleMethodName Method name 'testSetValue_simpleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A6459 warning MethodName Method name 'testSetValue_simpleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A6460 warning GoogleMethodName Method name 'testSetFuture_genericsHierarchy' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A6461 warning MethodName Method name 'testSetFuture_genericsHierarchy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A6462 warning GoogleMethodName Method name 'testCancel_innerCancelsAsync' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A6463 warning MethodName Method name 'testCancel_innerCancelsAsync' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A6464 warning GoogleMethodName Method name 'testCancel_resultCancelsInner_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 184 15
    #A6465 warning MethodName Method name 'testCancel_resultCancelsInner_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A6466 warning GoogleMethodName Method name 'testCancel_resultCancelsInner' has invalid underscore usage, underscores only allowed between adjacent digits. 199 15
    #A6467 warning MethodName Method name 'testCancel_resultCancelsInner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 199 15
    #A6468 warning GoogleMethodName Method name 'testCancel_beforeSet' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A6469 warning MethodName Method name 'testCancel_beforeSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A6470 warning GoogleMethodName Method name 'testCancel_multipleBeforeSetFuture_noInterruptFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A6471 warning MethodName Method name 'testCancel_multipleBeforeSetFuture_noInterruptFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A6472 warning GoogleMethodName Method name 'testCancel_multipleBeforeSetFuture_interruptFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A6473 warning MethodName Method name 'testCancel_multipleBeforeSetFuture_interruptFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/SimpleTimeLimiterTest.java

    Severity Rule Message Line Col
    #A6474 warning GoogleMethodName Method name 'testNewProxy_goodMethodWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A6475 warning MethodName Method name 'testNewProxy_goodMethodWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A6476 warning GoogleMethodName Method name 'testNewProxy_goodMethodWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A6477 warning MethodName Method name 'testNewProxy_goodMethodWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A6478 warning GoogleMethodName Method name 'testNewProxy_badMethodWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A6479 warning MethodName Method name 'testNewProxy_badMethodWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A6480 warning GoogleMethodName Method name 'testNewProxy_badMethodWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A6481 warning MethodName Method name 'testNewProxy_badMethodWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A6482 warning GoogleMethodName Method name 'testCallWithTimeout_goodCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A6483 warning MethodName Method name 'testCallWithTimeout_goodCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A6484 warning GoogleMethodName Method name 'testCallWithTimeout_goodCallableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A6485 warning MethodName Method name 'testCallWithTimeout_goodCallableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A6486 warning GoogleMethodName Method name 'testCallWithTimeout_badCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A6487 warning MethodName Method name 'testCallWithTimeout_badCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A6488 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A6489 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A6490 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A6491 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A6492 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_badCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A6493 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_badCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A6494 warning GoogleMethodName Method name 'testRunWithTimeout_goodRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A6495 warning MethodName Method name 'testRunWithTimeout_goodRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A6496 warning GoogleMethodName Method name 'testRunWithTimeout_goodRunnableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A6497 warning MethodName Method name 'testRunWithTimeout_goodRunnableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A6498 warning GoogleMethodName Method name 'testRunWithTimeout_badRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A6499 warning MethodName Method name 'testRunWithTimeout_badRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A6500 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A6501 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A6502 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A6503 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A6504 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_badRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A6505 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_badRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java

    Severity Rule Message Line Col
    #A6506 warning GoogleMethodName Method name 'testThreadFactoryBuilder_defaults' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A6507 warning MethodName Method name 'testThreadFactoryBuilder_defaults' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A6508 warning GoogleMethodName Method name 'testNameFormatWithPercentS_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A6509 warning MethodName Method name 'testNameFormatWithPercentS_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A6510 warning GoogleMethodName Method name 'testNameFormatWithPercentD_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A6511 warning MethodName Method name 'testNameFormatWithPercentD_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A6512 warning GoogleMethodName Method name 'testDaemon_false' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A6513 warning MethodName Method name 'testDaemon_false' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A6514 warning GoogleMethodName Method name 'testDaemon_true' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A6515 warning MethodName Method name 'testDaemon_true' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A6516 warning GoogleMethodName Method name 'testPriority_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A6517 warning MethodName Method name 'testPriority_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A6518 warning GoogleMethodName Method name 'testPriority_tooLow' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A6519 warning MethodName Method name 'testPriority_tooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A6520 warning GoogleMethodName Method name 'testPriority_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A6521 warning MethodName Method name 'testPriority_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A6522 warning GoogleMethodName Method name 'testUncaughtExceptionHandler_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A6523 warning MethodName Method name 'testUncaughtExceptionHandler_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/TrustedListenableFutureTaskTest.java

    Severity Rule Message Line Col
    #A6524 warning GoogleMethodName Method name 'testCancel_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A6525 warning MethodName Method name 'testCancel_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/UninterruptibleFutureTest.java

    Severity Rule Message Line Col
    #A6526 warning GoogleMethodName Method name 'testMakeUninterruptible_timeoutPreservedThroughInterruption' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A6527 warning MethodName Method name 'testMakeUninterruptible_timeoutPreservedThroughInterruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A6528 warning GoogleMethodName Method name 'testMakeUninterruptible_untimed_uninterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A6529 warning MethodName Method name 'testMakeUninterruptible_untimed_uninterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A6530 warning GoogleMethodName Method name 'testMakeUninterruptible_untimed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A6531 warning MethodName Method name 'testMakeUninterruptible_untimed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A6532 warning GoogleMethodName Method name 'testMakeUninterruptible_untimed_multiplyInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A6533 warning MethodName Method name 'testMakeUninterruptible_untimed_multiplyInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A6534 warning GoogleMethodName Method name 'testMakeUninterruptible_timed_uninterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A6535 warning MethodName Method name 'testMakeUninterruptible_timed_uninterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A6536 warning GoogleMethodName Method name 'testMakeUninterruptible_timed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A6537 warning MethodName Method name 'testMakeUninterruptible_timed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A6538 warning GoogleMethodName Method name 'testMakeUninterruptible_timed_multiplyInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A6539 warning MethodName Method name 'testMakeUninterruptible_timed_multiplyInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A6540 warning GoogleMethodName Method name 'testMakeUninterruptible_plainFutureSanityCheck' has invalid underscore usage, underscores only allowed between adjacent digits. 215 15
    #A6541 warning MethodName Method name 'testMakeUninterruptible_plainFutureSanityCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 15
    #A6542 warning GoogleMethodName Method name 'testMakeUninterruptible_timedGetZeroTimeoutAttempted' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A6543 warning MethodName Method name 'testMakeUninterruptible_timedGetZeroTimeoutAttempted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15
    #A6544 warning GoogleMethodName Method name 'testMakeUninterruptible_timedGetNegativeTimeoutAttempted' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A6545 warning MethodName Method name 'testMakeUninterruptible_timedGetNegativeTimeoutAttempted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/util/concurrent/WrappingScheduledExecutorServiceTest.java

    Severity Rule Message Line Col
    #A6546 warning GoogleMethodName Method name 'testSchedule_repeating' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A6547 warning MethodName Method name 'testSchedule_repeating' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/graph/ConfigurableValueGraph.java

    Severity Rule Message Line Col
    #A6548 warning GoogleMethodName Method name 'hasEdgeConnecting_internal' has invalid underscore usage, underscores only allowed between adjacent digits. 173 27
    #A6549 warning MethodName Method name 'hasEdgeConnecting_internal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 27
    #A6550 warning GoogleMethodName Method name 'edgeValueOrDefault_internal' has invalid underscore usage, underscores only allowed between adjacent digits. 178 21
    #A6551 warning MethodName Method name 'edgeValueOrDefault_internal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/PairedStats.java

    Severity Rule Message Line Col
    #A6552 warning MethodName Method name 'xStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 16
    #A6553 warning GoogleMethodName Method name 'xStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 72 16
    #A6554 warning MethodName Method name 'yStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 16
    #A6555 warning GoogleMethodName Method name 'yStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava/src/com/google/common/math/PairedStatsAccumulator.java

    Severity Rule Message Line Col
    #A6556 warning MethodName Method name 'xStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 16
    #A6557 warning GoogleMethodName Method name 'xStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 103 16
    #A6558 warning MethodName Method name 'yStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 16
    #A6559 warning GoogleMethodName Method name 'yStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 108 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/CaseFormatTest_gwt.java

    Severity Rule Message Line Col
    #A6560 warning GoogleMethodName Method name 'testConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6561 warning MethodName Method name 'testConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6562 warning GoogleMethodName Method name 'testConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6563 warning MethodName Method name 'testConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6564 warning GoogleMethodName Method name 'testConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6565 warning MethodName Method name 'testConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/CharMatcherTest_gwt.java

    Severity Rule Message Line Col
    #A6566 warning GoogleMethodName Method name 'testAnyAndNone_logicalOps' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6567 warning MethodName Method name 'testAnyAndNone_logicalOps' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6568 warning GoogleMethodName Method name 'testCollapse_any' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6569 warning MethodName Method name 'testCollapse_any' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/ConverterTest_gwt.java

    Severity Rule Message Line Col
    #A6570 warning GoogleMethodName Method name 'testSerialization_andThen' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A6571 warning MethodName Method name 'testSerialization_andThen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A6572 warning GoogleMethodName Method name 'testSerialization_from' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6573 warning MethodName Method name 'testSerialization_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6574 warning GoogleMethodName Method name 'testSerialization_identity' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A6575 warning MethodName Method name 'testSerialization_identity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A6576 warning GoogleMethodName Method name 'testSerialization_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A6577 warning MethodName Method name 'testSerialization_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/EnumsTest_gwt.java

    Severity Rule Message Line Col
    #A6578 warning GoogleMethodName Method name 'testGetIfPresent_caseSensitive' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6579 warning MethodName Method name 'testGetIfPresent_caseSensitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6580 warning GoogleMethodName Method name 'testGetIfPresent_whenNoMatchingConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6581 warning MethodName Method name 'testGetIfPresent_whenNoMatchingConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6582 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6583 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6584 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6585 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A6586 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6587 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6588 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A6589 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A6590 warning GoogleMethodName Method name 'testStringConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6591 warning MethodName Method name 'testStringConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/EquivalenceTest_gwt.java

    Severity Rule Message Line Col
    #A6592 warning GoogleMethodName Method name 'testOnResultOf_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6593 warning MethodName Method name 'testOnResultOf_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6594 warning GoogleMethodName Method name 'testPairwiseEquivalent_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6595 warning MethodName Method name 'testPairwiseEquivalent_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6596 warning GoogleMethodName Method name 'testWrap_get' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6597 warning MethodName Method name 'testWrap_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/FunctionsTest_gwt.java

    Severity Rule Message Line Col
    #A6598 warning GoogleMethodName Method name 'testForMapWithDefault_null' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6599 warning MethodName Method name 'testForMapWithDefault_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6600 warning GoogleMethodName Method name 'testIdentity_notSame' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6601 warning MethodName Method name 'testIdentity_notSame' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6602 warning GoogleMethodName Method name 'testIdentity_same' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A6603 warning MethodName Method name 'testIdentity_same' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A6604 warning GoogleMethodName Method name 'testToStringFunction_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A6605 warning MethodName Method name 'testToStringFunction_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/JoinerTest_gwt.java

    Severity Rule Message Line Col
    #A6606 warning GoogleMethodName Method name 'test_skipNulls_onMap' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A6607 warning MethodName Method name 'test_skipNulls_onMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A6608 warning GoogleMethodName Method name 'test_skipNulls_useForNull' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6609 warning MethodName Method name 'test_skipNulls_useForNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6610 warning GoogleMethodName Method name 'test_useForNull_skipNulls' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6611 warning MethodName Method name 'test_useForNull_skipNulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6612 warning GoogleMethodName Method name 'test_useForNull_twice' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6613 warning MethodName Method name 'test_useForNull_twice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/OptionalTest_gwt.java

    Severity Rule Message Line Col
    #A6614 warning GoogleMethodName Method name 'testAsSet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6615 warning MethodName Method name 'testAsSet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6616 warning GoogleMethodName Method name 'testAsSet_absentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6617 warning MethodName Method name 'testAsSet_absentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6618 warning GoogleMethodName Method name 'testAsSet_present' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6619 warning MethodName Method name 'testAsSet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6620 warning GoogleMethodName Method name 'testAsSet_presentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6621 warning MethodName Method name 'testAsSet_presentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A6622 warning GoogleMethodName Method name 'testFromNullable_null' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6623 warning MethodName Method name 'testFromNullable_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6624 warning GoogleMethodName Method name 'testGet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6625 warning MethodName Method name 'testGet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A6626 warning GoogleMethodName Method name 'testGet_present' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A6627 warning MethodName Method name 'testGet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A6628 warning GoogleMethodName Method name 'testIsPresent_no' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6629 warning MethodName Method name 'testIsPresent_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6630 warning GoogleMethodName Method name 'testIsPresent_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A6631 warning MethodName Method name 'testIsPresent_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A6632 warning GoogleMethodName Method name 'testOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A6633 warning MethodName Method name 'testOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A6634 warning GoogleMethodName Method name 'testOrNull_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A6635 warning MethodName Method name 'testOrNull_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A6636 warning GoogleMethodName Method name 'testOrNull_present' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A6637 warning MethodName Method name 'testOrNull_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A6638 warning GoogleMethodName Method name 'testOr_Optional_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A6639 warning MethodName Method name 'testOr_Optional_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A6640 warning GoogleMethodName Method name 'testOr_Optional_present' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A6641 warning MethodName Method name 'testOr_Optional_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A6642 warning GoogleMethodName Method name 'testOr_T_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A6643 warning MethodName Method name 'testOr_T_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A6644 warning GoogleMethodName Method name 'testOr_T_present' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A6645 warning MethodName Method name 'testOr_T_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A6646 warning GoogleMethodName Method name 'testOr_nullSupplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A6647 warning MethodName Method name 'testOr_nullSupplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A6648 warning GoogleMethodName Method name 'testOr_nullSupplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A6649 warning MethodName Method name 'testOr_nullSupplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A6650 warning GoogleMethodName Method name 'testOr_supplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A6651 warning MethodName Method name 'testOr_supplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A6652 warning GoogleMethodName Method name 'testOr_supplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A6653 warning MethodName Method name 'testOr_supplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A6654 warning GoogleMethodName Method name 'testPresentInstances_allAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A6655 warning MethodName Method name 'testPresentInstances_allAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A6656 warning GoogleMethodName Method name 'testPresentInstances_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A6657 warning MethodName Method name 'testPresentInstances_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A6658 warning GoogleMethodName Method name 'testPresentInstances_callingIteratorTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A6659 warning MethodName Method name 'testPresentInstances_callingIteratorTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A6660 warning GoogleMethodName Method name 'testPresentInstances_somePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A6661 warning MethodName Method name 'testPresentInstances_somePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A6662 warning GoogleMethodName Method name 'testPresentInstances_wildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A6663 warning MethodName Method name 'testPresentInstances_wildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A6664 warning GoogleMethodName Method name 'testToJavaUtil_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A6665 warning MethodName Method name 'testToJavaUtil_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A6666 warning GoogleMethodName Method name 'testToJavaUtil_static' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A6667 warning MethodName Method name 'testToJavaUtil_static' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A6668 warning GoogleMethodName Method name 'testToString_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A6669 warning MethodName Method name 'testToString_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A6670 warning GoogleMethodName Method name 'testToString_present' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A6671 warning MethodName Method name 'testToString_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A6672 warning GoogleMethodName Method name 'testTransform_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A6673 warning MethodName Method name 'testTransform_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A6674 warning GoogleMethodName Method name 'testTransform_absent_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A6675 warning MethodName Method name 'testTransform_absent_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A6676 warning GoogleMethodName Method name 'testTransform_presentIdentity' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A6677 warning MethodName Method name 'testTransform_presentIdentity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A6678 warning GoogleMethodName Method name 'testTransform_presentToString' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A6679 warning MethodName Method name 'testTransform_presentToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A6680 warning GoogleMethodName Method name 'testTransform_present_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A6681 warning MethodName Method name 'testTransform_present_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/PreconditionsTest_gwt.java

    Severity Rule Message Line Col
    #A6682 warning GoogleMethodName Method name 'testCheckArgument_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A6683 warning MethodName Method name 'testCheckArgument_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A6684 warning GoogleMethodName Method name 'testCheckArgument_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6685 warning MethodName Method name 'testCheckArgument_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6686 warning GoogleMethodName Method name 'testCheckArgument_notEnoughArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6687 warning MethodName Method name 'testCheckArgument_notEnoughArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6688 warning GoogleMethodName Method name 'testCheckArgument_nullArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6689 warning MethodName Method name 'testCheckArgument_nullArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6690 warning GoogleMethodName Method name 'testCheckArgument_nullMessageWithArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6691 warning MethodName Method name 'testCheckArgument_nullMessageWithArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A6692 warning GoogleMethodName Method name 'testCheckArgument_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6693 warning MethodName Method name 'testCheckArgument_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6694 warning GoogleMethodName Method name 'testCheckArgument_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A6695 warning MethodName Method name 'testCheckArgument_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A6696 warning GoogleMethodName Method name 'testCheckArgument_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6697 warning MethodName Method name 'testCheckArgument_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6698 warning GoogleMethodName Method name 'testCheckArgument_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6699 warning MethodName Method name 'testCheckArgument_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6700 warning GoogleMethodName Method name 'testCheckArgument_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6701 warning MethodName Method name 'testCheckArgument_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A6702 warning GoogleMethodName Method name 'testCheckArgument_singleNullArg_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A6703 warning MethodName Method name 'testCheckArgument_singleNullArg_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A6704 warning GoogleMethodName Method name 'testCheckArgument_singleNullArray_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6705 warning MethodName Method name 'testCheckArgument_singleNullArray_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6706 warning GoogleMethodName Method name 'testCheckArgument_tooManyArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A6707 warning MethodName Method name 'testCheckArgument_tooManyArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A6708 warning GoogleMethodName Method name 'testCheckElementIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A6709 warning MethodName Method name 'testCheckElementIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A6710 warning GoogleMethodName Method name 'testCheckElementIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A6711 warning MethodName Method name 'testCheckElementIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A6712 warning GoogleMethodName Method name 'testCheckElementIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A6713 warning MethodName Method name 'testCheckElementIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A6714 warning GoogleMethodName Method name 'testCheckElementIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A6715 warning MethodName Method name 'testCheckElementIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A6716 warning GoogleMethodName Method name 'testCheckElementIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A6717 warning MethodName Method name 'testCheckElementIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A6718 warning GoogleMethodName Method name 'testCheckElementIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A6719 warning MethodName Method name 'testCheckElementIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A6720 warning GoogleMethodName Method name 'testCheckNotNull_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A6721 warning MethodName Method name 'testCheckNotNull_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A6722 warning GoogleMethodName Method name 'testCheckNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A6723 warning MethodName Method name 'testCheckNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A6724 warning GoogleMethodName Method name 'testCheckNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A6725 warning MethodName Method name 'testCheckNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A6726 warning GoogleMethodName Method name 'testCheckNotNull_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A6727 warning MethodName Method name 'testCheckNotNull_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A6728 warning GoogleMethodName Method name 'testCheckNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A6729 warning MethodName Method name 'testCheckNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A6730 warning GoogleMethodName Method name 'testCheckNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A6731 warning MethodName Method name 'testCheckNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A6732 warning GoogleMethodName Method name 'testCheckPositionIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A6733 warning MethodName Method name 'testCheckPositionIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A6734 warning GoogleMethodName Method name 'testCheckPositionIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A6735 warning MethodName Method name 'testCheckPositionIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A6736 warning GoogleMethodName Method name 'testCheckPositionIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A6737 warning MethodName Method name 'testCheckPositionIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A6738 warning GoogleMethodName Method name 'testCheckPositionIndex_startNegative' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A6739 warning MethodName Method name 'testCheckPositionIndex_startNegative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A6740 warning GoogleMethodName Method name 'testCheckPositionIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A6741 warning MethodName Method name 'testCheckPositionIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A6742 warning GoogleMethodName Method name 'testCheckPositionIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A6743 warning MethodName Method name 'testCheckPositionIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A6744 warning GoogleMethodName Method name 'testCheckPositionIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A6745 warning MethodName Method name 'testCheckPositionIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A6746 warning GoogleMethodName Method name 'testCheckPositionIndexes_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A6747 warning MethodName Method name 'testCheckPositionIndexes_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A6748 warning GoogleMethodName Method name 'testCheckPositionIndexes_endTooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A6749 warning MethodName Method name 'testCheckPositionIndexes_endTooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A6750 warning GoogleMethodName Method name 'testCheckPositionIndexes_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A6751 warning MethodName Method name 'testCheckPositionIndexes_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A6752 warning GoogleMethodName Method name 'testCheckPositionIndexes_reversed' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A6753 warning MethodName Method name 'testCheckPositionIndexes_reversed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A6754 warning GoogleMethodName Method name 'testCheckState_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A6755 warning MethodName Method name 'testCheckState_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A6756 warning GoogleMethodName Method name 'testCheckState_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A6757 warning MethodName Method name 'testCheckState_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A6758 warning GoogleMethodName Method name 'testCheckState_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A6759 warning MethodName Method name 'testCheckState_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A6760 warning GoogleMethodName Method name 'testCheckState_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A6761 warning MethodName Method name 'testCheckState_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A6762 warning GoogleMethodName Method name 'testCheckState_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A6763 warning MethodName Method name 'testCheckState_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A6764 warning GoogleMethodName Method name 'testCheckState_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A6765 warning MethodName Method name 'testCheckState_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A6766 warning GoogleMethodName Method name 'testCheckState_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A6767 warning MethodName Method name 'testCheckState_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/PredicatesTest_gwt.java

    Severity Rule Message Line Col
    #A6768 warning GoogleMethodName Method name 'testAlwaysFalse_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A6769 warning MethodName Method name 'testAlwaysFalse_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A6770 warning GoogleMethodName Method name 'testAlwaysFalse_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6771 warning MethodName Method name 'testAlwaysFalse_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6772 warning GoogleMethodName Method name 'testAlwaysTrue_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6773 warning MethodName Method name 'testAlwaysTrue_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6774 warning GoogleMethodName Method name 'testAlwaysTrue_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6775 warning MethodName Method name 'testAlwaysTrue_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6776 warning GoogleMethodName Method name 'testAnd_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6777 warning MethodName Method name 'testAnd_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A6778 warning GoogleMethodName Method name 'testAnd_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6779 warning MethodName Method name 'testAnd_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6780 warning GoogleMethodName Method name 'testAnd_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A6781 warning MethodName Method name 'testAnd_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A6782 warning GoogleMethodName Method name 'testAnd_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6783 warning MethodName Method name 'testAnd_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6784 warning GoogleMethodName Method name 'testAnd_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6785 warning MethodName Method name 'testAnd_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6786 warning GoogleMethodName Method name 'testAnd_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6787 warning MethodName Method name 'testAnd_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A6788 warning GoogleMethodName Method name 'testAnd_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A6789 warning MethodName Method name 'testAnd_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A6790 warning GoogleMethodName Method name 'testAnd_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6791 warning MethodName Method name 'testAnd_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6792 warning GoogleMethodName Method name 'testAnd_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A6793 warning MethodName Method name 'testAnd_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A6794 warning GoogleMethodName Method name 'testAnd_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A6795 warning MethodName Method name 'testAnd_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A6796 warning GoogleMethodName Method name 'testAnd_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A6797 warning MethodName Method name 'testAnd_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A6798 warning GoogleMethodName Method name 'testAnd_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A6799 warning MethodName Method name 'testAnd_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A6800 warning GoogleMethodName Method name 'testAnd_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A6801 warning MethodName Method name 'testAnd_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A6802 warning GoogleMethodName Method name 'testIn_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A6803 warning MethodName Method name 'testIn_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A6804 warning GoogleMethodName Method name 'testIn_compilesWithExplicitSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A6805 warning MethodName Method name 'testIn_compilesWithExplicitSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A6806 warning GoogleMethodName Method name 'testIn_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A6807 warning MethodName Method name 'testIn_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A6808 warning GoogleMethodName Method name 'testIn_handlesClassCastException' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A6809 warning MethodName Method name 'testIn_handlesClassCastException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A6810 warning GoogleMethodName Method name 'testIn_handlesNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A6811 warning MethodName Method name 'testIn_handlesNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A6812 warning GoogleMethodName Method name 'testIsEqualToNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A6813 warning MethodName Method name 'testIsEqualToNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A6814 warning GoogleMethodName Method name 'testIsEqualToNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A6815 warning MethodName Method name 'testIsEqualToNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A6816 warning GoogleMethodName Method name 'testIsEqualTo_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A6817 warning MethodName Method name 'testIsEqualTo_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A6818 warning GoogleMethodName Method name 'testIsEqualTo_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A6819 warning MethodName Method name 'testIsEqualTo_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A6820 warning GoogleMethodName Method name 'testIsNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A6821 warning MethodName Method name 'testIsNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A6822 warning GoogleMethodName Method name 'testIsNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A6823 warning MethodName Method name 'testIsNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A6824 warning GoogleMethodName Method name 'testNotNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A6825 warning MethodName Method name 'testNotNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A6826 warning GoogleMethodName Method name 'testNotNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A6827 warning MethodName Method name 'testNotNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A6828 warning GoogleMethodName Method name 'testNot_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A6829 warning MethodName Method name 'testNot_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A6830 warning GoogleMethodName Method name 'testNot_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A6831 warning MethodName Method name 'testNot_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A6832 warning GoogleMethodName Method name 'testNot_equalityForNotOfKnownValues' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A6833 warning MethodName Method name 'testNot_equalityForNotOfKnownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A6834 warning GoogleMethodName Method name 'testOr_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A6835 warning MethodName Method name 'testOr_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A6836 warning GoogleMethodName Method name 'testOr_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A6837 warning MethodName Method name 'testOr_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A6838 warning GoogleMethodName Method name 'testOr_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A6839 warning MethodName Method name 'testOr_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A6840 warning GoogleMethodName Method name 'testOr_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A6841 warning MethodName Method name 'testOr_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A6842 warning GoogleMethodName Method name 'testOr_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A6843 warning MethodName Method name 'testOr_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A6844 warning GoogleMethodName Method name 'testOr_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A6845 warning MethodName Method name 'testOr_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A6846 warning GoogleMethodName Method name 'testOr_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A6847 warning MethodName Method name 'testOr_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A6848 warning GoogleMethodName Method name 'testOr_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A6849 warning MethodName Method name 'testOr_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A6850 warning GoogleMethodName Method name 'testOr_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A6851 warning MethodName Method name 'testOr_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A6852 warning GoogleMethodName Method name 'testOr_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A6853 warning MethodName Method name 'testOr_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A6854 warning GoogleMethodName Method name 'testOr_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A6855 warning MethodName Method name 'testOr_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A6856 warning GoogleMethodName Method name 'testOr_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A6857 warning MethodName Method name 'testOr_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A6858 warning GoogleMethodName Method name 'testOr_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A6859 warning MethodName Method name 'testOr_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/SplitterTest_gwt.java

    Severity Rule Message Line Col
    #A6860 warning GoogleMethodName Method name 'testMapSplitter_CharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A6861 warning MethodName Method name 'testMapSplitter_CharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A6862 warning GoogleMethodName Method name 'testMapSplitter_duplicateKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A6863 warning MethodName Method name 'testMapSplitter_duplicateKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A6864 warning GoogleMethodName Method name 'testMapSplitter_emptySeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A6865 warning MethodName Method name 'testMapSplitter_emptySeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A6866 warning GoogleMethodName Method name 'testMapSplitter_extraValueDelimiter' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A6867 warning MethodName Method name 'testMapSplitter_extraValueDelimiter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A6868 warning GoogleMethodName Method name 'testMapSplitter_malformedEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A6869 warning MethodName Method name 'testMapSplitter_malformedEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A6870 warning GoogleMethodName Method name 'testMapSplitter_multiCharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A6871 warning MethodName Method name 'testMapSplitter_multiCharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A6872 warning GoogleMethodName Method name 'testMapSplitter_notTrimmed' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A6873 warning MethodName Method name 'testMapSplitter_notTrimmed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A6874 warning GoogleMethodName Method name 'testMapSplitter_orderedResults' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A6875 warning MethodName Method name 'testMapSplitter_orderedResults' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A6876 warning GoogleMethodName Method name 'testMapSplitter_trimmedBoth' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A6877 warning MethodName Method name 'testMapSplitter_trimmedBoth' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A6878 warning GoogleMethodName Method name 'testMapSplitter_trimmedEntries' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A6879 warning MethodName Method name 'testMapSplitter_trimmedEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A6880 warning GoogleMethodName Method name 'testMapSplitter_trimmedKeyValue' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A6881 warning MethodName Method name 'testMapSplitter_trimmedKeyValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A6882 warning GoogleMethodName Method name 'testMapSplitter_varyingTrimLevels' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A6883 warning MethodName Method name 'testMapSplitter_varyingTrimLevels' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A6884 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_char' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A6885 warning MethodName Method name 'testSplitterIterableIsLazy_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A6886 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_string' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A6887 warning MethodName Method name 'testSplitterIterableIsLazy_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A6888 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_char' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A6889 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A6890 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_string' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A6891 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/StopwatchTest_gwt.java

    Severity Rule Message Line Col
    #A6892 warning GoogleMethodName Method name 'testElapsed_micros' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6893 warning MethodName Method name 'testElapsed_micros' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6894 warning GoogleMethodName Method name 'testElapsed_millis' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6895 warning MethodName Method name 'testElapsed_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6896 warning GoogleMethodName Method name 'testElapsed_multipleSegments' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6897 warning MethodName Method name 'testElapsed_multipleSegments' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A6898 warning GoogleMethodName Method name 'testElapsed_notRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6899 warning MethodName Method name 'testElapsed_notRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6900 warning GoogleMethodName Method name 'testElapsed_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A6901 warning MethodName Method name 'testElapsed_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A6902 warning GoogleMethodName Method name 'testReset_new' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6903 warning MethodName Method name 'testReset_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6904 warning GoogleMethodName Method name 'testReset_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6905 warning MethodName Method name 'testReset_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A6906 warning GoogleMethodName Method name 'testStart_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6907 warning MethodName Method name 'testStart_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6908 warning GoogleMethodName Method name 'testStop_alreadyStopped' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A6909 warning MethodName Method name 'testStop_alreadyStopped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A6910 warning GoogleMethodName Method name 'testStop_new' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A6911 warning MethodName Method name 'testStop_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/StringsTest_gwt.java

    Severity Rule Message Line Col
    #A6912 warning GoogleMethodName Method name 'testLenientFormat_badArgumentToString_gwtFriendly' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6913 warning MethodName Method name 'testLenientFormat_badArgumentToString_gwtFriendly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6914 warning GoogleMethodName Method name 'testPadEnd_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6915 warning MethodName Method name 'testPadEnd_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6916 warning GoogleMethodName Method name 'testPadEnd_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6917 warning MethodName Method name 'testPadEnd_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6918 warning GoogleMethodName Method name 'testPadEnd_null' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6919 warning MethodName Method name 'testPadEnd_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A6920 warning GoogleMethodName Method name 'testPadEnd_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A6921 warning MethodName Method name 'testPadEnd_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A6922 warning GoogleMethodName Method name 'testPadStart_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6923 warning MethodName Method name 'testPadStart_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6924 warning GoogleMethodName Method name 'testPadStart_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A6925 warning MethodName Method name 'testPadStart_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A6926 warning GoogleMethodName Method name 'testPadStart_null' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A6927 warning MethodName Method name 'testPadStart_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A6928 warning GoogleMethodName Method name 'testPadStart_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A6929 warning MethodName Method name 'testPadStart_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A6930 warning GoogleMethodName Method name 'testRepeat_null' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A6931 warning MethodName Method name 'testRepeat_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/SuppliersTest_gwt.java

    Severity Rule Message Line Col
    #A6932 warning GoogleMethodName Method name 'testCompose_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6933 warning MethodName Method name 'testCompose_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6934 warning GoogleMethodName Method name 'testMemoize_redudantly' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6935 warning MethodName Method name 'testMemoize_redudantly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6936 warning GoogleMethodName Method name 'testOfInstance_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6937 warning MethodName Method name 'testOfInstance_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/ThrowablesTest_gwt.java

    Severity Rule Message Line Col
    #A6938 warning GoogleMethodName Method name 'testGetRootCause_DoubleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6939 warning MethodName Method name 'testGetRootCause_DoubleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6940 warning GoogleMethodName Method name 'testGetRootCause_Loop' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6941 warning MethodName Method name 'testGetRootCause_Loop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A6942 warning GoogleMethodName Method name 'testGetRootCause_NoCause' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6943 warning MethodName Method name 'testGetRootCause_NoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6944 warning GoogleMethodName Method name 'testGetRootCause_SingleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A6945 warning MethodName Method name 'testGetRootCause_SingleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A6946 warning GoogleMethodName Method name 'testThrowIfUnchecked_Checked' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6947 warning MethodName Method name 'testThrowIfUnchecked_Checked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6948 warning GoogleMethodName Method name 'testThrowIfUnchecked_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6949 warning MethodName Method name 'testThrowIfUnchecked_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6950 warning GoogleMethodName Method name 'testThrowIfUnchecked_Unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6951 warning MethodName Method name 'testThrowIfUnchecked_Unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A6952 warning GoogleMethodName Method name 'testThrowIfUnchecked_null' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A6953 warning MethodName Method name 'testThrowIfUnchecked_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/ToStringHelperTest_gwt.java

    Severity Rule Message Line Col
    #A6954 warning GoogleMethodName Method name 'testConstructorLenient_anonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A6955 warning MethodName Method name 'testConstructorLenient_anonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A6956 warning GoogleMethodName Method name 'testConstructorLenient_classObject' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6957 warning MethodName Method name 'testConstructorLenient_classObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6958 warning GoogleMethodName Method name 'testConstructorLenient_innerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6959 warning MethodName Method name 'testConstructorLenient_innerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6960 warning GoogleMethodName Method name 'testConstructorLenient_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6961 warning MethodName Method name 'testConstructorLenient_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A6962 warning GoogleMethodName Method name 'testConstructor_stringObject' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A6963 warning MethodName Method name 'testConstructor_stringObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A6964 warning GoogleMethodName Method name 'testToStringHelperLenient_localInnerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A6965 warning MethodName Method name 'testToStringHelperLenient_localInnerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A6966 warning GoogleMethodName Method name 'testToStringHelperLenient_localInnerNestedClass' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A6967 warning MethodName Method name 'testToStringHelperLenient_localInnerNestedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A6968 warning GoogleMethodName Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A6969 warning MethodName Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A6970 warning GoogleMethodName Method name 'testToStringLenient_addValue' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A6971 warning MethodName Method name 'testToStringLenient_addValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A6972 warning GoogleMethodName Method name 'testToStringLenient_addValueWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A6973 warning MethodName Method name 'testToStringLenient_addValueWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A6974 warning GoogleMethodName Method name 'testToStringLenient_addWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A6975 warning MethodName Method name 'testToStringLenient_addWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A6976 warning GoogleMethodName Method name 'testToStringLenient_complexFields' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A6977 warning MethodName Method name 'testToStringLenient_complexFields' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A6978 warning GoogleMethodName Method name 'testToStringLenient_nullInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A6979 warning MethodName Method name 'testToStringLenient_nullInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A6980 warning GoogleMethodName Method name 'testToStringLenient_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A6981 warning MethodName Method name 'testToStringLenient_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A6982 warning GoogleMethodName Method name 'testToStringLenient_oneIntegerField' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A6983 warning MethodName Method name 'testToStringLenient_oneIntegerField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A6984 warning GoogleMethodName Method name 'testToString_addWithNullName' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A6985 warning MethodName Method name 'testToString_addWithNullName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/Utf8Test_gwt.java

    Severity Rule Message Line Col
    #A6986 warning GoogleMethodName Method name 'testEncodedLength_invalidStrings' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A6987 warning MethodName Method name 'testEncodedLength_invalidStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A6988 warning GoogleMethodName Method name 'testEncodedLength_validStrings' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6989 warning MethodName Method name 'testEncodedLength_validStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6990 warning GoogleMethodName Method name 'testEncodedLength_validStrings2' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6991 warning MethodName Method name 'testEncodedLength_validStrings2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A6992 warning GoogleMethodName Method name 'testIsWellFormed_4BytesSamples' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A6993 warning MethodName Method name 'testIsWellFormed_4BytesSamples' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/base/VerifyTest_gwt.java

    Severity Rule Message Line Col
    #A6994 warning GoogleMethodName Method name 'testVerifyNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A6995 warning MethodName Method name 'testVerifyNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A6996 warning GoogleMethodName Method name 'testVerifyNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A6997 warning MethodName Method name 'testVerifyNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A6998 warning GoogleMethodName Method name 'testVerifyNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A6999 warning MethodName Method name 'testVerifyNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A7000 warning GoogleMethodName Method name 'testVerifyNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A7001 warning MethodName Method name 'testVerifyNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A7002 warning GoogleMethodName Method name 'testVerify_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A7003 warning MethodName Method name 'testVerify_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A7004 warning GoogleMethodName Method name 'testVerify_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A7005 warning MethodName Method name 'testVerify_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A7006 warning GoogleMethodName Method name 'testVerify_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A7007 warning MethodName Method name 'testVerify_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A7008 warning GoogleMethodName Method name 'testVerify_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A7009 warning MethodName Method name 'testVerify_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A7010 warning GoogleMethodName Method name 'testVerify_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A7011 warning MethodName Method name 'testVerify_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A7012 warning GoogleMethodName Method name 'testVerify_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A7013 warning MethodName Method name 'testVerify_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/cache/CacheBuilderGwtTest_gwt.java

    Severity Rule Message Line Col
    #A7014 warning GoogleMethodName Method name 'testAsMapKeySet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 33 13
    #A7015 warning MethodName Method name 'testAsMapKeySet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 13
    #A7016 warning GoogleMethodName Method name 'testAsMapValues_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 39 13
    #A7017 warning MethodName Method name 'testAsMapValues_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 13
    #A7018 warning GoogleMethodName Method name 'testAsMapValues_iteratorRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 45 13
    #A7019 warning MethodName Method name 'testAsMapValues_iteratorRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 13
    #A7020 warning GoogleMethodName Method name 'testAsMap_containsKey' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A7021 warning MethodName Method name 'testAsMap_containsKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A7022 warning GoogleMethodName Method name 'testAsMap_containsValue' has invalid underscore usage, underscores only allowed between adjacent digits. 57 13
    #A7023 warning MethodName Method name 'testAsMap_containsValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/cache/CacheBuilderTest_gwt.java

    Severity Rule Message Line Col
    #A7024 warning GoogleMethodName Method name 'testConcurrencyLevel_large' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A7025 warning MethodName Method name 'testConcurrencyLevel_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A7026 warning GoogleMethodName Method name 'testConcurrencyLevel_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A7027 warning MethodName Method name 'testConcurrencyLevel_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A7028 warning GoogleMethodName Method name 'testConcurrencyLevel_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A7029 warning MethodName Method name 'testConcurrencyLevel_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A7030 warning GoogleMethodName Method name 'testInitialCapacity_large' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A7031 warning MethodName Method name 'testInitialCapacity_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A7032 warning GoogleMethodName Method name 'testInitialCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A7033 warning MethodName Method name 'testInitialCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A7034 warning GoogleMethodName Method name 'testInitialCapacity_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A7035 warning MethodName Method name 'testInitialCapacity_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A7036 warning GoogleMethodName Method name 'testMaximumSize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A7037 warning MethodName Method name 'testMaximumSize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A7038 warning GoogleMethodName Method name 'testMaximumSize_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A7039 warning MethodName Method name 'testMaximumSize_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A7040 warning GoogleMethodName Method name 'testRemovalListener_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A7041 warning MethodName Method name 'testRemovalListener_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A7042 warning GoogleMethodName Method name 'testTicker_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A7043 warning MethodName Method name 'testTicker_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A7044 warning GoogleMethodName Method name 'testTimeToIdle_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A7045 warning MethodName Method name 'testTimeToIdle_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A7046 warning GoogleMethodName Method name 'testTimeToIdle_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A7047 warning MethodName Method name 'testTimeToIdle_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A7048 warning GoogleMethodName Method name 'testTimeToIdle_small' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A7049 warning MethodName Method name 'testTimeToIdle_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A7050 warning GoogleMethodName Method name 'testTimeToLive_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A7051 warning MethodName Method name 'testTimeToLive_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A7052 warning GoogleMethodName Method name 'testTimeToLive_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A7053 warning MethodName Method name 'testTimeToLive_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A7054 warning GoogleMethodName Method name 'testTimeToLive_small' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A7055 warning MethodName Method name 'testTimeToLive_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ArrayTableTest_gwt.java

    Severity Rule Message Line Col
    #A7056 warning GoogleMethodName Method name 'testCellSetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 33 13
    #A7057 warning MethodName Method name 'testCellSetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 13
    #A7058 warning GoogleMethodName Method name 'testColumnKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 57 13
    #A7059 warning MethodName Method name 'testColumnKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 13
    #A7060 warning GoogleMethodName Method name 'testRowKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A7061 warning MethodName Method name 'testRowKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A7062 warning GoogleMethodName Method name 'testToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 309 13
    #A7063 warning MethodName Method name 'testToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 13
    #A7064 warning GoogleMethodName Method name 'testValuesToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 315 13
    #A7065 warning MethodName Method name 'testValuesToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 315 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/CollectSpliteratorsTest_gwt.java

    Severity Rule Message Line Col
    #A7066 warning GoogleMethodName Method name 'testFlatMapToDouble_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A7067 warning MethodName Method name 'testFlatMapToDouble_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A7068 warning GoogleMethodName Method name 'testFlatMapToInt_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A7069 warning MethodName Method name 'testFlatMapToInt_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A7070 warning GoogleMethodName Method name 'testFlatMapToLong_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A7071 warning MethodName Method name 'testFlatMapToLong_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A7072 warning GoogleMethodName Method name 'testFlatMap_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A7073 warning MethodName Method name 'testFlatMap_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ContiguousSetTest_gwt.java

    Severity Rule Message Line Col
    #A7074 warning GoogleMethodName Method name 'testCreate_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A7075 warning MethodName Method name 'testCreate_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A7076 warning GoogleMethodName Method name 'testCreate_noMax' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A7077 warning MethodName Method name 'testCreate_noMax' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A7078 warning GoogleMethodName Method name 'testCreate_noMin' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A7079 warning MethodName Method name 'testCreate_noMin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A7080 warning GoogleMethodName Method name 'testHeadSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A7081 warning MethodName Method name 'testHeadSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A7082 warning GoogleMethodName Method name 'testIntersection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A7083 warning MethodName Method name 'testIntersection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A7084 warning GoogleMethodName Method name 'testRange_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A7085 warning MethodName Method name 'testRange_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A7086 warning GoogleMethodName Method name 'testSubSet_outOfOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A7087 warning MethodName Method name 'testSubSet_outOfOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A7088 warning GoogleMethodName Method name 'testSubSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A7089 warning MethodName Method name 'testSubSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A7090 warning GoogleMethodName Method name 'testSubSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A7091 warning MethodName Method name 'testSubSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A7092 warning GoogleMethodName Method name 'testTailSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A7093 warning MethodName Method name 'testTailSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/EvictingQueueTest_gwt.java

    Severity Rule Message Line Col
    #A7094 warning GoogleMethodName Method name 'testAddAll_largeList' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A7095 warning MethodName Method name 'testAddAll_largeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A7096 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize0' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A7097 warning MethodName Method name 'testRemainingCapacity_maxSize0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A7098 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize1' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A7099 warning MethodName Method name 'testRemainingCapacity_maxSize1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A7100 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize3' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A7101 warning MethodName Method name 'testRemainingCapacity_maxSize3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableBiMapTest_gwt.java

    Severity Rule Message Line Col
    #A7102 warning GoogleMethodName Method name 'testDoubleInverse__BiMapSpecificTests' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A7103 warning MethodName Method name 'testDoubleInverse__BiMapSpecificTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A7104 warning GoogleMethodName Method name 'testForcePut__BiMapSpecificTests' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A7105 warning MethodName Method name 'testForcePut__BiMapSpecificTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A7106 warning GoogleMethodName Method name 'testKeySet__BiMapSpecificTests' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A7107 warning MethodName Method name 'testKeySet__BiMapSpecificTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A7108 warning GoogleMethodName Method name 'testValues__BiMapSpecificTests' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A7109 warning MethodName Method name 'testValues__BiMapSpecificTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A7110 warning GoogleMethodName Method name 'testBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A7111 warning MethodName Method name 'testBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A7112 warning GoogleMethodName Method name 'testBuilderPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A7113 warning MethodName Method name 'testBuilderPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A7114 warning GoogleMethodName Method name 'testBuilderPutAllWithEmptyMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A7115 warning MethodName Method name 'testBuilderPutAllWithEmptyMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A7116 warning GoogleMethodName Method name 'testBuilderPutNullKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A7117 warning MethodName Method name 'testBuilderPutNullKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A7118 warning GoogleMethodName Method name 'testBuilderPutNullKeyViaPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A7119 warning MethodName Method name 'testBuilderPutNullKeyViaPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A7120 warning GoogleMethodName Method name 'testBuilderPutNullValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A7121 warning MethodName Method name 'testBuilderPutNullValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A7122 warning GoogleMethodName Method name 'testBuilderPutNullValueViaPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A7123 warning MethodName Method name 'testBuilderPutNullValueViaPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A7124 warning GoogleMethodName Method name 'testBuilderReuse__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A7125 warning MethodName Method name 'testBuilderReuse__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A7126 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A7127 warning MethodName Method name 'testBuilder_orderEntriesByValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A7128 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A7129 warning MethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A7130 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A7131 warning MethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A7132 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A7133 warning MethodName Method name 'testBuilder_withImmutableEntry__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A7134 warning GoogleMethodName Method name 'testCopyOf__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A7135 warning MethodName Method name 'testCopyOf__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A7136 warning GoogleMethodName Method name 'testCopyOfEmptyMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A7137 warning MethodName Method name 'testCopyOfEmptyMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A7138 warning GoogleMethodName Method name 'testCopyOfSingletonMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A7139 warning MethodName Method name 'testCopyOfSingletonMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A7140 warning GoogleMethodName Method name 'testDuplicateValues__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A7141 warning MethodName Method name 'testDuplicateValues__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A7142 warning GoogleMethodName Method name 'testEmpty__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A7143 warning MethodName Method name 'testEmpty__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A7144 warning GoogleMethodName Method name 'testEmptyBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A7145 warning MethodName Method name 'testEmptyBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A7146 warning GoogleMethodName Method name 'testFromHashMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A7147 warning MethodName Method name 'testFromHashMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A7148 warning GoogleMethodName Method name 'testFromImmutableMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A7149 warning MethodName Method name 'testFromImmutableMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A7150 warning GoogleMethodName Method name 'testOf__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A7151 warning MethodName Method name 'testOf__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A7152 warning GoogleMethodName Method name 'testOfNullKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A7153 warning MethodName Method name 'testOfNullKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A7154 warning GoogleMethodName Method name 'testOfNullValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A7155 warning MethodName Method name 'testOfNullValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A7156 warning GoogleMethodName Method name 'testOfWithDuplicateKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A7157 warning MethodName Method name 'testOfWithDuplicateKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A7158 warning GoogleMethodName Method name 'testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A7159 warning MethodName Method name 'testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A7160 warning GoogleMethodName Method name 'testSingletonBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A7161 warning MethodName Method name 'testSingletonBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A7162 warning GoogleMethodName Method name 'testToImmutableBiMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A7163 warning MethodName Method name 'testToImmutableBiMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A7164 warning GoogleMethodName Method name 'testToImmutableBiMap_exceptionOnDuplicateKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A7165 warning MethodName Method name 'testToImmutableBiMap_exceptionOnDuplicateKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A7166 warning GoogleMethodName Method name 'testClear__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A7167 warning MethodName Method name 'testClear__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A7168 warning GoogleMethodName Method name 'testContainsKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A7169 warning MethodName Method name 'testContainsKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A7170 warning GoogleMethodName Method name 'testContainsValue__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A7171 warning MethodName Method name 'testContainsValue__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A7172 warning GoogleMethodName Method name 'testEntrySet__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A7173 warning MethodName Method name 'testEntrySet__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A7174 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A7175 warning MethodName Method name 'testEntrySetAddAndAddAll__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A7176 warning GoogleMethodName Method name 'testEntrySetClear__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A7177 warning MethodName Method name 'testEntrySetClear__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A7178 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A7179 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A7180 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A7181 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A7182 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A7183 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A7184 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A7185 warning MethodName Method name 'testEntrySetForEmptyMap__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A7186 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A7187 warning MethodName Method name 'testEntrySetIteratorRemove__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A7188 warning GoogleMethodName Method name 'testEntrySetRemove__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A7189 warning MethodName Method name 'testEntrySetRemove__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A7190 warning GoogleMethodName Method name 'testEntrySetRemoveAll__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A7191 warning MethodName Method name 'testEntrySetRemoveAll__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A7192 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A7193 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A7194 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A7195 warning MethodName Method name 'testEntrySetRemoveDifferentValue__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A7196 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A7197 warning MethodName Method name 'testEntrySetRemoveMissingKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A7198 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A7199 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A7200 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A7201 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A7202 warning GoogleMethodName Method name 'testEntrySetRetainAll__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A7203 warning MethodName Method name 'testEntrySetRetainAll__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A7204 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A7205 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A7206 warning GoogleMethodName Method name 'testEntrySetSetValue__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A7207 warning MethodName Method name 'testEntrySetSetValue__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A7208 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A7209 warning MethodName Method name 'testEntrySetSetValueSameValue__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A7210 warning GoogleMethodName Method name 'testEqualsForEmptyMap__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A7211 warning MethodName Method name 'testEqualsForEmptyMap__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A7212 warning GoogleMethodName Method name 'testEqualsForEqualMap__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A7213 warning MethodName Method name 'testEqualsForEqualMap__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A7214 warning GoogleMethodName Method name 'testEqualsForLargerMap__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A7215 warning MethodName Method name 'testEqualsForLargerMap__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A7216 warning GoogleMethodName Method name 'testEqualsForSmallerMap__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A7217 warning MethodName Method name 'testEqualsForSmallerMap__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13
    #A7218 warning GoogleMethodName Method name 'testGet__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 316 13
    #A7219 warning MethodName Method name 'testGet__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 13
    #A7220 warning GoogleMethodName Method name 'testGetForEmptyMap__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 321 13
    #A7221 warning MethodName Method name 'testGetForEmptyMap__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 13
    #A7222 warning GoogleMethodName Method name 'testGetNull__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 326 13
    #A7223 warning MethodName Method name 'testGetNull__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 13
    #A7224 warning GoogleMethodName Method name 'testHashCode__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 331 13
    #A7225 warning MethodName Method name 'testHashCode__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 13
    #A7226 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 336 13
    #A7227 warning MethodName Method name 'testHashCodeForEmptyMap__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 13
    #A7228 warning GoogleMethodName Method name 'testKeySetClear__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 341 13
    #A7229 warning MethodName Method name 'testKeySetClear__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 13
    #A7230 warning GoogleMethodName Method name 'testKeySetRemove__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 346 13
    #A7231 warning MethodName Method name 'testKeySetRemove__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 13
    #A7232 warning GoogleMethodName Method name 'testKeySetRemoveAll__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 351 13
    #A7233 warning MethodName Method name 'testKeySetRemoveAll__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 13
    #A7234 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 356 13
    #A7235 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 13
    #A7236 warning GoogleMethodName Method name 'testKeySetRetainAll__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 361 13
    #A7237 warning MethodName Method name 'testKeySetRetainAll__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 13
    #A7238 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 366 13
    #A7239 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 13
    #A7240 warning GoogleMethodName Method name 'testPutAllExistingKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 371 13
    #A7241 warning MethodName Method name 'testPutAllExistingKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 13
    #A7242 warning GoogleMethodName Method name 'testPutAllNewKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 376 13
    #A7243 warning MethodName Method name 'testPutAllNewKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 13
    #A7244 warning GoogleMethodName Method name 'testPutExistingKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 381 13
    #A7245 warning MethodName Method name 'testPutExistingKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 13
    #A7246 warning GoogleMethodName Method name 'testPutNewKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 386 13
    #A7247 warning MethodName Method name 'testPutNewKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 13
    #A7248 warning GoogleMethodName Method name 'testPutNullKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A7249 warning MethodName Method name 'testPutNullKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A7250 warning GoogleMethodName Method name 'testPutNullValue__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A7251 warning MethodName Method name 'testPutNullValue__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A7252 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 401 13
    #A7253 warning MethodName Method name 'testPutNullValueForExistingKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 13
    #A7254 warning GoogleMethodName Method name 'testRemove__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A7255 warning MethodName Method name 'testRemove__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A7256 warning GoogleMethodName Method name 'testRemoveMissingKey__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A7257 warning MethodName Method name 'testRemoveMissingKey__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A7258 warning GoogleMethodName Method name 'testSize__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A7259 warning MethodName Method name 'testSize__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A7260 warning GoogleMethodName Method name 'testValues__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A7261 warning MethodName Method name 'testValues__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A7262 warning GoogleMethodName Method name 'testValuesClear__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A7263 warning MethodName Method name 'testValuesClear__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A7264 warning GoogleMethodName Method name 'testValuesIteratorRemove__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A7265 warning MethodName Method name 'testValuesIteratorRemove__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A7266 warning GoogleMethodName Method name 'testValuesRemove__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A7267 warning MethodName Method name 'testValuesRemove__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A7268 warning GoogleMethodName Method name 'testValuesRemoveAll__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A7269 warning MethodName Method name 'testValuesRemoveAll__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A7270 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 446 13
    #A7271 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 13
    #A7272 warning GoogleMethodName Method name 'testValuesRemoveMissing__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 451 13
    #A7273 warning MethodName Method name 'testValuesRemoveMissing__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 13
    #A7274 warning GoogleMethodName Method name 'testValuesRetainAll__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 456 13
    #A7275 warning MethodName Method name 'testValuesRetainAll__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 456 13
    #A7276 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__InverseMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 461 13
    #A7277 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__InverseMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 461 13
    #A7278 warning GoogleMethodName Method name 'testClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A7279 warning MethodName Method name 'testClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A7280 warning GoogleMethodName Method name 'testContainsKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A7281 warning MethodName Method name 'testContainsKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A7282 warning GoogleMethodName Method name 'testContainsValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A7283 warning MethodName Method name 'testContainsValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A7284 warning GoogleMethodName Method name 'testEntrySet__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A7285 warning MethodName Method name 'testEntrySet__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A7286 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A7287 warning MethodName Method name 'testEntrySetAddAndAddAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A7288 warning GoogleMethodName Method name 'testEntrySetClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A7289 warning MethodName Method name 'testEntrySetClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A7290 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A7291 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A7292 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A7293 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A7294 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A7295 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A7296 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A7297 warning MethodName Method name 'testEntrySetForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A7298 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 516 13
    #A7299 warning MethodName Method name 'testEntrySetIteratorRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 13
    #A7300 warning GoogleMethodName Method name 'testEntrySetRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 521 13
    #A7301 warning MethodName Method name 'testEntrySetRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 13
    #A7302 warning GoogleMethodName Method name 'testEntrySetRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 526 13
    #A7303 warning MethodName Method name 'testEntrySetRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 13
    #A7304 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 531 13
    #A7305 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 13
    #A7306 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 536 13
    #A7307 warning MethodName Method name 'testEntrySetRemoveDifferentValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 13
    #A7308 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 541 13
    #A7309 warning MethodName Method name 'testEntrySetRemoveMissingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 541 13
    #A7310 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 546 13
    #A7311 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 546 13
    #A7312 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A7313 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A7314 warning GoogleMethodName Method name 'testEntrySetRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 556 13
    #A7315 warning MethodName Method name 'testEntrySetRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 13
    #A7316 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 561 13
    #A7317 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 561 13
    #A7318 warning GoogleMethodName Method name 'testEntrySetSetValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 566 13
    #A7319 warning MethodName Method name 'testEntrySetSetValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 13
    #A7320 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 571 13
    #A7321 warning MethodName Method name 'testEntrySetSetValueSameValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 571 13
    #A7322 warning GoogleMethodName Method name 'testEqualsForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 576 13
    #A7323 warning MethodName Method name 'testEqualsForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 13
    #A7324 warning GoogleMethodName Method name 'testEqualsForEqualMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 581 13
    #A7325 warning MethodName Method name 'testEqualsForEqualMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 581 13
    #A7326 warning GoogleMethodName Method name 'testEqualsForLargerMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 586 13
    #A7327 warning MethodName Method name 'testEqualsForLargerMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 13
    #A7328 warning GoogleMethodName Method name 'testEqualsForSmallerMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 591 13
    #A7329 warning MethodName Method name 'testEqualsForSmallerMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 13
    #A7330 warning GoogleMethodName Method name 'testGet__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 596 13
    #A7331 warning MethodName Method name 'testGet__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 13
    #A7332 warning GoogleMethodName Method name 'testGetForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 601 13
    #A7333 warning MethodName Method name 'testGetForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 601 13
    #A7334 warning GoogleMethodName Method name 'testGetNull__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 606 13
    #A7335 warning MethodName Method name 'testGetNull__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 13
    #A7336 warning GoogleMethodName Method name 'testHashCode__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 611 13
    #A7337 warning MethodName Method name 'testHashCode__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 13
    #A7338 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 616 13
    #A7339 warning MethodName Method name 'testHashCodeForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 13
    #A7340 warning GoogleMethodName Method name 'testKeySetClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 621 13
    #A7341 warning MethodName Method name 'testKeySetClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 621 13
    #A7342 warning GoogleMethodName Method name 'testKeySetRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 626 13
    #A7343 warning MethodName Method name 'testKeySetRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 13
    #A7344 warning GoogleMethodName Method name 'testKeySetRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 631 13
    #A7345 warning MethodName Method name 'testKeySetRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 13
    #A7346 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 636 13
    #A7347 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 13
    #A7348 warning GoogleMethodName Method name 'testKeySetRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 641 13
    #A7349 warning MethodName Method name 'testKeySetRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 641 13
    #A7350 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 646 13
    #A7351 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 646 13
    #A7352 warning GoogleMethodName Method name 'testPutAllExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 651 13
    #A7353 warning MethodName Method name 'testPutAllExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 651 13
    #A7354 warning GoogleMethodName Method name 'testPutAllNewKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 656 13
    #A7355 warning MethodName Method name 'testPutAllNewKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 656 13
    #A7356 warning GoogleMethodName Method name 'testPutExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 661 13
    #A7357 warning MethodName Method name 'testPutExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 13
    #A7358 warning GoogleMethodName Method name 'testPutNewKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 666 13
    #A7359 warning MethodName Method name 'testPutNewKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 666 13
    #A7360 warning GoogleMethodName Method name 'testPutNullKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 671 13
    #A7361 warning MethodName Method name 'testPutNullKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 13
    #A7362 warning GoogleMethodName Method name 'testPutNullValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 676 13
    #A7363 warning MethodName Method name 'testPutNullValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 676 13
    #A7364 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 681 13
    #A7365 warning MethodName Method name 'testPutNullValueForExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 681 13
    #A7366 warning GoogleMethodName Method name 'testRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 686 13
    #A7367 warning MethodName Method name 'testRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 13
    #A7368 warning GoogleMethodName Method name 'testRemoveMissingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 691 13
    #A7369 warning MethodName Method name 'testRemoveMissingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 13
    #A7370 warning GoogleMethodName Method name 'testSize__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 696 13
    #A7371 warning MethodName Method name 'testSize__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 13
    #A7372 warning GoogleMethodName Method name 'testValues__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 701 13
    #A7373 warning MethodName Method name 'testValues__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 13
    #A7374 warning GoogleMethodName Method name 'testValuesClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 706 13
    #A7375 warning MethodName Method name 'testValuesClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 706 13
    #A7376 warning GoogleMethodName Method name 'testValuesIteratorRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 711 13
    #A7377 warning MethodName Method name 'testValuesIteratorRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 711 13
    #A7378 warning GoogleMethodName Method name 'testValuesRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 716 13
    #A7379 warning MethodName Method name 'testValuesRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 716 13
    #A7380 warning GoogleMethodName Method name 'testValuesRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 721 13
    #A7381 warning MethodName Method name 'testValuesRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 13
    #A7382 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 726 13
    #A7383 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 726 13
    #A7384 warning GoogleMethodName Method name 'testValuesRemoveMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 731 13
    #A7385 warning MethodName Method name 'testValuesRemoveMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 731 13
    #A7386 warning GoogleMethodName Method name 'testValuesRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 736 13
    #A7387 warning MethodName Method name 'testValuesRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 736 13
    #A7388 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 741 13
    #A7389 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 741 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableEnumMapTest_gwt.java

    Severity Rule Message Line Col
    #A7390 warning GoogleMethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A7391 warning MethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableListMultimapTest_gwt.java

    Severity Rule Message Line Col
    #A7392 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A7393 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A7394 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A7395 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A7396 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A7397 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableListTest_gwt.java

    Severity Rule Message Line Col
    #A7398 warning GoogleMethodName Method name 'testAsList__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A7399 warning MethodName Method name 'testAsList__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A7400 warning GoogleMethodName Method name 'testBuilderAdd__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A7401 warning MethodName Method name 'testBuilderAdd__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A7402 warning GoogleMethodName Method name 'testBuilderAddAllHandlesNullsCorrectly__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A7403 warning MethodName Method name 'testBuilderAddAllHandlesNullsCorrectly__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A7404 warning GoogleMethodName Method name 'testBuilderAddAll_iterable__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A7405 warning MethodName Method name 'testBuilderAddAll_iterable__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A7406 warning GoogleMethodName Method name 'testBuilderAddAll_iterator__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A7407 warning MethodName Method name 'testBuilderAddAll_iterator__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A7408 warning GoogleMethodName Method name 'testBuilderAddHandlesNullsCorrectly__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A7409 warning MethodName Method name 'testBuilderAddHandlesNullsCorrectly__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A7410 warning GoogleMethodName Method name 'testBuilderAdd_varargs__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A7411 warning MethodName Method name 'testBuilderAdd_varargs__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A7412 warning GoogleMethodName Method name 'testComplexBuilder__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A7413 warning MethodName Method name 'testComplexBuilder__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A7414 warning GoogleMethodName Method name 'testEquals_immutableList__BasicTests' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A7415 warning MethodName Method name 'testEquals_immutableList__BasicTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A7416 warning GoogleMethodName Method name 'testBuilderAddArrayHandlesNulls__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A7417 warning MethodName Method name 'testBuilderAddArrayHandlesNulls__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A7418 warning GoogleMethodName Method name 'testBuilderAddCollectionHandlesNulls__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A7419 warning MethodName Method name 'testBuilderAddCollectionHandlesNulls__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A7420 warning GoogleMethodName Method name 'testCopyOf_arrayContainingOnlyNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A7421 warning MethodName Method name 'testCopyOf_arrayContainingOnlyNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A7422 warning GoogleMethodName Method name 'testCopyOf_arrayOfOneElement__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A7423 warning MethodName Method name 'testCopyOf_arrayOfOneElement__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A7424 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A7425 warning MethodName Method name 'testCopyOf_collectionContainingNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A7426 warning GoogleMethodName Method name 'testCopyOf_collection_empty__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A7427 warning MethodName Method name 'testCopyOf_collection_empty__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A7428 warning GoogleMethodName Method name 'testCopyOf_collection_general__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A7429 warning MethodName Method name 'testCopyOf_collection_general__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A7430 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A7431 warning MethodName Method name 'testCopyOf_collection_oneElement__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A7432 warning GoogleMethodName Method name 'testCopyOf_concurrentlyMutating__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A7433 warning MethodName Method name 'testCopyOf_concurrentlyMutating__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A7434 warning GoogleMethodName Method name 'testCopyOf_emptyArray__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A7435 warning MethodName Method name 'testCopyOf_emptyArray__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A7436 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A7437 warning MethodName Method name 'testCopyOf_iteratorContainingNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A7438 warning GoogleMethodName Method name 'testCopyOf_iteratorNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A7439 warning MethodName Method name 'testCopyOf_iteratorNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A7440 warning GoogleMethodName Method name 'testCopyOf_iterator_empty__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A7441 warning MethodName Method name 'testCopyOf_iterator_empty__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A7442 warning GoogleMethodName Method name 'testCopyOf_iterator_general__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A7443 warning MethodName Method name 'testCopyOf_iterator_general__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A7444 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A7445 warning MethodName Method name 'testCopyOf_iterator_oneElement__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A7446 warning GoogleMethodName Method name 'testCopyOf_nullArray__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A7447 warning MethodName Method name 'testCopyOf_nullArray__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A7448 warning GoogleMethodName Method name 'testCopyOf_plainIterable__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A7449 warning MethodName Method name 'testCopyOf_plainIterable__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A7450 warning GoogleMethodName Method name 'testCopyOf_plainIterable_iteratesOnce__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A7451 warning MethodName Method name 'testCopyOf_plainIterable_iteratesOnce__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A7452 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A7453 warning MethodName Method name 'testCopyOf_shortcut_empty__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A7454 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableList__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A7455 warning MethodName Method name 'testCopyOf_shortcut_immutableList__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A7456 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A7457 warning MethodName Method name 'testCopyOf_shortcut_singleton__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A7458 warning GoogleMethodName Method name 'testCreation_arrayOfArray__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A7459 warning MethodName Method name 'testCreation_arrayOfArray__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A7460 warning GoogleMethodName Method name 'testCreation_eightElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A7461 warning MethodName Method name 'testCreation_eightElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A7462 warning GoogleMethodName Method name 'testCreation_elevenElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A7463 warning MethodName Method name 'testCreation_elevenElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A7464 warning GoogleMethodName Method name 'testCreation_fiveElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A7465 warning MethodName Method name 'testCreation_fiveElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A7466 warning GoogleMethodName Method name 'testCreation_fourElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A7467 warning MethodName Method name 'testCreation_fourElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A7468 warning GoogleMethodName Method name 'testCreation_fourteenElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A7469 warning MethodName Method name 'testCreation_fourteenElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A7470 warning GoogleMethodName Method name 'testCreation_generic__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A7471 warning MethodName Method name 'testCreation_generic__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A7472 warning GoogleMethodName Method name 'testCreation_nineElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A7473 warning MethodName Method name 'testCreation_nineElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A7474 warning GoogleMethodName Method name 'testCreation_noArgs__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A7475 warning MethodName Method name 'testCreation_noArgs__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A7476 warning GoogleMethodName Method name 'testCreation_oneElement__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A7477 warning MethodName Method name 'testCreation_oneElement__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A7478 warning GoogleMethodName Method name 'testCreation_sevenElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A7479 warning MethodName Method name 'testCreation_sevenElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A7480 warning GoogleMethodName Method name 'testCreation_singletonNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A7481 warning MethodName Method name 'testCreation_singletonNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A7482 warning GoogleMethodName Method name 'testCreation_sixElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A7483 warning MethodName Method name 'testCreation_sixElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A7484 warning GoogleMethodName Method name 'testCreation_tenElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A7485 warning MethodName Method name 'testCreation_tenElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A7486 warning GoogleMethodName Method name 'testCreation_thirteenElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A7487 warning MethodName Method name 'testCreation_thirteenElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A7488 warning GoogleMethodName Method name 'testCreation_threeElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A7489 warning MethodName Method name 'testCreation_threeElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A7490 warning GoogleMethodName Method name 'testCreation_twelveElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A7491 warning MethodName Method name 'testCreation_twelveElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A7492 warning GoogleMethodName Method name 'testCreation_twoElements__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A7493 warning MethodName Method name 'testCreation_twoElements__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A7494 warning GoogleMethodName Method name 'testCreation_withNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A7495 warning MethodName Method name 'testCreation_withNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A7496 warning GoogleMethodName Method name 'testSortedCopyOf__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A7497 warning MethodName Method name 'testSortedCopyOf__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A7498 warning GoogleMethodName Method name 'testSortedCopyOf_containsNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A7499 warning MethodName Method name 'testSortedCopyOf_containsNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A7500 warning GoogleMethodName Method name 'testSortedCopyOf_empty__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A7501 warning MethodName Method name 'testSortedCopyOf_empty__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A7502 warning GoogleMethodName Method name 'testSortedCopyOf_natural__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A7503 warning MethodName Method name 'testSortedCopyOf_natural__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A7504 warning GoogleMethodName Method name 'testSortedCopyOf_natural_containsNull__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A7505 warning MethodName Method name 'testSortedCopyOf_natural_containsNull__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A7506 warning GoogleMethodName Method name 'testSortedCopyOf_natural_empty__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A7507 warning MethodName Method name 'testSortedCopyOf_natural_empty__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A7508 warning GoogleMethodName Method name 'testSortedCopyOf_natural_singleton__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A7509 warning MethodName Method name 'testSortedCopyOf_natural_singleton__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A7510 warning GoogleMethodName Method name 'testSortedCopyOf_singleton__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A7511 warning MethodName Method name 'testSortedCopyOf_singleton__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A7512 warning GoogleMethodName Method name 'testToImmutableList__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A7513 warning MethodName Method name 'testToImmutableList__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableMapTest_gwt.java

    Severity Rule Message Line Col
    #A7514 warning GoogleMethodName Method name 'testBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A7515 warning MethodName Method name 'testBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A7516 warning GoogleMethodName Method name 'testBuilderPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A7517 warning MethodName Method name 'testBuilderPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A7518 warning GoogleMethodName Method name 'testBuilderPutAllWithEmptyMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A7519 warning MethodName Method name 'testBuilderPutAllWithEmptyMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A7520 warning GoogleMethodName Method name 'testBuilderPutImmutableEntryWithNullKeyFailsAtomically__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A7521 warning MethodName Method name 'testBuilderPutImmutableEntryWithNullKeyFailsAtomically__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A7522 warning GoogleMethodName Method name 'testBuilderPutMutableEntryWithNullKeyFailsAtomically__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A7523 warning MethodName Method name 'testBuilderPutMutableEntryWithNullKeyFailsAtomically__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A7524 warning GoogleMethodName Method name 'testBuilderPutNullKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A7525 warning MethodName Method name 'testBuilderPutNullKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A7526 warning GoogleMethodName Method name 'testBuilderPutNullKeyFailsAtomically__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A7527 warning MethodName Method name 'testBuilderPutNullKeyFailsAtomically__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A7528 warning GoogleMethodName Method name 'testBuilderPutNullKeyViaPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A7529 warning MethodName Method name 'testBuilderPutNullKeyViaPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A7530 warning GoogleMethodName Method name 'testBuilderPutNullValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A7531 warning MethodName Method name 'testBuilderPutNullValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A7532 warning GoogleMethodName Method name 'testBuilderPutNullValueViaPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A7533 warning MethodName Method name 'testBuilderPutNullValueViaPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A7534 warning GoogleMethodName Method name 'testBuilderReuse__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A7535 warning MethodName Method name 'testBuilderReuse__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A7536 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A7537 warning MethodName Method name 'testBuilder_orderEntriesByValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A7538 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A7539 warning MethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A7540 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A7541 warning MethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A7542 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A7543 warning MethodName Method name 'testBuilder_withImmutableEntry__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A7544 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A7545 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A7546 warning GoogleMethodName Method name 'testBuilder_withMutableEntry__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A7547 warning MethodName Method name 'testBuilder_withMutableEntry__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A7548 warning GoogleMethodName Method name 'testCopyOf__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A7549 warning MethodName Method name 'testCopyOf__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A7550 warning GoogleMethodName Method name 'testCopyOfEmptyMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A7551 warning MethodName Method name 'testCopyOfEmptyMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A7552 warning GoogleMethodName Method name 'testCopyOfSingletonMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A7553 warning MethodName Method name 'testCopyOfSingletonMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A7554 warning GoogleMethodName Method name 'testEmptyBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A7555 warning MethodName Method name 'testEmptyBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A7556 warning GoogleMethodName Method name 'testOf__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A7557 warning MethodName Method name 'testOf__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A7558 warning GoogleMethodName Method name 'testOfNullKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A7559 warning MethodName Method name 'testOfNullKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A7560 warning GoogleMethodName Method name 'testOfNullValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A7561 warning MethodName Method name 'testOfNullValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A7562 warning GoogleMethodName Method name 'testOfWithDuplicateKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A7563 warning MethodName Method name 'testOfWithDuplicateKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A7564 warning GoogleMethodName Method name 'testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A7565 warning MethodName Method name 'testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A7566 warning GoogleMethodName Method name 'testSingletonBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A7567 warning MethodName Method name 'testSingletonBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A7568 warning GoogleMethodName Method name 'testToImmutableMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A7569 warning MethodName Method name 'testToImmutableMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A7570 warning GoogleMethodName Method name 'testToImmutableMapMerging__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A7571 warning MethodName Method name 'testToImmutableMapMerging__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A7572 warning GoogleMethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A7573 warning MethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A7574 warning GoogleMethodName Method name 'testClear__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A7575 warning MethodName Method name 'testClear__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A7576 warning GoogleMethodName Method name 'testContainsKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A7577 warning MethodName Method name 'testContainsKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A7578 warning GoogleMethodName Method name 'testContainsValue__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A7579 warning MethodName Method name 'testContainsValue__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A7580 warning GoogleMethodName Method name 'testEntrySet__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A7581 warning MethodName Method name 'testEntrySet__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A7582 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A7583 warning MethodName Method name 'testEntrySetAddAndAddAll__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A7584 warning GoogleMethodName Method name 'testEntrySetClear__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A7585 warning MethodName Method name 'testEntrySetClear__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A7586 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A7587 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A7588 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A7589 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A7590 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A7591 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A7592 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A7593 warning MethodName Method name 'testEntrySetForEmptyMap__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A7594 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A7595 warning MethodName Method name 'testEntrySetIteratorRemove__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A7596 warning GoogleMethodName Method name 'testEntrySetRemove__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A7597 warning MethodName Method name 'testEntrySetRemove__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A7598 warning GoogleMethodName Method name 'testEntrySetRemoveAll__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A7599 warning MethodName Method name 'testEntrySetRemoveAll__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A7600 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A7601 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A7602 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A7603 warning MethodName Method name 'testEntrySetRemoveDifferentValue__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A7604 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A7605 warning MethodName Method name 'testEntrySetRemoveMissingKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A7606 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A7607 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A7608 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A7609 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A7610 warning GoogleMethodName Method name 'testEntrySetRetainAll__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A7611 warning MethodName Method name 'testEntrySetRetainAll__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13
    #A7612 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 316 13
    #A7613 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 13
    #A7614 warning GoogleMethodName Method name 'testEntrySetSetValue__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 321 13
    #A7615 warning MethodName Method name 'testEntrySetSetValue__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 13
    #A7616 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 326 13
    #A7617 warning MethodName Method name 'testEntrySetSetValueSameValue__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 13
    #A7618 warning GoogleMethodName Method name 'testEqualsForEmptyMap__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 331 13
    #A7619 warning MethodName Method name 'testEqualsForEmptyMap__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 13
    #A7620 warning GoogleMethodName Method name 'testEqualsForEqualMap__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 336 13
    #A7621 warning MethodName Method name 'testEqualsForEqualMap__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 13
    #A7622 warning GoogleMethodName Method name 'testEqualsForLargerMap__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 341 13
    #A7623 warning MethodName Method name 'testEqualsForLargerMap__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 13
    #A7624 warning GoogleMethodName Method name 'testEqualsForSmallerMap__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 346 13
    #A7625 warning MethodName Method name 'testEqualsForSmallerMap__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 13
    #A7626 warning GoogleMethodName Method name 'testGet__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 351 13
    #A7627 warning MethodName Method name 'testGet__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 13
    #A7628 warning GoogleMethodName Method name 'testGetForEmptyMap__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 356 13
    #A7629 warning MethodName Method name 'testGetForEmptyMap__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 13
    #A7630 warning GoogleMethodName Method name 'testGetNull__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 361 13
    #A7631 warning MethodName Method name 'testGetNull__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 13
    #A7632 warning GoogleMethodName Method name 'testHashCode__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 366 13
    #A7633 warning MethodName Method name 'testHashCode__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 13
    #A7634 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 371 13
    #A7635 warning MethodName Method name 'testHashCodeForEmptyMap__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 13
    #A7636 warning GoogleMethodName Method name 'testKeySetClear__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 376 13
    #A7637 warning MethodName Method name 'testKeySetClear__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 13
    #A7638 warning GoogleMethodName Method name 'testKeySetRemove__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 381 13
    #A7639 warning MethodName Method name 'testKeySetRemove__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 13
    #A7640 warning GoogleMethodName Method name 'testKeySetRemoveAll__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 386 13
    #A7641 warning MethodName Method name 'testKeySetRemoveAll__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 13
    #A7642 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A7643 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A7644 warning GoogleMethodName Method name 'testKeySetRetainAll__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A7645 warning MethodName Method name 'testKeySetRetainAll__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A7646 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 401 13
    #A7647 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 13
    #A7648 warning GoogleMethodName Method name 'testPutAllExistingKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A7649 warning MethodName Method name 'testPutAllExistingKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A7650 warning GoogleMethodName Method name 'testPutAllNewKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A7651 warning MethodName Method name 'testPutAllNewKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A7652 warning GoogleMethodName Method name 'testPutExistingKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A7653 warning MethodName Method name 'testPutExistingKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A7654 warning GoogleMethodName Method name 'testPutNewKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A7655 warning MethodName Method name 'testPutNewKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A7656 warning GoogleMethodName Method name 'testPutNullKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A7657 warning MethodName Method name 'testPutNullKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A7658 warning GoogleMethodName Method name 'testPutNullValue__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A7659 warning MethodName Method name 'testPutNullValue__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A7660 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A7661 warning MethodName Method name 'testPutNullValueForExistingKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A7662 warning GoogleMethodName Method name 'testRemove__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A7663 warning MethodName Method name 'testRemove__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A7664 warning GoogleMethodName Method name 'testRemoveMissingKey__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 446 13
    #A7665 warning MethodName Method name 'testRemoveMissingKey__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 13
    #A7666 warning GoogleMethodName Method name 'testSize__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 451 13
    #A7667 warning MethodName Method name 'testSize__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 13
    #A7668 warning GoogleMethodName Method name 'testValues__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 456 13
    #A7669 warning MethodName Method name 'testValues__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 456 13
    #A7670 warning GoogleMethodName Method name 'testValuesClear__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 461 13
    #A7671 warning MethodName Method name 'testValuesClear__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 461 13
    #A7672 warning GoogleMethodName Method name 'testValuesIteratorRemove__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A7673 warning MethodName Method name 'testValuesIteratorRemove__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A7674 warning GoogleMethodName Method name 'testValuesRemove__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A7675 warning MethodName Method name 'testValuesRemove__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A7676 warning GoogleMethodName Method name 'testValuesRemoveAll__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A7677 warning MethodName Method name 'testValuesRemoveAll__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A7678 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A7679 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A7680 warning GoogleMethodName Method name 'testValuesRemoveMissing__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A7681 warning MethodName Method name 'testValuesRemoveMissing__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A7682 warning GoogleMethodName Method name 'testValuesRetainAll__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A7683 warning MethodName Method name 'testValuesRetainAll__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A7684 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__MapTestsWithBadHashes' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A7685 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__MapTestsWithBadHashes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A7686 warning GoogleMethodName Method name 'testClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A7687 warning MethodName Method name 'testClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A7688 warning GoogleMethodName Method name 'testContainsKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A7689 warning MethodName Method name 'testContainsKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A7690 warning GoogleMethodName Method name 'testContainsValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A7691 warning MethodName Method name 'testContainsValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A7692 warning GoogleMethodName Method name 'testEntrySet__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 516 13
    #A7693 warning MethodName Method name 'testEntrySet__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 13
    #A7694 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 521 13
    #A7695 warning MethodName Method name 'testEntrySetAddAndAddAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 13
    #A7696 warning GoogleMethodName Method name 'testEntrySetClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 526 13
    #A7697 warning MethodName Method name 'testEntrySetClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 13
    #A7698 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 531 13
    #A7699 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 13
    #A7700 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 536 13
    #A7701 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 13
    #A7702 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 541 13
    #A7703 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 541 13
    #A7704 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 546 13
    #A7705 warning MethodName Method name 'testEntrySetForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 546 13
    #A7706 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A7707 warning MethodName Method name 'testEntrySetIteratorRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A7708 warning GoogleMethodName Method name 'testEntrySetRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 556 13
    #A7709 warning MethodName Method name 'testEntrySetRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 13
    #A7710 warning GoogleMethodName Method name 'testEntrySetRemoveAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 561 13
    #A7711 warning MethodName Method name 'testEntrySetRemoveAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 561 13
    #A7712 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 566 13
    #A7713 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 13
    #A7714 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 571 13
    #A7715 warning MethodName Method name 'testEntrySetRemoveDifferentValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 571 13
    #A7716 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 576 13
    #A7717 warning MethodName Method name 'testEntrySetRemoveMissingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 13
    #A7718 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 581 13
    #A7719 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 581 13
    #A7720 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 586 13
    #A7721 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 13
    #A7722 warning GoogleMethodName Method name 'testEntrySetRetainAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 591 13
    #A7723 warning MethodName Method name 'testEntrySetRetainAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 13
    #A7724 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 596 13
    #A7725 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 13
    #A7726 warning GoogleMethodName Method name 'testEntrySetSetValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 601 13
    #A7727 warning MethodName Method name 'testEntrySetSetValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 601 13
    #A7728 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 606 13
    #A7729 warning MethodName Method name 'testEntrySetSetValueSameValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 13
    #A7730 warning GoogleMethodName Method name 'testEqualsForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 611 13
    #A7731 warning MethodName Method name 'testEqualsForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 13
    #A7732 warning GoogleMethodName Method name 'testEqualsForEqualMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 616 13
    #A7733 warning MethodName Method name 'testEqualsForEqualMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 13
    #A7734 warning GoogleMethodName Method name 'testEqualsForLargerMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 621 13
    #A7735 warning MethodName Method name 'testEqualsForLargerMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 621 13
    #A7736 warning GoogleMethodName Method name 'testEqualsForSmallerMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 626 13
    #A7737 warning MethodName Method name 'testEqualsForSmallerMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 13
    #A7738 warning GoogleMethodName Method name 'testGet__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 631 13
    #A7739 warning MethodName Method name 'testGet__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 13
    #A7740 warning GoogleMethodName Method name 'testGetForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 636 13
    #A7741 warning MethodName Method name 'testGetForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 13
    #A7742 warning GoogleMethodName Method name 'testGetNull__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 641 13
    #A7743 warning MethodName Method name 'testGetNull__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 641 13
    #A7744 warning GoogleMethodName Method name 'testHashCode__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 646 13
    #A7745 warning MethodName Method name 'testHashCode__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 646 13
    #A7746 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 651 13
    #A7747 warning MethodName Method name 'testHashCodeForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 651 13
    #A7748 warning GoogleMethodName Method name 'testKeySetClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 656 13
    #A7749 warning MethodName Method name 'testKeySetClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 656 13
    #A7750 warning GoogleMethodName Method name 'testKeySetRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 661 13
    #A7751 warning MethodName Method name 'testKeySetRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 13
    #A7752 warning GoogleMethodName Method name 'testKeySetRemoveAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 666 13
    #A7753 warning MethodName Method name 'testKeySetRemoveAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 666 13
    #A7754 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 671 13
    #A7755 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 13
    #A7756 warning GoogleMethodName Method name 'testKeySetRetainAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 676 13
    #A7757 warning MethodName Method name 'testKeySetRetainAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 676 13
    #A7758 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 681 13
    #A7759 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 681 13
    #A7760 warning GoogleMethodName Method name 'testPutAllExistingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 686 13
    #A7761 warning MethodName Method name 'testPutAllExistingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 13
    #A7762 warning GoogleMethodName Method name 'testPutAllNewKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 691 13
    #A7763 warning MethodName Method name 'testPutAllNewKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 13
    #A7764 warning GoogleMethodName Method name 'testPutExistingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 696 13
    #A7765 warning MethodName Method name 'testPutExistingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 13
    #A7766 warning GoogleMethodName Method name 'testPutNewKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 701 13
    #A7767 warning MethodName Method name 'testPutNewKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 13
    #A7768 warning GoogleMethodName Method name 'testPutNullKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 706 13
    #A7769 warning MethodName Method name 'testPutNullKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 706 13
    #A7770 warning GoogleMethodName Method name 'testPutNullValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 711 13
    #A7771 warning MethodName Method name 'testPutNullValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 711 13
    #A7772 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 716 13
    #A7773 warning MethodName Method name 'testPutNullValueForExistingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 716 13
    #A7774 warning GoogleMethodName Method name 'testRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 721 13
    #A7775 warning MethodName Method name 'testRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 13
    #A7776 warning GoogleMethodName Method name 'testRemoveMissingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 726 13
    #A7777 warning MethodName Method name 'testRemoveMissingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 726 13
    #A7778 warning GoogleMethodName Method name 'testSize__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 731 13
    #A7779 warning MethodName Method name 'testSize__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 731 13
    #A7780 warning GoogleMethodName Method name 'testValues__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 736 13
    #A7781 warning MethodName Method name 'testValues__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 736 13
    #A7782 warning GoogleMethodName Method name 'testValuesClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 741 13
    #A7783 warning MethodName Method name 'testValuesClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 741 13
    #A7784 warning GoogleMethodName Method name 'testValuesIteratorRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 746 13
    #A7785 warning MethodName Method name 'testValuesIteratorRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 746 13
    #A7786 warning GoogleMethodName Method name 'testValuesRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 751 13
    #A7787 warning MethodName Method name 'testValuesRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 13
    #A7788 warning GoogleMethodName Method name 'testValuesRemoveAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 756 13
    #A7789 warning MethodName Method name 'testValuesRemoveAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 756 13
    #A7790 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 761 13
    #A7791 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 761 13
    #A7792 warning GoogleMethodName Method name 'testValuesRemoveMissing__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 766 13
    #A7793 warning MethodName Method name 'testValuesRemoveMissing__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 766 13
    #A7794 warning GoogleMethodName Method name 'testValuesRetainAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 771 13
    #A7795 warning MethodName Method name 'testValuesRetainAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 771 13
    #A7796 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 776 13
    #A7797 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 776 13
    #A7798 warning GoogleMethodName Method name 'testClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 781 13
    #A7799 warning MethodName Method name 'testClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 781 13
    #A7800 warning GoogleMethodName Method name 'testContainsKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 786 13
    #A7801 warning MethodName Method name 'testContainsKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 786 13
    #A7802 warning GoogleMethodName Method name 'testContainsValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 791 13
    #A7803 warning MethodName Method name 'testContainsValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 791 13
    #A7804 warning GoogleMethodName Method name 'testEntrySet__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 796 13
    #A7805 warning MethodName Method name 'testEntrySet__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 796 13
    #A7806 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 801 13
    #A7807 warning MethodName Method name 'testEntrySetAddAndAddAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 801 13
    #A7808 warning GoogleMethodName Method name 'testEntrySetClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 806 13
    #A7809 warning MethodName Method name 'testEntrySetClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 806 13
    #A7810 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 811 13
    #A7811 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 811 13
    #A7812 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 816 13
    #A7813 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 816 13
    #A7814 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 821 13
    #A7815 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 821 13
    #A7816 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 826 13
    #A7817 warning MethodName Method name 'testEntrySetForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 826 13
    #A7818 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 831 13
    #A7819 warning MethodName Method name 'testEntrySetIteratorRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 831 13
    #A7820 warning GoogleMethodName Method name 'testEntrySetRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 836 13
    #A7821 warning MethodName Method name 'testEntrySetRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 836 13
    #A7822 warning GoogleMethodName Method name 'testEntrySetRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 841 13
    #A7823 warning MethodName Method name 'testEntrySetRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 841 13
    #A7824 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 846 13
    #A7825 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 846 13
    #A7826 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 851 13
    #A7827 warning MethodName Method name 'testEntrySetRemoveDifferentValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 851 13
    #A7828 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 856 13
    #A7829 warning MethodName Method name 'testEntrySetRemoveMissingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 13
    #A7830 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 861 13
    #A7831 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 861 13
    #A7832 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 866 13
    #A7833 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 13
    #A7834 warning GoogleMethodName Method name 'testEntrySetRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 871 13
    #A7835 warning MethodName Method name 'testEntrySetRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 871 13
    #A7836 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 876 13
    #A7837 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 876 13
    #A7838 warning GoogleMethodName Method name 'testEntrySetSetValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 881 13
    #A7839 warning MethodName Method name 'testEntrySetSetValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 881 13
    #A7840 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 886 13
    #A7841 warning MethodName Method name 'testEntrySetSetValueSameValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 886 13
    #A7842 warning GoogleMethodName Method name 'testEqualsForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 891 13
    #A7843 warning MethodName Method name 'testEqualsForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 891 13
    #A7844 warning GoogleMethodName Method name 'testEqualsForEqualMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 896 13
    #A7845 warning MethodName Method name 'testEqualsForEqualMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 896 13
    #A7846 warning GoogleMethodName Method name 'testEqualsForLargerMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 901 13
    #A7847 warning MethodName Method name 'testEqualsForLargerMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 901 13
    #A7848 warning GoogleMethodName Method name 'testEqualsForSmallerMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 906 13
    #A7849 warning MethodName Method name 'testEqualsForSmallerMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 906 13
    #A7850 warning GoogleMethodName Method name 'testGet__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 911 13
    #A7851 warning MethodName Method name 'testGet__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 911 13
    #A7852 warning GoogleMethodName Method name 'testGetForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 916 13
    #A7853 warning MethodName Method name 'testGetForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 916 13
    #A7854 warning GoogleMethodName Method name 'testGetNull__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 921 13
    #A7855 warning MethodName Method name 'testGetNull__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 921 13
    #A7856 warning GoogleMethodName Method name 'testHashCode__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 926 13
    #A7857 warning MethodName Method name 'testHashCode__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 926 13
    #A7858 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 931 13
    #A7859 warning MethodName Method name 'testHashCodeForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 931 13
    #A7860 warning GoogleMethodName Method name 'testKeySetClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 936 13
    #A7861 warning MethodName Method name 'testKeySetClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 936 13
    #A7862 warning GoogleMethodName Method name 'testKeySetRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 941 13
    #A7863 warning MethodName Method name 'testKeySetRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 941 13
    #A7864 warning GoogleMethodName Method name 'testKeySetRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 946 13
    #A7865 warning MethodName Method name 'testKeySetRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 946 13
    #A7866 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 951 13
    #A7867 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 951 13
    #A7868 warning GoogleMethodName Method name 'testKeySetRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 956 13
    #A7869 warning MethodName Method name 'testKeySetRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 956 13
    #A7870 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 961 13
    #A7871 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 961 13
    #A7872 warning GoogleMethodName Method name 'testPutAllExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 966 13
    #A7873 warning MethodName Method name 'testPutAllExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 966 13
    #A7874 warning GoogleMethodName Method name 'testPutAllNewKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 971 13
    #A7875 warning MethodName Method name 'testPutAllNewKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 971 13
    #A7876 warning GoogleMethodName Method name 'testPutExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 976 13
    #A7877 warning MethodName Method name 'testPutExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 976 13
    #A7878 warning GoogleMethodName Method name 'testPutNewKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 981 13
    #A7879 warning MethodName Method name 'testPutNewKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 981 13
    #A7880 warning GoogleMethodName Method name 'testPutNullKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 986 13
    #A7881 warning MethodName Method name 'testPutNullKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 986 13
    #A7882 warning GoogleMethodName Method name 'testPutNullValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 991 13
    #A7883 warning MethodName Method name 'testPutNullValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 991 13
    #A7884 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 996 13
    #A7885 warning MethodName Method name 'testPutNullValueForExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 996 13
    #A7886 warning GoogleMethodName Method name 'testRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1001 13
    #A7887 warning MethodName Method name 'testRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1001 13
    #A7888 warning GoogleMethodName Method name 'testRemoveMissingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1006 13
    #A7889 warning MethodName Method name 'testRemoveMissingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1006 13
    #A7890 warning GoogleMethodName Method name 'testSize__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1011 13
    #A7891 warning MethodName Method name 'testSize__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1011 13
    #A7892 warning GoogleMethodName Method name 'testValues__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1016 13
    #A7893 warning MethodName Method name 'testValues__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1016 13
    #A7894 warning GoogleMethodName Method name 'testValuesClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1021 13
    #A7895 warning MethodName Method name 'testValuesClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1021 13
    #A7896 warning GoogleMethodName Method name 'testValuesIteratorRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1026 13
    #A7897 warning MethodName Method name 'testValuesIteratorRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1026 13
    #A7898 warning GoogleMethodName Method name 'testValuesRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1031 13
    #A7899 warning MethodName Method name 'testValuesRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1031 13
    #A7900 warning GoogleMethodName Method name 'testValuesRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1036 13
    #A7901 warning MethodName Method name 'testValuesRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1036 13
    #A7902 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1041 13
    #A7903 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1041 13
    #A7904 warning GoogleMethodName Method name 'testValuesRemoveMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1046 13
    #A7905 warning MethodName Method name 'testValuesRemoveMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1046 13
    #A7906 warning GoogleMethodName Method name 'testValuesRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1051 13
    #A7907 warning MethodName Method name 'testValuesRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1051 13
    #A7908 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1056 13
    #A7909 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1056 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableMultimapTest_gwt.java

    Severity Rule Message Line Col
    #A7910 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A7911 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A7912 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A7913 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A7914 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A7915 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java

    Severity Rule Message Line Col
    #A7916 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A7917 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A7918 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A7919 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A7920 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A7921 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A7922 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A7923 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A7924 warning GoogleMethodName Method name 'testCopyOf_hashMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A7925 warning MethodName Method name 'testCopyOf_hashMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A7926 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A7927 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A7928 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A7929 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A7930 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A7931 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A7932 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A7933 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A7934 warning GoogleMethodName Method name 'testCopyOf_multisetContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A7935 warning MethodName Method name 'testCopyOf_multisetContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A7936 warning GoogleMethodName Method name 'testCopyOf_multiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A7937 warning MethodName Method name 'testCopyOf_multiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A7938 warning GoogleMethodName Method name 'testCopyOf_multiset_general' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A7939 warning MethodName Method name 'testCopyOf_multiset_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A7940 warning GoogleMethodName Method name 'testCopyOf_multiset_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A7941 warning MethodName Method name 'testCopyOf_multiset_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A7942 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A7943 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A7944 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A7945 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A7946 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A7947 warning MethodName Method name 'testCopyOf_shortcut_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A7948 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A7949 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A7950 warning GoogleMethodName Method name 'testCopyOf_treeMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A7951 warning MethodName Method name 'testCopyOf_treeMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A7952 warning GoogleMethodName Method name 'testCreation_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A7953 warning MethodName Method name 'testCreation_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A7954 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A7955 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A7956 warning GoogleMethodName Method name 'testCreation_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A7957 warning MethodName Method name 'testCreation_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A7958 warning GoogleMethodName Method name 'testCreation_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A7959 warning MethodName Method name 'testCreation_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A7960 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A7961 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A7962 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A7963 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A7964 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A7965 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A7966 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A7967 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A7968 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A7969 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A7970 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A7971 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A7972 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A7973 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A7974 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A7975 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A7976 warning GoogleMethodName Method name 'testEquals_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A7977 warning MethodName Method name 'testEquals_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A7978 warning GoogleMethodName Method name 'testToImmutableMultiset_duplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A7979 warning MethodName Method name 'testToImmutableMultiset_duplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableSetMultimapTest_gwt.java

    Severity Rule Message Line Col
    #A7980 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A7981 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A7982 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A7983 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A7984 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A7985 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableSetTest_gwt.java

    Severity Rule Message Line Col
    #A7986 warning GoogleMethodName Method name 'testContainsAll_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A7987 warning MethodName Method name 'testContainsAll_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A7988 warning GoogleMethodName Method name 'testCopyOf_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A7989 warning MethodName Method name 'testCopyOf_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A7990 warning GoogleMethodName Method name 'testCopyOf_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A7991 warning MethodName Method name 'testCopyOf_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A7992 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A7993 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A7994 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A7995 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A7996 warning GoogleMethodName Method name 'testCopyOf_collection_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A7997 warning MethodName Method name 'testCopyOf_collection_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A7998 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A7999 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A8000 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A8001 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A8002 warning GoogleMethodName Method name 'testCopyOf_collection_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A8003 warning MethodName Method name 'testCopyOf_collection_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A8004 warning GoogleMethodName Method name 'testCopyOf_copiesImmutableSortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A8005 warning MethodName Method name 'testCopyOf_copiesImmutableSortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A8006 warning GoogleMethodName Method name 'testCopyOf_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A8007 warning MethodName Method name 'testCopyOf_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A8008 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A8009 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A8010 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A8011 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A8012 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A8013 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A8014 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A8015 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A8016 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A8017 warning MethodName Method name 'testCopyOf_iterator_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A8018 warning GoogleMethodName Method name 'testCopyOf_nullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A8019 warning MethodName Method name 'testCopyOf_nullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A8020 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A8021 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A8022 warning GoogleMethodName Method name 'testCopyOf_plainIterable_iteratesOnce' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A8023 warning MethodName Method name 'testCopyOf_plainIterable_iteratesOnce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A8024 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A8025 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A8026 warning GoogleMethodName Method name 'testCopyOf_shortcut_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A8027 warning MethodName Method name 'testCopyOf_shortcut_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A8028 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A8029 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A8030 warning GoogleMethodName Method name 'testCreation_allDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A8031 warning MethodName Method name 'testCreation_allDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A8032 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A8033 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A8034 warning GoogleMethodName Method name 'testCreation_eightElements' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A8035 warning MethodName Method name 'testCreation_eightElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A8036 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A8037 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A8038 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A8039 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A8040 warning GoogleMethodName Method name 'testCreation_manyDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A8041 warning MethodName Method name 'testCreation_manyDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A8042 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A8043 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A8044 warning GoogleMethodName Method name 'testCreation_oneDuplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A8045 warning MethodName Method name 'testCreation_oneDuplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A8046 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A8047 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A8048 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A8049 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A8050 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A8051 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A8052 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A8053 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A8054 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A8055 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A8056 warning GoogleMethodName Method name 'testEquals_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A8057 warning MethodName Method name 'testEquals_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A8058 warning GoogleMethodName Method name 'testToImmutableSet_duplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A8059 warning MethodName Method name 'testToImmutableSet_duplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableSortedMapTest_gwt.java

    Severity Rule Message Line Col
    #A8060 warning GoogleMethodName Method name 'testBuilderGenerics_SelfComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A8061 warning MethodName Method name 'testBuilderGenerics_SelfComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A8062 warning GoogleMethodName Method name 'testBuilderGenerics_SuperComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A8063 warning MethodName Method name 'testBuilderGenerics_SuperComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A8064 warning GoogleMethodName Method name 'testBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A8065 warning MethodName Method name 'testBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A8066 warning GoogleMethodName Method name 'testBuilderComparator__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A8067 warning MethodName Method name 'testBuilderComparator__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A8068 warning GoogleMethodName Method name 'testBuilderPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A8069 warning MethodName Method name 'testBuilderPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A8070 warning GoogleMethodName Method name 'testBuilderPutAllWithEmptyMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A8071 warning MethodName Method name 'testBuilderPutAllWithEmptyMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A8072 warning GoogleMethodName Method name 'testBuilderPutNullKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A8073 warning MethodName Method name 'testBuilderPutNullKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A8074 warning GoogleMethodName Method name 'testBuilderPutNullKeyViaPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A8075 warning MethodName Method name 'testBuilderPutNullKeyViaPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A8076 warning GoogleMethodName Method name 'testBuilderPutNullValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A8077 warning MethodName Method name 'testBuilderPutNullValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A8078 warning GoogleMethodName Method name 'testBuilderPutNullValueViaPutAll__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A8079 warning MethodName Method name 'testBuilderPutNullValueViaPutAll__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A8080 warning GoogleMethodName Method name 'testBuilderReuse__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A8081 warning MethodName Method name 'testBuilderReuse__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A8082 warning GoogleMethodName Method name 'testBuilderReverseOrder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A8083 warning MethodName Method name 'testBuilderReverseOrder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A8084 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueFails__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A8085 warning MethodName Method name 'testBuilder_orderEntriesByValueFails__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A8086 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A8087 warning MethodName Method name 'testBuilder_withImmutableEntry__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A8088 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A8089 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A8090 warning GoogleMethodName Method name 'testBuilder_withMutableEntry__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A8091 warning MethodName Method name 'testBuilder_withMutableEntry__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A8092 warning GoogleMethodName Method name 'testCopyOf__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A8093 warning MethodName Method name 'testCopyOf__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A8094 warning GoogleMethodName Method name 'testCopyOfDuplicateKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A8095 warning MethodName Method name 'testCopyOfDuplicateKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A8096 warning GoogleMethodName Method name 'testCopyOfEmptyMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A8097 warning MethodName Method name 'testCopyOfEmptyMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A8098 warning GoogleMethodName Method name 'testCopyOfExplicitComparator__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A8099 warning MethodName Method name 'testCopyOfExplicitComparator__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A8100 warning GoogleMethodName Method name 'testCopyOfImmutableSortedSetDifferentComparator__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A8101 warning MethodName Method name 'testCopyOfImmutableSortedSetDifferentComparator__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A8102 warning GoogleMethodName Method name 'testCopyOfSingletonMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A8103 warning MethodName Method name 'testCopyOfSingletonMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A8104 warning GoogleMethodName Method name 'testCopyOfSortedExplicit__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A8105 warning MethodName Method name 'testCopyOfSortedExplicit__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A8106 warning GoogleMethodName Method name 'testCopyOfSortedNatural__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A8107 warning MethodName Method name 'testCopyOfSortedNatural__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A8108 warning GoogleMethodName Method name 'testEmptyBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A8109 warning MethodName Method name 'testEmptyBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A8110 warning GoogleMethodName Method name 'testImmutableMapCopyOfImmutableSortedMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A8111 warning MethodName Method name 'testImmutableMapCopyOfImmutableSortedMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A8112 warning GoogleMethodName Method name 'testOf__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A8113 warning MethodName Method name 'testOf__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A8114 warning GoogleMethodName Method name 'testOfNullKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A8115 warning MethodName Method name 'testOfNullKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A8116 warning GoogleMethodName Method name 'testOfNullValue__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A8117 warning MethodName Method name 'testOfNullValue__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A8118 warning GoogleMethodName Method name 'testOfWithDuplicateKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A8119 warning MethodName Method name 'testOfWithDuplicateKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A8120 warning GoogleMethodName Method name 'testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A8121 warning MethodName Method name 'testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A8122 warning GoogleMethodName Method name 'testSingletonBuilder__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A8123 warning MethodName Method name 'testSingletonBuilder__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A8124 warning GoogleMethodName Method name 'testToImmutableSortedMap__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A8125 warning MethodName Method name 'testToImmutableSortedMap__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A8126 warning GoogleMethodName Method name 'testToImmutableSortedMapMerging__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A8127 warning MethodName Method name 'testToImmutableSortedMapMerging__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A8128 warning GoogleMethodName Method name 'testToImmutableSortedMap_exceptionOnDuplicateKey__CreationTests' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A8129 warning MethodName Method name 'testToImmutableSortedMap_exceptionOnDuplicateKey__CreationTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A8130 warning GoogleMethodName Method name 'testClear__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A8131 warning MethodName Method name 'testClear__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A8132 warning GoogleMethodName Method name 'testContainsKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A8133 warning MethodName Method name 'testContainsKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A8134 warning GoogleMethodName Method name 'testContainsValue__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A8135 warning MethodName Method name 'testContainsValue__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A8136 warning GoogleMethodName Method name 'testEntrySet__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A8137 warning MethodName Method name 'testEntrySet__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A8138 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A8139 warning MethodName Method name 'testEntrySetAddAndAddAll__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A8140 warning GoogleMethodName Method name 'testEntrySetClear__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A8141 warning MethodName Method name 'testEntrySetClear__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A8142 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A8143 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A8144 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A8145 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A8146 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A8147 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A8148 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A8149 warning MethodName Method name 'testEntrySetForEmptyMap__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A8150 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A8151 warning MethodName Method name 'testEntrySetIteratorRemove__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A8152 warning GoogleMethodName Method name 'testEntrySetRemove__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A8153 warning MethodName Method name 'testEntrySetRemove__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13
    #A8154 warning GoogleMethodName Method name 'testEntrySetRemoveAll__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 316 13
    #A8155 warning MethodName Method name 'testEntrySetRemoveAll__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 13
    #A8156 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 321 13
    #A8157 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 13
    #A8158 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 326 13
    #A8159 warning MethodName Method name 'testEntrySetRemoveDifferentValue__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 13
    #A8160 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 331 13
    #A8161 warning MethodName Method name 'testEntrySetRemoveMissingKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 13
    #A8162 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 336 13
    #A8163 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 13
    #A8164 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 341 13
    #A8165 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 13
    #A8166 warning GoogleMethodName Method name 'testEntrySetRetainAll__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 346 13
    #A8167 warning MethodName Method name 'testEntrySetRetainAll__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 13
    #A8168 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 351 13
    #A8169 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 13
    #A8170 warning GoogleMethodName Method name 'testEntrySetSetValue__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 356 13
    #A8171 warning MethodName Method name 'testEntrySetSetValue__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 13
    #A8172 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 361 13
    #A8173 warning MethodName Method name 'testEntrySetSetValueSameValue__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 13
    #A8174 warning GoogleMethodName Method name 'testEqualsForEmptyMap__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 366 13
    #A8175 warning MethodName Method name 'testEqualsForEmptyMap__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 13
    #A8176 warning GoogleMethodName Method name 'testEqualsForEqualMap__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 371 13
    #A8177 warning MethodName Method name 'testEqualsForEqualMap__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 13
    #A8178 warning GoogleMethodName Method name 'testEqualsForLargerMap__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 376 13
    #A8179 warning MethodName Method name 'testEqualsForLargerMap__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 13
    #A8180 warning GoogleMethodName Method name 'testEqualsForSmallerMap__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 381 13
    #A8181 warning MethodName Method name 'testEqualsForSmallerMap__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 13
    #A8182 warning GoogleMethodName Method name 'testGet__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 386 13
    #A8183 warning MethodName Method name 'testGet__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 13
    #A8184 warning GoogleMethodName Method name 'testGetForEmptyMap__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A8185 warning MethodName Method name 'testGetForEmptyMap__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A8186 warning GoogleMethodName Method name 'testGetNull__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A8187 warning MethodName Method name 'testGetNull__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A8188 warning GoogleMethodName Method name 'testHashCode__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 401 13
    #A8189 warning MethodName Method name 'testHashCode__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 13
    #A8190 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A8191 warning MethodName Method name 'testHashCodeForEmptyMap__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A8192 warning GoogleMethodName Method name 'testKeySetClear__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A8193 warning MethodName Method name 'testKeySetClear__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A8194 warning GoogleMethodName Method name 'testKeySetRemove__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A8195 warning MethodName Method name 'testKeySetRemove__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A8196 warning GoogleMethodName Method name 'testKeySetRemoveAll__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A8197 warning MethodName Method name 'testKeySetRemoveAll__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A8198 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A8199 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A8200 warning GoogleMethodName Method name 'testKeySetRetainAll__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A8201 warning MethodName Method name 'testKeySetRetainAll__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A8202 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A8203 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A8204 warning GoogleMethodName Method name 'testPutAllExistingKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A8205 warning MethodName Method name 'testPutAllExistingKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A8206 warning GoogleMethodName Method name 'testPutAllNewKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 446 13
    #A8207 warning MethodName Method name 'testPutAllNewKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 13
    #A8208 warning GoogleMethodName Method name 'testPutExistingKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 451 13
    #A8209 warning MethodName Method name 'testPutExistingKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 13
    #A8210 warning GoogleMethodName Method name 'testPutNewKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 456 13
    #A8211 warning MethodName Method name 'testPutNewKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 456 13
    #A8212 warning GoogleMethodName Method name 'testPutNullKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 461 13
    #A8213 warning MethodName Method name 'testPutNullKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 461 13
    #A8214 warning GoogleMethodName Method name 'testPutNullValue__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A8215 warning MethodName Method name 'testPutNullValue__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A8216 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A8217 warning MethodName Method name 'testPutNullValueForExistingKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A8218 warning GoogleMethodName Method name 'testRemove__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A8219 warning MethodName Method name 'testRemove__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A8220 warning GoogleMethodName Method name 'testRemoveMissingKey__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A8221 warning MethodName Method name 'testRemoveMissingKey__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A8222 warning GoogleMethodName Method name 'testSize__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A8223 warning MethodName Method name 'testSize__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A8224 warning GoogleMethodName Method name 'testTailMapClearThrough__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A8225 warning MethodName Method name 'testTailMapClearThrough__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A8226 warning GoogleMethodName Method name 'testTailMapRemoveThrough__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A8227 warning MethodName Method name 'testTailMapRemoveThrough__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A8228 warning GoogleMethodName Method name 'testTailMapWriteThrough__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A8229 warning MethodName Method name 'testTailMapWriteThrough__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A8230 warning GoogleMethodName Method name 'testValues__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A8231 warning MethodName Method name 'testValues__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A8232 warning GoogleMethodName Method name 'testValuesClear__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A8233 warning MethodName Method name 'testValuesClear__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A8234 warning GoogleMethodName Method name 'testValuesIteratorRemove__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 516 13
    #A8235 warning MethodName Method name 'testValuesIteratorRemove__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 13
    #A8236 warning GoogleMethodName Method name 'testValuesRemove__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 521 13
    #A8237 warning MethodName Method name 'testValuesRemove__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 13
    #A8238 warning GoogleMethodName Method name 'testValuesRemoveAll__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 526 13
    #A8239 warning MethodName Method name 'testValuesRemoveAll__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 13
    #A8240 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 531 13
    #A8241 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 13
    #A8242 warning GoogleMethodName Method name 'testValuesRemoveMissing__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 536 13
    #A8243 warning MethodName Method name 'testValuesRemoveMissing__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 13
    #A8244 warning GoogleMethodName Method name 'testValuesRetainAll__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 541 13
    #A8245 warning MethodName Method name 'testValuesRetainAll__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 541 13
    #A8246 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__SubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 546 13
    #A8247 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__SubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 546 13
    #A8248 warning GoogleMethodName Method name 'testClear__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A8249 warning MethodName Method name 'testClear__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A8250 warning GoogleMethodName Method name 'testContainsKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 556 13
    #A8251 warning MethodName Method name 'testContainsKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 13
    #A8252 warning GoogleMethodName Method name 'testContainsValue__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 561 13
    #A8253 warning MethodName Method name 'testContainsValue__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 561 13
    #A8254 warning GoogleMethodName Method name 'testEntrySet__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 566 13
    #A8255 warning MethodName Method name 'testEntrySet__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 13
    #A8256 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 571 13
    #A8257 warning MethodName Method name 'testEntrySetAddAndAddAll__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 571 13
    #A8258 warning GoogleMethodName Method name 'testEntrySetClear__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 576 13
    #A8259 warning MethodName Method name 'testEntrySetClear__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 13
    #A8260 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 581 13
    #A8261 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 581 13
    #A8262 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 586 13
    #A8263 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 13
    #A8264 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 591 13
    #A8265 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 13
    #A8266 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 596 13
    #A8267 warning MethodName Method name 'testEntrySetForEmptyMap__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 13
    #A8268 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 601 13
    #A8269 warning MethodName Method name 'testEntrySetIteratorRemove__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 601 13
    #A8270 warning GoogleMethodName Method name 'testEntrySetRemove__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 606 13
    #A8271 warning MethodName Method name 'testEntrySetRemove__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 13
    #A8272 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 611 13
    #A8273 warning MethodName Method name 'testEntrySetRemoveAll__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 13
    #A8274 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 616 13
    #A8275 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 13
    #A8276 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 621 13
    #A8277 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 621 13
    #A8278 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 626 13
    #A8279 warning MethodName Method name 'testEntrySetRemoveMissingKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 13
    #A8280 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 631 13
    #A8281 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 13
    #A8282 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 636 13
    #A8283 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 13
    #A8284 warning GoogleMethodName Method name 'testEntrySetRetainAll__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 641 13
    #A8285 warning MethodName Method name 'testEntrySetRetainAll__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 641 13
    #A8286 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 646 13
    #A8287 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 646 13
    #A8288 warning GoogleMethodName Method name 'testEntrySetSetValue__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 651 13
    #A8289 warning MethodName Method name 'testEntrySetSetValue__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 651 13
    #A8290 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 656 13
    #A8291 warning MethodName Method name 'testEntrySetSetValueSameValue__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 656 13
    #A8292 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 661 13
    #A8293 warning MethodName Method name 'testEqualsForEmptyMap__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 13
    #A8294 warning GoogleMethodName Method name 'testEqualsForEqualMap__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 666 13
    #A8295 warning MethodName Method name 'testEqualsForEqualMap__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 666 13
    #A8296 warning GoogleMethodName Method name 'testEqualsForLargerMap__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 671 13
    #A8297 warning MethodName Method name 'testEqualsForLargerMap__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 13
    #A8298 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 676 13
    #A8299 warning MethodName Method name 'testEqualsForSmallerMap__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 676 13
    #A8300 warning GoogleMethodName Method name 'testGet__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 681 13
    #A8301 warning MethodName Method name 'testGet__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 681 13
    #A8302 warning GoogleMethodName Method name 'testGetForEmptyMap__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 686 13
    #A8303 warning MethodName Method name 'testGetForEmptyMap__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 13
    #A8304 warning GoogleMethodName Method name 'testGetNull__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 691 13
    #A8305 warning MethodName Method name 'testGetNull__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 13
    #A8306 warning GoogleMethodName Method name 'testHashCode__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 696 13
    #A8307 warning MethodName Method name 'testHashCode__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 13
    #A8308 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 701 13
    #A8309 warning MethodName Method name 'testHashCodeForEmptyMap__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 13
    #A8310 warning GoogleMethodName Method name 'testKeySetClear__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 706 13
    #A8311 warning MethodName Method name 'testKeySetClear__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 706 13
    #A8312 warning GoogleMethodName Method name 'testKeySetRemove__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 711 13
    #A8313 warning MethodName Method name 'testKeySetRemove__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 711 13
    #A8314 warning GoogleMethodName Method name 'testKeySetRemoveAll__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 716 13
    #A8315 warning MethodName Method name 'testKeySetRemoveAll__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 716 13
    #A8316 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 721 13
    #A8317 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 13
    #A8318 warning GoogleMethodName Method name 'testKeySetRetainAll__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 726 13
    #A8319 warning MethodName Method name 'testKeySetRetainAll__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 726 13
    #A8320 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 731 13
    #A8321 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 731 13
    #A8322 warning GoogleMethodName Method name 'testPutAllExistingKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 736 13
    #A8323 warning MethodName Method name 'testPutAllExistingKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 736 13
    #A8324 warning GoogleMethodName Method name 'testPutAllNewKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 741 13
    #A8325 warning MethodName Method name 'testPutAllNewKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 741 13
    #A8326 warning GoogleMethodName Method name 'testPutExistingKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 746 13
    #A8327 warning MethodName Method name 'testPutExistingKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 746 13
    #A8328 warning GoogleMethodName Method name 'testPutNewKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 751 13
    #A8329 warning MethodName Method name 'testPutNewKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 13
    #A8330 warning GoogleMethodName Method name 'testPutNullKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 756 13
    #A8331 warning MethodName Method name 'testPutNullKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 756 13
    #A8332 warning GoogleMethodName Method name 'testPutNullValue__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 761 13
    #A8333 warning MethodName Method name 'testPutNullValue__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 761 13
    #A8334 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 766 13
    #A8335 warning MethodName Method name 'testPutNullValueForExistingKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 766 13
    #A8336 warning GoogleMethodName Method name 'testRemove__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 771 13
    #A8337 warning MethodName Method name 'testRemove__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 771 13
    #A8338 warning GoogleMethodName Method name 'testRemoveMissingKey__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 776 13
    #A8339 warning MethodName Method name 'testRemoveMissingKey__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 776 13
    #A8340 warning GoogleMethodName Method name 'testSize__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 781 13
    #A8341 warning MethodName Method name 'testSize__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 781 13
    #A8342 warning GoogleMethodName Method name 'testTailMapClearThrough__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 786 13
    #A8343 warning MethodName Method name 'testTailMapClearThrough__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 786 13
    #A8344 warning GoogleMethodName Method name 'testTailMapRemoveThrough__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 791 13
    #A8345 warning MethodName Method name 'testTailMapRemoveThrough__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 791 13
    #A8346 warning GoogleMethodName Method name 'testTailMapWriteThrough__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 796 13
    #A8347 warning MethodName Method name 'testTailMapWriteThrough__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 796 13
    #A8348 warning GoogleMethodName Method name 'testValues__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 801 13
    #A8349 warning MethodName Method name 'testValues__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 801 13
    #A8350 warning GoogleMethodName Method name 'testValuesClear__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 806 13
    #A8351 warning MethodName Method name 'testValuesClear__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 806 13
    #A8352 warning GoogleMethodName Method name 'testValuesIteratorRemove__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 811 13
    #A8353 warning MethodName Method name 'testValuesIteratorRemove__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 811 13
    #A8354 warning GoogleMethodName Method name 'testValuesRemove__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 816 13
    #A8355 warning MethodName Method name 'testValuesRemove__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 816 13
    #A8356 warning GoogleMethodName Method name 'testValuesRemoveAll__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 821 13
    #A8357 warning MethodName Method name 'testValuesRemoveAll__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 821 13
    #A8358 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 826 13
    #A8359 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 826 13
    #A8360 warning GoogleMethodName Method name 'testValuesRemoveMissing__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 831 13
    #A8361 warning MethodName Method name 'testValuesRemoveMissing__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 831 13
    #A8362 warning GoogleMethodName Method name 'testValuesRetainAll__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 836 13
    #A8363 warning MethodName Method name 'testValuesRetainAll__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 836 13
    #A8364 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TailExclusiveMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 841 13
    #A8365 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TailExclusiveMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 841 13
    #A8366 warning GoogleMethodName Method name 'testClear__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 846 13
    #A8367 warning MethodName Method name 'testClear__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 846 13
    #A8368 warning GoogleMethodName Method name 'testContainsKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 851 13
    #A8369 warning MethodName Method name 'testContainsKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 851 13
    #A8370 warning GoogleMethodName Method name 'testContainsValue__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 856 13
    #A8371 warning MethodName Method name 'testContainsValue__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 13
    #A8372 warning GoogleMethodName Method name 'testEntrySet__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 861 13
    #A8373 warning MethodName Method name 'testEntrySet__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 861 13
    #A8374 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 866 13
    #A8375 warning MethodName Method name 'testEntrySetAddAndAddAll__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 13
    #A8376 warning GoogleMethodName Method name 'testEntrySetClear__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 871 13
    #A8377 warning MethodName Method name 'testEntrySetClear__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 871 13
    #A8378 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 876 13
    #A8379 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 876 13
    #A8380 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 881 13
    #A8381 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 881 13
    #A8382 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 886 13
    #A8383 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 886 13
    #A8384 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 891 13
    #A8385 warning MethodName Method name 'testEntrySetForEmptyMap__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 891 13
    #A8386 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 896 13
    #A8387 warning MethodName Method name 'testEntrySetIteratorRemove__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 896 13
    #A8388 warning GoogleMethodName Method name 'testEntrySetRemove__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 901 13
    #A8389 warning MethodName Method name 'testEntrySetRemove__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 901 13
    #A8390 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 906 13
    #A8391 warning MethodName Method name 'testEntrySetRemoveAll__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 906 13
    #A8392 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 911 13
    #A8393 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 911 13
    #A8394 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 916 13
    #A8395 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 916 13
    #A8396 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 921 13
    #A8397 warning MethodName Method name 'testEntrySetRemoveMissingKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 921 13
    #A8398 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 926 13
    #A8399 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 926 13
    #A8400 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 931 13
    #A8401 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 931 13
    #A8402 warning GoogleMethodName Method name 'testEntrySetRetainAll__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 936 13
    #A8403 warning MethodName Method name 'testEntrySetRetainAll__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 936 13
    #A8404 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 941 13
    #A8405 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 941 13
    #A8406 warning GoogleMethodName Method name 'testEntrySetSetValue__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 946 13
    #A8407 warning MethodName Method name 'testEntrySetSetValue__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 946 13
    #A8408 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 951 13
    #A8409 warning MethodName Method name 'testEntrySetSetValueSameValue__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 951 13
    #A8410 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 956 13
    #A8411 warning MethodName Method name 'testEqualsForEmptyMap__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 956 13
    #A8412 warning GoogleMethodName Method name 'testEqualsForEqualMap__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 961 13
    #A8413 warning MethodName Method name 'testEqualsForEqualMap__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 961 13
    #A8414 warning GoogleMethodName Method name 'testEqualsForLargerMap__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 966 13
    #A8415 warning MethodName Method name 'testEqualsForLargerMap__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 966 13
    #A8416 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 971 13
    #A8417 warning MethodName Method name 'testEqualsForSmallerMap__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 971 13
    #A8418 warning GoogleMethodName Method name 'testGet__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 976 13
    #A8419 warning MethodName Method name 'testGet__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 976 13
    #A8420 warning GoogleMethodName Method name 'testGetForEmptyMap__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 981 13
    #A8421 warning MethodName Method name 'testGetForEmptyMap__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 981 13
    #A8422 warning GoogleMethodName Method name 'testGetNull__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 986 13
    #A8423 warning MethodName Method name 'testGetNull__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 986 13
    #A8424 warning GoogleMethodName Method name 'testHashCode__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 991 13
    #A8425 warning MethodName Method name 'testHashCode__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 991 13
    #A8426 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 996 13
    #A8427 warning MethodName Method name 'testHashCodeForEmptyMap__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 996 13
    #A8428 warning GoogleMethodName Method name 'testKeySetClear__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1001 13
    #A8429 warning MethodName Method name 'testKeySetClear__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1001 13
    #A8430 warning GoogleMethodName Method name 'testKeySetRemove__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1006 13
    #A8431 warning MethodName Method name 'testKeySetRemove__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1006 13
    #A8432 warning GoogleMethodName Method name 'testKeySetRemoveAll__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1011 13
    #A8433 warning MethodName Method name 'testKeySetRemoveAll__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1011 13
    #A8434 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1016 13
    #A8435 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1016 13
    #A8436 warning GoogleMethodName Method name 'testKeySetRetainAll__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1021 13
    #A8437 warning MethodName Method name 'testKeySetRetainAll__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1021 13
    #A8438 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1026 13
    #A8439 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1026 13
    #A8440 warning GoogleMethodName Method name 'testPutAllExistingKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1031 13
    #A8441 warning MethodName Method name 'testPutAllExistingKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1031 13
    #A8442 warning GoogleMethodName Method name 'testPutAllNewKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1036 13
    #A8443 warning MethodName Method name 'testPutAllNewKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1036 13
    #A8444 warning GoogleMethodName Method name 'testPutExistingKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1041 13
    #A8445 warning MethodName Method name 'testPutExistingKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1041 13
    #A8446 warning GoogleMethodName Method name 'testPutNewKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1046 13
    #A8447 warning MethodName Method name 'testPutNewKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1046 13
    #A8448 warning GoogleMethodName Method name 'testPutNullKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1051 13
    #A8449 warning MethodName Method name 'testPutNullKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1051 13
    #A8450 warning GoogleMethodName Method name 'testPutNullValue__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1056 13
    #A8451 warning MethodName Method name 'testPutNullValue__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1056 13
    #A8452 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1061 13
    #A8453 warning MethodName Method name 'testPutNullValueForExistingKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1061 13
    #A8454 warning GoogleMethodName Method name 'testRemove__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1066 13
    #A8455 warning MethodName Method name 'testRemove__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1066 13
    #A8456 warning GoogleMethodName Method name 'testRemoveMissingKey__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1071 13
    #A8457 warning MethodName Method name 'testRemoveMissingKey__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1071 13
    #A8458 warning GoogleMethodName Method name 'testSize__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 13
    #A8459 warning MethodName Method name 'testSize__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 13
    #A8460 warning GoogleMethodName Method name 'testTailMapClearThrough__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1081 13
    #A8461 warning MethodName Method name 'testTailMapClearThrough__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1081 13
    #A8462 warning GoogleMethodName Method name 'testTailMapRemoveThrough__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1086 13
    #A8463 warning MethodName Method name 'testTailMapRemoveThrough__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1086 13
    #A8464 warning GoogleMethodName Method name 'testTailMapWriteThrough__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1091 13
    #A8465 warning MethodName Method name 'testTailMapWriteThrough__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1091 13
    #A8466 warning GoogleMethodName Method name 'testValues__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1096 13
    #A8467 warning MethodName Method name 'testValues__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1096 13
    #A8468 warning GoogleMethodName Method name 'testValuesClear__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1101 13
    #A8469 warning MethodName Method name 'testValuesClear__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1101 13
    #A8470 warning GoogleMethodName Method name 'testValuesIteratorRemove__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1106 13
    #A8471 warning MethodName Method name 'testValuesIteratorRemove__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1106 13
    #A8472 warning GoogleMethodName Method name 'testValuesRemove__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1111 13
    #A8473 warning MethodName Method name 'testValuesRemove__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1111 13
    #A8474 warning GoogleMethodName Method name 'testValuesRemoveAll__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1116 13
    #A8475 warning MethodName Method name 'testValuesRemoveAll__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1116 13
    #A8476 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1121 13
    #A8477 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1121 13
    #A8478 warning GoogleMethodName Method name 'testValuesRemoveMissing__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1126 13
    #A8479 warning MethodName Method name 'testValuesRemoveMissing__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1126 13
    #A8480 warning GoogleMethodName Method name 'testValuesRetainAll__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1131 13
    #A8481 warning MethodName Method name 'testValuesRetainAll__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1131 13
    #A8482 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1136 13
    #A8483 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1136 13
    #A8484 warning GoogleMethodName Method name 'testClear__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1141 13
    #A8485 warning MethodName Method name 'testClear__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1141 13
    #A8486 warning GoogleMethodName Method name 'testContainsKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1146 13
    #A8487 warning MethodName Method name 'testContainsKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1146 13
    #A8488 warning GoogleMethodName Method name 'testContainsValue__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1151 13
    #A8489 warning MethodName Method name 'testContainsValue__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1151 13
    #A8490 warning GoogleMethodName Method name 'testEntrySet__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1156 13
    #A8491 warning MethodName Method name 'testEntrySet__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1156 13
    #A8492 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1161 13
    #A8493 warning MethodName Method name 'testEntrySetAddAndAddAll__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1161 13
    #A8494 warning GoogleMethodName Method name 'testEntrySetClear__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1166 13
    #A8495 warning MethodName Method name 'testEntrySetClear__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1166 13
    #A8496 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1171 13
    #A8497 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1171 13
    #A8498 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1176 13
    #A8499 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1176 13
    #A8500 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1181 13
    #A8501 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1181 13
    #A8502 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1186 13
    #A8503 warning MethodName Method name 'testEntrySetForEmptyMap__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1186 13
    #A8504 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1191 13
    #A8505 warning MethodName Method name 'testEntrySetIteratorRemove__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1191 13
    #A8506 warning GoogleMethodName Method name 'testEntrySetRemove__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1196 13
    #A8507 warning MethodName Method name 'testEntrySetRemove__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1196 13
    #A8508 warning GoogleMethodName Method name 'testEntrySetRemoveAll__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1201 13
    #A8509 warning MethodName Method name 'testEntrySetRemoveAll__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1201 13
    #A8510 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1206 13
    #A8511 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1206 13
    #A8512 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1211 13
    #A8513 warning MethodName Method name 'testEntrySetRemoveDifferentValue__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1211 13
    #A8514 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1216 13
    #A8515 warning MethodName Method name 'testEntrySetRemoveMissingKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1216 13
    #A8516 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1221 13
    #A8517 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1221 13
    #A8518 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1226 13
    #A8519 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1226 13
    #A8520 warning GoogleMethodName Method name 'testEntrySetRetainAll__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1231 13
    #A8521 warning MethodName Method name 'testEntrySetRetainAll__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1231 13
    #A8522 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1236 13
    #A8523 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1236 13
    #A8524 warning GoogleMethodName Method name 'testEntrySetSetValue__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1241 13
    #A8525 warning MethodName Method name 'testEntrySetSetValue__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1241 13
    #A8526 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1246 13
    #A8527 warning MethodName Method name 'testEntrySetSetValueSameValue__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1246 13
    #A8528 warning GoogleMethodName Method name 'testEqualsForEmptyMap__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1251 13
    #A8529 warning MethodName Method name 'testEqualsForEmptyMap__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1251 13
    #A8530 warning GoogleMethodName Method name 'testEqualsForEqualMap__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1256 13
    #A8531 warning MethodName Method name 'testEqualsForEqualMap__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1256 13
    #A8532 warning GoogleMethodName Method name 'testEqualsForLargerMap__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1261 13
    #A8533 warning MethodName Method name 'testEqualsForLargerMap__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1261 13
    #A8534 warning GoogleMethodName Method name 'testEqualsForSmallerMap__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1266 13
    #A8535 warning MethodName Method name 'testEqualsForSmallerMap__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1266 13
    #A8536 warning GoogleMethodName Method name 'testGet__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1271 13
    #A8537 warning MethodName Method name 'testGet__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1271 13
    #A8538 warning GoogleMethodName Method name 'testGetForEmptyMap__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1276 13
    #A8539 warning MethodName Method name 'testGetForEmptyMap__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1276 13
    #A8540 warning GoogleMethodName Method name 'testGetNull__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1281 13
    #A8541 warning MethodName Method name 'testGetNull__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1281 13
    #A8542 warning GoogleMethodName Method name 'testHashCode__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1286 13
    #A8543 warning MethodName Method name 'testHashCode__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1286 13
    #A8544 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1291 13
    #A8545 warning MethodName Method name 'testHashCodeForEmptyMap__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1291 13
    #A8546 warning GoogleMethodName Method name 'testKeySetClear__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1296 13
    #A8547 warning MethodName Method name 'testKeySetClear__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1296 13
    #A8548 warning GoogleMethodName Method name 'testKeySetRemove__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1301 13
    #A8549 warning MethodName Method name 'testKeySetRemove__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1301 13
    #A8550 warning GoogleMethodName Method name 'testKeySetRemoveAll__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1306 13
    #A8551 warning MethodName Method name 'testKeySetRemoveAll__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1306 13
    #A8552 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1311 13
    #A8553 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1311 13
    #A8554 warning GoogleMethodName Method name 'testKeySetRetainAll__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1316 13
    #A8555 warning MethodName Method name 'testKeySetRetainAll__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1316 13
    #A8556 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1321 13
    #A8557 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1321 13
    #A8558 warning GoogleMethodName Method name 'testPutAllExistingKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1326 13
    #A8559 warning MethodName Method name 'testPutAllExistingKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1326 13
    #A8560 warning GoogleMethodName Method name 'testPutAllNewKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1331 13
    #A8561 warning MethodName Method name 'testPutAllNewKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1331 13
    #A8562 warning GoogleMethodName Method name 'testPutExistingKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1336 13
    #A8563 warning MethodName Method name 'testPutExistingKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1336 13
    #A8564 warning GoogleMethodName Method name 'testPutNewKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1341 13
    #A8565 warning MethodName Method name 'testPutNewKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1341 13
    #A8566 warning GoogleMethodName Method name 'testPutNullKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1346 13
    #A8567 warning MethodName Method name 'testPutNullKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1346 13
    #A8568 warning GoogleMethodName Method name 'testPutNullValue__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1351 13
    #A8569 warning MethodName Method name 'testPutNullValue__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1351 13
    #A8570 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1356 13
    #A8571 warning MethodName Method name 'testPutNullValueForExistingKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1356 13
    #A8572 warning GoogleMethodName Method name 'testRemove__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1361 13
    #A8573 warning MethodName Method name 'testRemove__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1361 13
    #A8574 warning GoogleMethodName Method name 'testRemoveMissingKey__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1366 13
    #A8575 warning MethodName Method name 'testRemoveMissingKey__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1366 13
    #A8576 warning GoogleMethodName Method name 'testSize__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1371 13
    #A8577 warning MethodName Method name 'testSize__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1371 13
    #A8578 warning GoogleMethodName Method name 'testTailMapClearThrough__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1376 13
    #A8579 warning MethodName Method name 'testTailMapClearThrough__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1376 13
    #A8580 warning GoogleMethodName Method name 'testTailMapRemoveThrough__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1381 13
    #A8581 warning MethodName Method name 'testTailMapRemoveThrough__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1381 13
    #A8582 warning GoogleMethodName Method name 'testTailMapWriteThrough__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1386 13
    #A8583 warning MethodName Method name 'testTailMapWriteThrough__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1386 13
    #A8584 warning GoogleMethodName Method name 'testValues__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1391 13
    #A8585 warning MethodName Method name 'testValues__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1391 13
    #A8586 warning GoogleMethodName Method name 'testValuesClear__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1396 13
    #A8587 warning MethodName Method name 'testValuesClear__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1396 13
    #A8588 warning GoogleMethodName Method name 'testValuesIteratorRemove__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1401 13
    #A8589 warning MethodName Method name 'testValuesIteratorRemove__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1401 13
    #A8590 warning GoogleMethodName Method name 'testValuesRemove__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1406 13
    #A8591 warning MethodName Method name 'testValuesRemove__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1406 13
    #A8592 warning GoogleMethodName Method name 'testValuesRemoveAll__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1411 13
    #A8593 warning MethodName Method name 'testValuesRemoveAll__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1411 13
    #A8594 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1416 13
    #A8595 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1416 13
    #A8596 warning GoogleMethodName Method name 'testValuesRemoveMissing__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1421 13
    #A8597 warning MethodName Method name 'testValuesRemoveMissing__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1421 13
    #A8598 warning GoogleMethodName Method name 'testValuesRetainAll__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1426 13
    #A8599 warning MethodName Method name 'testValuesRetainAll__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1426 13
    #A8600 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__HeadMapInclusiveTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1431 13
    #A8601 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__HeadMapInclusiveTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1431 13
    #A8602 warning GoogleMethodName Method name 'testClear__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1436 13
    #A8603 warning MethodName Method name 'testClear__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1436 13
    #A8604 warning GoogleMethodName Method name 'testContainsKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1441 13
    #A8605 warning MethodName Method name 'testContainsKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1441 13
    #A8606 warning GoogleMethodName Method name 'testContainsValue__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1446 13
    #A8607 warning MethodName Method name 'testContainsValue__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1446 13
    #A8608 warning GoogleMethodName Method name 'testEntrySet__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1451 13
    #A8609 warning MethodName Method name 'testEntrySet__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1451 13
    #A8610 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1456 13
    #A8611 warning MethodName Method name 'testEntrySetAddAndAddAll__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1456 13
    #A8612 warning GoogleMethodName Method name 'testEntrySetClear__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1461 13
    #A8613 warning MethodName Method name 'testEntrySetClear__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1461 13
    #A8614 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1466 13
    #A8615 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1466 13
    #A8616 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1471 13
    #A8617 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1471 13
    #A8618 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1476 13
    #A8619 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1476 13
    #A8620 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1481 13
    #A8621 warning MethodName Method name 'testEntrySetForEmptyMap__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1481 13
    #A8622 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1486 13
    #A8623 warning MethodName Method name 'testEntrySetIteratorRemove__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1486 13
    #A8624 warning GoogleMethodName Method name 'testEntrySetRemove__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1491 13
    #A8625 warning MethodName Method name 'testEntrySetRemove__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1491 13
    #A8626 warning GoogleMethodName Method name 'testEntrySetRemoveAll__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1496 13
    #A8627 warning MethodName Method name 'testEntrySetRemoveAll__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1496 13
    #A8628 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1501 13
    #A8629 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1501 13
    #A8630 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1506 13
    #A8631 warning MethodName Method name 'testEntrySetRemoveDifferentValue__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1506 13
    #A8632 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1511 13
    #A8633 warning MethodName Method name 'testEntrySetRemoveMissingKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1511 13
    #A8634 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1516 13
    #A8635 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1516 13
    #A8636 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1521 13
    #A8637 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1521 13
    #A8638 warning GoogleMethodName Method name 'testEntrySetRetainAll__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1526 13
    #A8639 warning MethodName Method name 'testEntrySetRetainAll__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1526 13
    #A8640 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1531 13
    #A8641 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1531 13
    #A8642 warning GoogleMethodName Method name 'testEntrySetSetValue__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1536 13
    #A8643 warning MethodName Method name 'testEntrySetSetValue__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1536 13
    #A8644 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1541 13
    #A8645 warning MethodName Method name 'testEntrySetSetValueSameValue__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1541 13
    #A8646 warning GoogleMethodName Method name 'testEqualsForEmptyMap__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1546 13
    #A8647 warning MethodName Method name 'testEqualsForEmptyMap__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1546 13
    #A8648 warning GoogleMethodName Method name 'testEqualsForEqualMap__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1551 13
    #A8649 warning MethodName Method name 'testEqualsForEqualMap__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1551 13
    #A8650 warning GoogleMethodName Method name 'testEqualsForLargerMap__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1556 13
    #A8651 warning MethodName Method name 'testEqualsForLargerMap__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1556 13
    #A8652 warning GoogleMethodName Method name 'testEqualsForSmallerMap__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1561 13
    #A8653 warning MethodName Method name 'testEqualsForSmallerMap__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1561 13
    #A8654 warning GoogleMethodName Method name 'testGet__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1566 13
    #A8655 warning MethodName Method name 'testGet__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1566 13
    #A8656 warning GoogleMethodName Method name 'testGetForEmptyMap__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1571 13
    #A8657 warning MethodName Method name 'testGetForEmptyMap__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1571 13
    #A8658 warning GoogleMethodName Method name 'testGetNull__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1576 13
    #A8659 warning MethodName Method name 'testGetNull__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1576 13
    #A8660 warning GoogleMethodName Method name 'testHashCode__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1581 13
    #A8661 warning MethodName Method name 'testHashCode__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1581 13
    #A8662 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1586 13
    #A8663 warning MethodName Method name 'testHashCodeForEmptyMap__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1586 13
    #A8664 warning GoogleMethodName Method name 'testKeySetClear__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1591 13
    #A8665 warning MethodName Method name 'testKeySetClear__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1591 13
    #A8666 warning GoogleMethodName Method name 'testKeySetRemove__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1596 13
    #A8667 warning MethodName Method name 'testKeySetRemove__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1596 13
    #A8668 warning GoogleMethodName Method name 'testKeySetRemoveAll__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1601 13
    #A8669 warning MethodName Method name 'testKeySetRemoveAll__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1601 13
    #A8670 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1606 13
    #A8671 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1606 13
    #A8672 warning GoogleMethodName Method name 'testKeySetRetainAll__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1611 13
    #A8673 warning MethodName Method name 'testKeySetRetainAll__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1611 13
    #A8674 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1616 13
    #A8675 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1616 13
    #A8676 warning GoogleMethodName Method name 'testPutAllExistingKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1621 13
    #A8677 warning MethodName Method name 'testPutAllExistingKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1621 13
    #A8678 warning GoogleMethodName Method name 'testPutAllNewKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1626 13
    #A8679 warning MethodName Method name 'testPutAllNewKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1626 13
    #A8680 warning GoogleMethodName Method name 'testPutExistingKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1631 13
    #A8681 warning MethodName Method name 'testPutExistingKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1631 13
    #A8682 warning GoogleMethodName Method name 'testPutNewKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1636 13
    #A8683 warning MethodName Method name 'testPutNewKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1636 13
    #A8684 warning GoogleMethodName Method name 'testPutNullKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1641 13
    #A8685 warning MethodName Method name 'testPutNullKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1641 13
    #A8686 warning GoogleMethodName Method name 'testPutNullValue__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1646 13
    #A8687 warning MethodName Method name 'testPutNullValue__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1646 13
    #A8688 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1651 13
    #A8689 warning MethodName Method name 'testPutNullValueForExistingKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1651 13
    #A8690 warning GoogleMethodName Method name 'testRemove__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1656 13
    #A8691 warning MethodName Method name 'testRemove__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1656 13
    #A8692 warning GoogleMethodName Method name 'testRemoveMissingKey__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1661 13
    #A8693 warning MethodName Method name 'testRemoveMissingKey__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1661 13
    #A8694 warning GoogleMethodName Method name 'testSize__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1666 13
    #A8695 warning MethodName Method name 'testSize__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1666 13
    #A8696 warning GoogleMethodName Method name 'testTailMapClearThrough__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1671 13
    #A8697 warning MethodName Method name 'testTailMapClearThrough__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1671 13
    #A8698 warning GoogleMethodName Method name 'testTailMapRemoveThrough__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1676 13
    #A8699 warning MethodName Method name 'testTailMapRemoveThrough__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1676 13
    #A8700 warning GoogleMethodName Method name 'testTailMapWriteThrough__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1681 13
    #A8701 warning MethodName Method name 'testTailMapWriteThrough__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1681 13
    #A8702 warning GoogleMethodName Method name 'testValues__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1686 13
    #A8703 warning MethodName Method name 'testValues__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1686 13
    #A8704 warning GoogleMethodName Method name 'testValuesClear__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1691 13
    #A8705 warning MethodName Method name 'testValuesClear__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1691 13
    #A8706 warning GoogleMethodName Method name 'testValuesIteratorRemove__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1696 13
    #A8707 warning MethodName Method name 'testValuesIteratorRemove__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1696 13
    #A8708 warning GoogleMethodName Method name 'testValuesRemove__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1701 13
    #A8709 warning MethodName Method name 'testValuesRemove__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1701 13
    #A8710 warning GoogleMethodName Method name 'testValuesRemoveAll__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1706 13
    #A8711 warning MethodName Method name 'testValuesRemoveAll__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1706 13
    #A8712 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1711 13
    #A8713 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1711 13
    #A8714 warning GoogleMethodName Method name 'testValuesRemoveMissing__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1716 13
    #A8715 warning MethodName Method name 'testValuesRemoveMissing__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1716 13
    #A8716 warning GoogleMethodName Method name 'testValuesRetainAll__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1721 13
    #A8717 warning MethodName Method name 'testValuesRetainAll__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1721 13
    #A8718 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__HeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1726 13
    #A8719 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__HeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1726 13
    #A8720 warning GoogleMethodName Method name 'testClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1731 13
    #A8721 warning MethodName Method name 'testClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1731 13
    #A8722 warning GoogleMethodName Method name 'testContainsKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1736 13
    #A8723 warning MethodName Method name 'testContainsKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1736 13
    #A8724 warning GoogleMethodName Method name 'testContainsValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1741 13
    #A8725 warning MethodName Method name 'testContainsValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1741 13
    #A8726 warning GoogleMethodName Method name 'testEntrySet__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1746 13
    #A8727 warning MethodName Method name 'testEntrySet__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1746 13
    #A8728 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1751 13
    #A8729 warning MethodName Method name 'testEntrySetAddAndAddAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1751 13
    #A8730 warning GoogleMethodName Method name 'testEntrySetClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1756 13
    #A8731 warning MethodName Method name 'testEntrySetClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1756 13
    #A8732 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1761 13
    #A8733 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1761 13
    #A8734 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1766 13
    #A8735 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1766 13
    #A8736 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1771 13
    #A8737 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1771 13
    #A8738 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1776 13
    #A8739 warning MethodName Method name 'testEntrySetForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1776 13
    #A8740 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1781 13
    #A8741 warning MethodName Method name 'testEntrySetIteratorRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1781 13
    #A8742 warning GoogleMethodName Method name 'testEntrySetRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1786 13
    #A8743 warning MethodName Method name 'testEntrySetRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1786 13
    #A8744 warning GoogleMethodName Method name 'testEntrySetRemoveAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1791 13
    #A8745 warning MethodName Method name 'testEntrySetRemoveAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1791 13
    #A8746 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1796 13
    #A8747 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1796 13
    #A8748 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1801 13
    #A8749 warning MethodName Method name 'testEntrySetRemoveDifferentValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1801 13
    #A8750 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1806 13
    #A8751 warning MethodName Method name 'testEntrySetRemoveMissingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1806 13
    #A8752 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1811 13
    #A8753 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1811 13
    #A8754 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1816 13
    #A8755 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1816 13
    #A8756 warning GoogleMethodName Method name 'testEntrySetRetainAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1821 13
    #A8757 warning MethodName Method name 'testEntrySetRetainAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1821 13
    #A8758 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1826 13
    #A8759 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1826 13
    #A8760 warning GoogleMethodName Method name 'testEntrySetSetValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1831 13
    #A8761 warning MethodName Method name 'testEntrySetSetValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1831 13
    #A8762 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1836 13
    #A8763 warning MethodName Method name 'testEntrySetSetValueSameValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1836 13
    #A8764 warning GoogleMethodName Method name 'testEqualsForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1841 13
    #A8765 warning MethodName Method name 'testEqualsForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1841 13
    #A8766 warning GoogleMethodName Method name 'testEqualsForEqualMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1846 13
    #A8767 warning MethodName Method name 'testEqualsForEqualMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1846 13
    #A8768 warning GoogleMethodName Method name 'testEqualsForLargerMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1851 13
    #A8769 warning MethodName Method name 'testEqualsForLargerMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1851 13
    #A8770 warning GoogleMethodName Method name 'testEqualsForSmallerMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1856 13
    #A8771 warning MethodName Method name 'testEqualsForSmallerMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1856 13
    #A8772 warning GoogleMethodName Method name 'testGet__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1861 13
    #A8773 warning MethodName Method name 'testGet__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1861 13
    #A8774 warning GoogleMethodName Method name 'testGetForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1866 13
    #A8775 warning MethodName Method name 'testGetForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1866 13
    #A8776 warning GoogleMethodName Method name 'testGetNull__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1871 13
    #A8777 warning MethodName Method name 'testGetNull__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1871 13
    #A8778 warning GoogleMethodName Method name 'testHashCode__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1876 13
    #A8779 warning MethodName Method name 'testHashCode__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1876 13
    #A8780 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1881 13
    #A8781 warning MethodName Method name 'testHashCodeForEmptyMap__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1881 13
    #A8782 warning GoogleMethodName Method name 'testKeySetClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1886 13
    #A8783 warning MethodName Method name 'testKeySetClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1886 13
    #A8784 warning GoogleMethodName Method name 'testKeySetRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1891 13
    #A8785 warning MethodName Method name 'testKeySetRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1891 13
    #A8786 warning GoogleMethodName Method name 'testKeySetRemoveAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1896 13
    #A8787 warning MethodName Method name 'testKeySetRemoveAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1896 13
    #A8788 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1901 13
    #A8789 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1901 13
    #A8790 warning GoogleMethodName Method name 'testKeySetRetainAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1906 13
    #A8791 warning MethodName Method name 'testKeySetRetainAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1906 13
    #A8792 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1911 13
    #A8793 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1911 13
    #A8794 warning GoogleMethodName Method name 'testPutAllExistingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1916 13
    #A8795 warning MethodName Method name 'testPutAllExistingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1916 13
    #A8796 warning GoogleMethodName Method name 'testPutAllNewKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1921 13
    #A8797 warning MethodName Method name 'testPutAllNewKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1921 13
    #A8798 warning GoogleMethodName Method name 'testPutExistingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1926 13
    #A8799 warning MethodName Method name 'testPutExistingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1926 13
    #A8800 warning GoogleMethodName Method name 'testPutNewKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1931 13
    #A8801 warning MethodName Method name 'testPutNewKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1931 13
    #A8802 warning GoogleMethodName Method name 'testPutNullKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1936 13
    #A8803 warning MethodName Method name 'testPutNullKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1936 13
    #A8804 warning GoogleMethodName Method name 'testPutNullValue__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1941 13
    #A8805 warning MethodName Method name 'testPutNullValue__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1941 13
    #A8806 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1946 13
    #A8807 warning MethodName Method name 'testPutNullValueForExistingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1946 13
    #A8808 warning GoogleMethodName Method name 'testRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1951 13
    #A8809 warning MethodName Method name 'testRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1951 13
    #A8810 warning GoogleMethodName Method name 'testRemoveMissingKey__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1956 13
    #A8811 warning MethodName Method name 'testRemoveMissingKey__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1956 13
    #A8812 warning GoogleMethodName Method name 'testSize__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1961 13
    #A8813 warning MethodName Method name 'testSize__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1961 13
    #A8814 warning GoogleMethodName Method name 'testTailMapClearThrough__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1966 13
    #A8815 warning MethodName Method name 'testTailMapClearThrough__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1966 13
    #A8816 warning GoogleMethodName Method name 'testTailMapRemoveThrough__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1971 13
    #A8817 warning MethodName Method name 'testTailMapRemoveThrough__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1971 13
    #A8818 warning GoogleMethodName Method name 'testTailMapWriteThrough__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1976 13
    #A8819 warning MethodName Method name 'testTailMapWriteThrough__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1976 13
    #A8820 warning GoogleMethodName Method name 'testValues__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1981 13
    #A8821 warning MethodName Method name 'testValues__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1981 13
    #A8822 warning GoogleMethodName Method name 'testValuesClear__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1986 13
    #A8823 warning MethodName Method name 'testValuesClear__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1986 13
    #A8824 warning GoogleMethodName Method name 'testValuesIteratorRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1991 13
    #A8825 warning MethodName Method name 'testValuesIteratorRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1991 13
    #A8826 warning GoogleMethodName Method name 'testValuesRemove__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1996 13
    #A8827 warning MethodName Method name 'testValuesRemove__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1996 13
    #A8828 warning GoogleMethodName Method name 'testValuesRemoveAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2001 13
    #A8829 warning MethodName Method name 'testValuesRemoveAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2001 13
    #A8830 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2006 13
    #A8831 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2006 13
    #A8832 warning GoogleMethodName Method name 'testValuesRemoveMissing__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2011 13
    #A8833 warning MethodName Method name 'testValuesRemoveMissing__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2011 13
    #A8834 warning GoogleMethodName Method name 'testValuesRetainAll__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2016 13
    #A8835 warning MethodName Method name 'testValuesRetainAll__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2016 13
    #A8836 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__SingletonMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2021 13
    #A8837 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__SingletonMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2021 13
    #A8838 warning GoogleMethodName Method name 'testClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2026 13
    #A8839 warning MethodName Method name 'testClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2026 13
    #A8840 warning GoogleMethodName Method name 'testContainsKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2031 13
    #A8841 warning MethodName Method name 'testContainsKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2031 13
    #A8842 warning GoogleMethodName Method name 'testContainsValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2036 13
    #A8843 warning MethodName Method name 'testContainsValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2036 13
    #A8844 warning GoogleMethodName Method name 'testEntrySet__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2041 13
    #A8845 warning MethodName Method name 'testEntrySet__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2041 13
    #A8846 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2046 13
    #A8847 warning MethodName Method name 'testEntrySetAddAndAddAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2046 13
    #A8848 warning GoogleMethodName Method name 'testEntrySetClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2051 13
    #A8849 warning MethodName Method name 'testEntrySetClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2051 13
    #A8850 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2056 13
    #A8851 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2056 13
    #A8852 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2061 13
    #A8853 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2061 13
    #A8854 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2066 13
    #A8855 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2066 13
    #A8856 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2071 13
    #A8857 warning MethodName Method name 'testEntrySetForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2071 13
    #A8858 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2076 13
    #A8859 warning MethodName Method name 'testEntrySetIteratorRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2076 13
    #A8860 warning GoogleMethodName Method name 'testEntrySetRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2081 13
    #A8861 warning MethodName Method name 'testEntrySetRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2081 13
    #A8862 warning GoogleMethodName Method name 'testEntrySetRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2086 13
    #A8863 warning MethodName Method name 'testEntrySetRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2086 13
    #A8864 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2091 13
    #A8865 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2091 13
    #A8866 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2096 13
    #A8867 warning MethodName Method name 'testEntrySetRemoveDifferentValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2096 13
    #A8868 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2101 13
    #A8869 warning MethodName Method name 'testEntrySetRemoveMissingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2101 13
    #A8870 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2106 13
    #A8871 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2106 13
    #A8872 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2111 13
    #A8873 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2111 13
    #A8874 warning GoogleMethodName Method name 'testEntrySetRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2116 13
    #A8875 warning MethodName Method name 'testEntrySetRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2116 13
    #A8876 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2121 13
    #A8877 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2121 13
    #A8878 warning GoogleMethodName Method name 'testEntrySetSetValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2126 13
    #A8879 warning MethodName Method name 'testEntrySetSetValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2126 13
    #A8880 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2131 13
    #A8881 warning MethodName Method name 'testEntrySetSetValueSameValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2131 13
    #A8882 warning GoogleMethodName Method name 'testEqualsForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2136 13
    #A8883 warning MethodName Method name 'testEqualsForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2136 13
    #A8884 warning GoogleMethodName Method name 'testEqualsForEqualMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2141 13
    #A8885 warning MethodName Method name 'testEqualsForEqualMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2141 13
    #A8886 warning GoogleMethodName Method name 'testEqualsForLargerMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2146 13
    #A8887 warning MethodName Method name 'testEqualsForLargerMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2146 13
    #A8888 warning GoogleMethodName Method name 'testEqualsForSmallerMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2151 13
    #A8889 warning MethodName Method name 'testEqualsForSmallerMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2151 13
    #A8890 warning GoogleMethodName Method name 'testGet__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2156 13
    #A8891 warning MethodName Method name 'testGet__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2156 13
    #A8892 warning GoogleMethodName Method name 'testGetForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2161 13
    #A8893 warning MethodName Method name 'testGetForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2161 13
    #A8894 warning GoogleMethodName Method name 'testGetNull__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2166 13
    #A8895 warning MethodName Method name 'testGetNull__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2166 13
    #A8896 warning GoogleMethodName Method name 'testHashCode__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2171 13
    #A8897 warning MethodName Method name 'testHashCode__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2171 13
    #A8898 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2176 13
    #A8899 warning MethodName Method name 'testHashCodeForEmptyMap__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2176 13
    #A8900 warning GoogleMethodName Method name 'testKeySetClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2181 13
    #A8901 warning MethodName Method name 'testKeySetClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2181 13
    #A8902 warning GoogleMethodName Method name 'testKeySetRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2186 13
    #A8903 warning MethodName Method name 'testKeySetRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2186 13
    #A8904 warning GoogleMethodName Method name 'testKeySetRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2191 13
    #A8905 warning MethodName Method name 'testKeySetRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2191 13
    #A8906 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2196 13
    #A8907 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2196 13
    #A8908 warning GoogleMethodName Method name 'testKeySetRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2201 13
    #A8909 warning MethodName Method name 'testKeySetRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2201 13
    #A8910 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2206 13
    #A8911 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2206 13
    #A8912 warning GoogleMethodName Method name 'testPutAllExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2211 13
    #A8913 warning MethodName Method name 'testPutAllExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2211 13
    #A8914 warning GoogleMethodName Method name 'testPutAllNewKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2216 13
    #A8915 warning MethodName Method name 'testPutAllNewKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2216 13
    #A8916 warning GoogleMethodName Method name 'testPutExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2221 13
    #A8917 warning MethodName Method name 'testPutExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2221 13
    #A8918 warning GoogleMethodName Method name 'testPutNewKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2226 13
    #A8919 warning MethodName Method name 'testPutNewKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2226 13
    #A8920 warning GoogleMethodName Method name 'testPutNullKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2231 13
    #A8921 warning MethodName Method name 'testPutNullKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2231 13
    #A8922 warning GoogleMethodName Method name 'testPutNullValue__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2236 13
    #A8923 warning MethodName Method name 'testPutNullValue__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2236 13
    #A8924 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2241 13
    #A8925 warning MethodName Method name 'testPutNullValueForExistingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2241 13
    #A8926 warning GoogleMethodName Method name 'testRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2246 13
    #A8927 warning MethodName Method name 'testRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2246 13
    #A8928 warning GoogleMethodName Method name 'testRemoveMissingKey__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2251 13
    #A8929 warning MethodName Method name 'testRemoveMissingKey__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2251 13
    #A8930 warning GoogleMethodName Method name 'testSize__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2256 13
    #A8931 warning MethodName Method name 'testSize__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2256 13
    #A8932 warning GoogleMethodName Method name 'testTailMapClearThrough__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2261 13
    #A8933 warning MethodName Method name 'testTailMapClearThrough__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2261 13
    #A8934 warning GoogleMethodName Method name 'testTailMapRemoveThrough__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2266 13
    #A8935 warning MethodName Method name 'testTailMapRemoveThrough__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2266 13
    #A8936 warning GoogleMethodName Method name 'testTailMapWriteThrough__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2271 13
    #A8937 warning MethodName Method name 'testTailMapWriteThrough__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2271 13
    #A8938 warning GoogleMethodName Method name 'testValues__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2276 13
    #A8939 warning MethodName Method name 'testValues__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2276 13
    #A8940 warning GoogleMethodName Method name 'testValuesClear__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2281 13
    #A8941 warning MethodName Method name 'testValuesClear__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2281 13
    #A8942 warning GoogleMethodName Method name 'testValuesIteratorRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2286 13
    #A8943 warning MethodName Method name 'testValuesIteratorRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2286 13
    #A8944 warning GoogleMethodName Method name 'testValuesRemove__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2291 13
    #A8945 warning MethodName Method name 'testValuesRemove__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2291 13
    #A8946 warning GoogleMethodName Method name 'testValuesRemoveAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2296 13
    #A8947 warning MethodName Method name 'testValuesRemoveAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2296 13
    #A8948 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2301 13
    #A8949 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2301 13
    #A8950 warning GoogleMethodName Method name 'testValuesRemoveMissing__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2306 13
    #A8951 warning MethodName Method name 'testValuesRemoveMissing__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2306 13
    #A8952 warning GoogleMethodName Method name 'testValuesRetainAll__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2311 13
    #A8953 warning MethodName Method name 'testValuesRetainAll__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2311 13
    #A8954 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__MapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2316 13
    #A8955 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__MapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2316 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableSortedSetTest_gwt.java

    Severity Rule Message Line Col
    #A8956 warning GoogleMethodName Method name 'testBuilderGenerics_SelfComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A8957 warning MethodName Method name 'testBuilderGenerics_SelfComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A8958 warning GoogleMethodName Method name 'testBuilderGenerics_SuperComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A8959 warning MethodName Method name 'testBuilderGenerics_SuperComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A8960 warning GoogleMethodName Method name 'testContainsAll_differentComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A8961 warning MethodName Method name 'testContainsAll_differentComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A8962 warning GoogleMethodName Method name 'testContainsAll_notSortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A8963 warning MethodName Method name 'testContainsAll_notSortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A8964 warning GoogleMethodName Method name 'testContainsAll_sameComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A8965 warning MethodName Method name 'testContainsAll_sameComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A8966 warning GoogleMethodName Method name 'testContainsAll_sameComparator_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A8967 warning MethodName Method name 'testContainsAll_sameComparator_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A8968 warning GoogleMethodName Method name 'testContainsAll_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A8969 warning MethodName Method name 'testContainsAll_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A8970 warning GoogleMethodName Method name 'testCopyOfExplicit_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A8971 warning MethodName Method name 'testCopyOfExplicit_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A8972 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A8973 warning MethodName Method name 'testCopyOfExplicit_iterator_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A8974 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A8975 warning MethodName Method name 'testCopyOfExplicit_iterator_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A8976 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A8977 warning MethodName Method name 'testCopyOfExplicit_iterator_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A8978 warning GoogleMethodName Method name 'testCopyOfExplicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A8979 warning MethodName Method name 'testCopyOfExplicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A8980 warning GoogleMethodName Method name 'testCopyOfExplicit_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A8981 warning MethodName Method name 'testCopyOfExplicit_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A8982 warning GoogleMethodName Method name 'testCopyOfSorted_explicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A8983 warning MethodName Method name 'testCopyOfSorted_explicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A8984 warning GoogleMethodName Method name 'testCopyOfSorted_natural_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A8985 warning MethodName Method name 'testCopyOfSorted_natural_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A8986 warning GoogleMethodName Method name 'testCopyOfSorted_natural_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A8987 warning MethodName Method name 'testCopyOfSorted_natural_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A8988 warning GoogleMethodName Method name 'testCopyOf_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A8989 warning MethodName Method name 'testCopyOf_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A8990 warning GoogleMethodName Method name 'testCopyOf_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A8991 warning MethodName Method name 'testCopyOf_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A8992 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A8993 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A8994 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A8995 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A8996 warning GoogleMethodName Method name 'testCopyOf_collection_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A8997 warning MethodName Method name 'testCopyOf_collection_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A8998 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A8999 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A9000 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A9001 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A9002 warning GoogleMethodName Method name 'testCopyOf_collection_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A9003 warning MethodName Method name 'testCopyOf_collection_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A9004 warning GoogleMethodName Method name 'testCopyOf_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A9005 warning MethodName Method name 'testCopyOf_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A9006 warning GoogleMethodName Method name 'testCopyOf_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A9007 warning MethodName Method name 'testCopyOf_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A9008 warning GoogleMethodName Method name 'testCopyOf_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A9009 warning MethodName Method name 'testCopyOf_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A9010 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A9011 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A9012 warning GoogleMethodName Method name 'testCopyOf_iterator_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A9013 warning MethodName Method name 'testCopyOf_iterator_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A9014 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A9015 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A9016 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A9017 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A9018 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A9019 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A9020 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A9021 warning MethodName Method name 'testCopyOf_iterator_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A9022 warning GoogleMethodName Method name 'testCopyOf_iterator_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A9023 warning MethodName Method name 'testCopyOf_iterator_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A9024 warning GoogleMethodName Method name 'testCopyOf_iterator_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A9025 warning MethodName Method name 'testCopyOf_iterator_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A9026 warning GoogleMethodName Method name 'testCopyOf_nullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A9027 warning MethodName Method name 'testCopyOf_nullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A9028 warning GoogleMethodName Method name 'testCopyOf_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A9029 warning MethodName Method name 'testCopyOf_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A9030 warning GoogleMethodName Method name 'testCopyOf_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A9031 warning MethodName Method name 'testCopyOf_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A9032 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A9033 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A9034 warning GoogleMethodName Method name 'testCopyOf_plainIterable_iteratesOnce' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A9035 warning MethodName Method name 'testCopyOf_plainIterable_iteratesOnce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A9036 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A9037 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A9038 warning GoogleMethodName Method name 'testCopyOf_shortcut_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A9039 warning MethodName Method name 'testCopyOf_shortcut_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A9040 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A9041 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A9042 warning GoogleMethodName Method name 'testCopyOf_sortedSetIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A9043 warning MethodName Method name 'testCopyOf_sortedSetIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A9044 warning GoogleMethodName Method name 'testCopyOf_sortedSet_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A9045 warning MethodName Method name 'testCopyOf_sortedSet_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A9046 warning GoogleMethodName Method name 'testCopyOf_sortedSet_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A9047 warning MethodName Method name 'testCopyOf_sortedSet_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A9048 warning GoogleMethodName Method name 'testCopyOf_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A9049 warning MethodName Method name 'testCopyOf_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A9050 warning GoogleMethodName Method name 'testCopyOf_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A9051 warning MethodName Method name 'testCopyOf_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A9052 warning GoogleMethodName Method name 'testCreation_eightElements' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A9053 warning MethodName Method name 'testCreation_eightElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A9054 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A9055 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13
    #A9056 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 316 13
    #A9057 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 13
    #A9058 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 321 13
    #A9059 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 13
    #A9060 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 326 13
    #A9061 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 13
    #A9062 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 331 13
    #A9063 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 13
    #A9064 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 336 13
    #A9065 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 13
    #A9066 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 341 13
    #A9067 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 13
    #A9068 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 346 13
    #A9069 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 13
    #A9070 warning GoogleMethodName Method name 'testEmpty_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 351 13
    #A9071 warning MethodName Method name 'testEmpty_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 13
    #A9072 warning GoogleMethodName Method name 'testEmpty_first' has invalid underscore usage, underscores only allowed between adjacent digits. 356 13
    #A9073 warning MethodName Method name 'testEmpty_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 13
    #A9074 warning GoogleMethodName Method name 'testEmpty_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 361 13
    #A9075 warning MethodName Method name 'testEmpty_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 13
    #A9076 warning GoogleMethodName Method name 'testEmpty_last' has invalid underscore usage, underscores only allowed between adjacent digits. 366 13
    #A9077 warning MethodName Method name 'testEmpty_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 13
    #A9078 warning GoogleMethodName Method name 'testEmpty_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 371 13
    #A9079 warning MethodName Method name 'testEmpty_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 13
    #A9080 warning GoogleMethodName Method name 'testEmpty_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 376 13
    #A9081 warning MethodName Method name 'testEmpty_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 13
    #A9082 warning GoogleMethodName Method name 'testEquals_bothDefaultOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 381 13
    #A9083 warning MethodName Method name 'testEquals_bothDefaultOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 13
    #A9084 warning GoogleMethodName Method name 'testEquals_bothDefaultOrdering_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 386 13
    #A9085 warning MethodName Method name 'testEquals_bothDefaultOrdering_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 13
    #A9086 warning GoogleMethodName Method name 'testEquals_bothExplicitOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A9087 warning MethodName Method name 'testEquals_bothExplicitOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A9088 warning GoogleMethodName Method name 'testEquals_bothExplicitOrdering_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A9089 warning MethodName Method name 'testEquals_bothExplicitOrdering_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A9090 warning GoogleMethodName Method name 'testEquals_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 401 13
    #A9091 warning MethodName Method name 'testEquals_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 13
    #A9092 warning GoogleMethodName Method name 'testExplicit_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A9093 warning MethodName Method name 'testExplicit_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A9094 warning GoogleMethodName Method name 'testExplicit_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A9095 warning MethodName Method name 'testExplicit_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A9096 warning GoogleMethodName Method name 'testExplicit_containsMismatchedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A9097 warning MethodName Method name 'testExplicit_containsMismatchedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A9098 warning GoogleMethodName Method name 'testExplicit_first' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A9099 warning MethodName Method name 'testExplicit_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A9100 warning GoogleMethodName Method name 'testExplicit_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A9101 warning MethodName Method name 'testExplicit_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A9102 warning GoogleMethodName Method name 'testExplicit_last' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A9103 warning MethodName Method name 'testExplicit_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A9104 warning GoogleMethodName Method name 'testExplicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A9105 warning MethodName Method name 'testExplicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A9106 warning GoogleMethodName Method name 'testExplicit_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A9107 warning MethodName Method name 'testExplicit_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A9108 warning GoogleMethodName Method name 'testExplicit_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 446 13
    #A9109 warning MethodName Method name 'testExplicit_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 13
    #A9110 warning GoogleMethodName Method name 'testExplicit_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 451 13
    #A9111 warning MethodName Method name 'testExplicit_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 13
    #A9112 warning GoogleMethodName Method name 'testLegacyComparable_builder_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A9113 warning MethodName Method name 'testLegacyComparable_builder_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A9114 warning GoogleMethodName Method name 'testLegacyComparable_builder_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A9115 warning MethodName Method name 'testLegacyComparable_builder_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A9116 warning GoogleMethodName Method name 'testLegacyComparable_copyOf_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A9117 warning MethodName Method name 'testLegacyComparable_copyOf_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A9118 warning GoogleMethodName Method name 'testLegacyComparable_copyOf_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A9119 warning MethodName Method name 'testLegacyComparable_copyOf_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A9120 warning GoogleMethodName Method name 'testLegacyComparable_of' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A9121 warning MethodName Method name 'testLegacyComparable_of' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A9122 warning GoogleMethodName Method name 'testOf_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A9123 warning MethodName Method name 'testOf_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A9124 warning GoogleMethodName Method name 'testOf_first' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A9125 warning MethodName Method name 'testOf_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A9126 warning GoogleMethodName Method name 'testOf_gwtArraycopyBug' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A9127 warning MethodName Method name 'testOf_gwtArraycopyBug' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A9128 warning GoogleMethodName Method name 'testOf_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A9129 warning MethodName Method name 'testOf_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A9130 warning GoogleMethodName Method name 'testOf_last' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A9131 warning MethodName Method name 'testOf_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A9132 warning GoogleMethodName Method name 'testOf_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 516 13
    #A9133 warning MethodName Method name 'testOf_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 13
    #A9134 warning GoogleMethodName Method name 'testOf_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 521 13
    #A9135 warning MethodName Method name 'testOf_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 13
    #A9136 warning GoogleMethodName Method name 'testOf_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 526 13
    #A9137 warning MethodName Method name 'testOf_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 13
    #A9138 warning GoogleMethodName Method name 'testOf_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 531 13
    #A9139 warning MethodName Method name 'testOf_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 13
    #A9140 warning GoogleMethodName Method name 'testSingle_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A9141 warning MethodName Method name 'testSingle_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A9142 warning GoogleMethodName Method name 'testSingle_first' has invalid underscore usage, underscores only allowed between adjacent digits. 556 13
    #A9143 warning MethodName Method name 'testSingle_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 13
    #A9144 warning GoogleMethodName Method name 'testSingle_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 561 13
    #A9145 warning MethodName Method name 'testSingle_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 561 13
    #A9146 warning GoogleMethodName Method name 'testSingle_last' has invalid underscore usage, underscores only allowed between adjacent digits. 566 13
    #A9147 warning MethodName Method name 'testSingle_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 13
    #A9148 warning GoogleMethodName Method name 'testSingle_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 571 13
    #A9149 warning MethodName Method name 'testSingle_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 571 13
    #A9150 warning GoogleMethodName Method name 'testSingle_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 576 13
    #A9151 warning MethodName Method name 'testSingle_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 13
    #A9152 warning GoogleMethodName Method name 'testToImmutableSortedSet_customComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 631 13
    #A9153 warning MethodName Method name 'testToImmutableSortedSet_customComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 13
    #A9154 warning GoogleMethodName Method name 'testToImmutableSortedSet_duplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 636 13
    #A9155 warning MethodName Method name 'testToImmutableSortedSet_duplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ImmutableTableTest_gwt.java

    Severity Rule Message Line Col
    #A9156 warning GoogleMethodName Method name 'testBuilder_noDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 27 13
    #A9157 warning MethodName Method name 'testBuilder_noDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 13
    #A9158 warning GoogleMethodName Method name 'testBuilder_noNulls' has invalid underscore usage, underscores only allowed between adjacent digits. 33 13
    #A9159 warning MethodName Method name 'testBuilder_noNulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 13
    #A9160 warning GoogleMethodName Method name 'testBuilder_orderColumnsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 39 13
    #A9161 warning MethodName Method name 'testBuilder_orderColumnsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 13
    #A9162 warning GoogleMethodName Method name 'testBuilder_orderColumnsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 45 13
    #A9163 warning MethodName Method name 'testBuilder_orderColumnsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 13
    #A9164 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9165 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9166 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_putAll' has invalid underscore usage, underscores only allowed between adjacent digits. 57 13
    #A9167 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_putAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 13
    #A9168 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 63 13
    #A9169 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 13
    #A9170 warning GoogleMethodName Method name 'testBuilder_orderRowsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 69 13
    #A9171 warning MethodName Method name 'testBuilder_orderRowsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 13
    #A9172 warning GoogleMethodName Method name 'testBuilder_orderRowsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 75 13
    #A9173 warning MethodName Method name 'testBuilder_orderRowsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 13
    #A9174 warning GoogleMethodName Method name 'testBuilder_withImmutableCell' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A9175 warning MethodName Method name 'testBuilder_withImmutableCell' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A9176 warning GoogleMethodName Method name 'testBuilder_withImmutableCellAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 87 13
    #A9177 warning MethodName Method name 'testBuilder_withImmutableCellAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 13
    #A9178 warning GoogleMethodName Method name 'testBuilder_withMutableCell' has invalid underscore usage, underscores only allowed between adjacent digits. 93 13
    #A9179 warning MethodName Method name 'testBuilder_withMutableCell' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 13
    #A9180 warning GoogleMethodName Method name 'testDenseSerialization_bothOrders' has invalid underscore usage, underscores only allowed between adjacent digits. 159 13
    #A9181 warning MethodName Method name 'testDenseSerialization_bothOrders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 13
    #A9182 warning GoogleMethodName Method name 'testDenseSerialization_columnOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 165 13
    #A9183 warning MethodName Method name 'testDenseSerialization_columnOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 13
    #A9184 warning GoogleMethodName Method name 'testDenseSerialization_manualOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A9185 warning MethodName Method name 'testDenseSerialization_manualOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A9186 warning GoogleMethodName Method name 'testDenseSerialization_rowOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 177 13
    #A9187 warning MethodName Method name 'testDenseSerialization_rowOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 13
    #A9188 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 219 13
    #A9189 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 13
    #A9190 warning GoogleMethodName Method name 'testSerialization_singleElement' has invalid underscore usage, underscores only allowed between adjacent digits. 225 13
    #A9191 warning MethodName Method name 'testSerialization_singleElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 13
    #A9192 warning GoogleMethodName Method name 'testSparseSerialization_bothOrders' has invalid underscore usage, underscores only allowed between adjacent digits. 237 13
    #A9193 warning MethodName Method name 'testSparseSerialization_bothOrders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 13
    #A9194 warning GoogleMethodName Method name 'testSparseSerialization_columnOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 243 13
    #A9195 warning MethodName Method name 'testSparseSerialization_columnOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 13
    #A9196 warning GoogleMethodName Method name 'testSparseSerialization_manualOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 249 13
    #A9197 warning MethodName Method name 'testSparseSerialization_manualOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 13
    #A9198 warning GoogleMethodName Method name 'testSparseSerialization_rowOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 255 13
    #A9199 warning MethodName Method name 'testSparseSerialization_rowOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 255 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/IterablesTest_gwt.java

    Severity Rule Message Line Col
    #A9200 warning GoogleMethodName Method name 'testConsumingIterable_noIteratorCall' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A9201 warning MethodName Method name 'testConsumingIterable_noIteratorCall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A9202 warning GoogleMethodName Method name 'testConsumingIterable_queue_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A9203 warning MethodName Method name 'testConsumingIterable_queue_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A9204 warning GoogleMethodName Method name 'testConsumingIterable_queue_removesFromQueue' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A9205 warning MethodName Method name 'testConsumingIterable_queue_removesFromQueue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A9206 warning GoogleMethodName Method name 'testFind_withDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A9207 warning MethodName Method name 'testFind_withDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A9208 warning GoogleMethodName Method name 'testFrequency_list' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A9209 warning MethodName Method name 'testFrequency_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A9210 warning GoogleMethodName Method name 'testFrequency_multiset' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A9211 warning MethodName Method name 'testFrequency_multiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A9212 warning GoogleMethodName Method name 'testFrequency_set' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A9213 warning MethodName Method name 'testFrequency_set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A9214 warning GoogleMethodName Method name 'testGetFirst_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A9215 warning MethodName Method name 'testGetFirst_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A9216 warning GoogleMethodName Method name 'testGetFirst_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A9217 warning MethodName Method name 'testGetFirst_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A9218 warning GoogleMethodName Method name 'testGetFirst_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A9219 warning MethodName Method name 'testGetFirst_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A9220 warning GoogleMethodName Method name 'testGetFirst_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A9221 warning MethodName Method name 'testGetFirst_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A9222 warning GoogleMethodName Method name 'testGetLast_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A9223 warning MethodName Method name 'testGetLast_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A9224 warning GoogleMethodName Method name 'testGetLast_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A9225 warning MethodName Method name 'testGetLast_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A9226 warning GoogleMethodName Method name 'testGetLast_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A9227 warning MethodName Method name 'testGetLast_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A9228 warning GoogleMethodName Method name 'testGetLast_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A9229 warning MethodName Method name 'testGetLast_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A9230 warning GoogleMethodName Method name 'testGetLast_list' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A9231 warning MethodName Method name 'testGetLast_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A9232 warning GoogleMethodName Method name 'testGetLast_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A9233 warning MethodName Method name 'testGetLast_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A9234 warning GoogleMethodName Method name 'testGetLast_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A9235 warning MethodName Method name 'testGetLast_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A9236 warning GoogleMethodName Method name 'testGetLast_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A9237 warning MethodName Method name 'testGetLast_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A9238 warning GoogleMethodName Method name 'testGetLast_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A9239 warning MethodName Method name 'testGetLast_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A9240 warning GoogleMethodName Method name 'testGetLast_withDefault_not_empty_list' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A9241 warning MethodName Method name 'testGetLast_withDefault_not_empty_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A9242 warning GoogleMethodName Method name 'testGetLast_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A9243 warning MethodName Method name 'testGetLast_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A9244 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A9245 warning MethodName Method name 'testGetOnlyElement_noDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A9246 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A9247 warning MethodName Method name 'testGetOnlyElement_noDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A9248 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A9249 warning MethodName Method name 'testGetOnlyElement_noDefault_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A9250 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A9251 warning MethodName Method name 'testGetOnlyElement_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A9252 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A9253 warning MethodName Method name 'testGetOnlyElement_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A9254 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A9255 warning MethodName Method name 'testGetOnlyElement_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A9256 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A9257 warning MethodName Method name 'testGetOnlyElement_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A9258 warning GoogleMethodName Method name 'testGet_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A9259 warning MethodName Method name 'testGet_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A9260 warning GoogleMethodName Method name 'testGet_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A9261 warning MethodName Method name 'testGet_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A9262 warning GoogleMethodName Method name 'testGet_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A9263 warning MethodName Method name 'testGet_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A9264 warning GoogleMethodName Method name 'testGet_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A9265 warning MethodName Method name 'testGet_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A9266 warning GoogleMethodName Method name 'testGet_list' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A9267 warning MethodName Method name 'testGet_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A9268 warning GoogleMethodName Method name 'testGet_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A9269 warning MethodName Method name 'testGet_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A9270 warning GoogleMethodName Method name 'testGet_withDefault_doesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A9271 warning MethodName Method name 'testGet_withDefault_doesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A9272 warning GoogleMethodName Method name 'testGet_withDefault_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A9273 warning MethodName Method name 'testGet_withDefault_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A9274 warning GoogleMethodName Method name 'testGet_withDefault_last' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A9275 warning MethodName Method name 'testGet_withDefault_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A9276 warning GoogleMethodName Method name 'testGet_withDefault_lastPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A9277 warning MethodName Method name 'testGet_withDefault_lastPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A9278 warning GoogleMethodName Method name 'testGet_withDefault_negativePosition' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A9279 warning MethodName Method name 'testGet_withDefault_negativePosition' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A9280 warning GoogleMethodName Method name 'testGet_withDefault_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A9281 warning MethodName Method name 'testGet_withDefault_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A9282 warning GoogleMethodName Method name 'testIndexOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A9283 warning MethodName Method name 'testIndexOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A9284 warning GoogleMethodName Method name 'testIndexOf_genericPredicate' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A9285 warning MethodName Method name 'testIndexOf_genericPredicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A9286 warning GoogleMethodName Method name 'testIndexOf_genericPredicate2' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A9287 warning MethodName Method name 'testIndexOf_genericPredicate2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A9288 warning GoogleMethodName Method name 'testIndexOf_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A9289 warning MethodName Method name 'testIndexOf_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A9290 warning GoogleMethodName Method name 'testIndexOf_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A9291 warning MethodName Method name 'testIndexOf_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A9292 warning GoogleMethodName Method name 'testIndexOf_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A9293 warning MethodName Method name 'testIndexOf_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A9294 warning GoogleMethodName Method name 'testLimit_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 331 13
    #A9295 warning MethodName Method name 'testLimit_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 13
    #A9296 warning GoogleMethodName Method name 'testMergeSorted_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 336 13
    #A9297 warning MethodName Method name 'testMergeSorted_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 13
    #A9298 warning GoogleMethodName Method name 'testMergeSorted_pyramid' has invalid underscore usage, underscores only allowed between adjacent digits. 341 13
    #A9299 warning MethodName Method name 'testMergeSorted_pyramid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 13
    #A9300 warning GoogleMethodName Method name 'testMergeSorted_single' has invalid underscore usage, underscores only allowed between adjacent digits. 346 13
    #A9301 warning MethodName Method name 'testMergeSorted_single' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 13
    #A9302 warning GoogleMethodName Method name 'testMergeSorted_single_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 351 13
    #A9303 warning MethodName Method name 'testMergeSorted_single_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 13
    #A9304 warning GoogleMethodName Method name 'testMergeSorted_skipping_pyramid' has invalid underscore usage, underscores only allowed between adjacent digits. 356 13
    #A9305 warning MethodName Method name 'testMergeSorted_skipping_pyramid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 13
    #A9306 warning GoogleMethodName Method name 'testPaddedPartition_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 376 13
    #A9307 warning MethodName Method name 'testPaddedPartition_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 13
    #A9308 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 381 13
    #A9309 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 13
    #A9310 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 386 13
    #A9311 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 13
    #A9312 warning GoogleMethodName Method name 'testPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A9313 warning MethodName Method name 'testPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A9314 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A9315 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A9316 warning GoogleMethodName Method name 'testRemoveAll_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A9317 warning MethodName Method name 'testRemoveAll_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A9318 warning GoogleMethodName Method name 'testRemoveAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A9319 warning MethodName Method name 'testRemoveAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A9320 warning GoogleMethodName Method name 'testRemoveIf_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A9321 warning MethodName Method name 'testRemoveIf_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A9322 warning GoogleMethodName Method name 'testRemoveIf_noRandomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A9323 warning MethodName Method name 'testRemoveIf_noRandomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A9324 warning GoogleMethodName Method name 'testRemoveIf_randomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A9325 warning MethodName Method name 'testRemoveIf_randomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A9326 warning GoogleMethodName Method name 'testRemoveIf_randomAccess_notPermittingDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A9327 warning MethodName Method name 'testRemoveIf_randomAccess_notPermittingDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A9328 warning GoogleMethodName Method name 'testRemoveIf_transformedList' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A9329 warning MethodName Method name 'testRemoveIf_transformedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A9330 warning GoogleMethodName Method name 'testRetainAll_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A9331 warning MethodName Method name 'testRetainAll_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A9332 warning GoogleMethodName Method name 'testRetainAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 446 13
    #A9333 warning MethodName Method name 'testRetainAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 13
    #A9334 warning GoogleMethodName Method name 'testSize_collection_doesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A9335 warning MethodName Method name 'testSize_collection_doesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A9336 warning GoogleMethodName Method name 'testSkip_allOfImmutableList_modifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A9337 warning MethodName Method name 'testSkip_allOfImmutableList_modifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A9338 warning GoogleMethodName Method name 'testSkip_allOfMutableList_modifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A9339 warning MethodName Method name 'testSkip_allOfMutableList_modifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A9340 warning GoogleMethodName Method name 'testSkip_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A9341 warning MethodName Method name 'testSkip_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A9342 warning GoogleMethodName Method name 'testSkip_nonStructurallyModifiedList' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A9343 warning MethodName Method name 'testSkip_nonStructurallyModifiedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A9344 warning GoogleMethodName Method name 'testSkip_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A9345 warning MethodName Method name 'testSkip_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A9346 warning GoogleMethodName Method name 'testSkip_pastEndList' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A9347 warning MethodName Method name 'testSkip_pastEndList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A9348 warning GoogleMethodName Method name 'testSkip_removal' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A9349 warning MethodName Method name 'testSkip_removal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A9350 warning GoogleMethodName Method name 'testSkip_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A9351 warning MethodName Method name 'testSkip_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A9352 warning GoogleMethodName Method name 'testSkip_simpleList' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A9353 warning MethodName Method name 'testSkip_simpleList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A9354 warning GoogleMethodName Method name 'testSkip_skipNone' has invalid underscore usage, underscores only allowed between adjacent digits. 516 13
    #A9355 warning MethodName Method name 'testSkip_skipNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 13
    #A9356 warning GoogleMethodName Method name 'testSkip_skipNoneList' has invalid underscore usage, underscores only allowed between adjacent digits. 521 13
    #A9357 warning MethodName Method name 'testSkip_skipNoneList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 13
    #A9358 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAll' has invalid underscore usage, underscores only allowed between adjacent digits. 526 13
    #A9359 warning MethodName Method name 'testSkip_structurallyModifiedSkipAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 13
    #A9360 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAllList' has invalid underscore usage, underscores only allowed between adjacent digits. 531 13
    #A9361 warning MethodName Method name 'testSkip_structurallyModifiedSkipAllList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 13
    #A9362 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSome' has invalid underscore usage, underscores only allowed between adjacent digits. 536 13
    #A9363 warning MethodName Method name 'testSkip_structurallyModifiedSkipSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 13
    #A9364 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSomeList' has invalid underscore usage, underscores only allowed between adjacent digits. 541 13
    #A9365 warning MethodName Method name 'testSkip_structurallyModifiedSkipSomeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 541 13
    #A9366 warning GoogleMethodName Method name 'testTransform_forEach' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A9367 warning MethodName Method name 'testTransform_forEach' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A9368 warning GoogleMethodName Method name 'testTransform_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 556 13
    #A9369 warning MethodName Method name 'testTransform_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 13
    #A9370 warning GoogleMethodName Method name 'testUnmodifiableIterable_forEach' has invalid underscore usage, underscores only allowed between adjacent digits. 576 13
    #A9371 warning MethodName Method name 'testUnmodifiableIterable_forEach' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 13
    #A9372 warning GoogleMethodName Method name 'test_contains_nonnull_iterable_no' has invalid underscore usage, underscores only allowed between adjacent digits. 581 13
    #A9373 warning MethodName Method name 'test_contains_nonnull_iterable_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 581 13
    #A9374 warning GoogleMethodName Method name 'test_contains_nonnull_iterable_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 586 13
    #A9375 warning MethodName Method name 'test_contains_nonnull_iterable_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 13
    #A9376 warning GoogleMethodName Method name 'test_contains_nonnull_set_no' has invalid underscore usage, underscores only allowed between adjacent digits. 591 13
    #A9377 warning MethodName Method name 'test_contains_nonnull_set_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 13
    #A9378 warning GoogleMethodName Method name 'test_contains_nonnull_set_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 596 13
    #A9379 warning MethodName Method name 'test_contains_nonnull_set_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 13
    #A9380 warning GoogleMethodName Method name 'test_contains_null_iterable_no' has invalid underscore usage, underscores only allowed between adjacent digits. 601 13
    #A9381 warning MethodName Method name 'test_contains_null_iterable_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 601 13
    #A9382 warning GoogleMethodName Method name 'test_contains_null_iterable_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 606 13
    #A9383 warning MethodName Method name 'test_contains_null_iterable_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 13
    #A9384 warning GoogleMethodName Method name 'test_contains_null_set_no' has invalid underscore usage, underscores only allowed between adjacent digits. 611 13
    #A9385 warning MethodName Method name 'test_contains_null_set_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 13
    #A9386 warning GoogleMethodName Method name 'test_contains_null_set_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 616 13
    #A9387 warning MethodName Method name 'test_contains_null_set_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java

    Severity Rule Message Line Col
    #A9388 warning GoogleMethodName Method name 'testAdvance_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9389 warning MethodName Method name 'testAdvance_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9390 warning GoogleMethodName Method name 'testAdvance_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9391 warning MethodName Method name 'testAdvance_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9392 warning GoogleMethodName Method name 'testAdvance_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9393 warning MethodName Method name 'testAdvance_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9394 warning GoogleMethodName Method name 'testConcatNested_appendToBeginning' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A9395 warning MethodName Method name 'testConcatNested_appendToBeginning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A9396 warning GoogleMethodName Method name 'testConcatNested_appendToEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A9397 warning MethodName Method name 'testConcatNested_appendToEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A9398 warning GoogleMethodName Method name 'testFind_firstElement' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A9399 warning MethodName Method name 'testFind_firstElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A9400 warning GoogleMethodName Method name 'testFind_lastElement' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A9401 warning MethodName Method name 'testFind_lastElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A9402 warning GoogleMethodName Method name 'testFind_matchAlways' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A9403 warning MethodName Method name 'testFind_matchAlways' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A9404 warning GoogleMethodName Method name 'testFind_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A9405 warning MethodName Method name 'testFind_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A9406 warning GoogleMethodName Method name 'testFind_withDefault_first' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A9407 warning MethodName Method name 'testFind_withDefault_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A9408 warning GoogleMethodName Method name 'testFind_withDefault_last' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A9409 warning MethodName Method name 'testFind_withDefault_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A9410 warning GoogleMethodName Method name 'testFind_withDefault_matchAlways' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A9411 warning MethodName Method name 'testFind_withDefault_matchAlways' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A9412 warning GoogleMethodName Method name 'testFind_withDefault_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A9413 warning MethodName Method name 'testFind_withDefault_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A9414 warning GoogleMethodName Method name 'testFind_withDefault_notPresent_nullReturn' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A9415 warning MethodName Method name 'testFind_withDefault_notPresent_nullReturn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A9416 warning GoogleMethodName Method name 'testGetLast_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A9417 warning MethodName Method name 'testGetLast_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A9418 warning GoogleMethodName Method name 'testGetLast_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A9419 warning MethodName Method name 'testGetLast_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A9420 warning GoogleMethodName Method name 'testGetLast_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A9421 warning MethodName Method name 'testGetLast_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A9422 warning GoogleMethodName Method name 'testGetLast_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A9423 warning MethodName Method name 'testGetLast_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A9424 warning GoogleMethodName Method name 'testGetLast_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A9425 warning MethodName Method name 'testGetLast_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13
    #A9426 warning GoogleMethodName Method name 'testGetLast_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 316 13
    #A9427 warning MethodName Method name 'testGetLast_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 13
    #A9428 warning GoogleMethodName Method name 'testGetNext_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 321 13
    #A9429 warning MethodName Method name 'testGetNext_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 13
    #A9430 warning GoogleMethodName Method name 'testGetNext_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 326 13
    #A9431 warning MethodName Method name 'testGetNext_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 13
    #A9432 warning GoogleMethodName Method name 'testGetNext_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 331 13
    #A9433 warning MethodName Method name 'testGetNext_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 13
    #A9434 warning GoogleMethodName Method name 'testGetNext_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 336 13
    #A9435 warning MethodName Method name 'testGetNext_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 13
    #A9436 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 341 13
    #A9437 warning MethodName Method name 'testGetOnlyElement_noDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 13
    #A9438 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 346 13
    #A9439 warning MethodName Method name 'testGetOnlyElement_noDefault_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 13
    #A9440 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_moreThanFiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 351 13
    #A9441 warning MethodName Method name 'testGetOnlyElement_noDefault_moreThanFiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 13
    #A9442 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 356 13
    #A9443 warning MethodName Method name 'testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 13
    #A9444 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 361 13
    #A9445 warning MethodName Method name 'testGetOnlyElement_noDefault_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 13
    #A9446 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 366 13
    #A9447 warning MethodName Method name 'testGetOnlyElement_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 13
    #A9448 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 371 13
    #A9449 warning MethodName Method name 'testGetOnlyElement_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 13
    #A9450 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 376 13
    #A9451 warning MethodName Method name 'testGetOnlyElement_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 13
    #A9452 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 381 13
    #A9453 warning MethodName Method name 'testGetOnlyElement_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 13
    #A9454 warning GoogleMethodName Method name 'testGet_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 386 13
    #A9455 warning MethodName Method name 'testGet_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 13
    #A9456 warning GoogleMethodName Method name 'testGet_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A9457 warning MethodName Method name 'testGet_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A9458 warning GoogleMethodName Method name 'testGet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A9459 warning MethodName Method name 'testGet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A9460 warning GoogleMethodName Method name 'testGet_negativeIndex' has invalid underscore usage, underscores only allowed between adjacent digits. 401 13
    #A9461 warning MethodName Method name 'testGet_negativeIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 13
    #A9462 warning GoogleMethodName Method name 'testGet_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A9463 warning MethodName Method name 'testGet_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A9464 warning GoogleMethodName Method name 'testGet_withDefault_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A9465 warning MethodName Method name 'testGet_withDefault_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A9466 warning GoogleMethodName Method name 'testGet_withDefault_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A9467 warning MethodName Method name 'testGet_withDefault_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A9468 warning GoogleMethodName Method name 'testGet_withDefault_negativeIndex' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A9469 warning MethodName Method name 'testGet_withDefault_negativeIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A9470 warning GoogleMethodName Method name 'testGet_withDefault_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A9471 warning MethodName Method name 'testGet_withDefault_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A9472 warning GoogleMethodName Method name 'testIndexOf_consumedData' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A9473 warning MethodName Method name 'testIndexOf_consumedData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A9474 warning GoogleMethodName Method name 'testIndexOf_consumedDataNoMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A9475 warning MethodName Method name 'testIndexOf_consumedDataNoMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A9476 warning GoogleMethodName Method name 'testIndexOf_consumedDataWithDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A9477 warning MethodName Method name 'testIndexOf_consumedDataWithDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A9478 warning GoogleMethodName Method name 'testPaddedPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A9479 warning MethodName Method name 'testPaddedPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A9480 warning GoogleMethodName Method name 'testPaddedPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A9481 warning MethodName Method name 'testPaddedPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A9482 warning GoogleMethodName Method name 'testPaddedPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A9483 warning MethodName Method name 'testPaddedPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A9484 warning GoogleMethodName Method name 'testPaddedPartition_singleton2' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A9485 warning MethodName Method name 'testPaddedPartition_singleton2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A9486 warning GoogleMethodName Method name 'testPaddedPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A9487 warning MethodName Method name 'testPaddedPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A9488 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A9489 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A9490 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A9491 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A9492 warning GoogleMethodName Method name 'testPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A9493 warning MethodName Method name 'testPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A9494 warning GoogleMethodName Method name 'testPartition_singleton2' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A9495 warning MethodName Method name 'testPartition_singleton2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A9496 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A9497 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A9498 warning GoogleMethodName Method name 'testSize_partiallyConsumed' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A9499 warning MethodName Method name 'testSize_partiallyConsumed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A9500 warning GoogleMethodName Method name 'testTryFind_alwaysFalse_isPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 581 13
    #A9501 warning MethodName Method name 'testTryFind_alwaysFalse_isPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 581 13
    #A9502 warning GoogleMethodName Method name 'testTryFind_alwaysFalse_orDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 586 13
    #A9503 warning MethodName Method name 'testTryFind_alwaysFalse_orDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 13
    #A9504 warning GoogleMethodName Method name 'testTryFind_alwaysTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 591 13
    #A9505 warning MethodName Method name 'testTryFind_alwaysTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 13
    #A9506 warning GoogleMethodName Method name 'testTryFind_firstElement' has invalid underscore usage, underscores only allowed between adjacent digits. 596 13
    #A9507 warning MethodName Method name 'testTryFind_firstElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 13
    #A9508 warning GoogleMethodName Method name 'testTryFind_lastElement' has invalid underscore usage, underscores only allowed between adjacent digits. 601 13
    #A9509 warning MethodName Method name 'testTryFind_lastElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 601 13
    #A9510 warning GoogleMethodName Method name 'test_contains_nonnull_no' has invalid underscore usage, underscores only allowed between adjacent digits. 611 13
    #A9511 warning MethodName Method name 'test_contains_nonnull_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 13
    #A9512 warning GoogleMethodName Method name 'test_contains_nonnull_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 616 13
    #A9513 warning MethodName Method name 'test_contains_nonnull_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 13
    #A9514 warning GoogleMethodName Method name 'test_contains_null_no' has invalid underscore usage, underscores only allowed between adjacent digits. 621 13
    #A9515 warning MethodName Method name 'test_contains_null_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 621 13
    #A9516 warning GoogleMethodName Method name 'test_contains_null_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 626 13
    #A9517 warning MethodName Method name 'test_contains_null_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/LinkedHashMultimapTest_gwt.java

    Severity Rule Message Line Col
    #A9518 warning GoogleMethodName Method name 'testKeysToString_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9519 warning MethodName Method name 'testKeysToString_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ListsImplTest_gwt.java

    Severity Rule Message Line Col
    #A9520 warning GoogleMethodName Method name 'testIndexOfImpl_nonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9521 warning MethodName Method name 'testIndexOfImpl_nonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9522 warning GoogleMethodName Method name 'testIndexOfImpl_null' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9523 warning MethodName Method name 'testIndexOfImpl_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9524 warning GoogleMethodName Method name 'testLastIndexOfImpl_nonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9525 warning MethodName Method name 'testLastIndexOfImpl_nonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9526 warning GoogleMethodName Method name 'testLastIndexOfImpl_null' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9527 warning MethodName Method name 'testLastIndexOfImpl_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ListsTest_gwt.java

    Severity Rule Message Line Col
    #A9528 warning GoogleMethodName Method name 'testCartesianProduct_2x2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9529 warning MethodName Method name 'testCartesianProduct_2x2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9530 warning GoogleMethodName Method name 'testCartesianProduct_binary1x1' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9531 warning MethodName Method name 'testCartesianProduct_binary1x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9532 warning GoogleMethodName Method name 'testCartesianProduct_binary1x2' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9533 warning MethodName Method name 'testCartesianProduct_binary1x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9534 warning GoogleMethodName Method name 'testCartesianProduct_binary2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9535 warning MethodName Method name 'testCartesianProduct_binary2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A9536 warning GoogleMethodName Method name 'testCartesianProduct_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A9537 warning MethodName Method name 'testCartesianProduct_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A9538 warning GoogleMethodName Method name 'testCartesianProduct_indexOf' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A9539 warning MethodName Method name 'testCartesianProduct_indexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A9540 warning GoogleMethodName Method name 'testCartesianProduct_unrelatedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A9541 warning MethodName Method name 'testCartesianProduct_unrelatedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A9542 warning GoogleMethodName Method name 'testNewArrayListWithCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A9543 warning MethodName Method name 'testNewArrayListWithCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A9544 warning GoogleMethodName Method name 'testNewArrayListWithExpectedSize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A9545 warning MethodName Method name 'testNewArrayListWithExpectedSize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A9546 warning GoogleMethodName Method name 'testPartitionSize_1' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A9547 warning GoogleMethodName Method name 'testPartition_1_1' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A9548 warning GoogleMethodName Method name 'testPartition_1_2' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A9549 warning GoogleMethodName Method name 'testPartition_2_1' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A9550 warning GoogleMethodName Method name 'testPartition_3_2' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A9551 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A9552 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A9553 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A9554 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A9555 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A9556 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/MapMakerTest_gwt.java

    Severity Rule Message Line Col
    #A9557 warning GoogleMethodName Method name 'testInitialCapacity_negative__MakerTest' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A9558 warning MethodName Method name 'testInitialCapacity_negative__MakerTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A9559 warning GoogleMethodName Method name 'testReturnsPlainConcurrentHashMapWhenPossible__MakerTest' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9560 warning MethodName Method name 'testReturnsPlainConcurrentHashMapWhenPossible__MakerTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/MapsTest_gwt.java

    Severity Rule Message Line Col
    #A9561 warning GoogleMethodName Method name 'testAsConverter_inverse' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A9562 warning MethodName Method name 'testAsConverter_inverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A9563 warning GoogleMethodName Method name 'testAsConverter_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9564 warning MethodName Method name 'testAsConverter_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A9565 warning GoogleMethodName Method name 'testAsConverter_noMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A9566 warning MethodName Method name 'testAsConverter_noMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A9567 warning GoogleMethodName Method name 'testAsConverter_nominal' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9568 warning MethodName Method name 'testAsConverter_nominal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9569 warning GoogleMethodName Method name 'testAsConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9570 warning MethodName Method name 'testAsConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9571 warning GoogleMethodName Method name 'testAsConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9572 warning MethodName Method name 'testAsConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9573 warning GoogleMethodName Method name 'testAsConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9574 warning MethodName Method name 'testAsConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9575 warning GoogleMethodName Method name 'testAsConverter_withNullMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9576 warning MethodName Method name 'testAsConverter_withNullMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A9577 warning GoogleMethodName Method name 'testFilteredEntriesIllegalPut__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A9578 warning MethodName Method name 'testFilteredEntriesIllegalPut__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A9579 warning GoogleMethodName Method name 'testFilteredEntriesIllegalPutAll__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A9580 warning MethodName Method name 'testFilteredEntriesIllegalPutAll__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A9581 warning GoogleMethodName Method name 'testFilteredEntriesObjectPredicate__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 401 13
    #A9582 warning MethodName Method name 'testFilteredEntriesObjectPredicate__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 13
    #A9583 warning GoogleMethodName Method name 'testFilteredEntriesWildCardEntryPredicate__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A9584 warning MethodName Method name 'testFilteredEntriesWildCardEntryPredicate__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A9585 warning GoogleMethodName Method name 'testFilteredKeysFilteredReflectsBackingChanges__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A9586 warning MethodName Method name 'testFilteredKeysFilteredReflectsBackingChanges__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A9587 warning GoogleMethodName Method name 'testFilteredKeysIllegalPut__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A9588 warning MethodName Method name 'testFilteredKeysIllegalPut__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A9589 warning GoogleMethodName Method name 'testFilteredKeysIllegalPutAll__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A9590 warning MethodName Method name 'testFilteredKeysIllegalPutAll__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A9591 warning GoogleMethodName Method name 'testFilteredValuesClear__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A9592 warning MethodName Method name 'testFilteredValuesClear__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A9593 warning GoogleMethodName Method name 'testFilteredValuesIllegalPut__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A9594 warning MethodName Method name 'testFilteredValuesIllegalPut__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A9595 warning GoogleMethodName Method name 'testFilteredValuesIllegalPutAll__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A9596 warning MethodName Method name 'testFilteredValuesIllegalPutAll__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A9597 warning GoogleMethodName Method name 'testFilteredValuesIllegalSetValue__FilteredBiMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A9598 warning MethodName Method name 'testFilteredValuesIllegalSetValue__FilteredBiMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A9599 warning GoogleMethodName Method name 'testFilteredEntriesIllegalPut__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 446 13
    #A9600 warning MethodName Method name 'testFilteredEntriesIllegalPut__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 13
    #A9601 warning GoogleMethodName Method name 'testFilteredEntriesIllegalPutAll__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 451 13
    #A9602 warning MethodName Method name 'testFilteredEntriesIllegalPutAll__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 13
    #A9603 warning GoogleMethodName Method name 'testFilteredEntriesObjectPredicate__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 456 13
    #A9604 warning MethodName Method name 'testFilteredEntriesObjectPredicate__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 456 13
    #A9605 warning GoogleMethodName Method name 'testFilteredEntriesWildCardEntryPredicate__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 461 13
    #A9606 warning MethodName Method name 'testFilteredEntriesWildCardEntryPredicate__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 461 13
    #A9607 warning GoogleMethodName Method name 'testFilteredKeysFilteredReflectsBackingChanges__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A9608 warning MethodName Method name 'testFilteredKeysFilteredReflectsBackingChanges__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A9609 warning GoogleMethodName Method name 'testFilteredKeysIllegalPut__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A9610 warning MethodName Method name 'testFilteredKeysIllegalPut__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A9611 warning GoogleMethodName Method name 'testFilteredKeysIllegalPutAll__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A9612 warning MethodName Method name 'testFilteredKeysIllegalPutAll__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A9613 warning GoogleMethodName Method name 'testFilteredValuesClear__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A9614 warning MethodName Method name 'testFilteredValuesClear__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A9615 warning GoogleMethodName Method name 'testFilteredValuesIllegalPut__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A9616 warning MethodName Method name 'testFilteredValuesIllegalPut__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A9617 warning GoogleMethodName Method name 'testFilteredValuesIllegalPutAll__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A9618 warning MethodName Method name 'testFilteredValuesIllegalPutAll__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A9619 warning GoogleMethodName Method name 'testFilteredValuesIllegalSetValue__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A9620 warning MethodName Method name 'testFilteredValuesIllegalSetValue__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A9621 warning GoogleMethodName Method name 'testFirstAndLastKeyFilteredMap__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A9622 warning MethodName Method name 'testFirstAndLastKeyFilteredMap__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A9623 warning GoogleMethodName Method name 'testHeadSubTailMap_FilteredMap__FilteredSortedMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A9624 warning MethodName Method name 'testHeadSubTailMap_FilteredMap__FilteredSortedMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A9625 warning GoogleMethodName Method name 'testFilteredEntriesIllegalPut__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A9626 warning MethodName Method name 'testFilteredEntriesIllegalPut__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A9627 warning GoogleMethodName Method name 'testFilteredEntriesIllegalPutAll__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 516 13
    #A9628 warning MethodName Method name 'testFilteredEntriesIllegalPutAll__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 13
    #A9629 warning GoogleMethodName Method name 'testFilteredEntriesObjectPredicate__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 521 13
    #A9630 warning MethodName Method name 'testFilteredEntriesObjectPredicate__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 13
    #A9631 warning GoogleMethodName Method name 'testFilteredEntriesWildCardEntryPredicate__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 526 13
    #A9632 warning MethodName Method name 'testFilteredEntriesWildCardEntryPredicate__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 13
    #A9633 warning GoogleMethodName Method name 'testFilteredKeysFilteredReflectsBackingChanges__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 531 13
    #A9634 warning MethodName Method name 'testFilteredKeysFilteredReflectsBackingChanges__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 13
    #A9635 warning GoogleMethodName Method name 'testFilteredKeysIllegalPut__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 536 13
    #A9636 warning MethodName Method name 'testFilteredKeysIllegalPut__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 13
    #A9637 warning GoogleMethodName Method name 'testFilteredKeysIllegalPutAll__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 541 13
    #A9638 warning MethodName Method name 'testFilteredKeysIllegalPutAll__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 541 13
    #A9639 warning GoogleMethodName Method name 'testFilteredValuesClear__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 546 13
    #A9640 warning MethodName Method name 'testFilteredValuesClear__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 546 13
    #A9641 warning GoogleMethodName Method name 'testFilteredValuesIllegalPut__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A9642 warning MethodName Method name 'testFilteredValuesIllegalPut__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A9643 warning GoogleMethodName Method name 'testFilteredValuesIllegalPutAll__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 556 13
    #A9644 warning MethodName Method name 'testFilteredValuesIllegalPutAll__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 13
    #A9645 warning GoogleMethodName Method name 'testFilteredValuesIllegalSetValue__FilteredMapTest' has invalid underscore usage, underscores only allowed between adjacent digits. 561 13
    #A9646 warning MethodName Method name 'testFilteredValuesIllegalSetValue__FilteredMapTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 561 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/MinMaxPriorityQueueTest_gwt.java

    Severity Rule Message Line Col
    #A9647 warning GoogleMethodName Method name 'testCorrectOrdering_73ElementBug' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9648 warning MethodName Method name 'testCorrectOrdering_73ElementBug' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A9649 warning GoogleMethodName Method name 'testCorrectOrdering_mediumHeapsPollFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A9650 warning MethodName Method name 'testCorrectOrdering_mediumHeapsPollFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A9651 warning GoogleMethodName Method name 'testCorrectOrdering_mediumHeapsPollLast' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9652 warning MethodName Method name 'testCorrectOrdering_mediumHeapsPollLast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9653 warning GoogleMethodName Method name 'testCorrectOrdering_randomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9654 warning MethodName Method name 'testCorrectOrdering_randomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9655 warning GoogleMethodName Method name 'testCorrectOrdering_regression' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9656 warning MethodName Method name 'testCorrectOrdering_regression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9657 warning GoogleMethodName Method name 'testCorrectOrdering_smallHeapsPollFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9658 warning MethodName Method name 'testCorrectOrdering_smallHeapsPollFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9659 warning GoogleMethodName Method name 'testCorrectOrdering_smallHeapsPollLast' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9660 warning MethodName Method name 'testCorrectOrdering_smallHeapsPollLast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A9661 warning GoogleMethodName Method name 'testCreation_allOptions' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A9662 warning MethodName Method name 'testCreation_allOptions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A9663 warning GoogleMethodName Method name 'testCreation_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A9664 warning MethodName Method name 'testCreation_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A9665 warning GoogleMethodName Method name 'testCreation_comparator_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A9666 warning MethodName Method name 'testCreation_comparator_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A9667 warning GoogleMethodName Method name 'testCreation_comparator_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A9668 warning MethodName Method name 'testCreation_comparator_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A9669 warning GoogleMethodName Method name 'testCreation_expectedSize' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A9670 warning MethodName Method name 'testCreation_expectedSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A9671 warning GoogleMethodName Method name 'testCreation_expectedSize_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A9672 warning MethodName Method name 'testCreation_expectedSize_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A9673 warning GoogleMethodName Method name 'testCreation_expectedSize_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A9674 warning MethodName Method name 'testCreation_expectedSize_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A9675 warning GoogleMethodName Method name 'testCreation_expectedSize_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A9676 warning MethodName Method name 'testCreation_expectedSize_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A9677 warning GoogleMethodName Method name 'testCreation_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A9678 warning MethodName Method name 'testCreation_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A9679 warning GoogleMethodName Method name 'testCreation_maximumSize_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A9680 warning MethodName Method name 'testCreation_maximumSize_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A9681 warning GoogleMethodName Method name 'testCreation_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A9682 warning MethodName Method name 'testCreation_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A9683 warning GoogleMethodName Method name 'testCreation_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A9684 warning MethodName Method name 'testCreation_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A9685 warning GoogleMethodName Method name 'testExhaustive_pollAndPush' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A9686 warning MethodName Method name 'testExhaustive_pollAndPush' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A9687 warning GoogleMethodName Method name 'testRandomAddsAndRemoves_duplicateElements' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A9688 warning MethodName Method name 'testRandomAddsAndRemoves_duplicateElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A9689 warning GoogleMethodName Method name 'testRegression_dataCorruption' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A9690 warning MethodName Method name 'testRegression_dataCorruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A9691 warning GoogleMethodName Method name 'testRemoveAt_exhaustive' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A9692 warning MethodName Method name 'testRemoveAt_exhaustive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/MultimapBuilderTest_gwt.java

    Severity Rule Message Line Col
    #A9693 warning GoogleMethodName Method name 'testGenerics_gwtCompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A9694 warning MethodName Method name 'testGenerics_gwtCompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A9695 warning GoogleMethodName Method name 'testTreeKeys_gwtCompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9696 warning MethodName Method name 'testTreeKeys_gwtCompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/MultimapsTest_gwt.java

    Severity Rule Message Line Col
    #A9697 warning GoogleMethodName Method name 'testAsMap_listMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A9698 warning MethodName Method name 'testAsMap_listMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A9699 warning GoogleMethodName Method name 'testAsMap_multimap' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9700 warning MethodName Method name 'testAsMap_multimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A9701 warning GoogleMethodName Method name 'testAsMap_setMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A9702 warning MethodName Method name 'testAsMap_setMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A9703 warning GoogleMethodName Method name 'testAsMap_sortedSetMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9704 warning MethodName Method name 'testAsMap_sortedSetMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9705 warning GoogleMethodName Method name 'testIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A9706 warning MethodName Method name 'testIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A9707 warning GoogleMethodName Method name 'testIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A9708 warning MethodName Method name 'testIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A9709 warning GoogleMethodName Method name 'testIndex_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A9710 warning MethodName Method name 'testIndex_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/ObjectArraysTest_gwt.java

    Severity Rule Message Line Col
    #A9711 warning GoogleMethodName Method name 'testNewArray_fromArray_Empty' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9712 warning MethodName Method name 'testNewArray_fromArray_Empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9713 warning GoogleMethodName Method name 'testNewArray_fromArray_Nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9714 warning MethodName Method name 'testNewArray_fromArray_Nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9715 warning GoogleMethodName Method name 'testNewArray_fromArray_OfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9716 warning MethodName Method name 'testNewArray_fromArray_OfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/OrderingTest_gwt.java

    Severity Rule Message Line Col
    #A9717 warning GoogleMethodName Method name 'testArbitrary_withCollisions' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9718 warning MethodName Method name 'testArbitrary_withCollisions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A9719 warning GoogleMethodName Method name 'testArbitrary_withoutCollisions' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A9720 warning MethodName Method name 'testArbitrary_withoutCollisions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A9721 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromNatural' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9722 warning MethodName Method name 'testCombinationsExhaustively_startingFromNatural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9723 warning GoogleMethodName Method name 'testCompound_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9724 warning MethodName Method name 'testCompound_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9725 warning GoogleMethodName Method name 'testCompound_instance_generics' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9726 warning MethodName Method name 'testCompound_instance_generics' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A9727 warning GoogleMethodName Method name 'testCompound_static' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A9728 warning MethodName Method name 'testCompound_static' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A9729 warning GoogleMethodName Method name 'testExplicit_none' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A9730 warning MethodName Method name 'testExplicit_none' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A9731 warning GoogleMethodName Method name 'testExplicit_one' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A9732 warning MethodName Method name 'testExplicit_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A9733 warning GoogleMethodName Method name 'testExplicit_sortingExample' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A9734 warning MethodName Method name 'testExplicit_sortingExample' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A9735 warning GoogleMethodName Method name 'testExplicit_two' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A9736 warning MethodName Method name 'testExplicit_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A9737 warning GoogleMethodName Method name 'testExplicit_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A9738 warning MethodName Method name 'testExplicit_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A9739 warning GoogleMethodName Method name 'testGreatestOfIterable_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A9740 warning MethodName Method name 'testGreatestOfIterable_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A9741 warning GoogleMethodName Method name 'testGreatestOfIterator_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A9742 warning MethodName Method name 'testGreatestOfIterator_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A9743 warning GoogleMethodName Method name 'testLeastOfIterable_empty_0' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A9744 warning MethodName Method name 'testLeastOfIterable_empty_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A9745 warning GoogleMethodName Method name 'testLeastOfIterable_empty_1' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A9746 warning MethodName Method name 'testLeastOfIterable_empty_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A9747 warning GoogleMethodName Method name 'testLeastOfIterable_simple_0' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A9748 warning MethodName Method name 'testLeastOfIterable_simple_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A9749 warning GoogleMethodName Method name 'testLeastOfIterable_simple_1' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A9750 warning MethodName Method name 'testLeastOfIterable_simple_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A9751 warning GoogleMethodName Method name 'testLeastOfIterable_simple_n' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A9752 warning MethodName Method name 'testLeastOfIterable_simple_n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A9753 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nMinusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A9754 warning MethodName Method name 'testLeastOfIterable_simple_nMinusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A9755 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nMinusOne_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A9756 warning MethodName Method name 'testLeastOfIterable_simple_nMinusOne_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A9757 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A9758 warning MethodName Method name 'testLeastOfIterable_simple_nPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A9759 warning GoogleMethodName Method name 'testLeastOfIterable_simple_n_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A9760 warning MethodName Method name 'testLeastOfIterable_simple_n_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A9761 warning GoogleMethodName Method name 'testLeastOfIterable_simple_negativeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A9762 warning MethodName Method name 'testLeastOfIterable_simple_negativeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A9763 warning GoogleMethodName Method name 'testLeastOfIterable_singleton_0' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A9764 warning MethodName Method name 'testLeastOfIterable_singleton_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A9765 warning GoogleMethodName Method name 'testLeastOfIterable_ties' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A9766 warning MethodName Method name 'testLeastOfIterable_ties' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A9767 warning GoogleMethodName Method name 'testLeastOfIterator_empty_0' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A9768 warning MethodName Method name 'testLeastOfIterator_empty_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A9769 warning GoogleMethodName Method name 'testLeastOfIterator_empty_1' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A9770 warning MethodName Method name 'testLeastOfIterator_empty_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A9771 warning GoogleMethodName Method name 'testLeastOfIterator_simple_0' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A9772 warning MethodName Method name 'testLeastOfIterator_simple_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A9773 warning GoogleMethodName Method name 'testLeastOfIterator_simple_1' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A9774 warning MethodName Method name 'testLeastOfIterator_simple_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A9775 warning GoogleMethodName Method name 'testLeastOfIterator_simple_n' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A9776 warning MethodName Method name 'testLeastOfIterator_simple_n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A9777 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nMinusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A9778 warning MethodName Method name 'testLeastOfIterator_simple_nMinusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A9779 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nMinusOne_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A9780 warning MethodName Method name 'testLeastOfIterator_simple_nMinusOne_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A9781 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A9782 warning MethodName Method name 'testLeastOfIterator_simple_nPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A9783 warning GoogleMethodName Method name 'testLeastOfIterator_simple_n_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A9784 warning MethodName Method name 'testLeastOfIterator_simple_n_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A9785 warning GoogleMethodName Method name 'testLeastOfIterator_simple_negativeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A9786 warning MethodName Method name 'testLeastOfIterator_simple_negativeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A9787 warning GoogleMethodName Method name 'testLeastOfIterator_singleton_0' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A9788 warning MethodName Method name 'testLeastOfIterator_singleton_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A9789 warning GoogleMethodName Method name 'testLeastOfIterator_ties' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A9790 warning MethodName Method name 'testLeastOfIterator_ties' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A9791 warning GoogleMethodName Method name 'testLeastOf_reconcileAgainstSortAndSublistSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A9792 warning MethodName Method name 'testLeastOf_reconcileAgainstSortAndSublistSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A9793 warning GoogleMethodName Method name 'testOnResultOf_chained' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A9794 warning MethodName Method name 'testOnResultOf_chained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A9795 warning GoogleMethodName Method name 'testOnResultOf_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A9796 warning MethodName Method name 'testOnResultOf_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/RangeTest_gwt.java

    Severity Rule Message Line Col
    #A9797 warning GoogleMethodName Method name 'testCanonical_unboundedDomain' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9798 warning MethodName Method name 'testCanonical_unboundedDomain' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9799 warning GoogleMethodName Method name 'testClosed_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A9800 warning MethodName Method name 'testClosed_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A9801 warning GoogleMethodName Method name 'testEncloseAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A9802 warning MethodName Method name 'testEncloseAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A9803 warning GoogleMethodName Method name 'testEncloseAll_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A9804 warning MethodName Method name 'testEncloseAll_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A9805 warning GoogleMethodName Method name 'testEncloses_closed' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A9806 warning MethodName Method name 'testEncloses_closed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A9807 warning GoogleMethodName Method name 'testEncloses_open' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A9808 warning MethodName Method name 'testEncloses_open' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A9809 warning GoogleMethodName Method name 'testGap_connectedAdjacentYieldsEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A9810 warning MethodName Method name 'testGap_connectedAdjacentYieldsEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A9811 warning GoogleMethodName Method name 'testGap_general' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A9812 warning MethodName Method name 'testGap_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A9813 warning GoogleMethodName Method name 'testGap_overlapping' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A9814 warning MethodName Method name 'testGap_overlapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A9815 warning GoogleMethodName Method name 'testIntersection_deFactoEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A9816 warning MethodName Method name 'testIntersection_deFactoEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A9817 warning GoogleMethodName Method name 'testIntersection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A9818 warning MethodName Method name 'testIntersection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A9819 warning GoogleMethodName Method name 'testIntersection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A9820 warning MethodName Method name 'testIntersection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A9821 warning GoogleMethodName Method name 'testIntersection_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A9822 warning MethodName Method name 'testIntersection_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A9823 warning GoogleMethodName Method name 'testOpen_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A9824 warning MethodName Method name 'testOpen_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A9825 warning GoogleMethodName Method name 'testSpan_general' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A9826 warning MethodName Method name 'testSpan_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/SetOperationsTest_gwt.java

    Severity Rule Message Line Col
    #A9827 warning GoogleMethodName Method name 'testDifference__MoreTests' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A9828 warning MethodName Method name 'testDifference__MoreTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A9829 warning GoogleMethodName Method name 'testIntersection__MoreTests' has invalid underscore usage, underscores only allowed between adjacent digits. 27 13
    #A9830 warning MethodName Method name 'testIntersection__MoreTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 13
    #A9831 warning GoogleMethodName Method name 'testSymmetricDifference__MoreTests' has invalid underscore usage, underscores only allowed between adjacent digits. 33 13
    #A9832 warning MethodName Method name 'testSymmetricDifference__MoreTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 13
    #A9833 warning GoogleMethodName Method name 'testUnion__MoreTests' has invalid underscore usage, underscores only allowed between adjacent digits. 39 13
    #A9834 warning MethodName Method name 'testUnion__MoreTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/SetsTest_gwt.java

    Severity Rule Message Line Col
    #A9835 warning GoogleMethodName Method name 'testCartesianProduct_2x2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9836 warning MethodName Method name 'testCartesianProduct_2x2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A9837 warning GoogleMethodName Method name 'testCartesianProduct_binary0x0' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A9838 warning MethodName Method name 'testCartesianProduct_binary0x0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A9839 warning GoogleMethodName Method name 'testCartesianProduct_binary0x1' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9840 warning MethodName Method name 'testCartesianProduct_binary0x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9841 warning GoogleMethodName Method name 'testCartesianProduct_binary1x0' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9842 warning MethodName Method name 'testCartesianProduct_binary1x0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9843 warning GoogleMethodName Method name 'testCartesianProduct_binary1x1' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9844 warning MethodName Method name 'testCartesianProduct_binary1x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9845 warning GoogleMethodName Method name 'testCartesianProduct_binary1x2' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9846 warning MethodName Method name 'testCartesianProduct_binary1x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9847 warning GoogleMethodName Method name 'testCartesianProduct_binary2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9848 warning MethodName Method name 'testCartesianProduct_binary2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A9849 warning GoogleMethodName Method name 'testCartesianProduct_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A9850 warning MethodName Method name 'testCartesianProduct_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A9851 warning GoogleMethodName Method name 'testCartesianProduct_hashCode' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A9852 warning MethodName Method name 'testCartesianProduct_hashCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A9853 warning GoogleMethodName Method name 'testCartesianProduct_unary' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A9854 warning MethodName Method name 'testCartesianProduct_unary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A9855 warning GoogleMethodName Method name 'testCartesianProduct_unrelatedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A9856 warning MethodName Method name 'testCartesianProduct_unrelatedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A9857 warning GoogleMethodName Method name 'testCartesianProduct_zeroary' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A9858 warning MethodName Method name 'testCartesianProduct_zeroary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A9859 warning GoogleMethodName Method name 'testImmutableEnumSet_fromIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A9860 warning MethodName Method name 'testImmutableEnumSet_fromIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A9861 warning GoogleMethodName Method name 'testNewEnumSet_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A9862 warning MethodName Method name 'testNewEnumSet_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A9863 warning GoogleMethodName Method name 'testNewEnumSet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A9864 warning MethodName Method name 'testNewEnumSet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A9865 warning GoogleMethodName Method name 'testNewEnumSet_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A9866 warning MethodName Method name 'testNewEnumSet_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A9867 warning GoogleMethodName Method name 'testNewEnumSet_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A9868 warning MethodName Method name 'testNewEnumSet_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A9869 warning GoogleMethodName Method name 'testPowerSetEqualsAndHashCode_verifyAgainstHashSet' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A9870 warning MethodName Method name 'testPowerSetEqualsAndHashCode_verifyAgainstHashSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A9871 warning GoogleMethodName Method name 'testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A9872 warning MethodName Method name 'testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A9873 warning GoogleMethodName Method name 'testPowerSetIteration_iteratorTester_fast' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A9874 warning MethodName Method name 'testPowerSetIteration_iteratorTester_fast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13
    #A9875 warning GoogleMethodName Method name 'testPowerSetIteration_manual' has invalid underscore usage, underscores only allowed between adjacent digits. 316 13
    #A9876 warning MethodName Method name 'testPowerSetIteration_manual' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/StreamsTest_gwt.java

    Severity Rule Message Line Col
    #A9877 warning GoogleMethodName Method name 'testConcatInfiniteStream_double' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9878 warning MethodName Method name 'testConcatInfiniteStream_double' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A9879 warning GoogleMethodName Method name 'testConcatInfiniteStream_int' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A9880 warning MethodName Method name 'testConcatInfiniteStream_int' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A9881 warning GoogleMethodName Method name 'testConcatInfiniteStream_long' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9882 warning MethodName Method name 'testConcatInfiniteStream_long' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9883 warning GoogleMethodName Method name 'testConcat_doubleStream' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9884 warning MethodName Method name 'testConcat_doubleStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9885 warning GoogleMethodName Method name 'testConcat_intStream' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9886 warning MethodName Method name 'testConcat_intStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9887 warning GoogleMethodName Method name 'testConcat_longStream' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9888 warning MethodName Method name 'testConcat_longStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9889 warning GoogleMethodName Method name 'testConcat_refStream' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9890 warning MethodName Method name 'testConcat_refStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A9891 warning GoogleMethodName Method name 'testConcat_refStream_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A9892 warning MethodName Method name 'testConcat_refStream_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A9893 warning GoogleMethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_concat' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A9894 warning MethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_concat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A9895 warning GoogleMethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_flatMap' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A9896 warning MethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_flatMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A9897 warning GoogleMethodName Method name 'testConcat_refStream_parallel' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A9898 warning MethodName Method name 'testConcat_refStream_parallel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A9899 warning GoogleMethodName Method name 'testForEachPair_differingLengths1' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A9900 warning MethodName Method name 'testForEachPair_differingLengths1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A9901 warning GoogleMethodName Method name 'testForEachPair_differingLengths2' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A9902 warning MethodName Method name 'testForEachPair_differingLengths2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A9903 warning GoogleMethodName Method name 'testForEachPair_finiteWithInfinite' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A9904 warning MethodName Method name 'testForEachPair_finiteWithInfinite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A9905 warning GoogleMethodName Method name 'testForEachPair_oneEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A9906 warning MethodName Method name 'testForEachPair_oneEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A9907 warning GoogleMethodName Method name 'testForEachPair_parallel' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A9908 warning MethodName Method name 'testForEachPair_parallel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A9909 warning GoogleMethodName Method name 'testMapWithIndex_arrayListSource' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A9910 warning MethodName Method name 'testMapWithIndex_arrayListSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A9911 warning GoogleMethodName Method name 'testMapWithIndex_closeIsPropagated_sizedSource' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A9912 warning MethodName Method name 'testMapWithIndex_closeIsPropagated_sizedSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A9913 warning GoogleMethodName Method name 'testMapWithIndex_closeIsPropagated_unsizedSource' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A9914 warning MethodName Method name 'testMapWithIndex_closeIsPropagated_unsizedSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A9915 warning GoogleMethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A9916 warning MethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A9917 warning GoogleMethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_unsized' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A9918 warning MethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_unsized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A9919 warning GoogleMethodName Method name 'testMapWithIndex_intStream' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A9920 warning MethodName Method name 'testMapWithIndex_intStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A9921 warning GoogleMethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A9922 warning MethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A9923 warning GoogleMethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_unsized' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A9924 warning MethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_unsized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A9925 warning GoogleMethodName Method name 'testMapWithIndex_linkedHashSetSource' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A9926 warning MethodName Method name 'testMapWithIndex_linkedHashSetSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A9927 warning GoogleMethodName Method name 'testMapWithIndex_longStream' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A9928 warning MethodName Method name 'testMapWithIndex_longStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A9929 warning GoogleMethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A9930 warning MethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A9931 warning GoogleMethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_unsized' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A9932 warning MethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_unsized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A9933 warning GoogleMethodName Method name 'testMapWithIndex_unsizedSource' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A9934 warning MethodName Method name 'testMapWithIndex_unsizedSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A9935 warning GoogleMethodName Method name 'testStream_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A9936 warning MethodName Method name 'testStream_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A9937 warning GoogleMethodName Method name 'testStream_googleOptional' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A9938 warning MethodName Method name 'testStream_googleOptional' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A9939 warning GoogleMethodName Method name 'testStream_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A9940 warning MethodName Method name 'testStream_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A9941 warning GoogleMethodName Method name 'testStream_javaOptional' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A9942 warning MethodName Method name 'testStream_javaOptional' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A9943 warning GoogleMethodName Method name 'testStream_nonCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A9944 warning MethodName Method name 'testStream_nonCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A9945 warning GoogleMethodName Method name 'testStream_optionalDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A9946 warning MethodName Method name 'testStream_optionalDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A9947 warning GoogleMethodName Method name 'testStream_optionalInt' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A9948 warning MethodName Method name 'testStream_optionalInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A9949 warning GoogleMethodName Method name 'testStream_optionalLong' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A9950 warning MethodName Method name 'testStream_optionalLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A9951 warning GoogleMethodName Method name 'testZip_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A9952 warning MethodName Method name 'testZip_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/TableCollectionTest_gwt.java

    Severity Rule Message Line Col
    #A9953 warning GoogleMethodName Method name 'testClear__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A9954 warning MethodName Method name 'testClear__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A9955 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A9956 warning MethodName Method name 'testContainsKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A9957 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A9958 warning MethodName Method name 'testContainsValue__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A9959 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A9960 warning MethodName Method name 'testEntrySet__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A9961 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A9962 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A9963 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A9964 warning MethodName Method name 'testEntrySetClear__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A9965 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A9966 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A9967 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A9968 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A9969 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A9970 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A9971 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A9972 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A9973 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A9974 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A9975 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A9976 warning MethodName Method name 'testEntrySetRemove__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A9977 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A9978 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A9979 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A9980 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A9981 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A9982 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A9983 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A9984 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A9985 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A9986 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A9987 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A9988 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A9989 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A9990 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A9991 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A9992 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A9993 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A9994 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A9995 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 126 13
    #A9996 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 13
    #A9997 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A9998 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A9999 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A10000 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A10001 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A10002 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A10003 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A10004 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A10005 warning GoogleMethodName Method name 'testGet__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A10006 warning MethodName Method name 'testGet__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A10007 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A10008 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A10009 warning GoogleMethodName Method name 'testGetNull__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A10010 warning MethodName Method name 'testGetNull__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A10011 warning GoogleMethodName Method name 'testHashCode__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A10012 warning MethodName Method name 'testHashCode__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A10013 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A10014 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A10015 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A10016 warning MethodName Method name 'testKeySetClear__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A10017 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A10018 warning MethodName Method name 'testKeySetRemove__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A10019 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A10020 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A10021 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A10022 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A10023 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A10024 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A10025 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A10026 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A10027 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A10028 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A10029 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A10030 warning MethodName Method name 'testPutAllNewKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A10031 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A10032 warning MethodName Method name 'testPutExistingKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A10033 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A10034 warning MethodName Method name 'testPutNewKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A10035 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A10036 warning MethodName Method name 'testPutNullKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A10037 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A10038 warning MethodName Method name 'testPutNullValue__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A10039 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A10040 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13
    #A10041 warning GoogleMethodName Method name 'testRemove__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 241 13
    #A10042 warning MethodName Method name 'testRemove__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 13
    #A10043 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 246 13
    #A10044 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 13
    #A10045 warning GoogleMethodName Method name 'testSize__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 251 13
    #A10046 warning MethodName Method name 'testSize__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 13
    #A10047 warning GoogleMethodName Method name 'testValues__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 256 13
    #A10048 warning MethodName Method name 'testValues__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 13
    #A10049 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 261 13
    #A10050 warning MethodName Method name 'testValuesClear__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 13
    #A10051 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 266 13
    #A10052 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 13
    #A10053 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 271 13
    #A10054 warning MethodName Method name 'testValuesRemove__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 13
    #A10055 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 276 13
    #A10056 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 13
    #A10057 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 281 13
    #A10058 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 13
    #A10059 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 286 13
    #A10060 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 13
    #A10061 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A10062 warning MethodName Method name 'testValuesRetainAll__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A10063 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 296 13
    #A10064 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 13
    #A10065 warning GoogleMethodName Method name 'testClear__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 301 13
    #A10066 warning MethodName Method name 'testClear__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 13
    #A10067 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 306 13
    #A10068 warning MethodName Method name 'testContainsKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 13
    #A10069 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 311 13
    #A10070 warning MethodName Method name 'testContainsValue__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 13
    #A10071 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 316 13
    #A10072 warning MethodName Method name 'testEntrySet__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 13
    #A10073 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 321 13
    #A10074 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 13
    #A10075 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 326 13
    #A10076 warning MethodName Method name 'testEntrySetClear__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 13
    #A10077 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 331 13
    #A10078 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 13
    #A10079 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 336 13
    #A10080 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 13
    #A10081 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 341 13
    #A10082 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 13
    #A10083 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 346 13
    #A10084 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 13
    #A10085 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 351 13
    #A10086 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 13
    #A10087 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 356 13
    #A10088 warning MethodName Method name 'testEntrySetRemove__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 13
    #A10089 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 361 13
    #A10090 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 13
    #A10091 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 366 13
    #A10092 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 13
    #A10093 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 371 13
    #A10094 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 13
    #A10095 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 376 13
    #A10096 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 13
    #A10097 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 381 13
    #A10098 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 13
    #A10099 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 386 13
    #A10100 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 13
    #A10101 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 391 13
    #A10102 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 13
    #A10103 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 396 13
    #A10104 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 13
    #A10105 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 401 13
    #A10106 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 13
    #A10107 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 406 13
    #A10108 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 13
    #A10109 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 411 13
    #A10110 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 13
    #A10111 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 416 13
    #A10112 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 13
    #A10113 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 421 13
    #A10114 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 13
    #A10115 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A10116 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A10117 warning GoogleMethodName Method name 'testGet__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 431 13
    #A10118 warning MethodName Method name 'testGet__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 13
    #A10119 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 436 13
    #A10120 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 13
    #A10121 warning GoogleMethodName Method name 'testGetNull__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 441 13
    #A10122 warning MethodName Method name 'testGetNull__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 13
    #A10123 warning GoogleMethodName Method name 'testHashCode__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 446 13
    #A10124 warning MethodName Method name 'testHashCode__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 13
    #A10125 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 451 13
    #A10126 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 13
    #A10127 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 456 13
    #A10128 warning MethodName Method name 'testKeySetClear__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 456 13
    #A10129 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 461 13
    #A10130 warning MethodName Method name 'testKeySetRemove__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 461 13
    #A10131 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 466 13
    #A10132 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 466 13
    #A10133 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 471 13
    #A10134 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 13
    #A10135 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 476 13
    #A10136 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 13
    #A10137 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 481 13
    #A10138 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 13
    #A10139 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 486 13
    #A10140 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 13
    #A10141 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 491 13
    #A10142 warning MethodName Method name 'testPutAllNewKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 13
    #A10143 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 496 13
    #A10144 warning MethodName Method name 'testPutExistingKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 13
    #A10145 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 501 13
    #A10146 warning MethodName Method name 'testPutNewKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 13
    #A10147 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 506 13
    #A10148 warning MethodName Method name 'testPutNullKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 13
    #A10149 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 511 13
    #A10150 warning MethodName Method name 'testPutNullValue__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 511 13
    #A10151 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 516 13
    #A10152 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 13
    #A10153 warning GoogleMethodName Method name 'testRemove__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 521 13
    #A10154 warning MethodName Method name 'testRemove__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 13
    #A10155 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 526 13
    #A10156 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 13
    #A10157 warning GoogleMethodName Method name 'testSize__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 531 13
    #A10158 warning MethodName Method name 'testSize__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 13
    #A10159 warning GoogleMethodName Method name 'testValues__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 536 13
    #A10160 warning MethodName Method name 'testValues__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 13
    #A10161 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 541 13
    #A10162 warning MethodName Method name 'testValuesClear__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 541 13
    #A10163 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 546 13
    #A10164 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 546 13
    #A10165 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 551 13
    #A10166 warning MethodName Method name 'testValuesRemove__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 13
    #A10167 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 556 13
    #A10168 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 13
    #A10169 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 561 13
    #A10170 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 561 13
    #A10171 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 566 13
    #A10172 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 13
    #A10173 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 571 13
    #A10174 warning MethodName Method name 'testValuesRetainAll__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 571 13
    #A10175 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 576 13
    #A10176 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 13
    #A10177 warning GoogleMethodName Method name 'testClear__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 581 13
    #A10178 warning MethodName Method name 'testClear__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 581 13
    #A10179 warning GoogleMethodName Method name 'testContainsKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 586 13
    #A10180 warning MethodName Method name 'testContainsKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 13
    #A10181 warning GoogleMethodName Method name 'testContainsValue__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 591 13
    #A10182 warning MethodName Method name 'testContainsValue__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 13
    #A10183 warning GoogleMethodName Method name 'testEntrySet__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 596 13
    #A10184 warning MethodName Method name 'testEntrySet__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 13
    #A10185 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 601 13
    #A10186 warning MethodName Method name 'testEntrySetAddAndAddAll__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 601 13
    #A10187 warning GoogleMethodName Method name 'testEntrySetClear__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 606 13
    #A10188 warning MethodName Method name 'testEntrySetClear__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 13
    #A10189 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 611 13
    #A10190 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 13
    #A10191 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 616 13
    #A10192 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 13
    #A10193 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 621 13
    #A10194 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 621 13
    #A10195 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 626 13
    #A10196 warning MethodName Method name 'testEntrySetForEmptyMap__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 13
    #A10197 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 631 13
    #A10198 warning MethodName Method name 'testEntrySetIteratorRemove__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 13
    #A10199 warning GoogleMethodName Method name 'testEntrySetRemove__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 636 13
    #A10200 warning MethodName Method name 'testEntrySetRemove__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 13
    #A10201 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 641 13
    #A10202 warning MethodName Method name 'testEntrySetRemoveAll__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 641 13
    #A10203 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 646 13
    #A10204 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 646 13
    #A10205 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 651 13
    #A10206 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 651 13
    #A10207 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 656 13
    #A10208 warning MethodName Method name 'testEntrySetRemoveMissingKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 656 13
    #A10209 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 661 13
    #A10210 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 13
    #A10211 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 666 13
    #A10212 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 666 13
    #A10213 warning GoogleMethodName Method name 'testEntrySetRetainAll__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 671 13
    #A10214 warning MethodName Method name 'testEntrySetRetainAll__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 13
    #A10215 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 676 13
    #A10216 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 676 13
    #A10217 warning GoogleMethodName Method name 'testEntrySetSetValue__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 681 13
    #A10218 warning MethodName Method name 'testEntrySetSetValue__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 681 13
    #A10219 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 686 13
    #A10220 warning MethodName Method name 'testEntrySetSetValueSameValue__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 13
    #A10221 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 691 13
    #A10222 warning MethodName Method name 'testEqualsForEmptyMap__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 13
    #A10223 warning GoogleMethodName Method name 'testEqualsForEqualMap__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 696 13
    #A10224 warning MethodName Method name 'testEqualsForEqualMap__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 13
    #A10225 warning GoogleMethodName Method name 'testEqualsForLargerMap__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 701 13
    #A10226 warning MethodName Method name 'testEqualsForLargerMap__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 13
    #A10227 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 706 13
    #A10228 warning MethodName Method name 'testEqualsForSmallerMap__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 706 13
    #A10229 warning GoogleMethodName Method name 'testGet__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 711 13
    #A10230 warning MethodName Method name 'testGet__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 711 13
    #A10231 warning GoogleMethodName Method name 'testGetForEmptyMap__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 716 13
    #A10232 warning MethodName Method name 'testGetForEmptyMap__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 716 13
    #A10233 warning GoogleMethodName Method name 'testGetNull__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 721 13
    #A10234 warning MethodName Method name 'testGetNull__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 13
    #A10235 warning GoogleMethodName Method name 'testHashCode__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 726 13
    #A10236 warning MethodName Method name 'testHashCode__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 726 13
    #A10237 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 731 13
    #A10238 warning MethodName Method name 'testHashCodeForEmptyMap__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 731 13
    #A10239 warning GoogleMethodName Method name 'testKeySetClear__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 736 13
    #A10240 warning MethodName Method name 'testKeySetClear__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 736 13
    #A10241 warning GoogleMethodName Method name 'testKeySetRemove__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 741 13
    #A10242 warning MethodName Method name 'testKeySetRemove__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 741 13
    #A10243 warning GoogleMethodName Method name 'testKeySetRemoveAll__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 746 13
    #A10244 warning MethodName Method name 'testKeySetRemoveAll__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 746 13
    #A10245 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 751 13
    #A10246 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 13
    #A10247 warning GoogleMethodName Method name 'testKeySetRetainAll__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 756 13
    #A10248 warning MethodName Method name 'testKeySetRetainAll__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 756 13
    #A10249 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 761 13
    #A10250 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 761 13
    #A10251 warning GoogleMethodName Method name 'testPutAllExistingKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 766 13
    #A10252 warning MethodName Method name 'testPutAllExistingKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 766 13
    #A10253 warning GoogleMethodName Method name 'testPutAllNewKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 771 13
    #A10254 warning MethodName Method name 'testPutAllNewKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 771 13
    #A10255 warning GoogleMethodName Method name 'testPutExistingKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 776 13
    #A10256 warning MethodName Method name 'testPutExistingKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 776 13
    #A10257 warning GoogleMethodName Method name 'testPutNewKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 781 13
    #A10258 warning MethodName Method name 'testPutNewKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 781 13
    #A10259 warning GoogleMethodName Method name 'testPutNullKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 786 13
    #A10260 warning MethodName Method name 'testPutNullKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 786 13
    #A10261 warning GoogleMethodName Method name 'testPutNullValue__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 791 13
    #A10262 warning MethodName Method name 'testPutNullValue__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 791 13
    #A10263 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 796 13
    #A10264 warning MethodName Method name 'testPutNullValueForExistingKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 796 13
    #A10265 warning GoogleMethodName Method name 'testRemove__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 801 13
    #A10266 warning MethodName Method name 'testRemove__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 801 13
    #A10267 warning GoogleMethodName Method name 'testRemoveMissingKey__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 806 13
    #A10268 warning MethodName Method name 'testRemoveMissingKey__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 806 13
    #A10269 warning GoogleMethodName Method name 'testSize__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 811 13
    #A10270 warning MethodName Method name 'testSize__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 811 13
    #A10271 warning GoogleMethodName Method name 'testValues__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 816 13
    #A10272 warning MethodName Method name 'testValues__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 816 13
    #A10273 warning GoogleMethodName Method name 'testValuesClear__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 821 13
    #A10274 warning MethodName Method name 'testValuesClear__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 821 13
    #A10275 warning GoogleMethodName Method name 'testValuesIteratorRemove__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 826 13
    #A10276 warning MethodName Method name 'testValuesIteratorRemove__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 826 13
    #A10277 warning GoogleMethodName Method name 'testValuesRemove__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 831 13
    #A10278 warning MethodName Method name 'testValuesRemove__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 831 13
    #A10279 warning GoogleMethodName Method name 'testValuesRemoveAll__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 836 13
    #A10280 warning MethodName Method name 'testValuesRemoveAll__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 836 13
    #A10281 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 841 13
    #A10282 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 841 13
    #A10283 warning GoogleMethodName Method name 'testValuesRemoveMissing__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 846 13
    #A10284 warning MethodName Method name 'testValuesRemoveMissing__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 846 13
    #A10285 warning GoogleMethodName Method name 'testValuesRetainAll__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 851 13
    #A10286 warning MethodName Method name 'testValuesRetainAll__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 851 13
    #A10287 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 856 13
    #A10288 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 13
    #A10289 warning GoogleMethodName Method name 'testClear__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 861 13
    #A10290 warning MethodName Method name 'testClear__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 861 13
    #A10291 warning GoogleMethodName Method name 'testContainsKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 866 13
    #A10292 warning MethodName Method name 'testContainsKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 13
    #A10293 warning GoogleMethodName Method name 'testContainsValue__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 871 13
    #A10294 warning MethodName Method name 'testContainsValue__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 871 13
    #A10295 warning GoogleMethodName Method name 'testEntrySet__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 876 13
    #A10296 warning MethodName Method name 'testEntrySet__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 876 13
    #A10297 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 881 13
    #A10298 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 881 13
    #A10299 warning GoogleMethodName Method name 'testEntrySetClear__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 886 13
    #A10300 warning MethodName Method name 'testEntrySetClear__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 886 13
    #A10301 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 891 13
    #A10302 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 891 13
    #A10303 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 896 13
    #A10304 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 896 13
    #A10305 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 901 13
    #A10306 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 901 13
    #A10307 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 906 13
    #A10308 warning MethodName Method name 'testEntrySetForEmptyMap__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 906 13
    #A10309 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 911 13
    #A10310 warning MethodName Method name 'testEntrySetIteratorRemove__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 911 13
    #A10311 warning GoogleMethodName Method name 'testEntrySetRemove__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 916 13
    #A10312 warning MethodName Method name 'testEntrySetRemove__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 916 13
    #A10313 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 921 13
    #A10314 warning MethodName Method name 'testEntrySetRemoveAll__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 921 13
    #A10315 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 926 13
    #A10316 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 926 13
    #A10317 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 931 13
    #A10318 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 931 13
    #A10319 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 936 13
    #A10320 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 936 13
    #A10321 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 941 13
    #A10322 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 941 13
    #A10323 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 946 13
    #A10324 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 946 13
    #A10325 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 951 13
    #A10326 warning MethodName Method name 'testEntrySetRetainAll__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 951 13
    #A10327 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 956 13
    #A10328 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 956 13
    #A10329 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 961 13
    #A10330 warning MethodName Method name 'testEntrySetSetValue__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 961 13
    #A10331 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 966 13
    #A10332 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 966 13
    #A10333 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 971 13
    #A10334 warning MethodName Method name 'testEqualsForEmptyMap__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 971 13
    #A10335 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 976 13
    #A10336 warning MethodName Method name 'testEqualsForEqualMap__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 976 13
    #A10337 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 981 13
    #A10338 warning MethodName Method name 'testEqualsForLargerMap__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 981 13
    #A10339 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 986 13
    #A10340 warning MethodName Method name 'testEqualsForSmallerMap__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 986 13
    #A10341 warning GoogleMethodName Method name 'testGet__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 991 13
    #A10342 warning MethodName Method name 'testGet__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 991 13
    #A10343 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 996 13
    #A10344 warning MethodName Method name 'testGetForEmptyMap__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 996 13
    #A10345 warning GoogleMethodName Method name 'testGetNull__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1001 13
    #A10346 warning MethodName Method name 'testGetNull__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1001 13
    #A10347 warning GoogleMethodName Method name 'testHashCode__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1006 13
    #A10348 warning MethodName Method name 'testHashCode__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1006 13
    #A10349 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1011 13
    #A10350 warning MethodName Method name 'testHashCodeForEmptyMap__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1011 13
    #A10351 warning GoogleMethodName Method name 'testKeySetClear__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1016 13
    #A10352 warning MethodName Method name 'testKeySetClear__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1016 13
    #A10353 warning GoogleMethodName Method name 'testKeySetRemove__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1021 13
    #A10354 warning MethodName Method name 'testKeySetRemove__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1021 13
    #A10355 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1026 13
    #A10356 warning MethodName Method name 'testKeySetRemoveAll__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1026 13
    #A10357 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1031 13
    #A10358 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1031 13
    #A10359 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1036 13
    #A10360 warning MethodName Method name 'testKeySetRetainAll__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1036 13
    #A10361 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1041 13
    #A10362 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1041 13
    #A10363 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1046 13
    #A10364 warning MethodName Method name 'testPutAllExistingKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1046 13
    #A10365 warning GoogleMethodName Method name 'testPutAllNewKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1051 13
    #A10366 warning MethodName Method name 'testPutAllNewKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1051 13
    #A10367 warning GoogleMethodName Method name 'testPutExistingKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1056 13
    #A10368 warning MethodName Method name 'testPutExistingKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1056 13
    #A10369 warning GoogleMethodName Method name 'testPutNewKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1061 13
    #A10370 warning MethodName Method name 'testPutNewKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1061 13
    #A10371 warning GoogleMethodName Method name 'testPutNullKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1066 13
    #A10372 warning MethodName Method name 'testPutNullKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1066 13
    #A10373 warning GoogleMethodName Method name 'testPutNullValue__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1071 13
    #A10374 warning MethodName Method name 'testPutNullValue__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1071 13
    #A10375 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 13
    #A10376 warning MethodName Method name 'testPutNullValueForExistingKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 13
    #A10377 warning GoogleMethodName Method name 'testRemove__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1081 13
    #A10378 warning MethodName Method name 'testRemove__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1081 13
    #A10379 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1086 13
    #A10380 warning MethodName Method name 'testRemoveMissingKey__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1086 13
    #A10381 warning GoogleMethodName Method name 'testSize__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1091 13
    #A10382 warning MethodName Method name 'testSize__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1091 13
    #A10383 warning GoogleMethodName Method name 'testValues__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1096 13
    #A10384 warning MethodName Method name 'testValues__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1096 13
    #A10385 warning GoogleMethodName Method name 'testValuesClear__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1101 13
    #A10386 warning MethodName Method name 'testValuesClear__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1101 13
    #A10387 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1106 13
    #A10388 warning MethodName Method name 'testValuesIteratorRemove__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1106 13
    #A10389 warning GoogleMethodName Method name 'testValuesRemove__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1111 13
    #A10390 warning MethodName Method name 'testValuesRemove__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1111 13
    #A10391 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1116 13
    #A10392 warning MethodName Method name 'testValuesRemoveAll__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1116 13
    #A10393 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1121 13
    #A10394 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1121 13
    #A10395 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1126 13
    #A10396 warning MethodName Method name 'testValuesRemoveMissing__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1126 13
    #A10397 warning GoogleMethodName Method name 'testValuesRetainAll__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1131 13
    #A10398 warning MethodName Method name 'testValuesRetainAll__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1131 13
    #A10399 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1136 13
    #A10400 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1136 13
    #A10401 warning GoogleMethodName Method name 'testClear__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1141 13
    #A10402 warning MethodName Method name 'testClear__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1141 13
    #A10403 warning GoogleMethodName Method name 'testContainsKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1146 13
    #A10404 warning MethodName Method name 'testContainsKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1146 13
    #A10405 warning GoogleMethodName Method name 'testContainsValue__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1151 13
    #A10406 warning MethodName Method name 'testContainsValue__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1151 13
    #A10407 warning GoogleMethodName Method name 'testEntrySet__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1156 13
    #A10408 warning MethodName Method name 'testEntrySet__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1156 13
    #A10409 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1161 13
    #A10410 warning MethodName Method name 'testEntrySetAddAndAddAll__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1161 13
    #A10411 warning GoogleMethodName Method name 'testEntrySetClear__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1166 13
    #A10412 warning MethodName Method name 'testEntrySetClear__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1166 13
    #A10413 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1171 13
    #A10414 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1171 13
    #A10415 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1176 13
    #A10416 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1176 13
    #A10417 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1181 13
    #A10418 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1181 13
    #A10419 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1186 13
    #A10420 warning MethodName Method name 'testEntrySetForEmptyMap__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1186 13
    #A10421 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1191 13
    #A10422 warning MethodName Method name 'testEntrySetIteratorRemove__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1191 13
    #A10423 warning GoogleMethodName Method name 'testEntrySetRemove__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1196 13
    #A10424 warning MethodName Method name 'testEntrySetRemove__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1196 13
    #A10425 warning GoogleMethodName Method name 'testEntrySetRemoveAll__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1201 13
    #A10426 warning MethodName Method name 'testEntrySetRemoveAll__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1201 13
    #A10427 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1206 13
    #A10428 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1206 13
    #A10429 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1211 13
    #A10430 warning MethodName Method name 'testEntrySetRemoveDifferentValue__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1211 13
    #A10431 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1216 13
    #A10432 warning MethodName Method name 'testEntrySetRemoveMissingKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1216 13
    #A10433 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1221 13
    #A10434 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1221 13
    #A10435 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1226 13
    #A10436 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1226 13
    #A10437 warning GoogleMethodName Method name 'testEntrySetRetainAll__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1231 13
    #A10438 warning MethodName Method name 'testEntrySetRetainAll__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1231 13
    #A10439 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1236 13
    #A10440 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1236 13
    #A10441 warning GoogleMethodName Method name 'testEntrySetSetValue__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1241 13
    #A10442 warning MethodName Method name 'testEntrySetSetValue__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1241 13
    #A10443 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1246 13
    #A10444 warning MethodName Method name 'testEntrySetSetValueSameValue__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1246 13
    #A10445 warning GoogleMethodName Method name 'testEqualsForEmptyMap__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1251 13
    #A10446 warning MethodName Method name 'testEqualsForEmptyMap__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1251 13
    #A10447 warning GoogleMethodName Method name 'testEqualsForEqualMap__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1256 13
    #A10448 warning MethodName Method name 'testEqualsForEqualMap__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1256 13
    #A10449 warning GoogleMethodName Method name 'testEqualsForLargerMap__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1261 13
    #A10450 warning MethodName Method name 'testEqualsForLargerMap__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1261 13
    #A10451 warning GoogleMethodName Method name 'testEqualsForSmallerMap__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1266 13
    #A10452 warning MethodName Method name 'testEqualsForSmallerMap__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1266 13
    #A10453 warning GoogleMethodName Method name 'testGet__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1271 13
    #A10454 warning MethodName Method name 'testGet__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1271 13
    #A10455 warning GoogleMethodName Method name 'testGetForEmptyMap__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1276 13
    #A10456 warning MethodName Method name 'testGetForEmptyMap__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1276 13
    #A10457 warning GoogleMethodName Method name 'testGetNull__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1281 13
    #A10458 warning MethodName Method name 'testGetNull__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1281 13
    #A10459 warning GoogleMethodName Method name 'testHashCode__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1286 13
    #A10460 warning MethodName Method name 'testHashCode__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1286 13
    #A10461 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1291 13
    #A10462 warning MethodName Method name 'testHashCodeForEmptyMap__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1291 13
    #A10463 warning GoogleMethodName Method name 'testKeySetClear__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1296 13
    #A10464 warning MethodName Method name 'testKeySetClear__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1296 13
    #A10465 warning GoogleMethodName Method name 'testKeySetRemove__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1301 13
    #A10466 warning MethodName Method name 'testKeySetRemove__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1301 13
    #A10467 warning GoogleMethodName Method name 'testKeySetRemoveAll__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1306 13
    #A10468 warning MethodName Method name 'testKeySetRemoveAll__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1306 13
    #A10469 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1311 13
    #A10470 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1311 13
    #A10471 warning GoogleMethodName Method name 'testKeySetRetainAll__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1316 13
    #A10472 warning MethodName Method name 'testKeySetRetainAll__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1316 13
    #A10473 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1321 13
    #A10474 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1321 13
    #A10475 warning GoogleMethodName Method name 'testPutAllExistingKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1326 13
    #A10476 warning MethodName Method name 'testPutAllExistingKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1326 13
    #A10477 warning GoogleMethodName Method name 'testPutAllNewKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1331 13
    #A10478 warning MethodName Method name 'testPutAllNewKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1331 13
    #A10479 warning GoogleMethodName Method name 'testPutExistingKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1336 13
    #A10480 warning MethodName Method name 'testPutExistingKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1336 13
    #A10481 warning GoogleMethodName Method name 'testPutNewKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1341 13
    #A10482 warning MethodName Method name 'testPutNewKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1341 13
    #A10483 warning GoogleMethodName Method name 'testPutNullKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1346 13
    #A10484 warning MethodName Method name 'testPutNullKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1346 13
    #A10485 warning GoogleMethodName Method name 'testPutNullValue__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1351 13
    #A10486 warning MethodName Method name 'testPutNullValue__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1351 13
    #A10487 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1356 13
    #A10488 warning MethodName Method name 'testPutNullValueForExistingKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1356 13
    #A10489 warning GoogleMethodName Method name 'testRemove__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1361 13
    #A10490 warning MethodName Method name 'testRemove__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1361 13
    #A10491 warning GoogleMethodName Method name 'testRemoveMissingKey__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1366 13
    #A10492 warning MethodName Method name 'testRemoveMissingKey__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1366 13
    #A10493 warning GoogleMethodName Method name 'testSize__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1371 13
    #A10494 warning MethodName Method name 'testSize__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1371 13
    #A10495 warning GoogleMethodName Method name 'testValues__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1376 13
    #A10496 warning MethodName Method name 'testValues__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1376 13
    #A10497 warning GoogleMethodName Method name 'testValuesClear__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1381 13
    #A10498 warning MethodName Method name 'testValuesClear__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1381 13
    #A10499 warning GoogleMethodName Method name 'testValuesIteratorRemove__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1386 13
    #A10500 warning MethodName Method name 'testValuesIteratorRemove__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1386 13
    #A10501 warning GoogleMethodName Method name 'testValuesRemove__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1391 13
    #A10502 warning MethodName Method name 'testValuesRemove__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1391 13
    #A10503 warning GoogleMethodName Method name 'testValuesRemoveAll__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1396 13
    #A10504 warning MethodName Method name 'testValuesRemoveAll__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1396 13
    #A10505 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1401 13
    #A10506 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1401 13
    #A10507 warning GoogleMethodName Method name 'testValuesRemoveMissing__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1406 13
    #A10508 warning MethodName Method name 'testValuesRemoveMissing__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1406 13
    #A10509 warning GoogleMethodName Method name 'testValuesRetainAll__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1411 13
    #A10510 warning MethodName Method name 'testValuesRetainAll__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1411 13
    #A10511 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__HashColumnMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1416 13
    #A10512 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__HashColumnMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1416 13
    #A10513 warning GoogleMethodName Method name 'testClear__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1421 13
    #A10514 warning MethodName Method name 'testClear__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1421 13
    #A10515 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1426 13
    #A10516 warning MethodName Method name 'testContainsKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1426 13
    #A10517 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1431 13
    #A10518 warning MethodName Method name 'testContainsValue__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1431 13
    #A10519 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1436 13
    #A10520 warning MethodName Method name 'testEntrySet__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1436 13
    #A10521 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1441 13
    #A10522 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1441 13
    #A10523 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1446 13
    #A10524 warning MethodName Method name 'testEntrySetClear__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1446 13
    #A10525 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1451 13
    #A10526 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1451 13
    #A10527 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1456 13
    #A10528 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1456 13
    #A10529 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1461 13
    #A10530 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1461 13
    #A10531 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1466 13
    #A10532 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1466 13
    #A10533 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1471 13
    #A10534 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1471 13
    #A10535 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1476 13
    #A10536 warning MethodName Method name 'testEntrySetRemove__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1476 13
    #A10537 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1481 13
    #A10538 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1481 13
    #A10539 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1486 13
    #A10540 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1486 13
    #A10541 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1491 13
    #A10542 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1491 13
    #A10543 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1496 13
    #A10544 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1496 13
    #A10545 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1501 13
    #A10546 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1501 13
    #A10547 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1506 13
    #A10548 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1506 13
    #A10549 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1511 13
    #A10550 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1511 13
    #A10551 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1516 13
    #A10552 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1516 13
    #A10553 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1521 13
    #A10554 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1521 13
    #A10555 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1526 13
    #A10556 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1526 13
    #A10557 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1531 13
    #A10558 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1531 13
    #A10559 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1536 13
    #A10560 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1536 13
    #A10561 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1541 13
    #A10562 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1541 13
    #A10563 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1546 13
    #A10564 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1546 13
    #A10565 warning GoogleMethodName Method name 'testGet__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1551 13
    #A10566 warning MethodName Method name 'testGet__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1551 13
    #A10567 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1556 13
    #A10568 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1556 13
    #A10569 warning GoogleMethodName Method name 'testGetNull__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1561 13
    #A10570 warning MethodName Method name 'testGetNull__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1561 13
    #A10571 warning GoogleMethodName Method name 'testHashCode__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1566 13
    #A10572 warning MethodName Method name 'testHashCode__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1566 13
    #A10573 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1571 13
    #A10574 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1571 13
    #A10575 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1576 13
    #A10576 warning MethodName Method name 'testKeySetClear__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1576 13
    #A10577 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1581 13
    #A10578 warning MethodName Method name 'testKeySetRemove__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1581 13
    #A10579 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1586 13
    #A10580 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1586 13
    #A10581 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1591 13
    #A10582 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1591 13
    #A10583 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1596 13
    #A10584 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1596 13
    #A10585 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1601 13
    #A10586 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1601 13
    #A10587 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1606 13
    #A10588 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1606 13
    #A10589 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1611 13
    #A10590 warning MethodName Method name 'testPutAllNewKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1611 13
    #A10591 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1616 13
    #A10592 warning MethodName Method name 'testPutExistingKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1616 13
    #A10593 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1621 13
    #A10594 warning MethodName Method name 'testPutNewKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1621 13
    #A10595 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1626 13
    #A10596 warning MethodName Method name 'testPutNullKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1626 13
    #A10597 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1631 13
    #A10598 warning MethodName Method name 'testPutNullValue__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1631 13
    #A10599 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1636 13
    #A10600 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1636 13
    #A10601 warning GoogleMethodName Method name 'testRemove__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1641 13
    #A10602 warning MethodName Method name 'testRemove__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1641 13
    #A10603 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1646 13
    #A10604 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1646 13
    #A10605 warning GoogleMethodName Method name 'testSize__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1651 13
    #A10606 warning MethodName Method name 'testSize__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1651 13
    #A10607 warning GoogleMethodName Method name 'testValues__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1656 13
    #A10608 warning MethodName Method name 'testValues__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1656 13
    #A10609 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1661 13
    #A10610 warning MethodName Method name 'testValuesClear__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1661 13
    #A10611 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1666 13
    #A10612 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1666 13
    #A10613 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1671 13
    #A10614 warning MethodName Method name 'testValuesRemove__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1671 13
    #A10615 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1676 13
    #A10616 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1676 13
    #A10617 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1681 13
    #A10618 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1681 13
    #A10619 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1686 13
    #A10620 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1686 13
    #A10621 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1691 13
    #A10622 warning MethodName Method name 'testValuesRetainAll__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1691 13
    #A10623 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1696 13
    #A10624 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1696 13
    #A10625 warning GoogleMethodName Method name 'testClear__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1701 13
    #A10626 warning MethodName Method name 'testClear__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1701 13
    #A10627 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1706 13
    #A10628 warning MethodName Method name 'testContainsKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1706 13
    #A10629 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1711 13
    #A10630 warning MethodName Method name 'testContainsValue__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1711 13
    #A10631 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1716 13
    #A10632 warning MethodName Method name 'testEntrySet__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1716 13
    #A10633 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1721 13
    #A10634 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1721 13
    #A10635 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1726 13
    #A10636 warning MethodName Method name 'testEntrySetClear__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1726 13
    #A10637 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1731 13
    #A10638 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1731 13
    #A10639 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1736 13
    #A10640 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1736 13
    #A10641 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1741 13
    #A10642 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1741 13
    #A10643 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1746 13
    #A10644 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1746 13
    #A10645 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1751 13
    #A10646 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1751 13
    #A10647 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1756 13
    #A10648 warning MethodName Method name 'testEntrySetRemove__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1756 13
    #A10649 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1761 13
    #A10650 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1761 13
    #A10651 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1766 13
    #A10652 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1766 13
    #A10653 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1771 13
    #A10654 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1771 13
    #A10655 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1776 13
    #A10656 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1776 13
    #A10657 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1781 13
    #A10658 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1781 13
    #A10659 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1786 13
    #A10660 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1786 13
    #A10661 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1791 13
    #A10662 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1791 13
    #A10663 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1796 13
    #A10664 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1796 13
    #A10665 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1801 13
    #A10666 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1801 13
    #A10667 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1806 13
    #A10668 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1806 13
    #A10669 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1811 13
    #A10670 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1811 13
    #A10671 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1816 13
    #A10672 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1816 13
    #A10673 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1821 13
    #A10674 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1821 13
    #A10675 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1826 13
    #A10676 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1826 13
    #A10677 warning GoogleMethodName Method name 'testGet__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1831 13
    #A10678 warning MethodName Method name 'testGet__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1831 13
    #A10679 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1836 13
    #A10680 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1836 13
    #A10681 warning GoogleMethodName Method name 'testGetNull__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1841 13
    #A10682 warning MethodName Method name 'testGetNull__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1841 13
    #A10683 warning GoogleMethodName Method name 'testHashCode__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1846 13
    #A10684 warning MethodName Method name 'testHashCode__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1846 13
    #A10685 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1851 13
    #A10686 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1851 13
    #A10687 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1856 13
    #A10688 warning MethodName Method name 'testKeySetClear__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1856 13
    #A10689 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1861 13
    #A10690 warning MethodName Method name 'testKeySetRemove__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1861 13
    #A10691 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1866 13
    #A10692 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1866 13
    #A10693 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1871 13
    #A10694 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1871 13
    #A10695 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1876 13
    #A10696 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1876 13
    #A10697 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1881 13
    #A10698 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1881 13
    #A10699 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1886 13
    #A10700 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1886 13
    #A10701 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1891 13
    #A10702 warning MethodName Method name 'testPutAllNewKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1891 13
    #A10703 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1896 13
    #A10704 warning MethodName Method name 'testPutExistingKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1896 13
    #A10705 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1901 13
    #A10706 warning MethodName Method name 'testPutNewKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1901 13
    #A10707 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1906 13
    #A10708 warning MethodName Method name 'testPutNullKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1906 13
    #A10709 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1911 13
    #A10710 warning MethodName Method name 'testPutNullValue__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1911 13
    #A10711 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1916 13
    #A10712 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1916 13
    #A10713 warning GoogleMethodName Method name 'testRemove__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1921 13
    #A10714 warning MethodName Method name 'testRemove__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1921 13
    #A10715 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1926 13
    #A10716 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1926 13
    #A10717 warning GoogleMethodName Method name 'testSize__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1931 13
    #A10718 warning MethodName Method name 'testSize__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1931 13
    #A10719 warning GoogleMethodName Method name 'testValues__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1936 13
    #A10720 warning MethodName Method name 'testValues__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1936 13
    #A10721 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1941 13
    #A10722 warning MethodName Method name 'testValuesClear__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1941 13
    #A10723 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1946 13
    #A10724 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1946 13
    #A10725 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1951 13
    #A10726 warning MethodName Method name 'testValuesRemove__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1951 13
    #A10727 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1956 13
    #A10728 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1956 13
    #A10729 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1961 13
    #A10730 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1961 13
    #A10731 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1966 13
    #A10732 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1966 13
    #A10733 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1971 13
    #A10734 warning MethodName Method name 'testValuesRetainAll__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1971 13
    #A10735 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1976 13
    #A10736 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1976 13
    #A10737 warning GoogleMethodName Method name 'testClear__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1981 13
    #A10738 warning MethodName Method name 'testClear__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1981 13
    #A10739 warning GoogleMethodName Method name 'testContainsKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1986 13
    #A10740 warning MethodName Method name 'testContainsKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1986 13
    #A10741 warning GoogleMethodName Method name 'testContainsValue__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1991 13
    #A10742 warning MethodName Method name 'testContainsValue__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1991 13
    #A10743 warning GoogleMethodName Method name 'testEntrySet__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 1996 13
    #A10744 warning MethodName Method name 'testEntrySet__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1996 13
    #A10745 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2001 13
    #A10746 warning MethodName Method name 'testEntrySetAddAndAddAll__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2001 13
    #A10747 warning GoogleMethodName Method name 'testEntrySetClear__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2006 13
    #A10748 warning MethodName Method name 'testEntrySetClear__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2006 13
    #A10749 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2011 13
    #A10750 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2011 13
    #A10751 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2016 13
    #A10752 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2016 13
    #A10753 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2021 13
    #A10754 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2021 13
    #A10755 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2026 13
    #A10756 warning MethodName Method name 'testEntrySetForEmptyMap__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2026 13
    #A10757 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2031 13
    #A10758 warning MethodName Method name 'testEntrySetIteratorRemove__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2031 13
    #A10759 warning GoogleMethodName Method name 'testEntrySetRemove__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2036 13
    #A10760 warning MethodName Method name 'testEntrySetRemove__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2036 13
    #A10761 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2041 13
    #A10762 warning MethodName Method name 'testEntrySetRemoveAll__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2041 13
    #A10763 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2046 13
    #A10764 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2046 13
    #A10765 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2051 13
    #A10766 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2051 13
    #A10767 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2056 13
    #A10768 warning MethodName Method name 'testEntrySetRemoveMissingKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2056 13
    #A10769 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2061 13
    #A10770 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2061 13
    #A10771 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2066 13
    #A10772 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2066 13
    #A10773 warning GoogleMethodName Method name 'testEntrySetRetainAll__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2071 13
    #A10774 warning MethodName Method name 'testEntrySetRetainAll__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2071 13
    #A10775 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2076 13
    #A10776 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2076 13
    #A10777 warning GoogleMethodName Method name 'testEntrySetSetValue__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2081 13
    #A10778 warning MethodName Method name 'testEntrySetSetValue__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2081 13
    #A10779 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2086 13
    #A10780 warning MethodName Method name 'testEntrySetSetValueSameValue__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2086 13
    #A10781 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2091 13
    #A10782 warning MethodName Method name 'testEqualsForEmptyMap__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2091 13
    #A10783 warning GoogleMethodName Method name 'testEqualsForEqualMap__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2096 13
    #A10784 warning MethodName Method name 'testEqualsForEqualMap__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2096 13
    #A10785 warning GoogleMethodName Method name 'testEqualsForLargerMap__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2101 13
    #A10786 warning MethodName Method name 'testEqualsForLargerMap__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2101 13
    #A10787 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2106 13
    #A10788 warning MethodName Method name 'testEqualsForSmallerMap__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2106 13
    #A10789 warning GoogleMethodName Method name 'testGet__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2111 13
    #A10790 warning MethodName Method name 'testGet__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2111 13
    #A10791 warning GoogleMethodName Method name 'testGetForEmptyMap__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2116 13
    #A10792 warning MethodName Method name 'testGetForEmptyMap__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2116 13
    #A10793 warning GoogleMethodName Method name 'testGetNull__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2121 13
    #A10794 warning MethodName Method name 'testGetNull__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2121 13
    #A10795 warning GoogleMethodName Method name 'testHashCode__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2126 13
    #A10796 warning MethodName Method name 'testHashCode__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2126 13
    #A10797 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2131 13
    #A10798 warning MethodName Method name 'testHashCodeForEmptyMap__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2131 13
    #A10799 warning GoogleMethodName Method name 'testKeySetClear__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2136 13
    #A10800 warning MethodName Method name 'testKeySetClear__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2136 13
    #A10801 warning GoogleMethodName Method name 'testKeySetRemove__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2141 13
    #A10802 warning MethodName Method name 'testKeySetRemove__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2141 13
    #A10803 warning GoogleMethodName Method name 'testKeySetRemoveAll__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2146 13
    #A10804 warning MethodName Method name 'testKeySetRemoveAll__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2146 13
    #A10805 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2151 13
    #A10806 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2151 13
    #A10807 warning GoogleMethodName Method name 'testKeySetRetainAll__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2156 13
    #A10808 warning MethodName Method name 'testKeySetRetainAll__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2156 13
    #A10809 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2161 13
    #A10810 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2161 13
    #A10811 warning GoogleMethodName Method name 'testPutAllExistingKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2166 13
    #A10812 warning MethodName Method name 'testPutAllExistingKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2166 13
    #A10813 warning GoogleMethodName Method name 'testPutAllNewKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2171 13
    #A10814 warning MethodName Method name 'testPutAllNewKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2171 13
    #A10815 warning GoogleMethodName Method name 'testPutExistingKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2176 13
    #A10816 warning MethodName Method name 'testPutExistingKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2176 13
    #A10817 warning GoogleMethodName Method name 'testPutNewKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2181 13
    #A10818 warning MethodName Method name 'testPutNewKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2181 13
    #A10819 warning GoogleMethodName Method name 'testPutNullKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2186 13
    #A10820 warning MethodName Method name 'testPutNullKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2186 13
    #A10821 warning GoogleMethodName Method name 'testPutNullValue__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2191 13
    #A10822 warning MethodName Method name 'testPutNullValue__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2191 13
    #A10823 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2196 13
    #A10824 warning MethodName Method name 'testPutNullValueForExistingKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2196 13
    #A10825 warning GoogleMethodName Method name 'testRemove__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2201 13
    #A10826 warning MethodName Method name 'testRemove__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2201 13
    #A10827 warning GoogleMethodName Method name 'testRemoveMissingKey__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2206 13
    #A10828 warning MethodName Method name 'testRemoveMissingKey__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2206 13
    #A10829 warning GoogleMethodName Method name 'testSize__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2211 13
    #A10830 warning MethodName Method name 'testSize__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2211 13
    #A10831 warning GoogleMethodName Method name 'testValues__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2216 13
    #A10832 warning MethodName Method name 'testValues__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2216 13
    #A10833 warning GoogleMethodName Method name 'testValuesClear__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2221 13
    #A10834 warning MethodName Method name 'testValuesClear__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2221 13
    #A10835 warning GoogleMethodName Method name 'testValuesIteratorRemove__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2226 13
    #A10836 warning MethodName Method name 'testValuesIteratorRemove__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2226 13
    #A10837 warning GoogleMethodName Method name 'testValuesRemove__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2231 13
    #A10838 warning MethodName Method name 'testValuesRemove__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2231 13
    #A10839 warning GoogleMethodName Method name 'testValuesRemoveAll__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2236 13
    #A10840 warning MethodName Method name 'testValuesRemoveAll__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2236 13
    #A10841 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2241 13
    #A10842 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2241 13
    #A10843 warning GoogleMethodName Method name 'testValuesRemoveMissing__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2246 13
    #A10844 warning MethodName Method name 'testValuesRemoveMissing__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2246 13
    #A10845 warning GoogleMethodName Method name 'testValuesRetainAll__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2251 13
    #A10846 warning MethodName Method name 'testValuesRetainAll__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2251 13
    #A10847 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2256 13
    #A10848 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2256 13
    #A10849 warning GoogleMethodName Method name 'testClear__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2261 13
    #A10850 warning MethodName Method name 'testClear__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2261 13
    #A10851 warning GoogleMethodName Method name 'testContainsKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2266 13
    #A10852 warning MethodName Method name 'testContainsKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2266 13
    #A10853 warning GoogleMethodName Method name 'testContainsValue__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2271 13
    #A10854 warning MethodName Method name 'testContainsValue__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2271 13
    #A10855 warning GoogleMethodName Method name 'testEntrySet__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2276 13
    #A10856 warning MethodName Method name 'testEntrySet__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2276 13
    #A10857 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2281 13
    #A10858 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2281 13
    #A10859 warning GoogleMethodName Method name 'testEntrySetClear__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2286 13
    #A10860 warning MethodName Method name 'testEntrySetClear__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2286 13
    #A10861 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2291 13
    #A10862 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2291 13
    #A10863 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2296 13
    #A10864 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2296 13
    #A10865 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2301 13
    #A10866 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2301 13
    #A10867 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2306 13
    #A10868 warning MethodName Method name 'testEntrySetForEmptyMap__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2306 13
    #A10869 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2311 13
    #A10870 warning MethodName Method name 'testEntrySetIteratorRemove__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2311 13
    #A10871 warning GoogleMethodName Method name 'testEntrySetRemove__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2316 13
    #A10872 warning MethodName Method name 'testEntrySetRemove__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2316 13
    #A10873 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2321 13
    #A10874 warning MethodName Method name 'testEntrySetRemoveAll__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2321 13
    #A10875 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2326 13
    #A10876 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2326 13
    #A10877 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2331 13
    #A10878 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2331 13
    #A10879 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2336 13
    #A10880 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2336 13
    #A10881 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2341 13
    #A10882 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2341 13
    #A10883 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2346 13
    #A10884 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2346 13
    #A10885 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2351 13
    #A10886 warning MethodName Method name 'testEntrySetRetainAll__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2351 13
    #A10887 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2356 13
    #A10888 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2356 13
    #A10889 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2361 13
    #A10890 warning MethodName Method name 'testEntrySetSetValue__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2361 13
    #A10891 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2366 13
    #A10892 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2366 13
    #A10893 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2371 13
    #A10894 warning MethodName Method name 'testEqualsForEmptyMap__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2371 13
    #A10895 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2376 13
    #A10896 warning MethodName Method name 'testEqualsForEqualMap__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2376 13
    #A10897 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2381 13
    #A10898 warning MethodName Method name 'testEqualsForLargerMap__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2381 13
    #A10899 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2386 13
    #A10900 warning MethodName Method name 'testEqualsForSmallerMap__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2386 13
    #A10901 warning GoogleMethodName Method name 'testGet__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2391 13
    #A10902 warning MethodName Method name 'testGet__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2391 13
    #A10903 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2396 13
    #A10904 warning MethodName Method name 'testGetForEmptyMap__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2396 13
    #A10905 warning GoogleMethodName Method name 'testGetNull__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2401 13
    #A10906 warning MethodName Method name 'testGetNull__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2401 13
    #A10907 warning GoogleMethodName Method name 'testHashCode__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2406 13
    #A10908 warning MethodName Method name 'testHashCode__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2406 13
    #A10909 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2411 13
    #A10910 warning MethodName Method name 'testHashCodeForEmptyMap__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2411 13
    #A10911 warning GoogleMethodName Method name 'testKeySetClear__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2416 13
    #A10912 warning MethodName Method name 'testKeySetClear__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2416 13
    #A10913 warning GoogleMethodName Method name 'testKeySetRemove__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2421 13
    #A10914 warning MethodName Method name 'testKeySetRemove__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2421 13
    #A10915 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2426 13
    #A10916 warning MethodName Method name 'testKeySetRemoveAll__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2426 13
    #A10917 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2431 13
    #A10918 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2431 13
    #A10919 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2436 13
    #A10920 warning MethodName Method name 'testKeySetRetainAll__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2436 13
    #A10921 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2441 13
    #A10922 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2441 13
    #A10923 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2446 13
    #A10924 warning MethodName Method name 'testPutAllExistingKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2446 13
    #A10925 warning GoogleMethodName Method name 'testPutAllNewKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2451 13
    #A10926 warning MethodName Method name 'testPutAllNewKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2451 13
    #A10927 warning GoogleMethodName Method name 'testPutExistingKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2456 13
    #A10928 warning MethodName Method name 'testPutExistingKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2456 13
    #A10929 warning GoogleMethodName Method name 'testPutNewKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2461 13
    #A10930 warning MethodName Method name 'testPutNewKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2461 13
    #A10931 warning GoogleMethodName Method name 'testPutNullKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2466 13
    #A10932 warning MethodName Method name 'testPutNullKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2466 13
    #A10933 warning GoogleMethodName Method name 'testPutNullValue__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2471 13
    #A10934 warning MethodName Method name 'testPutNullValue__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2471 13
    #A10935 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2476 13
    #A10936 warning MethodName Method name 'testPutNullValueForExistingKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2476 13
    #A10937 warning GoogleMethodName Method name 'testRemove__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2481 13
    #A10938 warning MethodName Method name 'testRemove__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2481 13
    #A10939 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2486 13
    #A10940 warning MethodName Method name 'testRemoveMissingKey__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2486 13
    #A10941 warning GoogleMethodName Method name 'testSize__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2491 13
    #A10942 warning MethodName Method name 'testSize__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2491 13
    #A10943 warning GoogleMethodName Method name 'testValues__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2496 13
    #A10944 warning MethodName Method name 'testValues__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2496 13
    #A10945 warning GoogleMethodName Method name 'testValuesClear__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2501 13
    #A10946 warning MethodName Method name 'testValuesClear__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2501 13
    #A10947 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2506 13
    #A10948 warning MethodName Method name 'testValuesIteratorRemove__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2506 13
    #A10949 warning GoogleMethodName Method name 'testValuesRemove__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2511 13
    #A10950 warning MethodName Method name 'testValuesRemove__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2511 13
    #A10951 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2516 13
    #A10952 warning MethodName Method name 'testValuesRemoveAll__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2516 13
    #A10953 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2521 13
    #A10954 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2521 13
    #A10955 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2526 13
    #A10956 warning MethodName Method name 'testValuesRemoveMissing__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2526 13
    #A10957 warning GoogleMethodName Method name 'testValuesRetainAll__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2531 13
    #A10958 warning MethodName Method name 'testValuesRetainAll__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2531 13
    #A10959 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapSubMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2536 13
    #A10960 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapSubMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2536 13
    #A10961 warning GoogleMethodName Method name 'testClear__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2541 13
    #A10962 warning MethodName Method name 'testClear__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2541 13
    #A10963 warning GoogleMethodName Method name 'testContainsKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2546 13
    #A10964 warning MethodName Method name 'testContainsKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2546 13
    #A10965 warning GoogleMethodName Method name 'testContainsValue__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2551 13
    #A10966 warning MethodName Method name 'testContainsValue__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2551 13
    #A10967 warning GoogleMethodName Method name 'testEntrySet__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2556 13
    #A10968 warning MethodName Method name 'testEntrySet__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2556 13
    #A10969 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2561 13
    #A10970 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2561 13
    #A10971 warning GoogleMethodName Method name 'testEntrySetClear__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2566 13
    #A10972 warning MethodName Method name 'testEntrySetClear__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2566 13
    #A10973 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2571 13
    #A10974 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2571 13
    #A10975 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2576 13
    #A10976 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2576 13
    #A10977 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2581 13
    #A10978 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2581 13
    #A10979 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2586 13
    #A10980 warning MethodName Method name 'testEntrySetForEmptyMap__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2586 13
    #A10981 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2591 13
    #A10982 warning MethodName Method name 'testEntrySetIteratorRemove__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2591 13
    #A10983 warning GoogleMethodName Method name 'testEntrySetRemove__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2596 13
    #A10984 warning MethodName Method name 'testEntrySetRemove__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2596 13
    #A10985 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2601 13
    #A10986 warning MethodName Method name 'testEntrySetRemoveAll__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2601 13
    #A10987 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2606 13
    #A10988 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2606 13
    #A10989 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2611 13
    #A10990 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2611 13
    #A10991 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2616 13
    #A10992 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2616 13
    #A10993 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2621 13
    #A10994 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2621 13
    #A10995 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2626 13
    #A10996 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2626 13
    #A10997 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2631 13
    #A10998 warning MethodName Method name 'testEntrySetRetainAll__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2631 13
    #A10999 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2636 13
    #A11000 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2636 13
    #A11001 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2641 13
    #A11002 warning MethodName Method name 'testEntrySetSetValue__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2641 13
    #A11003 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2646 13
    #A11004 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2646 13
    #A11005 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2651 13
    #A11006 warning MethodName Method name 'testEqualsForEmptyMap__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2651 13
    #A11007 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2656 13
    #A11008 warning MethodName Method name 'testEqualsForEqualMap__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2656 13
    #A11009 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2661 13
    #A11010 warning MethodName Method name 'testEqualsForLargerMap__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2661 13
    #A11011 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2666 13
    #A11012 warning MethodName Method name 'testEqualsForSmallerMap__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2666 13
    #A11013 warning GoogleMethodName Method name 'testGet__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2671 13
    #A11014 warning MethodName Method name 'testGet__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2671 13
    #A11015 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2676 13
    #A11016 warning MethodName Method name 'testGetForEmptyMap__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2676 13
    #A11017 warning GoogleMethodName Method name 'testGetNull__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2681 13
    #A11018 warning MethodName Method name 'testGetNull__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2681 13
    #A11019 warning GoogleMethodName Method name 'testHashCode__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2686 13
    #A11020 warning MethodName Method name 'testHashCode__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2686 13
    #A11021 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2691 13
    #A11022 warning MethodName Method name 'testHashCodeForEmptyMap__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2691 13
    #A11023 warning GoogleMethodName Method name 'testKeySetClear__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2696 13
    #A11024 warning MethodName Method name 'testKeySetClear__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2696 13
    #A11025 warning GoogleMethodName Method name 'testKeySetRemove__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2701 13
    #A11026 warning MethodName Method name 'testKeySetRemove__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2701 13
    #A11027 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2706 13
    #A11028 warning MethodName Method name 'testKeySetRemoveAll__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2706 13
    #A11029 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2711 13
    #A11030 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2711 13
    #A11031 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2716 13
    #A11032 warning MethodName Method name 'testKeySetRetainAll__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2716 13
    #A11033 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2721 13
    #A11034 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2721 13
    #A11035 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2726 13
    #A11036 warning MethodName Method name 'testPutAllExistingKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2726 13
    #A11037 warning GoogleMethodName Method name 'testPutAllNewKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2731 13
    #A11038 warning MethodName Method name 'testPutAllNewKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2731 13
    #A11039 warning GoogleMethodName Method name 'testPutExistingKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2736 13
    #A11040 warning MethodName Method name 'testPutExistingKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2736 13
    #A11041 warning GoogleMethodName Method name 'testPutNewKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2741 13
    #A11042 warning MethodName Method name 'testPutNewKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2741 13
    #A11043 warning GoogleMethodName Method name 'testPutNullKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2746 13
    #A11044 warning MethodName Method name 'testPutNullKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2746 13
    #A11045 warning GoogleMethodName Method name 'testPutNullValue__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2751 13
    #A11046 warning MethodName Method name 'testPutNullValue__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2751 13
    #A11047 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2756 13
    #A11048 warning MethodName Method name 'testPutNullValueForExistingKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2756 13
    #A11049 warning GoogleMethodName Method name 'testRemove__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2761 13
    #A11050 warning MethodName Method name 'testRemove__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2761 13
    #A11051 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2766 13
    #A11052 warning MethodName Method name 'testRemoveMissingKey__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2766 13
    #A11053 warning GoogleMethodName Method name 'testSize__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2771 13
    #A11054 warning MethodName Method name 'testSize__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2771 13
    #A11055 warning GoogleMethodName Method name 'testValues__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2776 13
    #A11056 warning MethodName Method name 'testValues__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2776 13
    #A11057 warning GoogleMethodName Method name 'testValuesClear__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2781 13
    #A11058 warning MethodName Method name 'testValuesClear__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2781 13
    #A11059 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2786 13
    #A11060 warning MethodName Method name 'testValuesIteratorRemove__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2786 13
    #A11061 warning GoogleMethodName Method name 'testValuesRemove__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2791 13
    #A11062 warning MethodName Method name 'testValuesRemove__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2791 13
    #A11063 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2796 13
    #A11064 warning MethodName Method name 'testValuesRemoveAll__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2796 13
    #A11065 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2801 13
    #A11066 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2801 13
    #A11067 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2806 13
    #A11068 warning MethodName Method name 'testValuesRemoveMissing__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2806 13
    #A11069 warning GoogleMethodName Method name 'testValuesRetainAll__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2811 13
    #A11070 warning MethodName Method name 'testValuesRetainAll__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2811 13
    #A11071 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapTailMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2816 13
    #A11072 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapTailMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2816 13
    #A11073 warning GoogleMethodName Method name 'testClear__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2821 13
    #A11074 warning MethodName Method name 'testClear__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2821 13
    #A11075 warning GoogleMethodName Method name 'testContainsKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2826 13
    #A11076 warning MethodName Method name 'testContainsKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2826 13
    #A11077 warning GoogleMethodName Method name 'testContainsValue__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2831 13
    #A11078 warning MethodName Method name 'testContainsValue__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2831 13
    #A11079 warning GoogleMethodName Method name 'testEntrySet__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2836 13
    #A11080 warning MethodName Method name 'testEntrySet__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2836 13
    #A11081 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2841 13
    #A11082 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2841 13
    #A11083 warning GoogleMethodName Method name 'testEntrySetClear__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2846 13
    #A11084 warning MethodName Method name 'testEntrySetClear__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2846 13
    #A11085 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2851 13
    #A11086 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2851 13
    #A11087 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2856 13
    #A11088 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2856 13
    #A11089 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2861 13
    #A11090 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2861 13
    #A11091 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2866 13
    #A11092 warning MethodName Method name 'testEntrySetForEmptyMap__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2866 13
    #A11093 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2871 13
    #A11094 warning MethodName Method name 'testEntrySetIteratorRemove__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2871 13
    #A11095 warning GoogleMethodName Method name 'testEntrySetRemove__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2876 13
    #A11096 warning MethodName Method name 'testEntrySetRemove__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2876 13
    #A11097 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2881 13
    #A11098 warning MethodName Method name 'testEntrySetRemoveAll__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2881 13
    #A11099 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2886 13
    #A11100 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2886 13
    #A11101 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2891 13
    #A11102 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2891 13
    #A11103 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2896 13
    #A11104 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2896 13
    #A11105 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2901 13
    #A11106 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2901 13
    #A11107 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2906 13
    #A11108 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2906 13
    #A11109 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2911 13
    #A11110 warning MethodName Method name 'testEntrySetRetainAll__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2911 13
    #A11111 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2916 13
    #A11112 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2916 13
    #A11113 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2921 13
    #A11114 warning MethodName Method name 'testEntrySetSetValue__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2921 13
    #A11115 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2926 13
    #A11116 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2926 13
    #A11117 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2931 13
    #A11118 warning MethodName Method name 'testEqualsForEmptyMap__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2931 13
    #A11119 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2936 13
    #A11120 warning MethodName Method name 'testEqualsForEqualMap__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2936 13
    #A11121 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2941 13
    #A11122 warning MethodName Method name 'testEqualsForLargerMap__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2941 13
    #A11123 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2946 13
    #A11124 warning MethodName Method name 'testEqualsForSmallerMap__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2946 13
    #A11125 warning GoogleMethodName Method name 'testGet__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2951 13
    #A11126 warning MethodName Method name 'testGet__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2951 13
    #A11127 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2956 13
    #A11128 warning MethodName Method name 'testGetForEmptyMap__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2956 13
    #A11129 warning GoogleMethodName Method name 'testGetNull__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2961 13
    #A11130 warning MethodName Method name 'testGetNull__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2961 13
    #A11131 warning GoogleMethodName Method name 'testHashCode__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2966 13
    #A11132 warning MethodName Method name 'testHashCode__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2966 13
    #A11133 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2971 13
    #A11134 warning MethodName Method name 'testHashCodeForEmptyMap__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2971 13
    #A11135 warning GoogleMethodName Method name 'testKeySetClear__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2976 13
    #A11136 warning MethodName Method name 'testKeySetClear__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2976 13
    #A11137 warning GoogleMethodName Method name 'testKeySetRemove__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2981 13
    #A11138 warning MethodName Method name 'testKeySetRemove__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2981 13
    #A11139 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2986 13
    #A11140 warning MethodName Method name 'testKeySetRemoveAll__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2986 13
    #A11141 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2991 13
    #A11142 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2991 13
    #A11143 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 2996 13
    #A11144 warning MethodName Method name 'testKeySetRetainAll__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2996 13
    #A11145 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3001 13
    #A11146 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3001 13
    #A11147 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3006 13
    #A11148 warning MethodName Method name 'testPutAllExistingKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3006 13
    #A11149 warning GoogleMethodName Method name 'testPutAllNewKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3011 13
    #A11150 warning MethodName Method name 'testPutAllNewKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3011 13
    #A11151 warning GoogleMethodName Method name 'testPutExistingKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3016 13
    #A11152 warning MethodName Method name 'testPutExistingKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3016 13
    #A11153 warning GoogleMethodName Method name 'testPutNewKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3021 13
    #A11154 warning MethodName Method name 'testPutNewKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3021 13
    #A11155 warning GoogleMethodName Method name 'testPutNullKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3026 13
    #A11156 warning MethodName Method name 'testPutNullKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3026 13
    #A11157 warning GoogleMethodName Method name 'testPutNullValue__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3031 13
    #A11158 warning MethodName Method name 'testPutNullValue__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3031 13
    #A11159 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3036 13
    #A11160 warning MethodName Method name 'testPutNullValueForExistingKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3036 13
    #A11161 warning GoogleMethodName Method name 'testRemove__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3041 13
    #A11162 warning MethodName Method name 'testRemove__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3041 13
    #A11163 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3046 13
    #A11164 warning MethodName Method name 'testRemoveMissingKey__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3046 13
    #A11165 warning GoogleMethodName Method name 'testSize__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3051 13
    #A11166 warning MethodName Method name 'testSize__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3051 13
    #A11167 warning GoogleMethodName Method name 'testValues__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3056 13
    #A11168 warning MethodName Method name 'testValues__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3056 13
    #A11169 warning GoogleMethodName Method name 'testValuesClear__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3061 13
    #A11170 warning MethodName Method name 'testValuesClear__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3061 13
    #A11171 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3066 13
    #A11172 warning MethodName Method name 'testValuesIteratorRemove__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3066 13
    #A11173 warning GoogleMethodName Method name 'testValuesRemove__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3071 13
    #A11174 warning MethodName Method name 'testValuesRemove__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3071 13
    #A11175 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3076 13
    #A11176 warning MethodName Method name 'testValuesRemoveAll__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3076 13
    #A11177 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3081 13
    #A11178 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3081 13
    #A11179 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3086 13
    #A11180 warning MethodName Method name 'testValuesRemoveMissing__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3086 13
    #A11181 warning GoogleMethodName Method name 'testValuesRetainAll__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3091 13
    #A11182 warning MethodName Method name 'testValuesRetainAll__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3091 13
    #A11183 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapHeadMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3096 13
    #A11184 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapHeadMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3096 13
    #A11185 warning GoogleMethodName Method name 'testClear__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3101 13
    #A11186 warning MethodName Method name 'testClear__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3101 13
    #A11187 warning GoogleMethodName Method name 'testContainsKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3106 13
    #A11188 warning MethodName Method name 'testContainsKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3106 13
    #A11189 warning GoogleMethodName Method name 'testContainsValue__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3111 13
    #A11190 warning MethodName Method name 'testContainsValue__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3111 13
    #A11191 warning GoogleMethodName Method name 'testEntrySet__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3116 13
    #A11192 warning MethodName Method name 'testEntrySet__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3116 13
    #A11193 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3121 13
    #A11194 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3121 13
    #A11195 warning GoogleMethodName Method name 'testEntrySetClear__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3126 13
    #A11196 warning MethodName Method name 'testEntrySetClear__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3126 13
    #A11197 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3131 13
    #A11198 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3131 13
    #A11199 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3136 13
    #A11200 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3136 13
    #A11201 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3141 13
    #A11202 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3141 13
    #A11203 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3146 13
    #A11204 warning MethodName Method name 'testEntrySetForEmptyMap__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3146 13
    #A11205 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3151 13
    #A11206 warning MethodName Method name 'testEntrySetIteratorRemove__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3151 13
    #A11207 warning GoogleMethodName Method name 'testEntrySetRemove__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3156 13
    #A11208 warning MethodName Method name 'testEntrySetRemove__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3156 13
    #A11209 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3161 13
    #A11210 warning MethodName Method name 'testEntrySetRemoveAll__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3161 13
    #A11211 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3166 13
    #A11212 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3166 13
    #A11213 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3171 13
    #A11214 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3171 13
    #A11215 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3176 13
    #A11216 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3176 13
    #A11217 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3181 13
    #A11218 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3181 13
    #A11219 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3186 13
    #A11220 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3186 13
    #A11221 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3191 13
    #A11222 warning MethodName Method name 'testEntrySetRetainAll__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3191 13
    #A11223 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3196 13
    #A11224 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3196 13
    #A11225 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3201 13
    #A11226 warning MethodName Method name 'testEntrySetSetValue__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3201 13
    #A11227 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3206 13
    #A11228 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3206 13
    #A11229 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3211 13
    #A11230 warning MethodName Method name 'testEqualsForEmptyMap__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3211 13
    #A11231 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3216 13
    #A11232 warning MethodName Method name 'testEqualsForEqualMap__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3216 13
    #A11233 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3221 13
    #A11234 warning MethodName Method name 'testEqualsForLargerMap__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3221 13
    #A11235 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3226 13
    #A11236 warning MethodName Method name 'testEqualsForSmallerMap__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3226 13
    #A11237 warning GoogleMethodName Method name 'testGet__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3231 13
    #A11238 warning MethodName Method name 'testGet__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3231 13
    #A11239 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3236 13
    #A11240 warning MethodName Method name 'testGetForEmptyMap__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3236 13
    #A11241 warning GoogleMethodName Method name 'testGetNull__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3241 13
    #A11242 warning MethodName Method name 'testGetNull__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3241 13
    #A11243 warning GoogleMethodName Method name 'testHashCode__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3246 13
    #A11244 warning MethodName Method name 'testHashCode__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3246 13
    #A11245 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3251 13
    #A11246 warning MethodName Method name 'testHashCodeForEmptyMap__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3251 13
    #A11247 warning GoogleMethodName Method name 'testKeySetClear__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3256 13
    #A11248 warning MethodName Method name 'testKeySetClear__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3256 13
    #A11249 warning GoogleMethodName Method name 'testKeySetRemove__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3261 13
    #A11250 warning MethodName Method name 'testKeySetRemove__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3261 13
    #A11251 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3266 13
    #A11252 warning MethodName Method name 'testKeySetRemoveAll__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3266 13
    #A11253 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3271 13
    #A11254 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3271 13
    #A11255 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3276 13
    #A11256 warning MethodName Method name 'testKeySetRetainAll__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3276 13
    #A11257 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3281 13
    #A11258 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3281 13
    #A11259 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3286 13
    #A11260 warning MethodName Method name 'testPutAllExistingKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3286 13
    #A11261 warning GoogleMethodName Method name 'testPutAllNewKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3291 13
    #A11262 warning MethodName Method name 'testPutAllNewKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3291 13
    #A11263 warning GoogleMethodName Method name 'testPutExistingKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3296 13
    #A11264 warning MethodName Method name 'testPutExistingKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3296 13
    #A11265 warning GoogleMethodName Method name 'testPutNewKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3301 13
    #A11266 warning MethodName Method name 'testPutNewKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3301 13
    #A11267 warning GoogleMethodName Method name 'testPutNullKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3306 13
    #A11268 warning MethodName Method name 'testPutNullKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3306 13
    #A11269 warning GoogleMethodName Method name 'testPutNullValue__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3311 13
    #A11270 warning MethodName Method name 'testPutNullValue__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3311 13
    #A11271 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3316 13
    #A11272 warning MethodName Method name 'testPutNullValueForExistingKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3316 13
    #A11273 warning GoogleMethodName Method name 'testRemove__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3321 13
    #A11274 warning MethodName Method name 'testRemove__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3321 13
    #A11275 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3326 13
    #A11276 warning MethodName Method name 'testRemoveMissingKey__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3326 13
    #A11277 warning GoogleMethodName Method name 'testSize__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3331 13
    #A11278 warning MethodName Method name 'testSize__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3331 13
    #A11279 warning GoogleMethodName Method name 'testValues__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3336 13
    #A11280 warning MethodName Method name 'testValues__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3336 13
    #A11281 warning GoogleMethodName Method name 'testValuesClear__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3341 13
    #A11282 warning MethodName Method name 'testValuesClear__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3341 13
    #A11283 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3346 13
    #A11284 warning MethodName Method name 'testValuesIteratorRemove__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3346 13
    #A11285 warning GoogleMethodName Method name 'testValuesRemove__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3351 13
    #A11286 warning MethodName Method name 'testValuesRemove__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3351 13
    #A11287 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3356 13
    #A11288 warning MethodName Method name 'testValuesRemoveAll__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3356 13
    #A11289 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3361 13
    #A11290 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3361 13
    #A11291 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3366 13
    #A11292 warning MethodName Method name 'testValuesRemoveMissing__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3366 13
    #A11293 warning GoogleMethodName Method name 'testValuesRetainAll__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3371 13
    #A11294 warning MethodName Method name 'testValuesRetainAll__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3371 13
    #A11295 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3376 13
    #A11296 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3376 13
    #A11297 warning GoogleMethodName Method name 'testClear__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3381 13
    #A11298 warning MethodName Method name 'testClear__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3381 13
    #A11299 warning GoogleMethodName Method name 'testContainsKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3386 13
    #A11300 warning MethodName Method name 'testContainsKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3386 13
    #A11301 warning GoogleMethodName Method name 'testContainsValue__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3391 13
    #A11302 warning MethodName Method name 'testContainsValue__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3391 13
    #A11303 warning GoogleMethodName Method name 'testEntrySet__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3396 13
    #A11304 warning MethodName Method name 'testEntrySet__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3396 13
    #A11305 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3401 13
    #A11306 warning MethodName Method name 'testEntrySetAddAndAddAll__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3401 13
    #A11307 warning GoogleMethodName Method name 'testEntrySetClear__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3406 13
    #A11308 warning MethodName Method name 'testEntrySetClear__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3406 13
    #A11309 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3411 13
    #A11310 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3411 13
    #A11311 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3416 13
    #A11312 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3416 13
    #A11313 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3421 13
    #A11314 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3421 13
    #A11315 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3426 13
    #A11316 warning MethodName Method name 'testEntrySetForEmptyMap__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3426 13
    #A11317 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3431 13
    #A11318 warning MethodName Method name 'testEntrySetIteratorRemove__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3431 13
    #A11319 warning GoogleMethodName Method name 'testEntrySetRemove__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3436 13
    #A11320 warning MethodName Method name 'testEntrySetRemove__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3436 13
    #A11321 warning GoogleMethodName Method name 'testEntrySetRemoveAll__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3441 13
    #A11322 warning MethodName Method name 'testEntrySetRemoveAll__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3441 13
    #A11323 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3446 13
    #A11324 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3446 13
    #A11325 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3451 13
    #A11326 warning MethodName Method name 'testEntrySetRemoveDifferentValue__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3451 13
    #A11327 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3456 13
    #A11328 warning MethodName Method name 'testEntrySetRemoveMissingKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3456 13
    #A11329 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3461 13
    #A11330 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3461 13
    #A11331 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3466 13
    #A11332 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3466 13
    #A11333 warning GoogleMethodName Method name 'testEntrySetRetainAll__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3471 13
    #A11334 warning MethodName Method name 'testEntrySetRetainAll__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3471 13
    #A11335 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3476 13
    #A11336 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3476 13
    #A11337 warning GoogleMethodName Method name 'testEntrySetSetValue__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3481 13
    #A11338 warning MethodName Method name 'testEntrySetSetValue__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3481 13
    #A11339 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3486 13
    #A11340 warning MethodName Method name 'testEntrySetSetValueSameValue__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3486 13
    #A11341 warning GoogleMethodName Method name 'testEqualsForEmptyMap__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3491 13
    #A11342 warning MethodName Method name 'testEqualsForEmptyMap__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3491 13
    #A11343 warning GoogleMethodName Method name 'testEqualsForEqualMap__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3496 13
    #A11344 warning MethodName Method name 'testEqualsForEqualMap__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3496 13
    #A11345 warning GoogleMethodName Method name 'testEqualsForLargerMap__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3501 13
    #A11346 warning MethodName Method name 'testEqualsForLargerMap__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3501 13
    #A11347 warning GoogleMethodName Method name 'testEqualsForSmallerMap__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3506 13
    #A11348 warning MethodName Method name 'testEqualsForSmallerMap__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3506 13
    #A11349 warning GoogleMethodName Method name 'testGet__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3511 13
    #A11350 warning MethodName Method name 'testGet__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3511 13
    #A11351 warning GoogleMethodName Method name 'testGetForEmptyMap__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3516 13
    #A11352 warning MethodName Method name 'testGetForEmptyMap__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3516 13
    #A11353 warning GoogleMethodName Method name 'testGetNull__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3521 13
    #A11354 warning MethodName Method name 'testGetNull__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3521 13
    #A11355 warning GoogleMethodName Method name 'testHashCode__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3526 13
    #A11356 warning MethodName Method name 'testHashCode__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3526 13
    #A11357 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3531 13
    #A11358 warning MethodName Method name 'testHashCodeForEmptyMap__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3531 13
    #A11359 warning GoogleMethodName Method name 'testKeySetClear__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3536 13
    #A11360 warning MethodName Method name 'testKeySetClear__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3536 13
    #A11361 warning GoogleMethodName Method name 'testKeySetRemove__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3541 13
    #A11362 warning MethodName Method name 'testKeySetRemove__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3541 13
    #A11363 warning GoogleMethodName Method name 'testKeySetRemoveAll__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3546 13
    #A11364 warning MethodName Method name 'testKeySetRemoveAll__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3546 13
    #A11365 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3551 13
    #A11366 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3551 13
    #A11367 warning GoogleMethodName Method name 'testKeySetRetainAll__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3556 13
    #A11368 warning MethodName Method name 'testKeySetRetainAll__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3556 13
    #A11369 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3561 13
    #A11370 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3561 13
    #A11371 warning GoogleMethodName Method name 'testPutAllExistingKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3566 13
    #A11372 warning MethodName Method name 'testPutAllExistingKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3566 13
    #A11373 warning GoogleMethodName Method name 'testPutAllNewKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3571 13
    #A11374 warning MethodName Method name 'testPutAllNewKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3571 13
    #A11375 warning GoogleMethodName Method name 'testPutExistingKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3576 13
    #A11376 warning MethodName Method name 'testPutExistingKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3576 13
    #A11377 warning GoogleMethodName Method name 'testPutNewKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3581 13
    #A11378 warning MethodName Method name 'testPutNewKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3581 13
    #A11379 warning GoogleMethodName Method name 'testPutNullKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3586 13
    #A11380 warning MethodName Method name 'testPutNullKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3586 13
    #A11381 warning GoogleMethodName Method name 'testPutNullValue__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3591 13
    #A11382 warning MethodName Method name 'testPutNullValue__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3591 13
    #A11383 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3596 13
    #A11384 warning MethodName Method name 'testPutNullValueForExistingKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3596 13
    #A11385 warning GoogleMethodName Method name 'testRemove__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3601 13
    #A11386 warning MethodName Method name 'testRemove__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3601 13
    #A11387 warning GoogleMethodName Method name 'testRemoveMissingKey__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3606 13
    #A11388 warning MethodName Method name 'testRemoveMissingKey__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3606 13
    #A11389 warning GoogleMethodName Method name 'testSize__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3611 13
    #A11390 warning MethodName Method name 'testSize__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3611 13
    #A11391 warning GoogleMethodName Method name 'testValues__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3616 13
    #A11392 warning MethodName Method name 'testValues__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3616 13
    #A11393 warning GoogleMethodName Method name 'testValuesClear__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3621 13
    #A11394 warning MethodName Method name 'testValuesClear__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3621 13
    #A11395 warning GoogleMethodName Method name 'testValuesIteratorRemove__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3626 13
    #A11396 warning MethodName Method name 'testValuesIteratorRemove__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3626 13
    #A11397 warning GoogleMethodName Method name 'testValuesRemove__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3631 13
    #A11398 warning MethodName Method name 'testValuesRemove__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3631 13
    #A11399 warning GoogleMethodName Method name 'testValuesRemoveAll__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3636 13
    #A11400 warning MethodName Method name 'testValuesRemoveAll__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3636 13
    #A11401 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3641 13
    #A11402 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3641 13
    #A11403 warning GoogleMethodName Method name 'testValuesRemoveMissing__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3646 13
    #A11404 warning MethodName Method name 'testValuesRemoveMissing__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3646 13
    #A11405 warning GoogleMethodName Method name 'testValuesRetainAll__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3651 13
    #A11406 warning MethodName Method name 'testValuesRetainAll__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3651 13
    #A11407 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__HashRowMapTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3656 13
    #A11408 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__HashRowMapTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3656 13
    #A11409 warning GoogleMethodName Method name 'testClear__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3661 13
    #A11410 warning MethodName Method name 'testClear__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3661 13
    #A11411 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3666 13
    #A11412 warning MethodName Method name 'testContainsKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3666 13
    #A11413 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3671 13
    #A11414 warning MethodName Method name 'testContainsValue__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3671 13
    #A11415 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3676 13
    #A11416 warning MethodName Method name 'testEntrySet__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3676 13
    #A11417 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3681 13
    #A11418 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3681 13
    #A11419 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3686 13
    #A11420 warning MethodName Method name 'testEntrySetClear__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3686 13
    #A11421 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3691 13
    #A11422 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3691 13
    #A11423 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3696 13
    #A11424 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3696 13
    #A11425 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3701 13
    #A11426 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3701 13
    #A11427 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3706 13
    #A11428 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3706 13
    #A11429 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3711 13
    #A11430 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3711 13
    #A11431 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3716 13
    #A11432 warning MethodName Method name 'testEntrySetRemove__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3716 13
    #A11433 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3721 13
    #A11434 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3721 13
    #A11435 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3726 13
    #A11436 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3726 13
    #A11437 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3731 13
    #A11438 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3731 13
    #A11439 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3736 13
    #A11440 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3736 13
    #A11441 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3741 13
    #A11442 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3741 13
    #A11443 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3746 13
    #A11444 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3746 13
    #A11445 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3751 13
    #A11446 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3751 13
    #A11447 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3756 13
    #A11448 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3756 13
    #A11449 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3761 13
    #A11450 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3761 13
    #A11451 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3766 13
    #A11452 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3766 13
    #A11453 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3771 13
    #A11454 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3771 13
    #A11455 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3776 13
    #A11456 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3776 13
    #A11457 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3781 13
    #A11458 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3781 13
    #A11459 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3786 13
    #A11460 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3786 13
    #A11461 warning GoogleMethodName Method name 'testGet__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3791 13
    #A11462 warning MethodName Method name 'testGet__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3791 13
    #A11463 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3796 13
    #A11464 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3796 13
    #A11465 warning GoogleMethodName Method name 'testGetNull__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3801 13
    #A11466 warning MethodName Method name 'testGetNull__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3801 13
    #A11467 warning GoogleMethodName Method name 'testHashCode__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3806 13
    #A11468 warning MethodName Method name 'testHashCode__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3806 13
    #A11469 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3811 13
    #A11470 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3811 13
    #A11471 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3816 13
    #A11472 warning MethodName Method name 'testKeySetClear__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3816 13
    #A11473 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3821 13
    #A11474 warning MethodName Method name 'testKeySetRemove__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3821 13
    #A11475 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3826 13
    #A11476 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3826 13
    #A11477 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3831 13
    #A11478 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3831 13
    #A11479 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3836 13
    #A11480 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3836 13
    #A11481 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3841 13
    #A11482 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3841 13
    #A11483 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3846 13
    #A11484 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3846 13
    #A11485 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3851 13
    #A11486 warning MethodName Method name 'testPutAllNewKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3851 13
    #A11487 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3856 13
    #A11488 warning MethodName Method name 'testPutExistingKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3856 13
    #A11489 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3861 13
    #A11490 warning MethodName Method name 'testPutNewKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3861 13
    #A11491 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3866 13
    #A11492 warning MethodName Method name 'testPutNullKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3866 13
    #A11493 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3871 13
    #A11494 warning MethodName Method name 'testPutNullValue__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3871 13
    #A11495 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3876 13
    #A11496 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3876 13
    #A11497 warning GoogleMethodName Method name 'testRemove__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3881 13
    #A11498 warning MethodName Method name 'testRemove__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3881 13
    #A11499 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3886 13
    #A11500 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3886 13
    #A11501 warning GoogleMethodName Method name 'testSize__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3891 13
    #A11502 warning MethodName Method name 'testSize__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3891 13
    #A11503 warning GoogleMethodName Method name 'testValues__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3896 13
    #A11504 warning MethodName Method name 'testValues__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3896 13
    #A11505 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3901 13
    #A11506 warning MethodName Method name 'testValuesClear__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3901 13
    #A11507 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3906 13
    #A11508 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3906 13
    #A11509 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3911 13
    #A11510 warning MethodName Method name 'testValuesRemove__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3911 13
    #A11511 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3916 13
    #A11512 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3916 13
    #A11513 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3921 13
    #A11514 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3921 13
    #A11515 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3926 13
    #A11516 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3926 13
    #A11517 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3931 13
    #A11518 warning MethodName Method name 'testValuesRetainAll__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3931 13
    #A11519 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3936 13
    #A11520 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3936 13
    #A11521 warning GoogleMethodName Method name 'testClear__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3941 13
    #A11522 warning MethodName Method name 'testClear__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3941 13
    #A11523 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3946 13
    #A11524 warning MethodName Method name 'testContainsKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3946 13
    #A11525 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3951 13
    #A11526 warning MethodName Method name 'testContainsValue__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3951 13
    #A11527 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3956 13
    #A11528 warning MethodName Method name 'testEntrySet__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3956 13
    #A11529 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3961 13
    #A11530 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3961 13
    #A11531 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3966 13
    #A11532 warning MethodName Method name 'testEntrySetClear__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3966 13
    #A11533 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3971 13
    #A11534 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3971 13
    #A11535 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3976 13
    #A11536 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3976 13
    #A11537 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3981 13
    #A11538 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3981 13
    #A11539 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3986 13
    #A11540 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3986 13
    #A11541 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3991 13
    #A11542 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3991 13
    #A11543 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 3996 13
    #A11544 warning MethodName Method name 'testEntrySetRemove__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3996 13
    #A11545 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4001 13
    #A11546 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4001 13
    #A11547 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4006 13
    #A11548 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4006 13
    #A11549 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4011 13
    #A11550 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4011 13
    #A11551 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4016 13
    #A11552 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4016 13
    #A11553 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4021 13
    #A11554 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4021 13
    #A11555 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4026 13
    #A11556 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4026 13
    #A11557 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4031 13
    #A11558 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4031 13
    #A11559 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4036 13
    #A11560 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4036 13
    #A11561 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4041 13
    #A11562 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4041 13
    #A11563 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4046 13
    #A11564 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4046 13
    #A11565 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4051 13
    #A11566 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4051 13
    #A11567 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4056 13
    #A11568 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4056 13
    #A11569 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4061 13
    #A11570 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4061 13
    #A11571 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4066 13
    #A11572 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4066 13
    #A11573 warning GoogleMethodName Method name 'testGet__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4071 13
    #A11574 warning MethodName Method name 'testGet__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4071 13
    #A11575 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4076 13
    #A11576 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4076 13
    #A11577 warning GoogleMethodName Method name 'testGetNull__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4081 13
    #A11578 warning MethodName Method name 'testGetNull__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4081 13
    #A11579 warning GoogleMethodName Method name 'testHashCode__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4086 13
    #A11580 warning MethodName Method name 'testHashCode__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4086 13
    #A11581 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4091 13
    #A11582 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4091 13
    #A11583 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4096 13
    #A11584 warning MethodName Method name 'testKeySetClear__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4096 13
    #A11585 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4101 13
    #A11586 warning MethodName Method name 'testKeySetRemove__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4101 13
    #A11587 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4106 13
    #A11588 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4106 13
    #A11589 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4111 13
    #A11590 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4111 13
    #A11591 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4116 13
    #A11592 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4116 13
    #A11593 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4121 13
    #A11594 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4121 13
    #A11595 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4126 13
    #A11596 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4126 13
    #A11597 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4131 13
    #A11598 warning MethodName Method name 'testPutAllNewKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4131 13
    #A11599 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4136 13
    #A11600 warning MethodName Method name 'testPutExistingKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4136 13
    #A11601 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4141 13
    #A11602 warning MethodName Method name 'testPutNewKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4141 13
    #A11603 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4146 13
    #A11604 warning MethodName Method name 'testPutNullKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4146 13
    #A11605 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4151 13
    #A11606 warning MethodName Method name 'testPutNullValue__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4151 13
    #A11607 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4156 13
    #A11608 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4156 13
    #A11609 warning GoogleMethodName Method name 'testRemove__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4161 13
    #A11610 warning MethodName Method name 'testRemove__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4161 13
    #A11611 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4166 13
    #A11612 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4166 13
    #A11613 warning GoogleMethodName Method name 'testSize__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4171 13
    #A11614 warning MethodName Method name 'testSize__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4171 13
    #A11615 warning GoogleMethodName Method name 'testValues__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4176 13
    #A11616 warning MethodName Method name 'testValues__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4176 13
    #A11617 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4181 13
    #A11618 warning MethodName Method name 'testValuesClear__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4181 13
    #A11619 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4186 13
    #A11620 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4186 13
    #A11621 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4191 13
    #A11622 warning MethodName Method name 'testValuesRemove__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4191 13
    #A11623 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4196 13
    #A11624 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4196 13
    #A11625 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4201 13
    #A11626 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4201 13
    #A11627 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4206 13
    #A11628 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4206 13
    #A11629 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4211 13
    #A11630 warning MethodName Method name 'testValuesRetainAll__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4211 13
    #A11631 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4216 13
    #A11632 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4216 13
    #A11633 warning GoogleMethodName Method name 'testClear__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4221 13
    #A11634 warning MethodName Method name 'testClear__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4221 13
    #A11635 warning GoogleMethodName Method name 'testContainsKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4226 13
    #A11636 warning MethodName Method name 'testContainsKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4226 13
    #A11637 warning GoogleMethodName Method name 'testContainsValue__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4231 13
    #A11638 warning MethodName Method name 'testContainsValue__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4231 13
    #A11639 warning GoogleMethodName Method name 'testEntrySet__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4236 13
    #A11640 warning MethodName Method name 'testEntrySet__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4236 13
    #A11641 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4241 13
    #A11642 warning MethodName Method name 'testEntrySetAddAndAddAll__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4241 13
    #A11643 warning GoogleMethodName Method name 'testEntrySetClear__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4246 13
    #A11644 warning MethodName Method name 'testEntrySetClear__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4246 13
    #A11645 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4251 13
    #A11646 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4251 13
    #A11647 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4256 13
    #A11648 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4256 13
    #A11649 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4261 13
    #A11650 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4261 13
    #A11651 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4266 13
    #A11652 warning MethodName Method name 'testEntrySetForEmptyMap__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4266 13
    #A11653 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4271 13
    #A11654 warning MethodName Method name 'testEntrySetIteratorRemove__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4271 13
    #A11655 warning GoogleMethodName Method name 'testEntrySetRemove__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4276 13
    #A11656 warning MethodName Method name 'testEntrySetRemove__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4276 13
    #A11657 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4281 13
    #A11658 warning MethodName Method name 'testEntrySetRemoveAll__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4281 13
    #A11659 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4286 13
    #A11660 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4286 13
    #A11661 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4291 13
    #A11662 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4291 13
    #A11663 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4296 13
    #A11664 warning MethodName Method name 'testEntrySetRemoveMissingKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4296 13
    #A11665 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4301 13
    #A11666 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4301 13
    #A11667 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4306 13
    #A11668 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4306 13
    #A11669 warning GoogleMethodName Method name 'testEntrySetRetainAll__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4311 13
    #A11670 warning MethodName Method name 'testEntrySetRetainAll__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4311 13
    #A11671 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4316 13
    #A11672 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4316 13
    #A11673 warning GoogleMethodName Method name 'testEntrySetSetValue__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4321 13
    #A11674 warning MethodName Method name 'testEntrySetSetValue__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4321 13
    #A11675 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4326 13
    #A11676 warning MethodName Method name 'testEntrySetSetValueSameValue__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4326 13
    #A11677 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4331 13
    #A11678 warning MethodName Method name 'testEqualsForEmptyMap__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4331 13
    #A11679 warning GoogleMethodName Method name 'testEqualsForEqualMap__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4336 13
    #A11680 warning MethodName Method name 'testEqualsForEqualMap__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4336 13
    #A11681 warning GoogleMethodName Method name 'testEqualsForLargerMap__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4341 13
    #A11682 warning MethodName Method name 'testEqualsForLargerMap__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4341 13
    #A11683 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4346 13
    #A11684 warning MethodName Method name 'testEqualsForSmallerMap__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4346 13
    #A11685 warning GoogleMethodName Method name 'testGet__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4351 13
    #A11686 warning MethodName Method name 'testGet__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4351 13
    #A11687 warning GoogleMethodName Method name 'testGetForEmptyMap__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4356 13
    #A11688 warning MethodName Method name 'testGetForEmptyMap__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4356 13
    #A11689 warning GoogleMethodName Method name 'testGetNull__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4361 13
    #A11690 warning MethodName Method name 'testGetNull__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4361 13
    #A11691 warning GoogleMethodName Method name 'testHashCode__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4366 13
    #A11692 warning MethodName Method name 'testHashCode__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4366 13
    #A11693 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4371 13
    #A11694 warning MethodName Method name 'testHashCodeForEmptyMap__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4371 13
    #A11695 warning GoogleMethodName Method name 'testKeySetClear__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4376 13
    #A11696 warning MethodName Method name 'testKeySetClear__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4376 13
    #A11697 warning GoogleMethodName Method name 'testKeySetRemove__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4381 13
    #A11698 warning MethodName Method name 'testKeySetRemove__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4381 13
    #A11699 warning GoogleMethodName Method name 'testKeySetRemoveAll__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4386 13
    #A11700 warning MethodName Method name 'testKeySetRemoveAll__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4386 13
    #A11701 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4391 13
    #A11702 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4391 13
    #A11703 warning GoogleMethodName Method name 'testKeySetRetainAll__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4396 13
    #A11704 warning MethodName Method name 'testKeySetRetainAll__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4396 13
    #A11705 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4401 13
    #A11706 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4401 13
    #A11707 warning GoogleMethodName Method name 'testPutAllExistingKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4406 13
    #A11708 warning MethodName Method name 'testPutAllExistingKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4406 13
    #A11709 warning GoogleMethodName Method name 'testPutAllNewKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4411 13
    #A11710 warning MethodName Method name 'testPutAllNewKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4411 13
    #A11711 warning GoogleMethodName Method name 'testPutExistingKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4416 13
    #A11712 warning MethodName Method name 'testPutExistingKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4416 13
    #A11713 warning GoogleMethodName Method name 'testPutNewKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4421 13
    #A11714 warning MethodName Method name 'testPutNewKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4421 13
    #A11715 warning GoogleMethodName Method name 'testPutNullKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4426 13
    #A11716 warning MethodName Method name 'testPutNullKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4426 13
    #A11717 warning GoogleMethodName Method name 'testPutNullValue__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4431 13
    #A11718 warning MethodName Method name 'testPutNullValue__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4431 13
    #A11719 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4436 13
    #A11720 warning MethodName Method name 'testPutNullValueForExistingKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4436 13
    #A11721 warning GoogleMethodName Method name 'testRemove__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4441 13
    #A11722 warning MethodName Method name 'testRemove__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4441 13
    #A11723 warning GoogleMethodName Method name 'testRemoveMissingKey__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4446 13
    #A11724 warning MethodName Method name 'testRemoveMissingKey__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4446 13
    #A11725 warning GoogleMethodName Method name 'testSize__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4451 13
    #A11726 warning MethodName Method name 'testSize__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4451 13
    #A11727 warning GoogleMethodName Method name 'testValues__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4456 13
    #A11728 warning MethodName Method name 'testValues__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4456 13
    #A11729 warning GoogleMethodName Method name 'testValuesClear__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4461 13
    #A11730 warning MethodName Method name 'testValuesClear__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4461 13
    #A11731 warning GoogleMethodName Method name 'testValuesIteratorRemove__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4466 13
    #A11732 warning MethodName Method name 'testValuesIteratorRemove__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4466 13
    #A11733 warning GoogleMethodName Method name 'testValuesRemove__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4471 13
    #A11734 warning MethodName Method name 'testValuesRemove__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4471 13
    #A11735 warning GoogleMethodName Method name 'testValuesRemoveAll__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4476 13
    #A11736 warning MethodName Method name 'testValuesRemoveAll__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4476 13
    #A11737 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4481 13
    #A11738 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4481 13
    #A11739 warning GoogleMethodName Method name 'testValuesRemoveMissing__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4486 13
    #A11740 warning MethodName Method name 'testValuesRemoveMissing__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4486 13
    #A11741 warning GoogleMethodName Method name 'testValuesRetainAll__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4491 13
    #A11742 warning MethodName Method name 'testValuesRetainAll__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4491 13
    #A11743 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4496 13
    #A11744 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4496 13
    #A11745 warning GoogleMethodName Method name 'testClear__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4501 13
    #A11746 warning MethodName Method name 'testClear__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4501 13
    #A11747 warning GoogleMethodName Method name 'testContainsKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4506 13
    #A11748 warning MethodName Method name 'testContainsKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4506 13
    #A11749 warning GoogleMethodName Method name 'testContainsValue__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4511 13
    #A11750 warning MethodName Method name 'testContainsValue__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4511 13
    #A11751 warning GoogleMethodName Method name 'testEntrySet__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4516 13
    #A11752 warning MethodName Method name 'testEntrySet__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4516 13
    #A11753 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4521 13
    #A11754 warning MethodName Method name 'testEntrySetAddAndAddAll__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4521 13
    #A11755 warning GoogleMethodName Method name 'testEntrySetClear__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4526 13
    #A11756 warning MethodName Method name 'testEntrySetClear__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4526 13
    #A11757 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4531 13
    #A11758 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4531 13
    #A11759 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4536 13
    #A11760 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4536 13
    #A11761 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4541 13
    #A11762 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4541 13
    #A11763 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4546 13
    #A11764 warning MethodName Method name 'testEntrySetForEmptyMap__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4546 13
    #A11765 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4551 13
    #A11766 warning MethodName Method name 'testEntrySetIteratorRemove__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4551 13
    #A11767 warning GoogleMethodName Method name 'testEntrySetRemove__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4556 13
    #A11768 warning MethodName Method name 'testEntrySetRemove__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4556 13
    #A11769 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4561 13
    #A11770 warning MethodName Method name 'testEntrySetRemoveAll__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4561 13
    #A11771 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4566 13
    #A11772 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4566 13
    #A11773 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4571 13
    #A11774 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4571 13
    #A11775 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4576 13
    #A11776 warning MethodName Method name 'testEntrySetRemoveMissingKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4576 13
    #A11777 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4581 13
    #A11778 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4581 13
    #A11779 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4586 13
    #A11780 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4586 13
    #A11781 warning GoogleMethodName Method name 'testEntrySetRetainAll__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4591 13
    #A11782 warning MethodName Method name 'testEntrySetRetainAll__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4591 13
    #A11783 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4596 13
    #A11784 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4596 13
    #A11785 warning GoogleMethodName Method name 'testEntrySetSetValue__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4601 13
    #A11786 warning MethodName Method name 'testEntrySetSetValue__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4601 13
    #A11787 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4606 13
    #A11788 warning MethodName Method name 'testEntrySetSetValueSameValue__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4606 13
    #A11789 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4611 13
    #A11790 warning MethodName Method name 'testEqualsForEmptyMap__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4611 13
    #A11791 warning GoogleMethodName Method name 'testEqualsForEqualMap__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4616 13
    #A11792 warning MethodName Method name 'testEqualsForEqualMap__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4616 13
    #A11793 warning GoogleMethodName Method name 'testEqualsForLargerMap__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4621 13
    #A11794 warning MethodName Method name 'testEqualsForLargerMap__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4621 13
    #A11795 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4626 13
    #A11796 warning MethodName Method name 'testEqualsForSmallerMap__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4626 13
    #A11797 warning GoogleMethodName Method name 'testGet__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4631 13
    #A11798 warning MethodName Method name 'testGet__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4631 13
    #A11799 warning GoogleMethodName Method name 'testGetForEmptyMap__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4636 13
    #A11800 warning MethodName Method name 'testGetForEmptyMap__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4636 13
    #A11801 warning GoogleMethodName Method name 'testGetNull__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4641 13
    #A11802 warning MethodName Method name 'testGetNull__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4641 13
    #A11803 warning GoogleMethodName Method name 'testHashCode__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4646 13
    #A11804 warning MethodName Method name 'testHashCode__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4646 13
    #A11805 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4651 13
    #A11806 warning MethodName Method name 'testHashCodeForEmptyMap__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4651 13
    #A11807 warning GoogleMethodName Method name 'testKeySetClear__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4656 13
    #A11808 warning MethodName Method name 'testKeySetClear__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4656 13
    #A11809 warning GoogleMethodName Method name 'testKeySetRemove__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4661 13
    #A11810 warning MethodName Method name 'testKeySetRemove__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4661 13
    #A11811 warning GoogleMethodName Method name 'testKeySetRemoveAll__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4666 13
    #A11812 warning MethodName Method name 'testKeySetRemoveAll__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4666 13
    #A11813 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4671 13
    #A11814 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4671 13
    #A11815 warning GoogleMethodName Method name 'testKeySetRetainAll__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4676 13
    #A11816 warning MethodName Method name 'testKeySetRetainAll__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4676 13
    #A11817 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4681 13
    #A11818 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4681 13
    #A11819 warning GoogleMethodName Method name 'testPutAllExistingKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4686 13
    #A11820 warning MethodName Method name 'testPutAllExistingKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4686 13
    #A11821 warning GoogleMethodName Method name 'testPutAllNewKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4691 13
    #A11822 warning MethodName Method name 'testPutAllNewKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4691 13
    #A11823 warning GoogleMethodName Method name 'testPutExistingKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4696 13
    #A11824 warning MethodName Method name 'testPutExistingKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4696 13
    #A11825 warning GoogleMethodName Method name 'testPutNewKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4701 13
    #A11826 warning MethodName Method name 'testPutNewKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4701 13
    #A11827 warning GoogleMethodName Method name 'testPutNullKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4706 13
    #A11828 warning MethodName Method name 'testPutNullKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4706 13
    #A11829 warning GoogleMethodName Method name 'testPutNullValue__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4711 13
    #A11830 warning MethodName Method name 'testPutNullValue__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4711 13
    #A11831 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4716 13
    #A11832 warning MethodName Method name 'testPutNullValueForExistingKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4716 13
    #A11833 warning GoogleMethodName Method name 'testRemove__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4721 13
    #A11834 warning MethodName Method name 'testRemove__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4721 13
    #A11835 warning GoogleMethodName Method name 'testRemoveMissingKey__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4726 13
    #A11836 warning MethodName Method name 'testRemoveMissingKey__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4726 13
    #A11837 warning GoogleMethodName Method name 'testSize__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4731 13
    #A11838 warning MethodName Method name 'testSize__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4731 13
    #A11839 warning GoogleMethodName Method name 'testValues__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4736 13
    #A11840 warning MethodName Method name 'testValues__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4736 13
    #A11841 warning GoogleMethodName Method name 'testValuesClear__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4741 13
    #A11842 warning MethodName Method name 'testValuesClear__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4741 13
    #A11843 warning GoogleMethodName Method name 'testValuesIteratorRemove__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4746 13
    #A11844 warning MethodName Method name 'testValuesIteratorRemove__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4746 13
    #A11845 warning GoogleMethodName Method name 'testValuesRemove__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4751 13
    #A11846 warning MethodName Method name 'testValuesRemove__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4751 13
    #A11847 warning GoogleMethodName Method name 'testValuesRemoveAll__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4756 13
    #A11848 warning MethodName Method name 'testValuesRemoveAll__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4756 13
    #A11849 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4761 13
    #A11850 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4761 13
    #A11851 warning GoogleMethodName Method name 'testValuesRemoveMissing__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4766 13
    #A11852 warning MethodName Method name 'testValuesRemoveMissing__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4766 13
    #A11853 warning GoogleMethodName Method name 'testValuesRetainAll__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4771 13
    #A11854 warning MethodName Method name 'testValuesRetainAll__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4771 13
    #A11855 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TransposeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4776 13
    #A11856 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TransposeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4776 13
    #A11857 warning GoogleMethodName Method name 'testClear__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4781 13
    #A11858 warning MethodName Method name 'testClear__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4781 13
    #A11859 warning GoogleMethodName Method name 'testContainsKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4786 13
    #A11860 warning MethodName Method name 'testContainsKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4786 13
    #A11861 warning GoogleMethodName Method name 'testContainsValue__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4791 13
    #A11862 warning MethodName Method name 'testContainsValue__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4791 13
    #A11863 warning GoogleMethodName Method name 'testEntrySet__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4796 13
    #A11864 warning MethodName Method name 'testEntrySet__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4796 13
    #A11865 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4801 13
    #A11866 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4801 13
    #A11867 warning GoogleMethodName Method name 'testEntrySetClear__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4806 13
    #A11868 warning MethodName Method name 'testEntrySetClear__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4806 13
    #A11869 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4811 13
    #A11870 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4811 13
    #A11871 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4816 13
    #A11872 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4816 13
    #A11873 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4821 13
    #A11874 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4821 13
    #A11875 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4826 13
    #A11876 warning MethodName Method name 'testEntrySetForEmptyMap__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4826 13
    #A11877 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4831 13
    #A11878 warning MethodName Method name 'testEntrySetIteratorRemove__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4831 13
    #A11879 warning GoogleMethodName Method name 'testEntrySetRemove__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4836 13
    #A11880 warning MethodName Method name 'testEntrySetRemove__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4836 13
    #A11881 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4841 13
    #A11882 warning MethodName Method name 'testEntrySetRemoveAll__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4841 13
    #A11883 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4846 13
    #A11884 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4846 13
    #A11885 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4851 13
    #A11886 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4851 13
    #A11887 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4856 13
    #A11888 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4856 13
    #A11889 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4861 13
    #A11890 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4861 13
    #A11891 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4866 13
    #A11892 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4866 13
    #A11893 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4871 13
    #A11894 warning MethodName Method name 'testEntrySetRetainAll__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4871 13
    #A11895 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4876 13
    #A11896 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4876 13
    #A11897 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4881 13
    #A11898 warning MethodName Method name 'testEntrySetSetValue__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4881 13
    #A11899 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4886 13
    #A11900 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4886 13
    #A11901 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4891 13
    #A11902 warning MethodName Method name 'testEqualsForEmptyMap__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4891 13
    #A11903 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4896 13
    #A11904 warning MethodName Method name 'testEqualsForEqualMap__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4896 13
    #A11905 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4901 13
    #A11906 warning MethodName Method name 'testEqualsForLargerMap__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4901 13
    #A11907 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4906 13
    #A11908 warning MethodName Method name 'testEqualsForSmallerMap__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4906 13
    #A11909 warning GoogleMethodName Method name 'testGet__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4911 13
    #A11910 warning MethodName Method name 'testGet__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4911 13
    #A11911 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4916 13
    #A11912 warning MethodName Method name 'testGetForEmptyMap__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4916 13
    #A11913 warning GoogleMethodName Method name 'testGetNull__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4921 13
    #A11914 warning MethodName Method name 'testGetNull__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4921 13
    #A11915 warning GoogleMethodName Method name 'testHashCode__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4926 13
    #A11916 warning MethodName Method name 'testHashCode__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4926 13
    #A11917 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4931 13
    #A11918 warning MethodName Method name 'testHashCodeForEmptyMap__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4931 13
    #A11919 warning GoogleMethodName Method name 'testKeySetClear__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4936 13
    #A11920 warning MethodName Method name 'testKeySetClear__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4936 13
    #A11921 warning GoogleMethodName Method name 'testKeySetRemove__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4941 13
    #A11922 warning MethodName Method name 'testKeySetRemove__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4941 13
    #A11923 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4946 13
    #A11924 warning MethodName Method name 'testKeySetRemoveAll__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4946 13
    #A11925 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4951 13
    #A11926 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4951 13
    #A11927 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4956 13
    #A11928 warning MethodName Method name 'testKeySetRetainAll__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4956 13
    #A11929 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4961 13
    #A11930 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4961 13
    #A11931 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4966 13
    #A11932 warning MethodName Method name 'testPutAllExistingKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4966 13
    #A11933 warning GoogleMethodName Method name 'testPutAllNewKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4971 13
    #A11934 warning MethodName Method name 'testPutAllNewKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4971 13
    #A11935 warning GoogleMethodName Method name 'testPutExistingKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4976 13
    #A11936 warning MethodName Method name 'testPutExistingKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4976 13
    #A11937 warning GoogleMethodName Method name 'testPutNewKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4981 13
    #A11938 warning MethodName Method name 'testPutNewKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4981 13
    #A11939 warning GoogleMethodName Method name 'testPutNullKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4986 13
    #A11940 warning MethodName Method name 'testPutNullKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4986 13
    #A11941 warning GoogleMethodName Method name 'testPutNullValue__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4991 13
    #A11942 warning MethodName Method name 'testPutNullValue__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4991 13
    #A11943 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 4996 13
    #A11944 warning MethodName Method name 'testPutNullValueForExistingKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 4996 13
    #A11945 warning GoogleMethodName Method name 'testRemove__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5001 13
    #A11946 warning MethodName Method name 'testRemove__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5001 13
    #A11947 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5006 13
    #A11948 warning MethodName Method name 'testRemoveMissingKey__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5006 13
    #A11949 warning GoogleMethodName Method name 'testSize__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5011 13
    #A11950 warning MethodName Method name 'testSize__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5011 13
    #A11951 warning GoogleMethodName Method name 'testValues__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5016 13
    #A11952 warning MethodName Method name 'testValues__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5016 13
    #A11953 warning GoogleMethodName Method name 'testValuesClear__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5021 13
    #A11954 warning MethodName Method name 'testValuesClear__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5021 13
    #A11955 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5026 13
    #A11956 warning MethodName Method name 'testValuesIteratorRemove__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5026 13
    #A11957 warning GoogleMethodName Method name 'testValuesRemove__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5031 13
    #A11958 warning MethodName Method name 'testValuesRemove__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5031 13
    #A11959 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5036 13
    #A11960 warning MethodName Method name 'testValuesRemoveAll__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5036 13
    #A11961 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5041 13
    #A11962 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5041 13
    #A11963 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5046 13
    #A11964 warning MethodName Method name 'testValuesRemoveMissing__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5046 13
    #A11965 warning GoogleMethodName Method name 'testValuesRetainAll__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5051 13
    #A11966 warning MethodName Method name 'testValuesRetainAll__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5051 13
    #A11967 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5056 13
    #A11968 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5056 13
    #A11969 warning GoogleMethodName Method name 'testClear__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5061 13
    #A11970 warning MethodName Method name 'testClear__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5061 13
    #A11971 warning GoogleMethodName Method name 'testContainsKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5066 13
    #A11972 warning MethodName Method name 'testContainsKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5066 13
    #A11973 warning GoogleMethodName Method name 'testContainsValue__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5071 13
    #A11974 warning MethodName Method name 'testContainsValue__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5071 13
    #A11975 warning GoogleMethodName Method name 'testEntrySet__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5076 13
    #A11976 warning MethodName Method name 'testEntrySet__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5076 13
    #A11977 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5081 13
    #A11978 warning MethodName Method name 'testEntrySetAddAndAddAll__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5081 13
    #A11979 warning GoogleMethodName Method name 'testEntrySetClear__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5086 13
    #A11980 warning MethodName Method name 'testEntrySetClear__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5086 13
    #A11981 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5091 13
    #A11982 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5091 13
    #A11983 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5096 13
    #A11984 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5096 13
    #A11985 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5101 13
    #A11986 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5101 13
    #A11987 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5106 13
    #A11988 warning MethodName Method name 'testEntrySetForEmptyMap__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5106 13
    #A11989 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5111 13
    #A11990 warning MethodName Method name 'testEntrySetIteratorRemove__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5111 13
    #A11991 warning GoogleMethodName Method name 'testEntrySetRemove__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5116 13
    #A11992 warning MethodName Method name 'testEntrySetRemove__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5116 13
    #A11993 warning GoogleMethodName Method name 'testEntrySetRemoveAll__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5121 13
    #A11994 warning MethodName Method name 'testEntrySetRemoveAll__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5121 13
    #A11995 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5126 13
    #A11996 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5126 13
    #A11997 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5131 13
    #A11998 warning MethodName Method name 'testEntrySetRemoveDifferentValue__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5131 13
    #A11999 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5136 13
    #A12000 warning MethodName Method name 'testEntrySetRemoveMissingKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5136 13
    #A12001 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5141 13
    #A12002 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5141 13
    #A12003 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5146 13
    #A12004 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5146 13
    #A12005 warning GoogleMethodName Method name 'testEntrySetRetainAll__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5151 13
    #A12006 warning MethodName Method name 'testEntrySetRetainAll__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5151 13
    #A12007 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5156 13
    #A12008 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5156 13
    #A12009 warning GoogleMethodName Method name 'testEntrySetSetValue__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5161 13
    #A12010 warning MethodName Method name 'testEntrySetSetValue__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5161 13
    #A12011 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5166 13
    #A12012 warning MethodName Method name 'testEntrySetSetValueSameValue__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5166 13
    #A12013 warning GoogleMethodName Method name 'testEqualsForEmptyMap__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5171 13
    #A12014 warning MethodName Method name 'testEqualsForEmptyMap__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5171 13
    #A12015 warning GoogleMethodName Method name 'testEqualsForEqualMap__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5176 13
    #A12016 warning MethodName Method name 'testEqualsForEqualMap__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5176 13
    #A12017 warning GoogleMethodName Method name 'testEqualsForLargerMap__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5181 13
    #A12018 warning MethodName Method name 'testEqualsForLargerMap__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5181 13
    #A12019 warning GoogleMethodName Method name 'testEqualsForSmallerMap__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5186 13
    #A12020 warning MethodName Method name 'testEqualsForSmallerMap__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5186 13
    #A12021 warning GoogleMethodName Method name 'testGet__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5191 13
    #A12022 warning MethodName Method name 'testGet__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5191 13
    #A12023 warning GoogleMethodName Method name 'testGetForEmptyMap__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5196 13
    #A12024 warning MethodName Method name 'testGetForEmptyMap__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5196 13
    #A12025 warning GoogleMethodName Method name 'testGetNull__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5201 13
    #A12026 warning MethodName Method name 'testGetNull__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5201 13
    #A12027 warning GoogleMethodName Method name 'testHashCode__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5206 13
    #A12028 warning MethodName Method name 'testHashCode__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5206 13
    #A12029 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5211 13
    #A12030 warning MethodName Method name 'testHashCodeForEmptyMap__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5211 13
    #A12031 warning GoogleMethodName Method name 'testKeySetClear__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5216 13
    #A12032 warning MethodName Method name 'testKeySetClear__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5216 13
    #A12033 warning GoogleMethodName Method name 'testKeySetRemove__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5221 13
    #A12034 warning MethodName Method name 'testKeySetRemove__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5221 13
    #A12035 warning GoogleMethodName Method name 'testKeySetRemoveAll__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5226 13
    #A12036 warning MethodName Method name 'testKeySetRemoveAll__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5226 13
    #A12037 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5231 13
    #A12038 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5231 13
    #A12039 warning GoogleMethodName Method name 'testKeySetRetainAll__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5236 13
    #A12040 warning MethodName Method name 'testKeySetRetainAll__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5236 13
    #A12041 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5241 13
    #A12042 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5241 13
    #A12043 warning GoogleMethodName Method name 'testPutAllExistingKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5246 13
    #A12044 warning MethodName Method name 'testPutAllExistingKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5246 13
    #A12045 warning GoogleMethodName Method name 'testPutAllNewKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5251 13
    #A12046 warning MethodName Method name 'testPutAllNewKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5251 13
    #A12047 warning GoogleMethodName Method name 'testPutExistingKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5256 13
    #A12048 warning MethodName Method name 'testPutExistingKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5256 13
    #A12049 warning GoogleMethodName Method name 'testPutNewKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5261 13
    #A12050 warning MethodName Method name 'testPutNewKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5261 13
    #A12051 warning GoogleMethodName Method name 'testPutNullKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5266 13
    #A12052 warning MethodName Method name 'testPutNullKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5266 13
    #A12053 warning GoogleMethodName Method name 'testPutNullValue__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5271 13
    #A12054 warning MethodName Method name 'testPutNullValue__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5271 13
    #A12055 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5276 13
    #A12056 warning MethodName Method name 'testPutNullValueForExistingKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5276 13
    #A12057 warning GoogleMethodName Method name 'testRemove__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5281 13
    #A12058 warning MethodName Method name 'testRemove__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5281 13
    #A12059 warning GoogleMethodName Method name 'testRemoveMissingKey__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5286 13
    #A12060 warning MethodName Method name 'testRemoveMissingKey__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5286 13
    #A12061 warning GoogleMethodName Method name 'testSize__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5291 13
    #A12062 warning MethodName Method name 'testSize__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5291 13
    #A12063 warning GoogleMethodName Method name 'testValues__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5296 13
    #A12064 warning MethodName Method name 'testValues__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5296 13
    #A12065 warning GoogleMethodName Method name 'testValuesClear__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5301 13
    #A12066 warning MethodName Method name 'testValuesClear__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5301 13
    #A12067 warning GoogleMethodName Method name 'testValuesIteratorRemove__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5306 13
    #A12068 warning MethodName Method name 'testValuesIteratorRemove__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5306 13
    #A12069 warning GoogleMethodName Method name 'testValuesRemove__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5311 13
    #A12070 warning MethodName Method name 'testValuesRemove__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5311 13
    #A12071 warning GoogleMethodName Method name 'testValuesRemoveAll__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5316 13
    #A12072 warning MethodName Method name 'testValuesRemoveAll__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5316 13
    #A12073 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5321 13
    #A12074 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5321 13
    #A12075 warning GoogleMethodName Method name 'testValuesRemoveMissing__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5326 13
    #A12076 warning MethodName Method name 'testValuesRemoveMissing__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5326 13
    #A12077 warning GoogleMethodName Method name 'testValuesRetainAll__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5331 13
    #A12078 warning MethodName Method name 'testValuesRetainAll__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5331 13
    #A12079 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__HashColumnTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5336 13
    #A12080 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__HashColumnTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5336 13
    #A12081 warning GoogleMethodName Method name 'testClear__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5341 13
    #A12082 warning MethodName Method name 'testClear__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5341 13
    #A12083 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5346 13
    #A12084 warning MethodName Method name 'testContainsKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5346 13
    #A12085 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5351 13
    #A12086 warning MethodName Method name 'testContainsValue__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5351 13
    #A12087 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5356 13
    #A12088 warning MethodName Method name 'testEntrySet__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5356 13
    #A12089 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5361 13
    #A12090 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5361 13
    #A12091 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5366 13
    #A12092 warning MethodName Method name 'testEntrySetClear__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5366 13
    #A12093 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5371 13
    #A12094 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5371 13
    #A12095 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5376 13
    #A12096 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5376 13
    #A12097 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5381 13
    #A12098 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5381 13
    #A12099 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5386 13
    #A12100 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5386 13
    #A12101 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5391 13
    #A12102 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5391 13
    #A12103 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5396 13
    #A12104 warning MethodName Method name 'testEntrySetRemove__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5396 13
    #A12105 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5401 13
    #A12106 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5401 13
    #A12107 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5406 13
    #A12108 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5406 13
    #A12109 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5411 13
    #A12110 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5411 13
    #A12111 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5416 13
    #A12112 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5416 13
    #A12113 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5421 13
    #A12114 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5421 13
    #A12115 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5426 13
    #A12116 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5426 13
    #A12117 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5431 13
    #A12118 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5431 13
    #A12119 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5436 13
    #A12120 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5436 13
    #A12121 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5441 13
    #A12122 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5441 13
    #A12123 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5446 13
    #A12124 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5446 13
    #A12125 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5451 13
    #A12126 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5451 13
    #A12127 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5456 13
    #A12128 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5456 13
    #A12129 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5461 13
    #A12130 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5461 13
    #A12131 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5466 13
    #A12132 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5466 13
    #A12133 warning GoogleMethodName Method name 'testGet__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5471 13
    #A12134 warning MethodName Method name 'testGet__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5471 13
    #A12135 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5476 13
    #A12136 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5476 13
    #A12137 warning GoogleMethodName Method name 'testGetNull__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5481 13
    #A12138 warning MethodName Method name 'testGetNull__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5481 13
    #A12139 warning GoogleMethodName Method name 'testHashCode__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5486 13
    #A12140 warning MethodName Method name 'testHashCode__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5486 13
    #A12141 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5491 13
    #A12142 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5491 13
    #A12143 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5496 13
    #A12144 warning MethodName Method name 'testKeySetClear__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5496 13
    #A12145 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5501 13
    #A12146 warning MethodName Method name 'testKeySetRemove__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5501 13
    #A12147 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5506 13
    #A12148 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5506 13
    #A12149 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5511 13
    #A12150 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5511 13
    #A12151 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5516 13
    #A12152 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5516 13
    #A12153 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5521 13
    #A12154 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5521 13
    #A12155 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5526 13
    #A12156 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5526 13
    #A12157 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5531 13
    #A12158 warning MethodName Method name 'testPutAllNewKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5531 13
    #A12159 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5536 13
    #A12160 warning MethodName Method name 'testPutExistingKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5536 13
    #A12161 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5541 13
    #A12162 warning MethodName Method name 'testPutNewKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5541 13
    #A12163 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5546 13
    #A12164 warning MethodName Method name 'testPutNullKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5546 13
    #A12165 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5551 13
    #A12166 warning MethodName Method name 'testPutNullValue__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5551 13
    #A12167 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5556 13
    #A12168 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5556 13
    #A12169 warning GoogleMethodName Method name 'testRemove__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5561 13
    #A12170 warning MethodName Method name 'testRemove__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5561 13
    #A12171 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5566 13
    #A12172 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5566 13
    #A12173 warning GoogleMethodName Method name 'testSize__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5571 13
    #A12174 warning MethodName Method name 'testSize__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5571 13
    #A12175 warning GoogleMethodName Method name 'testValues__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5576 13
    #A12176 warning MethodName Method name 'testValues__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5576 13
    #A12177 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5581 13
    #A12178 warning MethodName Method name 'testValuesClear__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5581 13
    #A12179 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5586 13
    #A12180 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5586 13
    #A12181 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5591 13
    #A12182 warning MethodName Method name 'testValuesRemove__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5591 13
    #A12183 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5596 13
    #A12184 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5596 13
    #A12185 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5601 13
    #A12186 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5601 13
    #A12187 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5606 13
    #A12188 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5606 13
    #A12189 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5611 13
    #A12190 warning MethodName Method name 'testValuesRetainAll__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5611 13
    #A12191 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5616 13
    #A12192 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableTreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5616 13
    #A12193 warning GoogleMethodName Method name 'testClear__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5621 13
    #A12194 warning MethodName Method name 'testClear__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5621 13
    #A12195 warning GoogleMethodName Method name 'testContainsKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5626 13
    #A12196 warning MethodName Method name 'testContainsKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5626 13
    #A12197 warning GoogleMethodName Method name 'testContainsValue__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5631 13
    #A12198 warning MethodName Method name 'testContainsValue__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5631 13
    #A12199 warning GoogleMethodName Method name 'testEntrySet__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5636 13
    #A12200 warning MethodName Method name 'testEntrySet__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5636 13
    #A12201 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5641 13
    #A12202 warning MethodName Method name 'testEntrySetAddAndAddAll__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5641 13
    #A12203 warning GoogleMethodName Method name 'testEntrySetClear__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5646 13
    #A12204 warning MethodName Method name 'testEntrySetClear__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5646 13
    #A12205 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5651 13
    #A12206 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5651 13
    #A12207 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5656 13
    #A12208 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5656 13
    #A12209 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5661 13
    #A12210 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5661 13
    #A12211 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5666 13
    #A12212 warning MethodName Method name 'testEntrySetForEmptyMap__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5666 13
    #A12213 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5671 13
    #A12214 warning MethodName Method name 'testEntrySetIteratorRemove__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5671 13
    #A12215 warning GoogleMethodName Method name 'testEntrySetRemove__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5676 13
    #A12216 warning MethodName Method name 'testEntrySetRemove__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5676 13
    #A12217 warning GoogleMethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5681 13
    #A12218 warning MethodName Method name 'testEntrySetRemoveAll__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5681 13
    #A12219 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5686 13
    #A12220 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5686 13
    #A12221 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5691 13
    #A12222 warning MethodName Method name 'testEntrySetRemoveDifferentValue__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5691 13
    #A12223 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5696 13
    #A12224 warning MethodName Method name 'testEntrySetRemoveMissingKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5696 13
    #A12225 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5701 13
    #A12226 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5701 13
    #A12227 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5706 13
    #A12228 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5706 13
    #A12229 warning GoogleMethodName Method name 'testEntrySetRetainAll__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5711 13
    #A12230 warning MethodName Method name 'testEntrySetRetainAll__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5711 13
    #A12231 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5716 13
    #A12232 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5716 13
    #A12233 warning GoogleMethodName Method name 'testEntrySetSetValue__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5721 13
    #A12234 warning MethodName Method name 'testEntrySetSetValue__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5721 13
    #A12235 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5726 13
    #A12236 warning MethodName Method name 'testEntrySetSetValueSameValue__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5726 13
    #A12237 warning GoogleMethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5731 13
    #A12238 warning MethodName Method name 'testEqualsForEmptyMap__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5731 13
    #A12239 warning GoogleMethodName Method name 'testEqualsForEqualMap__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5736 13
    #A12240 warning MethodName Method name 'testEqualsForEqualMap__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5736 13
    #A12241 warning GoogleMethodName Method name 'testEqualsForLargerMap__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5741 13
    #A12242 warning MethodName Method name 'testEqualsForLargerMap__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5741 13
    #A12243 warning GoogleMethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5746 13
    #A12244 warning MethodName Method name 'testEqualsForSmallerMap__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5746 13
    #A12245 warning GoogleMethodName Method name 'testGet__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5751 13
    #A12246 warning MethodName Method name 'testGet__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5751 13
    #A12247 warning GoogleMethodName Method name 'testGetForEmptyMap__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5756 13
    #A12248 warning MethodName Method name 'testGetForEmptyMap__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5756 13
    #A12249 warning GoogleMethodName Method name 'testGetNull__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5761 13
    #A12250 warning MethodName Method name 'testGetNull__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5761 13
    #A12251 warning GoogleMethodName Method name 'testHashCode__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5766 13
    #A12252 warning MethodName Method name 'testHashCode__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5766 13
    #A12253 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5771 13
    #A12254 warning MethodName Method name 'testHashCodeForEmptyMap__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5771 13
    #A12255 warning GoogleMethodName Method name 'testKeySetClear__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5776 13
    #A12256 warning MethodName Method name 'testKeySetClear__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5776 13
    #A12257 warning GoogleMethodName Method name 'testKeySetRemove__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5781 13
    #A12258 warning MethodName Method name 'testKeySetRemove__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5781 13
    #A12259 warning GoogleMethodName Method name 'testKeySetRemoveAll__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5786 13
    #A12260 warning MethodName Method name 'testKeySetRemoveAll__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5786 13
    #A12261 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5791 13
    #A12262 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5791 13
    #A12263 warning GoogleMethodName Method name 'testKeySetRetainAll__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5796 13
    #A12264 warning MethodName Method name 'testKeySetRetainAll__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5796 13
    #A12265 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5801 13
    #A12266 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5801 13
    #A12267 warning GoogleMethodName Method name 'testPutAllExistingKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5806 13
    #A12268 warning MethodName Method name 'testPutAllExistingKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5806 13
    #A12269 warning GoogleMethodName Method name 'testPutAllNewKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5811 13
    #A12270 warning MethodName Method name 'testPutAllNewKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5811 13
    #A12271 warning GoogleMethodName Method name 'testPutExistingKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5816 13
    #A12272 warning MethodName Method name 'testPutExistingKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5816 13
    #A12273 warning GoogleMethodName Method name 'testPutNewKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5821 13
    #A12274 warning MethodName Method name 'testPutNewKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5821 13
    #A12275 warning GoogleMethodName Method name 'testPutNullKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5826 13
    #A12276 warning MethodName Method name 'testPutNullKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5826 13
    #A12277 warning GoogleMethodName Method name 'testPutNullValue__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5831 13
    #A12278 warning MethodName Method name 'testPutNullValue__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5831 13
    #A12279 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5836 13
    #A12280 warning MethodName Method name 'testPutNullValueForExistingKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5836 13
    #A12281 warning GoogleMethodName Method name 'testRemove__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5841 13
    #A12282 warning MethodName Method name 'testRemove__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5841 13
    #A12283 warning GoogleMethodName Method name 'testRemoveMissingKey__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5846 13
    #A12284 warning MethodName Method name 'testRemoveMissingKey__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5846 13
    #A12285 warning GoogleMethodName Method name 'testSize__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5851 13
    #A12286 warning MethodName Method name 'testSize__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5851 13
    #A12287 warning GoogleMethodName Method name 'testValues__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5856 13
    #A12288 warning MethodName Method name 'testValues__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5856 13
    #A12289 warning GoogleMethodName Method name 'testValuesClear__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5861 13
    #A12290 warning MethodName Method name 'testValuesClear__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5861 13
    #A12291 warning GoogleMethodName Method name 'testValuesIteratorRemove__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5866 13
    #A12292 warning MethodName Method name 'testValuesIteratorRemove__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5866 13
    #A12293 warning GoogleMethodName Method name 'testValuesRemove__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5871 13
    #A12294 warning MethodName Method name 'testValuesRemove__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5871 13
    #A12295 warning GoogleMethodName Method name 'testValuesRemoveAll__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5876 13
    #A12296 warning MethodName Method name 'testValuesRemoveAll__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5876 13
    #A12297 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5881 13
    #A12298 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5881 13
    #A12299 warning GoogleMethodName Method name 'testValuesRemoveMissing__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5886 13
    #A12300 warning MethodName Method name 'testValuesRemoveMissing__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5886 13
    #A12301 warning GoogleMethodName Method name 'testValuesRetainAll__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5891 13
    #A12302 warning MethodName Method name 'testValuesRetainAll__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5891 13
    #A12303 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5896 13
    #A12304 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__UnmodifiableHashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5896 13
    #A12305 warning GoogleMethodName Method name 'testClear__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5901 13
    #A12306 warning MethodName Method name 'testClear__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5901 13
    #A12307 warning GoogleMethodName Method name 'testContainsKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5906 13
    #A12308 warning MethodName Method name 'testContainsKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5906 13
    #A12309 warning GoogleMethodName Method name 'testContainsValue__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5911 13
    #A12310 warning MethodName Method name 'testContainsValue__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5911 13
    #A12311 warning GoogleMethodName Method name 'testEntrySet__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5916 13
    #A12312 warning MethodName Method name 'testEntrySet__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5916 13
    #A12313 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5921 13
    #A12314 warning MethodName Method name 'testEntrySetAddAndAddAll__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5921 13
    #A12315 warning GoogleMethodName Method name 'testEntrySetClear__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5926 13
    #A12316 warning MethodName Method name 'testEntrySetClear__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5926 13
    #A12317 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5931 13
    #A12318 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5931 13
    #A12319 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5936 13
    #A12320 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5936 13
    #A12321 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5941 13
    #A12322 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5941 13
    #A12323 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5946 13
    #A12324 warning MethodName Method name 'testEntrySetForEmptyMap__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5946 13
    #A12325 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5951 13
    #A12326 warning MethodName Method name 'testEntrySetIteratorRemove__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5951 13
    #A12327 warning GoogleMethodName Method name 'testEntrySetRemove__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5956 13
    #A12328 warning MethodName Method name 'testEntrySetRemove__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5956 13
    #A12329 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5961 13
    #A12330 warning MethodName Method name 'testEntrySetRemoveAll__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5961 13
    #A12331 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5966 13
    #A12332 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5966 13
    #A12333 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5971 13
    #A12334 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5971 13
    #A12335 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5976 13
    #A12336 warning MethodName Method name 'testEntrySetRemoveMissingKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5976 13
    #A12337 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5981 13
    #A12338 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5981 13
    #A12339 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5986 13
    #A12340 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5986 13
    #A12341 warning GoogleMethodName Method name 'testEntrySetRetainAll__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5991 13
    #A12342 warning MethodName Method name 'testEntrySetRetainAll__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5991 13
    #A12343 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 5996 13
    #A12344 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5996 13
    #A12345 warning GoogleMethodName Method name 'testEntrySetSetValue__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6001 13
    #A12346 warning MethodName Method name 'testEntrySetSetValue__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6001 13
    #A12347 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6006 13
    #A12348 warning MethodName Method name 'testEntrySetSetValueSameValue__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6006 13
    #A12349 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6011 13
    #A12350 warning MethodName Method name 'testEqualsForEmptyMap__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6011 13
    #A12351 warning GoogleMethodName Method name 'testEqualsForEqualMap__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6016 13
    #A12352 warning MethodName Method name 'testEqualsForEqualMap__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6016 13
    #A12353 warning GoogleMethodName Method name 'testEqualsForLargerMap__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6021 13
    #A12354 warning MethodName Method name 'testEqualsForLargerMap__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6021 13
    #A12355 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6026 13
    #A12356 warning MethodName Method name 'testEqualsForSmallerMap__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6026 13
    #A12357 warning GoogleMethodName Method name 'testGet__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6031 13
    #A12358 warning MethodName Method name 'testGet__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6031 13
    #A12359 warning GoogleMethodName Method name 'testGetForEmptyMap__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6036 13
    #A12360 warning MethodName Method name 'testGetForEmptyMap__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6036 13
    #A12361 warning GoogleMethodName Method name 'testGetNull__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6041 13
    #A12362 warning MethodName Method name 'testGetNull__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6041 13
    #A12363 warning GoogleMethodName Method name 'testHashCode__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6046 13
    #A12364 warning MethodName Method name 'testHashCode__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6046 13
    #A12365 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6051 13
    #A12366 warning MethodName Method name 'testHashCodeForEmptyMap__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6051 13
    #A12367 warning GoogleMethodName Method name 'testKeySetClear__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6056 13
    #A12368 warning MethodName Method name 'testKeySetClear__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6056 13
    #A12369 warning GoogleMethodName Method name 'testKeySetRemove__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6061 13
    #A12370 warning MethodName Method name 'testKeySetRemove__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6061 13
    #A12371 warning GoogleMethodName Method name 'testKeySetRemoveAll__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6066 13
    #A12372 warning MethodName Method name 'testKeySetRemoveAll__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6066 13
    #A12373 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6071 13
    #A12374 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6071 13
    #A12375 warning GoogleMethodName Method name 'testKeySetRetainAll__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6076 13
    #A12376 warning MethodName Method name 'testKeySetRetainAll__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6076 13
    #A12377 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6081 13
    #A12378 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6081 13
    #A12379 warning GoogleMethodName Method name 'testPutAllExistingKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6086 13
    #A12380 warning MethodName Method name 'testPutAllExistingKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6086 13
    #A12381 warning GoogleMethodName Method name 'testPutAllNewKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6091 13
    #A12382 warning MethodName Method name 'testPutAllNewKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6091 13
    #A12383 warning GoogleMethodName Method name 'testPutExistingKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6096 13
    #A12384 warning MethodName Method name 'testPutExistingKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6096 13
    #A12385 warning GoogleMethodName Method name 'testPutNewKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6101 13
    #A12386 warning MethodName Method name 'testPutNewKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6101 13
    #A12387 warning GoogleMethodName Method name 'testPutNullKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6106 13
    #A12388 warning MethodName Method name 'testPutNullKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6106 13
    #A12389 warning GoogleMethodName Method name 'testPutNullValue__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6111 13
    #A12390 warning MethodName Method name 'testPutNullValue__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6111 13
    #A12391 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6116 13
    #A12392 warning MethodName Method name 'testPutNullValueForExistingKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6116 13
    #A12393 warning GoogleMethodName Method name 'testRemove__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6121 13
    #A12394 warning MethodName Method name 'testRemove__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6121 13
    #A12395 warning GoogleMethodName Method name 'testRemoveMissingKey__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6126 13
    #A12396 warning MethodName Method name 'testRemoveMissingKey__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6126 13
    #A12397 warning GoogleMethodName Method name 'testSize__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6131 13
    #A12398 warning MethodName Method name 'testSize__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6131 13
    #A12399 warning GoogleMethodName Method name 'testValues__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6136 13
    #A12400 warning MethodName Method name 'testValues__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6136 13
    #A12401 warning GoogleMethodName Method name 'testValuesClear__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6141 13
    #A12402 warning MethodName Method name 'testValuesClear__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6141 13
    #A12403 warning GoogleMethodName Method name 'testValuesIteratorRemove__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6146 13
    #A12404 warning MethodName Method name 'testValuesIteratorRemove__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6146 13
    #A12405 warning GoogleMethodName Method name 'testValuesRemove__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6151 13
    #A12406 warning MethodName Method name 'testValuesRemove__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6151 13
    #A12407 warning GoogleMethodName Method name 'testValuesRemoveAll__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6156 13
    #A12408 warning MethodName Method name 'testValuesRemoveAll__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6156 13
    #A12409 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6161 13
    #A12410 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6161 13
    #A12411 warning GoogleMethodName Method name 'testValuesRemoveMissing__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6166 13
    #A12412 warning MethodName Method name 'testValuesRemoveMissing__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6166 13
    #A12413 warning GoogleMethodName Method name 'testValuesRetainAll__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6171 13
    #A12414 warning MethodName Method name 'testValuesRetainAll__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6171 13
    #A12415 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6176 13
    #A12416 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TransformValueRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6176 13
    #A12417 warning GoogleMethodName Method name 'testClear__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6181 13
    #A12418 warning MethodName Method name 'testClear__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6181 13
    #A12419 warning GoogleMethodName Method name 'testContainsKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6186 13
    #A12420 warning MethodName Method name 'testContainsKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6186 13
    #A12421 warning GoogleMethodName Method name 'testContainsValue__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6191 13
    #A12422 warning MethodName Method name 'testContainsValue__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6191 13
    #A12423 warning GoogleMethodName Method name 'testEntrySet__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6196 13
    #A12424 warning MethodName Method name 'testEntrySet__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6196 13
    #A12425 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6201 13
    #A12426 warning MethodName Method name 'testEntrySetAddAndAddAll__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6201 13
    #A12427 warning GoogleMethodName Method name 'testEntrySetClear__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6206 13
    #A12428 warning MethodName Method name 'testEntrySetClear__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6206 13
    #A12429 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6211 13
    #A12430 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6211 13
    #A12431 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6216 13
    #A12432 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6216 13
    #A12433 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6221 13
    #A12434 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6221 13
    #A12435 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6226 13
    #A12436 warning MethodName Method name 'testEntrySetForEmptyMap__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6226 13
    #A12437 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6231 13
    #A12438 warning MethodName Method name 'testEntrySetIteratorRemove__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6231 13
    #A12439 warning GoogleMethodName Method name 'testEntrySetRemove__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6236 13
    #A12440 warning MethodName Method name 'testEntrySetRemove__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6236 13
    #A12441 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6241 13
    #A12442 warning MethodName Method name 'testEntrySetRemoveAll__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6241 13
    #A12443 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6246 13
    #A12444 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6246 13
    #A12445 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6251 13
    #A12446 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6251 13
    #A12447 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6256 13
    #A12448 warning MethodName Method name 'testEntrySetRemoveMissingKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6256 13
    #A12449 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6261 13
    #A12450 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6261 13
    #A12451 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6266 13
    #A12452 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6266 13
    #A12453 warning GoogleMethodName Method name 'testEntrySetRetainAll__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6271 13
    #A12454 warning MethodName Method name 'testEntrySetRetainAll__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6271 13
    #A12455 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6276 13
    #A12456 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6276 13
    #A12457 warning GoogleMethodName Method name 'testEntrySetSetValue__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6281 13
    #A12458 warning MethodName Method name 'testEntrySetSetValue__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6281 13
    #A12459 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6286 13
    #A12460 warning MethodName Method name 'testEntrySetSetValueSameValue__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6286 13
    #A12461 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6291 13
    #A12462 warning MethodName Method name 'testEqualsForEmptyMap__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6291 13
    #A12463 warning GoogleMethodName Method name 'testEqualsForEqualMap__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6296 13
    #A12464 warning MethodName Method name 'testEqualsForEqualMap__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6296 13
    #A12465 warning GoogleMethodName Method name 'testEqualsForLargerMap__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6301 13
    #A12466 warning MethodName Method name 'testEqualsForLargerMap__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6301 13
    #A12467 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6306 13
    #A12468 warning MethodName Method name 'testEqualsForSmallerMap__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6306 13
    #A12469 warning GoogleMethodName Method name 'testGet__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6311 13
    #A12470 warning MethodName Method name 'testGet__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6311 13
    #A12471 warning GoogleMethodName Method name 'testGetForEmptyMap__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6316 13
    #A12472 warning MethodName Method name 'testGetForEmptyMap__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6316 13
    #A12473 warning GoogleMethodName Method name 'testGetNull__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6321 13
    #A12474 warning MethodName Method name 'testGetNull__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6321 13
    #A12475 warning GoogleMethodName Method name 'testHashCode__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6326 13
    #A12476 warning MethodName Method name 'testHashCode__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6326 13
    #A12477 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6331 13
    #A12478 warning MethodName Method name 'testHashCodeForEmptyMap__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6331 13
    #A12479 warning GoogleMethodName Method name 'testKeySetClear__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6336 13
    #A12480 warning MethodName Method name 'testKeySetClear__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6336 13
    #A12481 warning GoogleMethodName Method name 'testKeySetRemove__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6341 13
    #A12482 warning MethodName Method name 'testKeySetRemove__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6341 13
    #A12483 warning GoogleMethodName Method name 'testKeySetRemoveAll__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6346 13
    #A12484 warning MethodName Method name 'testKeySetRemoveAll__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6346 13
    #A12485 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6351 13
    #A12486 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6351 13
    #A12487 warning GoogleMethodName Method name 'testKeySetRetainAll__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6356 13
    #A12488 warning MethodName Method name 'testKeySetRetainAll__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6356 13
    #A12489 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6361 13
    #A12490 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6361 13
    #A12491 warning GoogleMethodName Method name 'testPutAllExistingKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6366 13
    #A12492 warning MethodName Method name 'testPutAllExistingKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6366 13
    #A12493 warning GoogleMethodName Method name 'testPutAllNewKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6371 13
    #A12494 warning MethodName Method name 'testPutAllNewKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6371 13
    #A12495 warning GoogleMethodName Method name 'testPutExistingKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6376 13
    #A12496 warning MethodName Method name 'testPutExistingKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6376 13
    #A12497 warning GoogleMethodName Method name 'testPutNewKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6381 13
    #A12498 warning MethodName Method name 'testPutNewKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6381 13
    #A12499 warning GoogleMethodName Method name 'testPutNullKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6386 13
    #A12500 warning MethodName Method name 'testPutNullKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6386 13
    #A12501 warning GoogleMethodName Method name 'testPutNullValue__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6391 13
    #A12502 warning MethodName Method name 'testPutNullValue__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6391 13
    #A12503 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6396 13
    #A12504 warning MethodName Method name 'testPutNullValueForExistingKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6396 13
    #A12505 warning GoogleMethodName Method name 'testRemove__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6401 13
    #A12506 warning MethodName Method name 'testRemove__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6401 13
    #A12507 warning GoogleMethodName Method name 'testRemoveMissingKey__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6406 13
    #A12508 warning MethodName Method name 'testRemoveMissingKey__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6406 13
    #A12509 warning GoogleMethodName Method name 'testSize__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6411 13
    #A12510 warning MethodName Method name 'testSize__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6411 13
    #A12511 warning GoogleMethodName Method name 'testValues__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6416 13
    #A12512 warning MethodName Method name 'testValues__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6416 13
    #A12513 warning GoogleMethodName Method name 'testValuesClear__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6421 13
    #A12514 warning MethodName Method name 'testValuesClear__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6421 13
    #A12515 warning GoogleMethodName Method name 'testValuesIteratorRemove__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6426 13
    #A12516 warning MethodName Method name 'testValuesIteratorRemove__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6426 13
    #A12517 warning GoogleMethodName Method name 'testValuesRemove__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6431 13
    #A12518 warning MethodName Method name 'testValuesRemove__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6431 13
    #A12519 warning GoogleMethodName Method name 'testValuesRemoveAll__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6436 13
    #A12520 warning MethodName Method name 'testValuesRemoveAll__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6436 13
    #A12521 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6441 13
    #A12522 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6441 13
    #A12523 warning GoogleMethodName Method name 'testValuesRemoveMissing__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6446 13
    #A12524 warning MethodName Method name 'testValuesRemoveMissing__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6446 13
    #A12525 warning GoogleMethodName Method name 'testValuesRetainAll__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6451 13
    #A12526 warning MethodName Method name 'testValuesRetainAll__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6451 13
    #A12527 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TransposeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6456 13
    #A12528 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TransposeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6456 13
    #A12529 warning GoogleMethodName Method name 'testClear__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6461 13
    #A12530 warning MethodName Method name 'testClear__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6461 13
    #A12531 warning GoogleMethodName Method name 'testContainsKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6466 13
    #A12532 warning MethodName Method name 'testContainsKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6466 13
    #A12533 warning GoogleMethodName Method name 'testContainsValue__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6471 13
    #A12534 warning MethodName Method name 'testContainsValue__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6471 13
    #A12535 warning GoogleMethodName Method name 'testEntrySet__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6476 13
    #A12536 warning MethodName Method name 'testEntrySet__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6476 13
    #A12537 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6481 13
    #A12538 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6481 13
    #A12539 warning GoogleMethodName Method name 'testEntrySetClear__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6486 13
    #A12540 warning MethodName Method name 'testEntrySetClear__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6486 13
    #A12541 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6491 13
    #A12542 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6491 13
    #A12543 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6496 13
    #A12544 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6496 13
    #A12545 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6501 13
    #A12546 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6501 13
    #A12547 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6506 13
    #A12548 warning MethodName Method name 'testEntrySetForEmptyMap__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6506 13
    #A12549 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6511 13
    #A12550 warning MethodName Method name 'testEntrySetIteratorRemove__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6511 13
    #A12551 warning GoogleMethodName Method name 'testEntrySetRemove__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6516 13
    #A12552 warning MethodName Method name 'testEntrySetRemove__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6516 13
    #A12553 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6521 13
    #A12554 warning MethodName Method name 'testEntrySetRemoveAll__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6521 13
    #A12555 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6526 13
    #A12556 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6526 13
    #A12557 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6531 13
    #A12558 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6531 13
    #A12559 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6536 13
    #A12560 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6536 13
    #A12561 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6541 13
    #A12562 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6541 13
    #A12563 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6546 13
    #A12564 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6546 13
    #A12565 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6551 13
    #A12566 warning MethodName Method name 'testEntrySetRetainAll__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6551 13
    #A12567 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6556 13
    #A12568 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6556 13
    #A12569 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6561 13
    #A12570 warning MethodName Method name 'testEntrySetSetValue__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6561 13
    #A12571 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6566 13
    #A12572 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6566 13
    #A12573 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6571 13
    #A12574 warning MethodName Method name 'testEqualsForEmptyMap__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6571 13
    #A12575 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6576 13
    #A12576 warning MethodName Method name 'testEqualsForEqualMap__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6576 13
    #A12577 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6581 13
    #A12578 warning MethodName Method name 'testEqualsForLargerMap__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6581 13
    #A12579 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6586 13
    #A12580 warning MethodName Method name 'testEqualsForSmallerMap__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6586 13
    #A12581 warning GoogleMethodName Method name 'testGet__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6591 13
    #A12582 warning MethodName Method name 'testGet__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6591 13
    #A12583 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6596 13
    #A12584 warning MethodName Method name 'testGetForEmptyMap__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6596 13
    #A12585 warning GoogleMethodName Method name 'testGetNull__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6601 13
    #A12586 warning MethodName Method name 'testGetNull__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6601 13
    #A12587 warning GoogleMethodName Method name 'testHashCode__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6606 13
    #A12588 warning MethodName Method name 'testHashCode__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6606 13
    #A12589 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6611 13
    #A12590 warning MethodName Method name 'testHashCodeForEmptyMap__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6611 13
    #A12591 warning GoogleMethodName Method name 'testKeySetClear__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6616 13
    #A12592 warning MethodName Method name 'testKeySetClear__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6616 13
    #A12593 warning GoogleMethodName Method name 'testKeySetRemove__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6621 13
    #A12594 warning MethodName Method name 'testKeySetRemove__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6621 13
    #A12595 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6626 13
    #A12596 warning MethodName Method name 'testKeySetRemoveAll__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6626 13
    #A12597 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6631 13
    #A12598 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6631 13
    #A12599 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6636 13
    #A12600 warning MethodName Method name 'testKeySetRetainAll__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6636 13
    #A12601 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6641 13
    #A12602 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6641 13
    #A12603 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6646 13
    #A12604 warning MethodName Method name 'testPutAllExistingKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6646 13
    #A12605 warning GoogleMethodName Method name 'testPutAllNewKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6651 13
    #A12606 warning MethodName Method name 'testPutAllNewKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6651 13
    #A12607 warning GoogleMethodName Method name 'testPutExistingKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6656 13
    #A12608 warning MethodName Method name 'testPutExistingKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6656 13
    #A12609 warning GoogleMethodName Method name 'testPutNewKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6661 13
    #A12610 warning MethodName Method name 'testPutNewKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6661 13
    #A12611 warning GoogleMethodName Method name 'testPutNullKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6666 13
    #A12612 warning MethodName Method name 'testPutNullKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6666 13
    #A12613 warning GoogleMethodName Method name 'testPutNullValue__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6671 13
    #A12614 warning MethodName Method name 'testPutNullValue__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6671 13
    #A12615 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6676 13
    #A12616 warning MethodName Method name 'testPutNullValueForExistingKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6676 13
    #A12617 warning GoogleMethodName Method name 'testRemove__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6681 13
    #A12618 warning MethodName Method name 'testRemove__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6681 13
    #A12619 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6686 13
    #A12620 warning MethodName Method name 'testRemoveMissingKey__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6686 13
    #A12621 warning GoogleMethodName Method name 'testSize__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6691 13
    #A12622 warning MethodName Method name 'testSize__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6691 13
    #A12623 warning GoogleMethodName Method name 'testValues__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6696 13
    #A12624 warning MethodName Method name 'testValues__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6696 13
    #A12625 warning GoogleMethodName Method name 'testValuesClear__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6701 13
    #A12626 warning MethodName Method name 'testValuesClear__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6701 13
    #A12627 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6706 13
    #A12628 warning MethodName Method name 'testValuesIteratorRemove__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6706 13
    #A12629 warning GoogleMethodName Method name 'testValuesRemove__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6711 13
    #A12630 warning MethodName Method name 'testValuesRemove__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6711 13
    #A12631 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6716 13
    #A12632 warning MethodName Method name 'testValuesRemoveAll__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6716 13
    #A12633 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6721 13
    #A12634 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6721 13
    #A12635 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6726 13
    #A12636 warning MethodName Method name 'testValuesRemoveMissing__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6726 13
    #A12637 warning GoogleMethodName Method name 'testValuesRetainAll__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6731 13
    #A12638 warning MethodName Method name 'testValuesRetainAll__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6731 13
    #A12639 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6736 13
    #A12640 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6736 13
    #A12641 warning GoogleMethodName Method name 'testClear__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6741 13
    #A12642 warning MethodName Method name 'testClear__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6741 13
    #A12643 warning GoogleMethodName Method name 'testContainsKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6746 13
    #A12644 warning MethodName Method name 'testContainsKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6746 13
    #A12645 warning GoogleMethodName Method name 'testContainsValue__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6751 13
    #A12646 warning MethodName Method name 'testContainsValue__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6751 13
    #A12647 warning GoogleMethodName Method name 'testEntrySet__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6756 13
    #A12648 warning MethodName Method name 'testEntrySet__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6756 13
    #A12649 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6761 13
    #A12650 warning MethodName Method name 'testEntrySetAddAndAddAll__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6761 13
    #A12651 warning GoogleMethodName Method name 'testEntrySetClear__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6766 13
    #A12652 warning MethodName Method name 'testEntrySetClear__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6766 13
    #A12653 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6771 13
    #A12654 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6771 13
    #A12655 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6776 13
    #A12656 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6776 13
    #A12657 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6781 13
    #A12658 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6781 13
    #A12659 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6786 13
    #A12660 warning MethodName Method name 'testEntrySetForEmptyMap__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6786 13
    #A12661 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6791 13
    #A12662 warning MethodName Method name 'testEntrySetIteratorRemove__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6791 13
    #A12663 warning GoogleMethodName Method name 'testEntrySetRemove__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6796 13
    #A12664 warning MethodName Method name 'testEntrySetRemove__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6796 13
    #A12665 warning GoogleMethodName Method name 'testEntrySetRemoveAll__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6801 13
    #A12666 warning MethodName Method name 'testEntrySetRemoveAll__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6801 13
    #A12667 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6806 13
    #A12668 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6806 13
    #A12669 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6811 13
    #A12670 warning MethodName Method name 'testEntrySetRemoveDifferentValue__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6811 13
    #A12671 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6816 13
    #A12672 warning MethodName Method name 'testEntrySetRemoveMissingKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6816 13
    #A12673 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6821 13
    #A12674 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6821 13
    #A12675 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6826 13
    #A12676 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6826 13
    #A12677 warning GoogleMethodName Method name 'testEntrySetRetainAll__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6831 13
    #A12678 warning MethodName Method name 'testEntrySetRetainAll__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6831 13
    #A12679 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6836 13
    #A12680 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6836 13
    #A12681 warning GoogleMethodName Method name 'testEntrySetSetValue__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6841 13
    #A12682 warning MethodName Method name 'testEntrySetSetValue__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6841 13
    #A12683 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6846 13
    #A12684 warning MethodName Method name 'testEntrySetSetValueSameValue__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6846 13
    #A12685 warning GoogleMethodName Method name 'testEqualsForEmptyMap__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6851 13
    #A12686 warning MethodName Method name 'testEqualsForEmptyMap__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6851 13
    #A12687 warning GoogleMethodName Method name 'testEqualsForEqualMap__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6856 13
    #A12688 warning MethodName Method name 'testEqualsForEqualMap__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6856 13
    #A12689 warning GoogleMethodName Method name 'testEqualsForLargerMap__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6861 13
    #A12690 warning MethodName Method name 'testEqualsForLargerMap__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6861 13
    #A12691 warning GoogleMethodName Method name 'testEqualsForSmallerMap__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6866 13
    #A12692 warning MethodName Method name 'testEqualsForSmallerMap__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6866 13
    #A12693 warning GoogleMethodName Method name 'testGet__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6871 13
    #A12694 warning MethodName Method name 'testGet__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6871 13
    #A12695 warning GoogleMethodName Method name 'testGetForEmptyMap__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6876 13
    #A12696 warning MethodName Method name 'testGetForEmptyMap__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6876 13
    #A12697 warning GoogleMethodName Method name 'testGetNull__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6881 13
    #A12698 warning MethodName Method name 'testGetNull__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6881 13
    #A12699 warning GoogleMethodName Method name 'testHashCode__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6886 13
    #A12700 warning MethodName Method name 'testHashCode__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6886 13
    #A12701 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6891 13
    #A12702 warning MethodName Method name 'testHashCodeForEmptyMap__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6891 13
    #A12703 warning GoogleMethodName Method name 'testKeySetClear__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6896 13
    #A12704 warning MethodName Method name 'testKeySetClear__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6896 13
    #A12705 warning GoogleMethodName Method name 'testKeySetRemove__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6901 13
    #A12706 warning MethodName Method name 'testKeySetRemove__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6901 13
    #A12707 warning GoogleMethodName Method name 'testKeySetRemoveAll__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6906 13
    #A12708 warning MethodName Method name 'testKeySetRemoveAll__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6906 13
    #A12709 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6911 13
    #A12710 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6911 13
    #A12711 warning GoogleMethodName Method name 'testKeySetRetainAll__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6916 13
    #A12712 warning MethodName Method name 'testKeySetRetainAll__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6916 13
    #A12713 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6921 13
    #A12714 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6921 13
    #A12715 warning GoogleMethodName Method name 'testPutAllExistingKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6926 13
    #A12716 warning MethodName Method name 'testPutAllExistingKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6926 13
    #A12717 warning GoogleMethodName Method name 'testPutAllNewKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6931 13
    #A12718 warning MethodName Method name 'testPutAllNewKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6931 13
    #A12719 warning GoogleMethodName Method name 'testPutExistingKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6936 13
    #A12720 warning MethodName Method name 'testPutExistingKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6936 13
    #A12721 warning GoogleMethodName Method name 'testPutNewKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6941 13
    #A12722 warning MethodName Method name 'testPutNewKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6941 13
    #A12723 warning GoogleMethodName Method name 'testPutNullKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6946 13
    #A12724 warning MethodName Method name 'testPutNullKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6946 13
    #A12725 warning GoogleMethodName Method name 'testPutNullValue__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6951 13
    #A12726 warning MethodName Method name 'testPutNullValue__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6951 13
    #A12727 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6956 13
    #A12728 warning MethodName Method name 'testPutNullValueForExistingKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6956 13
    #A12729 warning GoogleMethodName Method name 'testRemove__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6961 13
    #A12730 warning MethodName Method name 'testRemove__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6961 13
    #A12731 warning GoogleMethodName Method name 'testRemoveMissingKey__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6966 13
    #A12732 warning MethodName Method name 'testRemoveMissingKey__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6966 13
    #A12733 warning GoogleMethodName Method name 'testSize__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6971 13
    #A12734 warning MethodName Method name 'testSize__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6971 13
    #A12735 warning GoogleMethodName Method name 'testValues__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6976 13
    #A12736 warning MethodName Method name 'testValues__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6976 13
    #A12737 warning GoogleMethodName Method name 'testValuesClear__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6981 13
    #A12738 warning MethodName Method name 'testValuesClear__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6981 13
    #A12739 warning GoogleMethodName Method name 'testValuesIteratorRemove__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6986 13
    #A12740 warning MethodName Method name 'testValuesIteratorRemove__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6986 13
    #A12741 warning GoogleMethodName Method name 'testValuesRemove__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6991 13
    #A12742 warning MethodName Method name 'testValuesRemove__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6991 13
    #A12743 warning GoogleMethodName Method name 'testValuesRemoveAll__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 6996 13
    #A12744 warning MethodName Method name 'testValuesRemoveAll__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6996 13
    #A12745 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 7001 13
    #A12746 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 7001 13
    #A12747 warning GoogleMethodName Method name 'testValuesRemoveMissing__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 7006 13
    #A12748 warning MethodName Method name 'testValuesRemoveMissing__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 7006 13
    #A12749 warning GoogleMethodName Method name 'testValuesRetainAll__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 7011 13
    #A12750 warning MethodName Method name 'testValuesRetainAll__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 7011 13
    #A12751 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__HashRowTests' has invalid underscore usage, underscores only allowed between adjacent digits. 7016 13
    #A12752 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__HashRowTests' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 7016 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/TreeBasedTableTest_gwt.java

    Severity Rule Message Line Col
    #A12753 warning GoogleMethodName Method name 'testCellSetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A12754 warning MethodName Method name 'testCellSetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A12755 warning GoogleMethodName Method name 'testColumnKeySet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 45 13
    #A12756 warning MethodName Method name 'testColumnKeySet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 13
    #A12757 warning GoogleMethodName Method name 'testColumnKeySet_isSorted' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A12758 warning MethodName Method name 'testColumnKeySet_isSorted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A12759 warning GoogleMethodName Method name 'testColumnKeySet_isSortedWithRealComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 57 13
    #A12760 warning MethodName Method name 'testColumnKeySet_isSortedWithRealComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 13
    #A12761 warning GoogleMethodName Method name 'testColumnKeySet_oneColumn' has invalid underscore usage, underscores only allowed between adjacent digits. 63 13
    #A12762 warning MethodName Method name 'testColumnKeySet_oneColumn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 13
    #A12763 warning GoogleMethodName Method name 'testColumnKeySet_oneEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 69 13
    #A12764 warning MethodName Method name 'testColumnKeySet_oneEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 13
    #A12765 warning GoogleMethodName Method name 'testColumnKeySet_oneRow' has invalid underscore usage, underscores only allowed between adjacent digits. 75 13
    #A12766 warning MethodName Method name 'testColumnKeySet_oneRow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 13
    #A12767 warning GoogleMethodName Method name 'testRowKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 267 13
    #A12768 warning MethodName Method name 'testRowKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 13
    #A12769 warning GoogleMethodName Method name 'testToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 327 13
    #A12770 warning MethodName Method name 'testToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 13
    #A12771 warning GoogleMethodName Method name 'testValuesToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 333 13
    #A12772 warning MethodName Method name 'testValuesToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 13
    #A12773 warning GoogleMethodName Method name 'testClear__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 339 13
    #A12774 warning MethodName Method name 'testClear__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 339 13
    #A12775 warning GoogleMethodName Method name 'testClearSubMapOfRowMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 344 13
    #A12776 warning MethodName Method name 'testClearSubMapOfRowMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 13
    #A12777 warning GoogleMethodName Method name 'testContainsKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 349 13
    #A12778 warning MethodName Method name 'testContainsKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 13
    #A12779 warning GoogleMethodName Method name 'testContainsValue__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 354 13
    #A12780 warning MethodName Method name 'testContainsValue__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 13
    #A12781 warning GoogleMethodName Method name 'testEntrySet__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 359 13
    #A12782 warning MethodName Method name 'testEntrySet__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 13
    #A12783 warning GoogleMethodName Method name 'testEntrySetAddAndAddAll__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 364 13
    #A12784 warning MethodName Method name 'testEntrySetAddAndAddAll__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 364 13
    #A12785 warning GoogleMethodName Method name 'testEntrySetClear__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 369 13
    #A12786 warning MethodName Method name 'testEntrySetClear__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 369 13
    #A12787 warning GoogleMethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 374 13
    #A12788 warning MethodName Method name 'testEntrySetContainsEntryIncompatibleKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 374 13
    #A12789 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 379 13
    #A12790 warning MethodName Method name 'testEntrySetContainsEntryNullKeyMissing__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 13
    #A12791 warning GoogleMethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 384 13
    #A12792 warning MethodName Method name 'testEntrySetContainsEntryNullKeyPresent__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 384 13
    #A12793 warning GoogleMethodName Method name 'testEntrySetForEmptyMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 389 13
    #A12794 warning MethodName Method name 'testEntrySetForEmptyMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 13
    #A12795 warning GoogleMethodName Method name 'testEntrySetIteratorRemove__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 394 13
    #A12796 warning MethodName Method name 'testEntrySetIteratorRemove__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 13
    #A12797 warning GoogleMethodName Method name 'testEntrySetRemove__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 399 13
    #A12798 warning MethodName Method name 'testEntrySetRemove__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 13
    #A12799 warning GoogleMethodName Method name 'testEntrySetRemoveAll__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 404 13
    #A12800 warning MethodName Method name 'testEntrySetRemoveAll__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 404 13
    #A12801 warning GoogleMethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 409 13
    #A12802 warning MethodName Method name 'testEntrySetRemoveAllNullFromEmpty__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 409 13
    #A12803 warning GoogleMethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 414 13
    #A12804 warning MethodName Method name 'testEntrySetRemoveDifferentValue__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 414 13
    #A12805 warning GoogleMethodName Method name 'testEntrySetRemoveMissingKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 419 13
    #A12806 warning MethodName Method name 'testEntrySetRemoveMissingKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 419 13
    #A12807 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 424 13
    #A12808 warning MethodName Method name 'testEntrySetRemoveNullKeyMissing__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 424 13
    #A12809 warning GoogleMethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 429 13
    #A12810 warning MethodName Method name 'testEntrySetRemoveNullKeyPresent__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 13
    #A12811 warning GoogleMethodName Method name 'testEntrySetRetainAll__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 434 13
    #A12812 warning MethodName Method name 'testEntrySetRetainAll__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 434 13
    #A12813 warning GoogleMethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 439 13
    #A12814 warning MethodName Method name 'testEntrySetRetainAllNullFromEmpty__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 439 13
    #A12815 warning GoogleMethodName Method name 'testEntrySetSetValue__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 444 13
    #A12816 warning MethodName Method name 'testEntrySetSetValue__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 444 13
    #A12817 warning GoogleMethodName Method name 'testEntrySetSetValueSameValue__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 449 13
    #A12818 warning MethodName Method name 'testEntrySetSetValueSameValue__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 449 13
    #A12819 warning GoogleMethodName Method name 'testEqualsForEmptyMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 454 13
    #A12820 warning MethodName Method name 'testEqualsForEmptyMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 454 13
    #A12821 warning GoogleMethodName Method name 'testEqualsForEqualMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 459 13
    #A12822 warning MethodName Method name 'testEqualsForEqualMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 13
    #A12823 warning GoogleMethodName Method name 'testEqualsForLargerMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 464 13
    #A12824 warning MethodName Method name 'testEqualsForLargerMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 13
    #A12825 warning GoogleMethodName Method name 'testEqualsForSmallerMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 469 13
    #A12826 warning MethodName Method name 'testEqualsForSmallerMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 469 13
    #A12827 warning GoogleMethodName Method name 'testGet__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 474 13
    #A12828 warning MethodName Method name 'testGet__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 474 13
    #A12829 warning GoogleMethodName Method name 'testGetForEmptyMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 479 13
    #A12830 warning MethodName Method name 'testGetForEmptyMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 479 13
    #A12831 warning GoogleMethodName Method name 'testGetNull__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 484 13
    #A12832 warning MethodName Method name 'testGetNull__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 484 13
    #A12833 warning GoogleMethodName Method name 'testHashCode__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 489 13
    #A12834 warning MethodName Method name 'testHashCode__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 13
    #A12835 warning GoogleMethodName Method name 'testHashCodeForEmptyMap__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 494 13
    #A12836 warning MethodName Method name 'testHashCodeForEmptyMap__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 494 13
    #A12837 warning GoogleMethodName Method name 'testKeySetClear__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 499 13
    #A12838 warning MethodName Method name 'testKeySetClear__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 499 13
    #A12839 warning GoogleMethodName Method name 'testKeySetRemove__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 504 13
    #A12840 warning MethodName Method name 'testKeySetRemove__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 13
    #A12841 warning GoogleMethodName Method name 'testKeySetRemoveAll__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 509 13
    #A12842 warning MethodName Method name 'testKeySetRemoveAll__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 509 13
    #A12843 warning GoogleMethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 514 13
    #A12844 warning MethodName Method name 'testKeySetRemoveAllNullFromEmpty__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 13
    #A12845 warning GoogleMethodName Method name 'testKeySetRetainAll__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 519 13
    #A12846 warning MethodName Method name 'testKeySetRetainAll__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 519 13
    #A12847 warning GoogleMethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 524 13
    #A12848 warning MethodName Method name 'testKeySetRetainAllNullFromEmpty__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 524 13
    #A12849 warning GoogleMethodName Method name 'testPutAllExistingKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 529 13
    #A12850 warning MethodName Method name 'testPutAllExistingKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 13
    #A12851 warning GoogleMethodName Method name 'testPutAllNewKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 534 13
    #A12852 warning MethodName Method name 'testPutAllNewKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 534 13
    #A12853 warning GoogleMethodName Method name 'testPutExistingKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 539 13
    #A12854 warning MethodName Method name 'testPutExistingKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 539 13
    #A12855 warning GoogleMethodName Method name 'testPutNewKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 544 13
    #A12856 warning MethodName Method name 'testPutNewKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 544 13
    #A12857 warning GoogleMethodName Method name 'testPutNullKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 549 13
    #A12858 warning MethodName Method name 'testPutNullKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 549 13
    #A12859 warning GoogleMethodName Method name 'testPutNullValue__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 554 13
    #A12860 warning MethodName Method name 'testPutNullValue__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 554 13
    #A12861 warning GoogleMethodName Method name 'testPutNullValueForExistingKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 559 13
    #A12862 warning MethodName Method name 'testPutNullValueForExistingKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 559 13
    #A12863 warning GoogleMethodName Method name 'testRemove__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 564 13
    #A12864 warning MethodName Method name 'testRemove__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 564 13
    #A12865 warning GoogleMethodName Method name 'testRemoveMissingKey__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 569 13
    #A12866 warning MethodName Method name 'testRemoveMissingKey__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 569 13
    #A12867 warning GoogleMethodName Method name 'testSize__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 574 13
    #A12868 warning MethodName Method name 'testSize__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 574 13
    #A12869 warning GoogleMethodName Method name 'testTailMapClearThrough__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 579 13
    #A12870 warning MethodName Method name 'testTailMapClearThrough__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 579 13
    #A12871 warning GoogleMethodName Method name 'testTailMapRemoveThrough__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 584 13
    #A12872 warning MethodName Method name 'testTailMapRemoveThrough__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 584 13
    #A12873 warning GoogleMethodName Method name 'testTailMapWriteThrough__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 589 13
    #A12874 warning MethodName Method name 'testTailMapWriteThrough__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 589 13
    #A12875 warning GoogleMethodName Method name 'testValues__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 594 13
    #A12876 warning MethodName Method name 'testValues__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 594 13
    #A12877 warning GoogleMethodName Method name 'testValuesClear__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 599 13
    #A12878 warning MethodName Method name 'testValuesClear__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 599 13
    #A12879 warning GoogleMethodName Method name 'testValuesIteratorRemove__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 604 13
    #A12880 warning MethodName Method name 'testValuesIteratorRemove__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 604 13
    #A12881 warning GoogleMethodName Method name 'testValuesRemove__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 609 13
    #A12882 warning MethodName Method name 'testValuesRemove__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 609 13
    #A12883 warning GoogleMethodName Method name 'testValuesRemoveAll__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 614 13
    #A12884 warning MethodName Method name 'testValuesRemoveAll__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 614 13
    #A12885 warning GoogleMethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 619 13
    #A12886 warning MethodName Method name 'testValuesRemoveAllNullFromEmpty__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 619 13
    #A12887 warning GoogleMethodName Method name 'testValuesRemoveMissing__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 624 13
    #A12888 warning MethodName Method name 'testValuesRemoveMissing__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 624 13
    #A12889 warning GoogleMethodName Method name 'testValuesRetainAll__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 629 13
    #A12890 warning MethodName Method name 'testValuesRetainAll__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 629 13
    #A12891 warning GoogleMethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowTest' has invalid underscore usage, underscores only allowed between adjacent digits. 634 13
    #A12892 warning MethodName Method name 'testValuesRetainAllNullFromEmpty__TreeRowTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/testing/HelpersTest_gwt.java

    Severity Rule Message Line Col
    #A12893 warning GoogleMethodName Method name 'testIsEmpty_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A12894 warning MethodName Method name 'testIsEmpty_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A12895 warning GoogleMethodName Method name 'testIsEmpty_map' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A12896 warning MethodName Method name 'testIsEmpty_map' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/collect/testing/MinimalIterableTest_gwt.java

    Severity Rule Message Line Col
    #A12897 warning GoogleMethodName Method name 'testFrom_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A12898 warning MethodName Method name 'testFrom_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A12899 warning GoogleMethodName Method name 'testFrom_one' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A12900 warning MethodName Method name 'testFrom_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A12901 warning GoogleMethodName Method name 'testOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A12902 warning MethodName Method name 'testOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A12903 warning GoogleMethodName Method name 'testOf_one' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A12904 warning MethodName Method name 'testOf_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/escape/ArrayBasedCharEscaperTest_gwt.java

    Severity Rule Message Line Col
    #A12905 warning GoogleMethodName Method name 'testSafeRange_maxLessThanMin' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A12906 warning MethodName Method name 'testSafeRange_maxLessThanMin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/escape/UnicodeEscaperTest_gwt.java

    Severity Rule Message Line Col
    #A12907 warning GoogleMethodName Method name 'testCodePointAt_IndexOutOfBoundsException' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A12908 warning MethodName Method name 'testCodePointAt_IndexOutOfBoundsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/net/MediaTypeTest_gwt.java

    Severity Rule Message Line Col
    #A12909 warning GoogleMethodName Method name 'testCreate_emptySubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A12910 warning MethodName Method name 'testCreate_emptySubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A12911 warning GoogleMethodName Method name 'testCreate_emptyType' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A12912 warning MethodName Method name 'testCreate_emptyType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A12913 warning GoogleMethodName Method name 'testCreate_invalidSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A12914 warning MethodName Method name 'testCreate_invalidSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A12915 warning GoogleMethodName Method name 'testCreate_invalidType' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A12916 warning MethodName Method name 'testCreate_invalidType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A12917 warning GoogleMethodName Method name 'testCreate_nonAsciiSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A12918 warning MethodName Method name 'testCreate_nonAsciiSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A12919 warning GoogleMethodName Method name 'testCreate_nonAsciiType' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A12920 warning MethodName Method name 'testCreate_nonAsciiType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A12921 warning GoogleMethodName Method name 'testCreate_wildcardTypeDeclaredSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A12922 warning MethodName Method name 'testCreate_wildcardTypeDeclaredSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A12923 warning GoogleMethodName Method name 'testGetCharset_illegalCharset' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A12924 warning MethodName Method name 'testGetCharset_illegalCharset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A12925 warning GoogleMethodName Method name 'testGetCharset_tooMany' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A12926 warning MethodName Method name 'testGetCharset_tooMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A12927 warning GoogleMethodName Method name 'testGetCharset_unsupportedCharset' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A12928 warning MethodName Method name 'testGetCharset_unsupportedCharset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A12929 warning GoogleMethodName Method name 'testParse_badInput' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A12930 warning MethodName Method name 'testParse_badInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A12931 warning GoogleMethodName Method name 'testParse_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A12932 warning MethodName Method name 'testParse_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A12933 warning GoogleMethodName Method name 'testWithParameter_emptyParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A12934 warning MethodName Method name 'testWithParameter_emptyParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A12935 warning GoogleMethodName Method name 'testWithParameter_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A12936 warning MethodName Method name 'testWithParameter_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A12937 warning GoogleMethodName Method name 'testWithParameter_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A12938 warning MethodName Method name 'testWithParameter_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A12939 warning GoogleMethodName Method name 'testWithParameter_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A12940 warning MethodName Method name 'testWithParameter_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A12941 warning GoogleMethodName Method name 'testWithParametersIterable_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A12942 warning MethodName Method name 'testWithParametersIterable_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A12943 warning GoogleMethodName Method name 'testWithParametersIterable_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A12944 warning MethodName Method name 'testWithParametersIterable_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A12945 warning GoogleMethodName Method name 'testWithParametersIterable_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A12946 warning MethodName Method name 'testWithParametersIterable_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A12947 warning GoogleMethodName Method name 'testWithParametersIterable_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A12948 warning MethodName Method name 'testWithParametersIterable_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A12949 warning GoogleMethodName Method name 'testWithParameters_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A12950 warning MethodName Method name 'testWithParameters_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A12951 warning GoogleMethodName Method name 'testWithParameters_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A12952 warning MethodName Method name 'testWithParameters_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A12953 warning GoogleMethodName Method name 'testWithParameters_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A12954 warning MethodName Method name 'testWithParameters_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/net/PercentEscaperTest_gwt.java

    Severity Rule Message Line Col
    #A12955 warning GoogleMethodName Method name 'testBadArguments_badchars' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A12956 warning MethodName Method name 'testBadArguments_badchars' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A12957 warning GoogleMethodName Method name 'testBadArguments_null' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A12958 warning MethodName Method name 'testBadArguments_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A12959 warning GoogleMethodName Method name 'testBadArguments_plusforspace' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A12960 warning MethodName Method name 'testBadArguments_plusforspace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A12961 warning GoogleMethodName Method name 'testCustomEscaper_withpercent' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A12962 warning MethodName Method name 'testCustomEscaper_withpercent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/BooleansTest_gwt.java

    Severity Rule Message Line Col
    #A12963 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A12964 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A12965 warning GoogleMethodName Method name 'testIndexOf_arrays' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A12966 warning MethodName Method name 'testIndexOf_arrays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A12967 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A12968 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A12969 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A12970 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/BytesTest_gwt.java

    Severity Rule Message Line Col
    #A12971 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A12972 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A12973 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A12974 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A12975 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A12976 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A12977 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A12978 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A12979 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A12980 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A12981 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A12982 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A12983 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A12984 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A12985 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A12986 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/CharsTest_gwt.java

    Severity Rule Message Line Col
    #A12987 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A12988 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A12989 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A12990 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A12991 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A12992 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A12993 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A12994 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A12995 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A12996 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A12997 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A12998 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A12999 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A13000 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A13001 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A13002 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A13003 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A13004 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/DoublesTest_gwt.java

    Severity Rule Message Line Col
    #A13005 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13006 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13007 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13008 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13009 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13010 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13011 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A13012 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A13013 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A13014 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A13015 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A13016 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A13017 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A13018 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A13019 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A13020 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A13021 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A13022 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A13023 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A13024 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A13025 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A13026 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A13027 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A13028 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A13029 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A13030 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/FloatsTest_gwt.java

    Severity Rule Message Line Col
    #A13031 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13032 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13033 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13034 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13035 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13036 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13037 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A13038 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A13039 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A13040 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A13041 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A13042 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A13043 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A13044 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A13045 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A13046 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A13047 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A13048 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A13049 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A13050 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A13051 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A13052 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A13053 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A13054 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/ImmutableDoubleArrayTest_gwt.java

    Severity Rule Message Line Col
    #A13055 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A13056 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A13057 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13058 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13059 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13060 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13061 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A13062 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A13063 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A13064 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A13065 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A13066 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A13067 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A13068 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A13069 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A13070 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A13071 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A13072 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A13073 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A13074 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A13075 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A13076 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A13077 warning GoogleMethodName Method name 'testCopyOf_stream' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A13078 warning MethodName Method name 'testCopyOf_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A13079 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A13080 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A13081 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A13082 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13
    #A13083 warning GoogleMethodName Method name 'testIndexOf_specialValues' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A13084 warning MethodName Method name 'testIndexOf_specialValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/ImmutableIntArrayTest_gwt.java

    Severity Rule Message Line Col
    #A13085 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A13086 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A13087 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13088 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13089 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13090 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13091 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A13092 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A13093 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A13094 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A13095 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A13096 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A13097 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A13098 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A13099 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A13100 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A13101 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A13102 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A13103 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A13104 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A13105 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A13106 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A13107 warning GoogleMethodName Method name 'testCopyOf_stream' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A13108 warning MethodName Method name 'testCopyOf_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A13109 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A13110 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A13111 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A13112 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/ImmutableLongArrayTest_gwt.java

    Severity Rule Message Line Col
    #A13113 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A13114 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A13115 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13116 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13117 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13118 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13119 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A13120 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A13121 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A13122 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A13123 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A13124 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A13125 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A13126 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A13127 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A13128 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A13129 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A13130 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13
    #A13131 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A13132 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A13133 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A13134 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A13135 warning GoogleMethodName Method name 'testCopyOf_stream' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A13136 warning MethodName Method name 'testCopyOf_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A13137 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A13138 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A13139 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 101 13
    #A13140 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/IntsTest_gwt.java

    Severity Rule Message Line Col
    #A13141 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13142 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13143 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13144 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13145 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13146 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13147 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 76 13
    #A13148 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 13
    #A13149 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 106 13
    #A13150 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 13
    #A13151 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A13152 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A13153 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 141 13
    #A13154 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 13
    #A13155 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A13156 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A13157 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A13158 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A13159 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A13160 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A13161 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A13162 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A13163 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 196 13
    #A13164 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 13
    #A13165 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 201 13
    #A13166 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 13
    #A13167 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A13168 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A13169 warning GoogleMethodName Method name 'testTryParse_radix' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A13170 warning MethodName Method name 'testTryParse_radix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13
    #A13171 warning GoogleMethodName Method name 'testTryParse_radixTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 226 13
    #A13172 warning MethodName Method name 'testTryParse_radixTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 13
    #A13173 warning GoogleMethodName Method name 'testTryParse_radixTooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 231 13
    #A13174 warning MethodName Method name 'testTryParse_radixTooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 13
    #A13175 warning GoogleMethodName Method name 'testTryParse_withNullGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 236 13
    #A13176 warning MethodName Method name 'testTryParse_withNullGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/LongsTest_gwt.java

    Severity Rule Message Line Col
    #A13177 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13178 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13179 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13180 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13181 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13182 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13183 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A13184 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A13185 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 96 13
    #A13186 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 13
    #A13187 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A13188 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A13189 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 131 13
    #A13190 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 13
    #A13191 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A13192 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A13193 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A13194 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A13195 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A13196 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A13197 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 171 13
    #A13198 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 13
    #A13199 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A13200 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A13201 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A13202 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13
    #A13203 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 191 13
    #A13204 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 13
    #A13205 warning GoogleMethodName Method name 'testTryParse_radix' has invalid underscore usage, underscores only allowed between adjacent digits. 206 13
    #A13206 warning MethodName Method name 'testTryParse_radix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 13
    #A13207 warning GoogleMethodName Method name 'testTryParse_radixTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 211 13
    #A13208 warning MethodName Method name 'testTryParse_radixTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 13
    #A13209 warning GoogleMethodName Method name 'testTryParse_radixTooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 216 13
    #A13210 warning MethodName Method name 'testTryParse_radixTooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 13
    #A13211 warning GoogleMethodName Method name 'testTryParse_withNullGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 221 13
    #A13212 warning MethodName Method name 'testTryParse_withNullGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/ShortsTest_gwt.java

    Severity Rule Message Line Col
    #A13213 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13214 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13215 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13216 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13217 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13218 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13219 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A13220 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A13221 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 86 13
    #A13222 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 13
    #A13223 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A13224 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A13225 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 121 13
    #A13226 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 13
    #A13227 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 151 13
    #A13228 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 13
    #A13229 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A13230 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A13231 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 161 13
    #A13232 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 13
    #A13233 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 166 13
    #A13234 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 13
    #A13235 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 176 13
    #A13236 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 13
    #A13237 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 181 13
    #A13238 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 13
    #A13239 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 186 13
    #A13240 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/SignedBytesTest_gwt.java

    Severity Rule Message Line Col
    #A13241 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A13242 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A13243 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A13244 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/UnsignedIntsTest_gwt.java

    Severity Rule Message Line Col
    #A13245 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A13246 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A13247 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A13248 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/primitives/UnsignedLongsTest_gwt.java

    Severity Rule Message Line Col
    #A13249 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A13250 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13
    #A13251 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 66 13
    #A13252 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/testing/EquivalenceTesterTest_gwt.java

    Severity Rule Message Line Col
    #A13253 warning GoogleMethodName Method name 'testOf_NullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A13254 warning MethodName Method name 'testOf_NullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A13255 warning GoogleMethodName Method name 'testTest_NoData' has invalid underscore usage, underscores only allowed between adjacent digits. 33 13
    #A13256 warning MethodName Method name 'testTest_NoData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 13
    #A13257 warning GoogleMethodName Method name 'testTest_hash' has invalid underscore usage, underscores only allowed between adjacent digits. 39 13
    #A13258 warning MethodName Method name 'testTest_hash' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 13
    #A13259 warning GoogleMethodName Method name 'testTest_inequivalence' has invalid underscore usage, underscores only allowed between adjacent digits. 45 13
    #A13260 warning MethodName Method name 'testTest_inequivalence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 13
    #A13261 warning GoogleMethodName Method name 'testTest_symmetric' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A13262 warning MethodName Method name 'testTest_symmetric' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A13263 warning GoogleMethodName Method name 'testTest_trasitive' has invalid underscore usage, underscores only allowed between adjacent digits. 57 13
    #A13264 warning MethodName Method name 'testTest_trasitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/testing/FakeTickerTest_gwt.java

    Severity Rule Message Line Col
    #A13265 warning GoogleMethodName Method name 'testAutoIncrementStep_millis' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A13266 warning MethodName Method name 'testAutoIncrementStep_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A13267 warning GoogleMethodName Method name 'testAutoIncrementStep_nanos' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13268 warning MethodName Method name 'testAutoIncrementStep_nanos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13269 warning GoogleMethodName Method name 'testAutoIncrementStep_resetToZero' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13270 warning MethodName Method name 'testAutoIncrementStep_resetToZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13271 warning GoogleMethodName Method name 'testAutoIncrementStep_returnsSameInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13272 warning MethodName Method name 'testAutoIncrementStep_returnsSameInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13273 warning GoogleMethodName Method name 'testAutoIncrementStep_seconds' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A13274 warning MethodName Method name 'testAutoIncrementStep_seconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A13275 warning GoogleMethodName Method name 'testAutoIncrement_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A13276 warning MethodName Method name 'testAutoIncrement_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/util/concurrent/AtomicLongMapTest_gwt.java

    Severity Rule Message Line Col
    #A13277 warning GoogleMethodName Method name 'testAddAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13278 warning MethodName Method name 'testAddAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13279 warning GoogleMethodName Method name 'testCreate_map' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13280 warning MethodName Method name 'testCreate_map' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13281 warning GoogleMethodName Method name 'testDecrementAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A13282 warning MethodName Method name 'testDecrementAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A13283 warning GoogleMethodName Method name 'testGetAndAdd_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 61 13
    #A13284 warning MethodName Method name 'testGetAndAdd_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 13
    #A13285 warning GoogleMethodName Method name 'testGetAndDecrement_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 71 13
    #A13286 warning MethodName Method name 'testGetAndDecrement_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 13
    #A13287 warning GoogleMethodName Method name 'testGetAndIncrement_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 81 13
    #A13288 warning MethodName Method name 'testGetAndIncrement_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 13
    #A13289 warning GoogleMethodName Method name 'testIncrementAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 91 13
    #A13290 warning MethodName Method name 'testIncrementAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 13
    #A13291 warning GoogleMethodName Method name 'testPutIfAbsent_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 111 13
    #A13292 warning MethodName Method name 'testPutIfAbsent_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 13
    #A13293 warning GoogleMethodName Method name 'testPut_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 116 13
    #A13294 warning MethodName Method name 'testPut_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 13
    #A13295 warning GoogleMethodName Method name 'testRemoveValue_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 136 13
    #A13296 warning MethodName Method name 'testRemoveValue_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 13
    #A13297 warning GoogleMethodName Method name 'testRemove_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 146 13
    #A13298 warning MethodName Method name 'testRemove_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 13
    #A13299 warning GoogleMethodName Method name 'testReplace_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A13300 warning MethodName Method name 'testReplace_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/util/concurrent/FuturesGetUncheckedTest_gwt.java

    Severity Rule Message Line Col
    #A13301 warning GoogleMethodName Method name 'testGetUnchecked_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 21 13
    #A13302 warning MethodName Method name 'testGetUnchecked_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 13
    #A13303 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 26 13
    #A13304 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 13
    #A13305 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionError' has invalid underscore usage, underscores only allowed between adjacent digits. 31 13
    #A13306 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 13
    #A13307 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionOtherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 36 13
    #A13308 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionOtherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 13
    #A13309 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionUnchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 41 13
    #A13310 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionUnchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 13
    #A13311 warning GoogleMethodName Method name 'testGetUnchecked_RuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 46 13
    #A13312 warning MethodName Method name 'testGetUnchecked_RuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 13
    #A13313 warning GoogleMethodName Method name 'testGetUnchecked_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 51 13
    #A13314 warning MethodName Method name 'testGetUnchecked_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 13
    #A13315 warning GoogleMethodName Method name 'testGetUnchecked_success' has invalid underscore usage, underscores only allowed between adjacent digits. 56 13
    #A13316 warning MethodName Method name 'testGetUnchecked_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-gwt/test/com/google/common/util/concurrent/FuturesTest_gwt.java

    Severity Rule Message Line Col
    #A13317 warning GoogleMethodName Method name 'testAllAsList_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 48 13
    #A13318 warning MethodName Method name 'testAllAsList_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 13
    #A13319 warning GoogleMethodName Method name 'testAllAsList_doneFutures' has invalid underscore usage, underscores only allowed between adjacent digits. 75 13
    #A13320 warning MethodName Method name 'testAllAsList_doneFutures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 13
    #A13321 warning GoogleMethodName Method name 'testAllAsList_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 102 13
    #A13322 warning MethodName Method name 'testAllAsList_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 13
    #A13323 warning GoogleMethodName Method name 'testAllAsList_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 129 13
    #A13324 warning MethodName Method name 'testAllAsList_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 13
    #A13325 warning GoogleMethodName Method name 'testAllAsList_error' has invalid underscore usage, underscores only allowed between adjacent digits. 156 13
    #A13326 warning MethodName Method name 'testAllAsList_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 13
    #A13327 warning GoogleMethodName Method name 'testAllAsList_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 183 13
    #A13328 warning MethodName Method name 'testAllAsList_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 13
    #A13329 warning GoogleMethodName Method name 'testAllAsList_immediateFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 210 13
    #A13330 warning MethodName Method name 'testAllAsList_immediateFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 13
    #A13331 warning GoogleMethodName Method name 'testAllAsList_logging_error' has invalid underscore usage, underscores only allowed between adjacent digits. 237 13
    #A13332 warning MethodName Method name 'testAllAsList_logging_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 13
    #A13333 warning GoogleMethodName Method name 'testAllAsList_logging_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 264 13
    #A13334 warning MethodName Method name 'testAllAsList_logging_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 264 13
    #A13335 warning GoogleMethodName Method name 'testAllAsList_logging_multipleExceptions_alreadyDone' has invalid underscore usage, underscores only allowed between adjacent digits. 291 13
    #A13336 warning MethodName Method name 'testAllAsList_logging_multipleExceptions_alreadyDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 13
    #A13337 warning GoogleMethodName Method name 'testAllAsList_logging_multipleExceptions_doneLater' has invalid underscore usage, underscores only allowed between adjacent digits. 318 13
    #A13338 warning MethodName Method name 'testAllAsList_logging_multipleExceptions_doneLater' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 13
    #A13339 warning GoogleMethodName Method name 'testAllAsList_logging_same_cause' has invalid underscore usage, underscores only allowed between adjacent digits. 345 13
    #A13340 warning MethodName Method name 'testAllAsList_logging_same_cause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 13
    #A13341 warning GoogleMethodName Method name 'testAllAsList_logging_same_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 372 13
    #A13342 warning MethodName Method name 'testAllAsList_logging_same_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 372 13
    #A13343 warning GoogleMethodName Method name 'testAllAsList_logging_seenExceptionUpdateCancelRace' has invalid underscore usage, underscores only allowed between adjacent digits. 399 13
    #A13344 warning MethodName Method name 'testAllAsList_logging_seenExceptionUpdateCancelRace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 13
    #A13345 warning GoogleMethodName Method name 'testAllAsList_logging_seenExceptionUpdateRace' has invalid underscore usage, underscores only allowed between adjacent digits. 426 13
    #A13346 warning MethodName Method name 'testAllAsList_logging_seenExceptionUpdateRace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 13
    #A13347 warning GoogleMethodName Method name 'testAllAsList_resultCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 453 13
    #A13348 warning MethodName Method name 'testAllAsList_resultCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 453 13
    #A13349 warning GoogleMethodName Method name 'testAllAsList_resultCancelledInterrupted_withSecondaryListFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 480 13
    #A13350 warning MethodName Method name 'testAllAsList_resultCancelledInterrupted_withSecondaryListFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 13
    #A13351 warning GoogleMethodName Method name 'testAllAsList_resultCancelled_withSecondaryListFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 507 13
    #A13352 warning MethodName Method name 'testAllAsList_resultCancelled_withSecondaryListFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 507 13
    #A13353 warning GoogleMethodName Method name 'testAllAsList_resultInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 534 13
    #A13354 warning MethodName Method name 'testAllAsList_resultInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 534 13
    #A13355 warning GoogleMethodName Method name 'testAllAsList_singleFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 561 13
    #A13356 warning MethodName Method name 'testAllAsList_singleFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 561 13
    #A13357 warning GoogleMethodName Method name 'testCatchingAsync_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 642 13
    #A13358 warning MethodName Method name 'testCatchingAsync_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 642 13
    #A13359 warning GoogleMethodName Method name 'testCatchingAsync_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 669 13
    #A13360 warning MethodName Method name 'testCatchingAsync_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 669 13
    #A13361 warning GoogleMethodName Method name 'testCatchingAsync_Throwable' has invalid underscore usage, underscores only allowed between adjacent digits. 696 13
    #A13362 warning MethodName Method name 'testCatchingAsync_Throwable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 13
    #A13363 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 723 13
    #A13364 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 723 13
    #A13365 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesError' has invalid underscore usage, underscores only allowed between adjacent digits. 750 13
    #A13366 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 750 13
    #A13367 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 777 13
    #A13368 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 777 13
    #A13369 warning GoogleMethodName Method name 'testCatchingAsync_fallbackNotReady' has invalid underscore usage, underscores only allowed between adjacent digits. 804 13
    #A13370 warning MethodName Method name 'testCatchingAsync_fallbackNotReady' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 804 13
    #A13371 warning GoogleMethodName Method name 'testCatchingAsync_fallbackReturnsCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 831 13
    #A13372 warning MethodName Method name 'testCatchingAsync_fallbackReturnsCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 831 13
    #A13373 warning GoogleMethodName Method name 'testCatchingAsync_fallbackReturnsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 858 13
    #A13374 warning MethodName Method name 'testCatchingAsync_fallbackReturnsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 858 13
    #A13375 warning GoogleMethodName Method name 'testCatchingAsync_futureToString' has invalid underscore usage, underscores only allowed between adjacent digits. 885 13
    #A13376 warning MethodName Method name 'testCatchingAsync_futureToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 885 13
    #A13377 warning GoogleMethodName Method name 'testCatchingAsync_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 912 13
    #A13378 warning MethodName Method name 'testCatchingAsync_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 912 13
    #A13379 warning GoogleMethodName Method name 'testCatchingAsync_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 939 13
    #A13380 warning MethodName Method name 'testCatchingAsync_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 939 13
    #A13381 warning GoogleMethodName Method name 'testCatchingAsync_inputDoesNotRaiseException' has invalid underscore usage, underscores only allowed between adjacent digits. 966 13
    #A13382 warning MethodName Method name 'testCatchingAsync_inputDoesNotRaiseException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 966 13
    #A13383 warning GoogleMethodName Method name 'testCatchingAsync_inputRaisesException' has invalid underscore usage, underscores only allowed between adjacent digits. 993 13
    #A13384 warning MethodName Method name 'testCatchingAsync_inputRaisesException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 993 13
    #A13385 warning GoogleMethodName Method name 'testCatchingAsync_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1020 13
    #A13386 warning MethodName Method name 'testCatchingAsync_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1020 13
    #A13387 warning GoogleMethodName Method name 'testCatchingAsync_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1047 13
    #A13388 warning MethodName Method name 'testCatchingAsync_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1047 13
    #A13389 warning GoogleMethodName Method name 'testCatchingAsync_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 1074 13
    #A13390 warning MethodName Method name 'testCatchingAsync_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1074 13
    #A13391 warning GoogleMethodName Method name 'testCatchingAsync_resultCancelledBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1101 13
    #A13392 warning MethodName Method name 'testCatchingAsync_resultCancelledBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1101 13
    #A13393 warning GoogleMethodName Method name 'testCatchingAsync_resultInterruptedBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1128 13
    #A13394 warning MethodName Method name 'testCatchingAsync_resultInterruptedBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1128 13
    #A13395 warning GoogleMethodName Method name 'testCatching_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1155 13
    #A13396 warning MethodName Method name 'testCatching_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1155 13
    #A13397 warning GoogleMethodName Method name 'testCatching_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1182 13
    #A13398 warning MethodName Method name 'testCatching_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1182 13
    #A13399 warning GoogleMethodName Method name 'testCatching_Throwable' has invalid underscore usage, underscores only allowed between adjacent digits. 1209 13
    #A13400 warning MethodName Method name 'testCatching_Throwable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1209 13
    #A13401 warning GoogleMethodName Method name 'testCatching_fallbackGeneratesError' has invalid underscore usage, underscores only allowed between adjacent digits. 1236 13
    #A13402 warning MethodName Method name 'testCatching_fallbackGeneratesError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1236 13
    #A13403 warning GoogleMethodName Method name 'testCatching_fallbackGeneratesRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1263 13
    #A13404 warning MethodName Method name 'testCatching_fallbackGeneratesRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1263 13
    #A13405 warning GoogleMethodName Method name 'testCatching_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1290 13
    #A13406 warning MethodName Method name 'testCatching_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1290 13
    #A13407 warning GoogleMethodName Method name 'testCatching_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1317 13
    #A13408 warning MethodName Method name 'testCatching_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1317 13
    #A13409 warning GoogleMethodName Method name 'testCatching_inputDoesNotRaiseException' has invalid underscore usage, underscores only allowed between adjacent digits. 1344 13
    #A13410 warning MethodName Method name 'testCatching_inputDoesNotRaiseException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1344 13
    #A13411 warning GoogleMethodName Method name 'testCatching_inputRaisesException' has invalid underscore usage, underscores only allowed between adjacent digits. 1371 13
    #A13412 warning MethodName Method name 'testCatching_inputRaisesException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1371 13
    #A13413 warning GoogleMethodName Method name 'testCatching_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1398 13
    #A13414 warning MethodName Method name 'testCatching_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1398 13
    #A13415 warning GoogleMethodName Method name 'testCatching_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 1425 13
    #A13416 warning MethodName Method name 'testCatching_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1425 13
    #A13417 warning GoogleMethodName Method name 'testCatching_resultCancelledBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1452 13
    #A13418 warning MethodName Method name 'testCatching_resultCancelledBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1452 13
    #A13419 warning GoogleMethodName Method name 'testCatching_resultInterruptedBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1479 13
    #A13420 warning MethodName Method name 'testCatching_resultInterruptedBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1479 13
    #A13421 warning GoogleMethodName Method name 'testImmediateFailedFuture_cancellationException' has invalid underscore usage, underscores only allowed between adjacent digits. 1695 13
    #A13422 warning MethodName Method name 'testImmediateFailedFuture_cancellationException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1695 13
    #A13423 warning GoogleMethodName Method name 'testNonCancellationPropagating_delegateCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 1749 13
    #A13424 warning MethodName Method name 'testNonCancellationPropagating_delegateCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1749 13
    #A13425 warning GoogleMethodName Method name 'testNonCancellationPropagating_doesNotPropagate' has invalid underscore usage, underscores only allowed between adjacent digits. 1776 13
    #A13426 warning MethodName Method name 'testNonCancellationPropagating_doesNotPropagate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1776 13
    #A13427 warning GoogleMethodName Method name 'testNonCancellationPropagating_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 1803 13
    #A13428 warning MethodName Method name 'testNonCancellationPropagating_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1803 13
    #A13429 warning GoogleMethodName Method name 'testNonCancellationPropagating_successful' has invalid underscore usage, underscores only allowed between adjacent digits. 1830 13
    #A13430 warning MethodName Method name 'testNonCancellationPropagating_successful' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1830 13
    #A13431 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_error' has invalid underscore usage, underscores only allowed between adjacent digits. 1857 13
    #A13432 warning MethodName Method name 'testSubmitAsync_asyncCallable_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1857 13
    #A13433 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1884 13
    #A13434 warning MethodName Method name 'testSubmitAsync_asyncCallable_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1884 13
    #A13435 warning GoogleMethodName Method name 'testSubmit_callable_returnsValue' has invalid underscore usage, underscores only allowed between adjacent digits. 1911 13
    #A13436 warning MethodName Method name 'testSubmit_callable_returnsValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1911 13
    #A13437 warning GoogleMethodName Method name 'testSubmit_callable_throwsException' has invalid underscore usage, underscores only allowed between adjacent digits. 1938 13
    #A13438 warning MethodName Method name 'testSubmit_callable_throwsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1938 13
    #A13439 warning GoogleMethodName Method name 'testSubmit_runnable_completesAfterRun' has invalid underscore usage, underscores only allowed between adjacent digits. 1965 13
    #A13440 warning MethodName Method name 'testSubmit_runnable_completesAfterRun' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1965 13
    #A13441 warning GoogleMethodName Method name 'testSubmit_runnable_throwsException' has invalid underscore usage, underscores only allowed between adjacent digits. 1992 13
    #A13442 warning MethodName Method name 'testSubmit_runnable_throwsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1992 13
    #A13443 warning GoogleMethodName Method name 'testSuccessfulAsList_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 2046 13
    #A13444 warning MethodName Method name 'testSuccessfulAsList_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2046 13
    #A13445 warning GoogleMethodName Method name 'testSuccessfulAsList_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 2073 13
    #A13446 warning MethodName Method name 'testSuccessfulAsList_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2073 13
    #A13447 warning GoogleMethodName Method name 'testSuccessfulAsList_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 2100 13
    #A13448 warning MethodName Method name 'testSuccessfulAsList_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2100 13
    #A13449 warning GoogleMethodName Method name 'testSuccessfulAsList_failureLoggedEvenAfterOutputCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 2127 13
    #A13450 warning MethodName Method name 'testSuccessfulAsList_failureLoggedEvenAfterOutputCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2127 13
    #A13451 warning GoogleMethodName Method name 'testSuccessfulAsList_logging_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2154 13
    #A13452 warning MethodName Method name 'testSuccessfulAsList_logging_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2154 13
    #A13453 warning GoogleMethodName Method name 'testSuccessfulAsList_logging_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 2181 13
    #A13454 warning MethodName Method name 'testSuccessfulAsList_logging_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2181 13
    #A13455 warning GoogleMethodName Method name 'testSuccessfulAsList_mixed' has invalid underscore usage, underscores only allowed between adjacent digits. 2208 13
    #A13456 warning MethodName Method name 'testSuccessfulAsList_mixed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2208 13
    #A13457 warning GoogleMethodName Method name 'testSuccessfulAsList_partialFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 2235 13
    #A13458 warning MethodName Method name 'testSuccessfulAsList_partialFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2235 13
    #A13459 warning GoogleMethodName Method name 'testSuccessfulAsList_resultCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 2262 13
    #A13460 warning MethodName Method name 'testSuccessfulAsList_resultCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2262 13
    #A13461 warning GoogleMethodName Method name 'testSuccessfulAsList_resultCancelledRacingInputDone' has invalid underscore usage, underscores only allowed between adjacent digits. 2289 13
    #A13462 warning MethodName Method name 'testSuccessfulAsList_resultCancelledRacingInputDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2289 13
    #A13463 warning GoogleMethodName Method name 'testSuccessfulAsList_resultInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 2316 13
    #A13464 warning MethodName Method name 'testSuccessfulAsList_resultInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2316 13
    #A13465 warning GoogleMethodName Method name 'testSuccessfulAsList_totalFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 2343 13
    #A13466 warning MethodName Method name 'testSuccessfulAsList_totalFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2343 13
    #A13467 warning GoogleMethodName Method name 'testTransformAsync_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 2370 13
    #A13468 warning MethodName Method name 'testTransformAsync_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2370 13
    #A13469 warning GoogleMethodName Method name 'testTransformAsync_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 2397 13
    #A13470 warning MethodName Method name 'testTransformAsync_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2397 13
    #A13471 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2424 13
    #A13472 warning MethodName Method name 'testTransformAsync_asyncFunction_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2424 13
    #A13473 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 2451 13
    #A13474 warning MethodName Method name 'testTransformAsync_asyncFunction_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2451 13
    #A13475 warning GoogleMethodName Method name 'testTransformAsync_cancelPropagatesToAsyncOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 2478 13
    #A13476 warning MethodName Method name 'testTransformAsync_cancelPropagatesToAsyncOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2478 13
    #A13477 warning GoogleMethodName Method name 'testTransformAsync_cancelPropagatesToInput' has invalid underscore usage, underscores only allowed between adjacent digits. 2505 13
    #A13478 warning MethodName Method name 'testTransformAsync_cancelPropagatesToInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2505 13
    #A13479 warning GoogleMethodName Method name 'testTransformAsync_genericsHierarchy_AsyncFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 2532 13
    #A13480 warning MethodName Method name 'testTransformAsync_genericsHierarchy_AsyncFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2532 13
    #A13481 warning GoogleMethodName Method name 'testTransformAsync_genericsWildcard_AsyncFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 2559 13
    #A13482 warning MethodName Method name 'testTransformAsync_genericsWildcard_AsyncFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2559 13
    #A13483 warning GoogleMethodName Method name 'testTransformAsync_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 2586 13
    #A13484 warning MethodName Method name 'testTransformAsync_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2586 13
    #A13485 warning GoogleMethodName Method name 'testTransformAsync_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 2613 13
    #A13486 warning MethodName Method name 'testTransformAsync_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2613 13
    #A13487 warning GoogleMethodName Method name 'testTransformAsync_inputCancelButNotInterruptPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 2640 13
    #A13488 warning MethodName Method name 'testTransformAsync_inputCancelButNotInterruptPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2640 13
    #A13489 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToAsyncOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 2667 13
    #A13490 warning MethodName Method name 'testTransformAsync_interruptPropagatesToAsyncOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2667 13
    #A13491 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToInput' has invalid underscore usage, underscores only allowed between adjacent digits. 2694 13
    #A13492 warning MethodName Method name 'testTransformAsync_interruptPropagatesToInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2694 13
    #A13493 warning GoogleMethodName Method name 'testTransformAsync_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 2721 13
    #A13494 warning MethodName Method name 'testTransformAsync_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2721 13
    #A13495 warning GoogleMethodName Method name 'testTransformAsync_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 2748 13
    #A13496 warning MethodName Method name 'testTransformAsync_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2748 13
    #A13497 warning GoogleMethodName Method name 'testTransform_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 2802 13
    #A13498 warning MethodName Method name 'testTransform_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2802 13
    #A13499 warning GoogleMethodName Method name 'testTransform_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 2829 13
    #A13500 warning MethodName Method name 'testTransform_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2829 13
    #A13501 warning GoogleMethodName Method name 'testTransform_Executor' has invalid underscore usage, underscores only allowed between adjacent digits. 2856 13
    #A13502 warning MethodName Method name 'testTransform_Executor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2856 13
    #A13503 warning GoogleMethodName Method name 'testTransform_genericsHierarchy' has invalid underscore usage, underscores only allowed between adjacent digits. 2883 13
    #A13504 warning MethodName Method name 'testTransform_genericsHierarchy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2883 13
    #A13505 warning GoogleMethodName Method name 'testTransform_genericsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 2910 13
    #A13506 warning MethodName Method name 'testTransform_genericsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2910 13
    #A13507 warning GoogleMethodName Method name 'testTransform_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 2937 13
    #A13508 warning MethodName Method name 'testTransform_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2937 13
    #A13509 warning GoogleMethodName Method name 'testTransform_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 2964 13
    #A13510 warning MethodName Method name 'testTransform_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2964 13
    #A13511 warning GoogleMethodName Method name 'testTransform_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 2991 13
    #A13512 warning MethodName Method name 'testTransform_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2991 13
    #A13513 warning GoogleMethodName Method name 'testTransform_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 3018 13
    #A13514 warning MethodName Method name 'testTransform_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3018 13
    #A13515 warning GoogleMethodName Method name 'testWhenAllComplete_asyncError' has invalid underscore usage, underscores only allowed between adjacent digits. 3045 13
    #A13516 warning MethodName Method name 'testWhenAllComplete_asyncError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3045 13
    #A13517 warning GoogleMethodName Method name 'testWhenAllComplete_runnableError' has invalid underscore usage, underscores only allowed between adjacent digits. 3072 13
    #A13518 warning MethodName Method name 'testWhenAllComplete_runnableError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3072 13
    #A13519 warning GoogleMethodName Method name 'testWhenAllComplete_runnableResult' has invalid underscore usage, underscores only allowed between adjacent digits. 3099 13
    #A13520 warning MethodName Method name 'testWhenAllComplete_runnableResult' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3099 13
    #A13521 warning GoogleMethodName Method name 'testWhenAllComplete_wildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 3126 13
    #A13522 warning MethodName Method name 'testWhenAllComplete_wildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3126 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultisetSetCountTester.java

    Severity Rule Message Line Col
    #A13523 warning GoogleMethodName Method name 'testSetCount_zeroToZero_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A13524 warning MethodName Method name 'testSetCount_zeroToZero_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A13525 warning GoogleMethodName Method name 'testSetCount_zeroToZero_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A13526 warning MethodName Method name 'testSetCount_zeroToZero_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A13527 warning GoogleMethodName Method name 'testSetCount_zeroToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A13528 warning MethodName Method name 'testSetCount_zeroToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A13529 warning GoogleMethodName Method name 'testSetCount_oneToOne_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A13530 warning MethodName Method name 'testSetCount_oneToOne_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A13531 warning GoogleMethodName Method name 'testSetCount_oneToOne_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 148 15
    #A13532 warning MethodName Method name 'testSetCount_oneToOne_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A13533 warning GoogleMethodName Method name 'testSetCount_oneToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A13534 warning MethodName Method name 'testSetCount_oneToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A13535 warning GoogleMethodName Method name 'testSetCount_threeToThree_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A13536 warning MethodName Method name 'testSetCount_threeToThree_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A13537 warning GoogleMethodName Method name 'testSetCount_threeToThree_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A13538 warning MethodName Method name 'testSetCount_threeToThree_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A13539 warning GoogleMethodName Method name 'testSetCount_threeToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A13540 warning MethodName Method name 'testSetCount_threeToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A13541 warning GoogleMethodName Method name 'testSetCount_zeroToOne_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A13542 warning MethodName Method name 'testSetCount_zeroToOne_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A13543 warning GoogleMethodName Method name 'testSetCount_zeroToThree_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A13544 warning MethodName Method name 'testSetCount_zeroToThree_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A13545 warning GoogleMethodName Method name 'testSetCount_oneToThree_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A13546 warning MethodName Method name 'testSetCount_oneToThree_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A13547 warning GoogleMethodName Method name 'testSetCount_zeroToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A13548 warning MethodName Method name 'testSetCount_zeroToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A13549 warning GoogleMethodName Method name 'testSetCount_zeroToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A13550 warning MethodName Method name 'testSetCount_zeroToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A13551 warning GoogleMethodName Method name 'testSetCount_oneToThree_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A13552 warning MethodName Method name 'testSetCount_oneToThree_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A13553 warning GoogleMethodName Method name 'testSetCount_oneToZero_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 244 15
    #A13554 warning MethodName Method name 'testSetCount_oneToZero_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 244 15
    #A13555 warning GoogleMethodName Method name 'testSetCount_threeToZero_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 276 15
    #A13556 warning MethodName Method name 'testSetCount_threeToZero_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A13557 warning GoogleMethodName Method name 'testSetCount_threeToOne_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A13558 warning MethodName Method name 'testSetCount_threeToOne_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A13559 warning GoogleMethodName Method name 'testSetCount_oneToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 290 15
    #A13560 warning MethodName Method name 'testSetCount_oneToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A13561 warning GoogleMethodName Method name 'testSetCount_threeToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 296 15
    #A13562 warning MethodName Method name 'testSetCount_threeToZero_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A13563 warning GoogleMethodName Method name 'testSetCount_threeToOne_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A13564 warning MethodName Method name 'testSetCount_threeToOne_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A13565 warning GoogleMethodName Method name 'testSetCount_removeNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A13566 warning MethodName Method name 'testSetCount_removeNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A13567 warning GoogleMethodName Method name 'testSetCount_addNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 320 15
    #A13568 warning MethodName Method name 'testSetCount_addNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 320 15
    #A13569 warning GoogleMethodName Method name 'testSetCount_addNull_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A13570 warning MethodName Method name 'testSetCount_addNull_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15
    #A13571 warning GoogleMethodName Method name 'testSetCount_noOpNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A13572 warning MethodName Method name 'testSetCount_noOpNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A13573 warning GoogleMethodName Method name 'testSetCount_noOpNull_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 342 15
    #A13574 warning MethodName Method name 'testSetCount_noOpNull_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A13575 warning GoogleMethodName Method name 'testSetCount_existingNoNopNull_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 351 15
    #A13576 warning MethodName Method name 'testSetCount_existingNoNopNull_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 351 15
    #A13577 warning GoogleMethodName Method name 'testSetCount_negative_removeSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A13578 warning MethodName Method name 'testSetCount_negative_removeSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A13579 warning GoogleMethodName Method name 'testSetCount_negative_removeUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 371 15
    #A13580 warning MethodName Method name 'testSetCount_negative_removeUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/BiMapEntrySetTester.java

    Severity Rule Message Line Col
    #A13581 warning GoogleMethodName Method name 'testSetValue_valueAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A13582 warning MethodName Method name 'testSetValue_valueAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A13583 warning GoogleMethodName Method name 'testSetValue_valuePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A13584 warning MethodName Method name 'testSetValue_valuePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

    Severity Rule Message Line Col
    #A13585 warning GoogleMethodName Method name 'testPutAllNullValueOnPresentKey_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A13586 warning MethodName Method name 'testPutAllNullValueOnPresentKey_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A13587 warning GoogleMethodName Method name 'testPutAllNullValueOnAbsentKey_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A13588 warning MethodName Method name 'testPutAllNullValueOnAbsentKey_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A13589 warning GoogleMethodName Method name 'testPutAllNullValueSingle_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A13590 warning MethodName Method name 'testPutAllNullValueSingle_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A13591 warning GoogleMethodName Method name 'testPutAllNullValueNullLast_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A13592 warning MethodName Method name 'testPutAllNullValueNullLast_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A13593 warning GoogleMethodName Method name 'testPutAllNullValueNullFirst_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A13594 warning MethodName Method name 'testPutAllNullValueNullFirst_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutTester.java

    Severity Rule Message Line Col
    #A13595 warning GoogleMethodName Method name 'testPutNullValue_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A13596 warning MethodName Method name 'testPutNullValue_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A13597 warning GoogleMethodName Method name 'testPutNullValue_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A13598 warning MethodName Method name 'testPutNullValue_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetAddTester.java

    Severity Rule Message Line Col
    #A13599 warning GoogleMethodName Method name 'testAddOccurrences_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A13600 warning MethodName Method name 'testAddOccurrences_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A13601 warning GoogleMethodName Method name 'testAddAll_emptySet' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A13602 warning MethodName Method name 'testAddAll_emptySet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A13603 warning GoogleMethodName Method name 'testAddAll_emptyMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A13604 warning MethodName Method name 'testAddAll_emptyMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A13605 warning GoogleMethodName Method name 'testAddAll_nonEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A13606 warning MethodName Method name 'testAddAll_nonEmptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A13607 warning GoogleMethodName Method name 'testAddAll_nonEmptyMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A13608 warning MethodName Method name 'testAddAll_nonEmptyMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetCountTester.java

    Severity Rule Message Line Col
    #A13609 warning GoogleMethodName Method name 'testCount_0' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A13610 warning GoogleMethodName Method name 'testCount_1' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A13611 warning GoogleMethodName Method name 'testCount_3' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A13612 warning GoogleMethodName Method name 'testCount_nullAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A13613 warning MethodName Method name 'testCount_nullAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A13614 warning GoogleMethodName Method name 'testCount_null_forbidden' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A13615 warning MethodName Method name 'testCount_null_forbidden' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A13616 warning GoogleMethodName Method name 'testCount_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A13617 warning MethodName Method name 'testCount_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A13618 warning GoogleMethodName Method name 'testCount_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A13619 warning MethodName Method name 'testCount_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetEntrySetTester.java

    Severity Rule Message Line Col
    #A13620 warning GoogleMethodName Method name 'testEntrySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A13621 warning MethodName Method name 'testEntrySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A13622 warning GoogleMethodName Method name 'testEntrySet_iteratorRemovePropagates' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A13623 warning MethodName Method name 'testEntrySet_iteratorRemovePropagates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A13624 warning GoogleMethodName Method name 'testEntrySet_removePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A13625 warning MethodName Method name 'testEntrySet_removePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A13626 warning GoogleMethodName Method name 'testEntrySet_removeAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A13627 warning MethodName Method name 'testEntrySet_removeAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A13628 warning GoogleMethodName Method name 'testEntrySet_removeAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A13629 warning MethodName Method name 'testEntrySet_removeAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A13630 warning GoogleMethodName Method name 'testEntrySet_removeAllAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A13631 warning MethodName Method name 'testEntrySet_removeAllAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A13632 warning GoogleMethodName Method name 'testEntrySet_retainAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A13633 warning MethodName Method name 'testEntrySet_retainAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A13634 warning GoogleMethodName Method name 'testEntrySet_retainAllAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A13635 warning MethodName Method name 'testEntrySet_retainAllAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetReadsTester.java

    Severity Rule Message Line Col
    #A13636 warning GoogleMethodName Method name 'testElementSet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A13637 warning MethodName Method name 'testElementSet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A13638 warning GoogleMethodName Method name 'testEntrySet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A13639 warning MethodName Method name 'testEntrySet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A13640 warning GoogleMethodName Method name 'testEntrySet_contains_count0' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A13641 warning MethodName Method name 'testEntrySet_contains_count0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A13642 warning GoogleMethodName Method name 'testEntrySet_contains_nonentry' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A13643 warning MethodName Method name 'testEntrySet_contains_nonentry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A13644 warning GoogleMethodName Method name 'testEntrySet_twice' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A13645 warning MethodName Method name 'testEntrySet_twice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A13646 warning GoogleMethodName Method name 'testEntrySet_hashCode_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A13647 warning MethodName Method name 'testEntrySet_hashCode_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A13648 warning GoogleMethodName Method name 'testEntrySet_hashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A13649 warning MethodName Method name 'testEntrySet_hashCode_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A13650 warning GoogleMethodName Method name 'testEquals_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A13651 warning MethodName Method name 'testEquals_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A13652 warning GoogleMethodName Method name 'testEquals_differentSize' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A13653 warning MethodName Method name 'testEquals_differentSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A13654 warning GoogleMethodName Method name 'testEquals_differentElements' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A13655 warning MethodName Method name 'testEquals_differentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A13656 warning GoogleMethodName Method name 'testHashCode_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A13657 warning MethodName Method name 'testHashCode_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A13658 warning GoogleMethodName Method name 'testHashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A13659 warning MethodName Method name 'testHashCode_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetRemoveTester.java

    Severity Rule Message Line Col
    #A13660 warning GoogleMethodName Method name 'testRemove_occurrences_present' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A13661 warning MethodName Method name 'testRemove_occurrences_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A13662 warning GoogleMethodName Method name 'testRemove_some_occurrences_present' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A13663 warning MethodName Method name 'testRemove_some_occurrences_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A13664 warning GoogleMethodName Method name 'testRemove_occurrences_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A13665 warning MethodName Method name 'testRemove_occurrences_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A13666 warning GoogleMethodName Method name 'testRemove_occurrences_unsupported_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A13667 warning MethodName Method name 'testRemove_occurrences_unsupported_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A13668 warning GoogleMethodName Method name 'testRemove_occurrences_0' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A13669 warning MethodName Method name 'testRemove_occurrences_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A13670 warning GoogleMethodName Method name 'testRemove_occurrences_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A13671 warning MethodName Method name 'testRemove_occurrences_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A13672 warning GoogleMethodName Method name 'testRemove_occurrences_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A13673 warning MethodName Method name 'testRemove_occurrences_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A13674 warning GoogleMethodName Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A13675 warning MethodName Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A13676 warning GoogleMethodName Method name 'testRemove_nullAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A13677 warning MethodName Method name 'testRemove_nullAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A13678 warning GoogleMethodName Method name 'testRemove_nullForbidden' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A13679 warning MethodName Method name 'testRemove_nullForbidden' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/MultisetSetCountConditionallyTester.java

    Severity Rule Message Line Col
    #A13680 warning GoogleMethodName Method name 'testSetCountConditional_negativeOldCount_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A13681 warning MethodName Method name 'testSetCountConditional_negativeOldCount_addSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A13682 warning GoogleMethodName Method name 'testSetCountConditional_negativeOldCount_addUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A13683 warning MethodName Method name 'testSetCountConditional_negativeOldCount_addUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A13684 warning GoogleMethodName Method name 'testSetCountConditional_oldCountTooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A13685 warning MethodName Method name 'testSetCountConditional_oldCountTooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A13686 warning GoogleMethodName Method name 'testSetCountConditional_oldCountTooSmallZero' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A13687 warning MethodName Method name 'testSetCountConditional_oldCountTooSmallZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A13688 warning GoogleMethodName Method name 'testSetCountConditional_oldCountTooSmallNonzero' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A13689 warning MethodName Method name 'testSetCountConditional_oldCountTooSmallNonzero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/google/SetMultimapPutTester.java

    Severity Rule Message Line Col
    #A13690 warning GoogleMethodName Method name 'testPutDuplicateValue_null' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A13691 warning MethodName Method name 'testPutDuplicateValue_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/AbstractListIndexOfTester.java

    Severity Rule Message Line Col
    #A13692 warning GoogleMethodName Method name 'testFind_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A13693 warning MethodName Method name 'testFind_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A13694 warning GoogleMethodName Method name 'testFind_no' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A13695 warning MethodName Method name 'testFind_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A13696 warning GoogleMethodName Method name 'testFind_nullNotContainedButSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A13697 warning MethodName Method name 'testFind_nullNotContainedButSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A13698 warning GoogleMethodName Method name 'testFind_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A13699 warning MethodName Method name 'testFind_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A13700 warning GoogleMethodName Method name 'testFind_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A13701 warning MethodName Method name 'testFind_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A13702 warning GoogleMethodName Method name 'testFind_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A13703 warning MethodName Method name 'testFind_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A13704 warning GoogleMethodName Method name 'testFind_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A13705 warning MethodName Method name 'testFind_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddAllTester.java

    Severity Rule Message Line Col
    #A13706 warning GoogleMethodName Method name 'testAddAll_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A13707 warning MethodName Method name 'testAddAll_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A13708 warning GoogleMethodName Method name 'testAddAll_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A13709 warning MethodName Method name 'testAddAll_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A13710 warning GoogleMethodName Method name 'testAddAll_supportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A13711 warning MethodName Method name 'testAddAll_supportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A13712 warning GoogleMethodName Method name 'testAddAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A13713 warning MethodName Method name 'testAddAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A13714 warning GoogleMethodName Method name 'testAddAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A13715 warning MethodName Method name 'testAddAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A13716 warning GoogleMethodName Method name 'testAddAll_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A13717 warning MethodName Method name 'testAddAll_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A13718 warning GoogleMethodName Method name 'testAddAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A13719 warning MethodName Method name 'testAddAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A13720 warning GoogleMethodName Method name 'testAddAll_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A13721 warning MethodName Method name 'testAddAll_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A13722 warning GoogleMethodName Method name 'testAddAll_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A13723 warning MethodName Method name 'testAddAll_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A13724 warning GoogleMethodName Method name 'testAddAll_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A13725 warning MethodName Method name 'testAddAll_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddTester.java

    Severity Rule Message Line Col
    #A13726 warning GoogleMethodName Method name 'testAdd_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A13727 warning MethodName Method name 'testAdd_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A13728 warning GoogleMethodName Method name 'testAdd_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A13729 warning MethodName Method name 'testAdd_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A13730 warning GoogleMethodName Method name 'testAdd_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A13731 warning MethodName Method name 'testAdd_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A13732 warning GoogleMethodName Method name 'testAdd_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A13733 warning MethodName Method name 'testAdd_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A13734 warning GoogleMethodName Method name 'testAdd_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A13735 warning MethodName Method name 'testAdd_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionClearTester.java

    Severity Rule Message Line Col
    #A13736 warning GoogleMethodName Method name 'testClear_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A13737 warning MethodName Method name 'testClear_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A13738 warning GoogleMethodName Method name 'testClear_unsupportedByEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A13739 warning MethodName Method name 'testClear_unsupportedByEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsAllTester.java

    Severity Rule Message Line Col
    #A13740 warning GoogleMethodName Method name 'testContainsAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A13741 warning MethodName Method name 'testContainsAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A13742 warning GoogleMethodName Method name 'testContainsAll_subset' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A13743 warning MethodName Method name 'testContainsAll_subset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A13744 warning GoogleMethodName Method name 'testContainsAll_sameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A13745 warning MethodName Method name 'testContainsAll_sameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A13746 warning GoogleMethodName Method name 'testContainsAll_self' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A13747 warning MethodName Method name 'testContainsAll_self' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A13748 warning GoogleMethodName Method name 'testContainsAll_partialOverlap' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A13749 warning MethodName Method name 'testContainsAll_partialOverlap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A13750 warning GoogleMethodName Method name 'testContainsAll_disjoint' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A13751 warning MethodName Method name 'testContainsAll_disjoint' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A13752 warning GoogleMethodName Method name 'testContainsAll_nullNotAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A13753 warning MethodName Method name 'testContainsAll_nullNotAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A13754 warning GoogleMethodName Method name 'testContainsAll_nullAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A13755 warning MethodName Method name 'testContainsAll_nullAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A13756 warning GoogleMethodName Method name 'testContainsAll_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A13757 warning MethodName Method name 'testContainsAll_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A13758 warning GoogleMethodName Method name 'testContainsAll_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A13759 warning MethodName Method name 'testContainsAll_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionContainsTester.java

    Severity Rule Message Line Col
    #A13760 warning GoogleMethodName Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A13761 warning MethodName Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A13762 warning GoogleMethodName Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A13763 warning MethodName Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A13764 warning GoogleMethodName Method name 'testContains_nullNotContainedButQueriesSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A13765 warning MethodName Method name 'testContains_nullNotContainedButQueriesSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A13766 warning GoogleMethodName Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A13767 warning MethodName Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A13768 warning GoogleMethodName Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A13769 warning MethodName Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A13770 warning GoogleMethodName Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A13771 warning MethodName Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A13772 warning GoogleMethodName Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A13773 warning MethodName Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionCreationTester.java

    Severity Rule Message Line Col
    #A13774 warning GoogleMethodName Method name 'testCreateWithNull_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A13775 warning MethodName Method name 'testCreateWithNull_supported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A13776 warning GoogleMethodName Method name 'testCreateWithNull_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A13777 warning MethodName Method name 'testCreateWithNull_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionEqualsTester.java

    Severity Rule Message Line Col
    #A13778 warning GoogleMethodName Method name 'testEquals_self' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A13779 warning MethodName Method name 'testEquals_self' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A13780 warning GoogleMethodName Method name 'testEquals_null' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A13781 warning MethodName Method name 'testEquals_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A13782 warning GoogleMethodName Method name 'testEquals_notACollection' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A13783 warning MethodName Method name 'testEquals_notACollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIsEmptyTester.java

    Severity Rule Message Line Col
    #A13784 warning GoogleMethodName Method name 'testIsEmpty_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A13785 warning MethodName Method name 'testIsEmpty_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A13786 warning GoogleMethodName Method name 'testIsEmpty_no' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A13787 warning MethodName Method name 'testIsEmpty_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionIteratorTester.java

    Severity Rule Message Line Col
    #A13788 warning GoogleMethodName Method name 'testIterator_nullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A13789 warning MethodName Method name 'testIterator_nullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A13790 warning GoogleMethodName Method name 'testIterator_removeAffectsBackingCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A13791 warning MethodName Method name 'testIterator_removeAffectsBackingCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A13792 warning GoogleMethodName Method name 'testIterator_knownOrderRemoveSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A13793 warning MethodName Method name 'testIterator_knownOrderRemoveSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A13794 warning GoogleMethodName Method name 'testIterator_knownOrderRemoveUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A13795 warning MethodName Method name 'testIterator_knownOrderRemoveUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A13796 warning GoogleMethodName Method name 'testIterator_unknownOrderRemoveSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A13797 warning MethodName Method name 'testIterator_unknownOrderRemoveSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A13798 warning GoogleMethodName Method name 'testIterator_unknownOrderRemoveUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A13799 warning MethodName Method name 'testIterator_unknownOrderRemoveUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveAllTester.java

    Severity Rule Message Line Col
    #A13800 warning GoogleMethodName Method name 'testRemoveAll_emptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A13801 warning MethodName Method name 'testRemoveAll_emptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A13802 warning GoogleMethodName Method name 'testRemoveAll_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A13803 warning MethodName Method name 'testRemoveAll_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A13804 warning GoogleMethodName Method name 'testRemoveAll_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A13805 warning MethodName Method name 'testRemoveAll_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A13806 warning GoogleMethodName Method name 'testRemoveAll_somePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A13807 warning MethodName Method name 'testRemoveAll_somePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A13808 warning GoogleMethodName Method name 'testRemoveAll_somePresentLargeCollectionToRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A13809 warning MethodName Method name 'testRemoveAll_somePresentLargeCollectionToRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A13810 warning GoogleMethodName Method name 'testRemoveAll_unsupportedEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A13811 warning MethodName Method name 'testRemoveAll_unsupportedEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A13812 warning GoogleMethodName Method name 'testRemoveAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A13813 warning MethodName Method name 'testRemoveAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A13814 warning GoogleMethodName Method name 'testRemoveAll_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A13815 warning MethodName Method name 'testRemoveAll_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A13816 warning GoogleMethodName Method name 'testRemoveAll_nullCollectionReferenceEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A13817 warning MethodName Method name 'testRemoveAll_nullCollectionReferenceEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A13818 warning GoogleMethodName Method name 'testRemoveAll_nullCollectionReferenceNonEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A13819 warning MethodName Method name 'testRemoveAll_nullCollectionReferenceNonEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A13820 warning GoogleMethodName Method name 'testRemoveAll_containsNullNo' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A13821 warning MethodName Method name 'testRemoveAll_containsNullNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A13822 warning GoogleMethodName Method name 'testRemoveAll_containsNullNoButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A13823 warning MethodName Method name 'testRemoveAll_containsNullNoButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A13824 warning GoogleMethodName Method name 'testRemoveAll_containsNullYes' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A13825 warning MethodName Method name 'testRemoveAll_containsNullYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A13826 warning GoogleMethodName Method name 'testRemoveAll_containsWrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A13827 warning MethodName Method name 'testRemoveAll_containsWrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveIfTester.java

    Severity Rule Message Line Col
    #A13828 warning GoogleMethodName Method name 'testRemoveIf_alwaysFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A13829 warning MethodName Method name 'testRemoveIf_alwaysFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A13830 warning GoogleMethodName Method name 'testRemoveIf_sometimesTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A13831 warning MethodName Method name 'testRemoveIf_sometimesTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A13832 warning GoogleMethodName Method name 'testRemoveIf_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A13833 warning MethodName Method name 'testRemoveIf_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A13834 warning GoogleMethodName Method name 'testRemoveIf_unsupportedEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A13835 warning MethodName Method name 'testRemoveIf_unsupportedEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A13836 warning GoogleMethodName Method name 'testRemoveIf_alwaysTrueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A13837 warning MethodName Method name 'testRemoveIf_alwaysTrueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveTester.java

    Severity Rule Message Line Col
    #A13838 warning GoogleMethodName Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A13839 warning MethodName Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A13840 warning GoogleMethodName Method name 'testRemove_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A13841 warning MethodName Method name 'testRemove_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A13842 warning GoogleMethodName Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A13843 warning MethodName Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A13844 warning GoogleMethodName Method name 'testRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A13845 warning MethodName Method name 'testRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A13846 warning GoogleMethodName Method name 'testRemove_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A13847 warning MethodName Method name 'testRemove_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A13848 warning GoogleMethodName Method name 'testRemove_nullNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A13849 warning MethodName Method name 'testRemove_nullNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A13850 warning GoogleMethodName Method name 'testRemove_nullAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A13851 warning MethodName Method name 'testRemove_nullAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A13852 warning GoogleMethodName Method name 'testIteratorRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A13853 warning MethodName Method name 'testIteratorRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A13854 warning GoogleMethodName Method name 'testRemove_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A13855 warning MethodName Method name 'testRemove_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRetainAllTester.java

    Severity Rule Message Line Col
    #A13856 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A13857 warning MethodName Method name 'testRetainAll_emptyPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A13858 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A13859 warning MethodName Method name 'testRetainAll_emptyPreviouslyEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A13860 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A13861 warning MethodName Method name 'testRetainAll_emptyPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A13862 warning GoogleMethodName Method name 'testRetainAll_emptyPreviouslyNonEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A13863 warning MethodName Method name 'testRetainAll_emptyPreviouslyNonEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A13864 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A13865 warning MethodName Method name 'testRetainAll_disjointPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A13866 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A13867 warning MethodName Method name 'testRetainAll_disjointPreviouslyEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A13868 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A13869 warning MethodName Method name 'testRetainAll_disjointPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A13870 warning GoogleMethodName Method name 'testRetainAll_disjointPreviouslyNonEmptyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A13871 warning MethodName Method name 'testRetainAll_disjointPreviouslyNonEmptyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A13872 warning GoogleMethodName Method name 'testRetainAll_superset' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A13873 warning MethodName Method name 'testRetainAll_superset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A13874 warning GoogleMethodName Method name 'testRetainAll_supersetUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A13875 warning MethodName Method name 'testRetainAll_supersetUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A13876 warning GoogleMethodName Method name 'testRetainAll_subset' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A13877 warning MethodName Method name 'testRetainAll_subset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A13878 warning GoogleMethodName Method name 'testRetainAll_subsetUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 180 15
    #A13879 warning MethodName Method name 'testRetainAll_subsetUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A13880 warning GoogleMethodName Method name 'testRetainAll_sameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A13881 warning MethodName Method name 'testRetainAll_sameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A13882 warning GoogleMethodName Method name 'testRetainAll_sameElementsUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A13883 warning MethodName Method name 'testRetainAll_sameElementsUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A13884 warning GoogleMethodName Method name 'testRetainAll_partialOverlap' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A13885 warning MethodName Method name 'testRetainAll_partialOverlap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A13886 warning GoogleMethodName Method name 'testRetainAll_partialOverlapUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A13887 warning MethodName Method name 'testRetainAll_partialOverlapUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A13888 warning GoogleMethodName Method name 'testRetainAll_containsDuplicatesSizeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A13889 warning MethodName Method name 'testRetainAll_containsDuplicatesSizeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A13890 warning GoogleMethodName Method name 'testRetainAll_containsDuplicatesSizeSeveral' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A13891 warning MethodName Method name 'testRetainAll_containsDuplicatesSizeSeveral' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A13892 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslyEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A13893 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslyEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A13894 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslyNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A13895 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslyNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A13896 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslySingletonWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A13897 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslySingletonWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A13898 warning GoogleMethodName Method name 'testRetainAll_nullSingletonPreviouslySeveralWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. 257 15
    #A13899 warning MethodName Method name 'testRetainAll_nullSingletonPreviouslySeveralWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A13900 warning GoogleMethodName Method name 'testRetainAll_containsNonNullWithNull' has invalid underscore usage, underscores only allowed between adjacent digits. 267 15
    #A13901 warning MethodName Method name 'testRetainAll_containsNonNullWithNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A13902 warning GoogleMethodName Method name 'testRetainAll_nullCollectionReferenceEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 284 15
    #A13903 warning MethodName Method name 'testRetainAll_nullCollectionReferenceEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 284 15
    #A13904 warning GoogleMethodName Method name 'testRetainAll_nullCollectionReferenceNonEmptySubject' has invalid underscore usage, underscores only allowed between adjacent digits. 294 15
    #A13905 warning MethodName Method name 'testRetainAll_nullCollectionReferenceNonEmptySubject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 294 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionSpliteratorTester.java

    Severity Rule Message Line Col
    #A13906 warning GoogleMethodName Method name 'testSpliteratorNotImmutable_CollectionAllowsAdd' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A13907 warning MethodName Method name 'testSpliteratorNotImmutable_CollectionAllowsAdd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A13908 warning GoogleMethodName Method name 'testSpliteratorNotImmutable_CollectionAllowsRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A13909 warning MethodName Method name 'testSpliteratorNotImmutable_CollectionAllowsRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToArrayTester.java

    Severity Rule Message Line Col
    #A13910 warning GoogleMethodName Method name 'testToArray_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A13911 warning MethodName Method name 'testToArray_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A13912 warning GoogleMethodName Method name 'testToArray_isPlainObjectArray' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A13913 warning MethodName Method name 'testToArray_isPlainObjectArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A13914 warning GoogleMethodName Method name 'testToArray_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A13915 warning MethodName Method name 'testToArray_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A13916 warning GoogleMethodName Method name 'testToArray_emptyArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A13917 warning MethodName Method name 'testToArray_emptyArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A13918 warning GoogleMethodName Method name 'testToArray_emptyArrayOfObject' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A13919 warning MethodName Method name 'testToArray_emptyArrayOfObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A13920 warning GoogleMethodName Method name 'testToArray_rightSizedArray' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A13921 warning MethodName Method name 'testToArray_rightSizedArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A13922 warning GoogleMethodName Method name 'testToArray_rightSizedArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A13923 warning MethodName Method name 'testToArray_rightSizedArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A13924 warning GoogleMethodName Method name 'testToArray_rightSizedArrayOfObject' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A13925 warning MethodName Method name 'testToArray_rightSizedArrayOfObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A13926 warning GoogleMethodName Method name 'testToArray_rightSizedArrayOfObject_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A13927 warning MethodName Method name 'testToArray_rightSizedArrayOfObject_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A13928 warning GoogleMethodName Method name 'testToArray_oversizedArray' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A13929 warning MethodName Method name 'testToArray_oversizedArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A13930 warning GoogleMethodName Method name 'testToArray_oversizedArray_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A13931 warning MethodName Method name 'testToArray_oversizedArray_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A13932 warning GoogleMethodName Method name 'testToArray_emptyArrayOfWrongTypeForNonEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A13933 warning MethodName Method name 'testToArray_emptyArrayOfWrongTypeForNonEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A13934 warning GoogleMethodName Method name 'testToArray_emptyArrayOfWrongTypeForEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A13935 warning MethodName Method name 'testToArray_emptyArrayOfWrongTypeForEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToStringTester.java

    Severity Rule Message Line Col
    #A13936 warning GoogleMethodName Method name 'testToString_minimal' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A13937 warning MethodName Method name 'testToString_minimal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A13938 warning GoogleMethodName Method name 'testToString_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A13939 warning MethodName Method name 'testToString_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A13940 warning GoogleMethodName Method name 'testToString_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A13941 warning MethodName Method name 'testToString_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A13942 warning GoogleMethodName Method name 'testToString_sizeSeveral' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A13943 warning MethodName Method name 'testToString_sizeSeveral' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A13944 warning GoogleMethodName Method name 'testToString_null' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A13945 warning MethodName Method name 'testToString_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapPutIfAbsentTester.java

    Severity Rule Message Line Col
    #A13946 warning GoogleMethodName Method name 'testPutIfAbsent_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A13947 warning MethodName Method name 'testPutIfAbsent_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A13948 warning GoogleMethodName Method name 'testPutIfAbsent_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A13949 warning MethodName Method name 'testPutIfAbsent_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A13950 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A13951 warning MethodName Method name 'testPutIfAbsent_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A13952 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A13953 warning MethodName Method name 'testPutIfAbsent_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A13954 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A13955 warning MethodName Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A13956 warning GoogleMethodName Method name 'testPutIfAbsent_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A13957 warning MethodName Method name 'testPutIfAbsent_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A13958 warning GoogleMethodName Method name 'testPutIfAbsent_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A13959 warning MethodName Method name 'testPutIfAbsent_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A13960 warning GoogleMethodName Method name 'testPutIfAbsent_putWithNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A13961 warning MethodName Method name 'testPutIfAbsent_putWithNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapRemoveTester.java

    Severity Rule Message Line Col
    #A13962 warning GoogleMethodName Method name 'testRemove_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A13963 warning MethodName Method name 'testRemove_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A13964 warning GoogleMethodName Method name 'testRemove_supportedPresentKeyWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A13965 warning MethodName Method name 'testRemove_supportedPresentKeyWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A13966 warning GoogleMethodName Method name 'testRemove_supportedWrongKeyPresentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A13967 warning MethodName Method name 'testRemove_supportedWrongKeyPresentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A13968 warning GoogleMethodName Method name 'testRemove_supportedAbsentKeyAbsentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A13969 warning MethodName Method name 'testRemove_supportedAbsentKeyAbsentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A13970 warning GoogleMethodName Method name 'testRemove_nullKeyQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A13971 warning MethodName Method name 'testRemove_nullKeyQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A13972 warning GoogleMethodName Method name 'testRemove_nullValueQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A13973 warning MethodName Method name 'testRemove_nullValueQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A13974 warning GoogleMethodName Method name 'testRemove_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A13975 warning MethodName Method name 'testRemove_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A13976 warning GoogleMethodName Method name 'testRemove_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A13977 warning MethodName Method name 'testRemove_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceEntryTester.java

    Severity Rule Message Line Col
    #A13978 warning GoogleMethodName Method name 'testReplaceEntry_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A13979 warning MethodName Method name 'testReplaceEntry_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A13980 warning GoogleMethodName Method name 'testReplaceEntry_supportedPresentUnchanged' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A13981 warning MethodName Method name 'testReplaceEntry_supportedPresentUnchanged' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A13982 warning GoogleMethodName Method name 'testReplaceEntry_supportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A13983 warning MethodName Method name 'testReplaceEntry_supportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A13984 warning GoogleMethodName Method name 'testReplaceEntry_supportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A13985 warning MethodName Method name 'testReplaceEntry_supportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A13986 warning GoogleMethodName Method name 'testReplaceEntry_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A13987 warning MethodName Method name 'testReplaceEntry_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A13988 warning GoogleMethodName Method name 'testReplaceEntry_wrongValueNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A13989 warning MethodName Method name 'testReplaceEntry_wrongValueNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A13990 warning GoogleMethodName Method name 'testReplaceEntry_absentKeyNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A13991 warning MethodName Method name 'testReplaceEntry_absentKeyNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A13992 warning GoogleMethodName Method name 'testReplaceEntry_nullDifferentFromAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A13993 warning MethodName Method name 'testReplaceEntry_nullDifferentFromAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A13994 warning GoogleMethodName Method name 'testReplaceEntry_expectNullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A13995 warning MethodName Method name 'testReplaceEntry_expectNullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A13996 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A13997 warning MethodName Method name 'testReplaceEntry_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A13998 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A13999 warning MethodName Method name 'testReplaceEntry_unsupportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A14000 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A14001 warning MethodName Method name 'testReplaceEntry_unsupportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceTester.java

    Severity Rule Message Line Col
    #A14002 warning GoogleMethodName Method name 'testReplace_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14003 warning MethodName Method name 'testReplace_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A14004 warning GoogleMethodName Method name 'testReplace_supportedPresentNoChange' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14005 warning MethodName Method name 'testReplace_supportedPresentNoChange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14006 warning GoogleMethodName Method name 'testReplace_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A14007 warning MethodName Method name 'testReplace_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A14008 warning GoogleMethodName Method name 'testReplace_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A14009 warning MethodName Method name 'testReplace_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A14010 warning GoogleMethodName Method name 'testReplace_absentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A14011 warning MethodName Method name 'testReplace_absentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A14012 warning GoogleMethodName Method name 'testReplace_absentNullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A14013 warning MethodName Method name 'testReplace_absentNullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A14014 warning GoogleMethodName Method name 'testReplace_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A14015 warning MethodName Method name 'testReplace_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllAtIndexTester.java

    Severity Rule Message Line Col
    #A14016 warning GoogleMethodName Method name 'testAddAllAtIndex_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14017 warning MethodName Method name 'testAddAllAtIndex_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14018 warning GoogleMethodName Method name 'testAddAllAtIndex_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A14019 warning MethodName Method name 'testAddAllAtIndex_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A14020 warning GoogleMethodName Method name 'testAddAllAtIndex_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A14021 warning MethodName Method name 'testAddAllAtIndex_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A14022 warning GoogleMethodName Method name 'testAddAllAtIndex_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A14023 warning MethodName Method name 'testAddAllAtIndex_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A14024 warning GoogleMethodName Method name 'testAddAllAtIndex_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A14025 warning MethodName Method name 'testAddAllAtIndex_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A14026 warning GoogleMethodName Method name 'testAddAllAtIndex_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A14027 warning MethodName Method name 'testAddAllAtIndex_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A14028 warning GoogleMethodName Method name 'testAddAllAtIndex_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A14029 warning MethodName Method name 'testAddAllAtIndex_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15
    #A14030 warning GoogleMethodName Method name 'testAddAllAtIndex_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A14031 warning MethodName Method name 'testAddAllAtIndex_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A14032 warning GoogleMethodName Method name 'testAddAllAtIndex_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A14033 warning MethodName Method name 'testAddAllAtIndex_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A14034 warning GoogleMethodName Method name 'testAddAllAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A14035 warning MethodName Method name 'testAddAllAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A14036 warning GoogleMethodName Method name 'testAddAllAtIndex_end' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A14037 warning MethodName Method name 'testAddAllAtIndex_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A14038 warning GoogleMethodName Method name 'testAddAllAtIndex_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A14039 warning MethodName Method name 'testAddAllAtIndex_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A14040 warning GoogleMethodName Method name 'testAddAllAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A14041 warning MethodName Method name 'testAddAllAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A14042 warning GoogleMethodName Method name 'testAddAllAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A14043 warning MethodName Method name 'testAddAllAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAllTester.java

    Severity Rule Message Line Col
    #A14044 warning GoogleMethodName Method name 'testAddAll_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A14045 warning MethodName Method name 'testAddAll_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A14046 warning GoogleMethodName Method name 'testAddAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A14047 warning MethodName Method name 'testAddAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A14048 warning GoogleMethodName Method name 'testAddAll_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A14049 warning MethodName Method name 'testAddAll_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddAtIndexTester.java

    Severity Rule Message Line Col
    #A14050 warning GoogleMethodName Method name 'testAddAtIndex_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A14051 warning MethodName Method name 'testAddAtIndex_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A14052 warning GoogleMethodName Method name 'testAddAtIndex_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A14053 warning MethodName Method name 'testAddAtIndex_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A14054 warning GoogleMethodName Method name 'testAddAtIndex_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A14055 warning MethodName Method name 'testAddAtIndex_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A14056 warning GoogleMethodName Method name 'testAddAtIndex_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A14057 warning MethodName Method name 'testAddAtIndex_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A14058 warning GoogleMethodName Method name 'testAddAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A14059 warning MethodName Method name 'testAddAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A14060 warning GoogleMethodName Method name 'testAddAtIndex_end' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A14061 warning MethodName Method name 'testAddAtIndex_end' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A14062 warning GoogleMethodName Method name 'testAddAtIndex_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A14063 warning MethodName Method name 'testAddAtIndex_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A14064 warning GoogleMethodName Method name 'testAddAtIndex_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A14065 warning MethodName Method name 'testAddAtIndex_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A14066 warning GoogleMethodName Method name 'testAddAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A14067 warning MethodName Method name 'testAddAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A14068 warning GoogleMethodName Method name 'testAddAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A14069 warning MethodName Method name 'testAddAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListAddTester.java

    Severity Rule Message Line Col
    #A14070 warning GoogleMethodName Method name 'testAdd_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A14071 warning MethodName Method name 'testAdd_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A14072 warning GoogleMethodName Method name 'testAdd_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A14073 warning MethodName Method name 'testAdd_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A14074 warning GoogleMethodName Method name 'testAdd_supportedNullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A14075 warning MethodName Method name 'testAdd_supportedNullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListEqualsTester.java

    Severity Rule Message Line Col
    #A14076 warning GoogleMethodName Method name 'testEquals_otherListWithSameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A14077 warning MethodName Method name 'testEquals_otherListWithSameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A14078 warning GoogleMethodName Method name 'testEquals_otherListWithDifferentElements' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14079 warning MethodName Method name 'testEquals_otherListWithDifferentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14080 warning GoogleMethodName Method name 'testEquals_otherListContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A14081 warning MethodName Method name 'testEquals_otherListContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A14082 warning GoogleMethodName Method name 'testEquals_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A14083 warning MethodName Method name 'testEquals_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A14084 warning GoogleMethodName Method name 'testEquals_shorterList' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A14085 warning MethodName Method name 'testEquals_shorterList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A14086 warning GoogleMethodName Method name 'testEquals_longerList' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A14087 warning MethodName Method name 'testEquals_longerList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A14088 warning GoogleMethodName Method name 'testEquals_set' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A14089 warning MethodName Method name 'testEquals_set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListGetTester.java

    Severity Rule Message Line Col
    #A14090 warning GoogleMethodName Method name 'testGet_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 31 15
    #A14091 warning MethodName Method name 'testGet_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 15
    #A14092 warning GoogleMethodName Method name 'testGet_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A14093 warning MethodName Method name 'testGet_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A14094 warning GoogleMethodName Method name 'testGet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A14095 warning MethodName Method name 'testGet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListIndexOfTester.java

    Severity Rule Message Line Col
    #A14096 warning GoogleMethodName Method name 'testIndexOf_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14097 warning MethodName Method name 'testIndexOf_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListLastIndexOfTester.java

    Severity Rule Message Line Col
    #A14098 warning GoogleMethodName Method name 'testLastIndexOf_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14099 warning MethodName Method name 'testLastIndexOf_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListListIteratorTester.java

    Severity Rule Message Line Col
    #A14100 warning GoogleMethodName Method name 'testListIterator_unmodifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A14101 warning MethodName Method name 'testListIterator_unmodifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A14102 warning GoogleMethodName Method name 'testListIterator_fullyModifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A14103 warning MethodName Method name 'testListIterator_fullyModifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A14104 warning GoogleMethodName Method name 'testListIterator_tooLow' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A14105 warning MethodName Method name 'testListIterator_tooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A14106 warning GoogleMethodName Method name 'testListIterator_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A14107 warning MethodName Method name 'testListIterator_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A14108 warning GoogleMethodName Method name 'testListIterator_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A14109 warning MethodName Method name 'testListIterator_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAllTester.java

    Severity Rule Message Line Col
    #A14110 warning GoogleMethodName Method name 'testRemoveAll_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A14111 warning MethodName Method name 'testRemoveAll_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveAtIndexTester.java

    Severity Rule Message Line Col
    #A14112 warning GoogleMethodName Method name 'testRemoveAtIndex_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14113 warning MethodName Method name 'testRemoveAtIndex_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14114 warning GoogleMethodName Method name 'testRemoveAtIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A14115 warning MethodName Method name 'testRemoveAtIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A14116 warning GoogleMethodName Method name 'testRemoveAtIndex_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A14117 warning MethodName Method name 'testRemoveAtIndex_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A14118 warning GoogleMethodName Method name 'testRemoveAtIndex_first' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A14119 warning MethodName Method name 'testRemoveAtIndex_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A14120 warning GoogleMethodName Method name 'testRemoveAtIndex_middle' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A14121 warning MethodName Method name 'testRemoveAtIndex_middle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A14122 warning GoogleMethodName Method name 'testRemoveAtIndex_last' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A14123 warning MethodName Method name 'testRemoveAtIndex_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRemoveTester.java

    Severity Rule Message Line Col
    #A14124 warning GoogleMethodName Method name 'testRemove_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 39 15
    #A14125 warning MethodName Method name 'testRemove_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListReplaceAllTester.java

    Severity Rule Message Line Col
    #A14126 warning GoogleMethodName Method name 'testReplaceAll_changesSome' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14127 warning MethodName Method name 'testReplaceAll_changesSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14128 warning GoogleMethodName Method name 'testReplaceAll_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A14129 warning MethodName Method name 'testReplaceAll_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListRetainAllTester.java

    Severity Rule Message Line Col
    #A14130 warning GoogleMethodName Method name 'testRetainAll_duplicatesKept' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A14131 warning MethodName Method name 'testRetainAll_duplicatesKept' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A14132 warning GoogleMethodName Method name 'testRetainAll_duplicatesRemoved' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14133 warning MethodName Method name 'testRetainAll_duplicatesRemoved' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14134 warning GoogleMethodName Method name 'testRetainAll_countIgnored' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A14135 warning MethodName Method name 'testRetainAll_countIgnored' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListSetTester.java

    Severity Rule Message Line Col
    #A14136 warning GoogleMethodName Method name 'testSet_null' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14137 warning MethodName Method name 'testSet_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14138 warning GoogleMethodName Method name 'testSet_replacingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A14139 warning MethodName Method name 'testSet_replacingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A14140 warning GoogleMethodName Method name 'testSet_indexTooLow' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A14141 warning MethodName Method name 'testSet_indexTooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A14142 warning GoogleMethodName Method name 'testSet_indexTooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A14143 warning MethodName Method name 'testSet_indexTooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A14144 warning GoogleMethodName Method name 'testSet_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A14145 warning MethodName Method name 'testSet_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A14146 warning GoogleMethodName Method name 'testSet_unsupportedByEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A14147 warning MethodName Method name 'testSet_unsupportedByEmptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A14148 warning GoogleMethodName Method name 'testSet_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A14149 warning MethodName Method name 'testSet_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A14150 warning MethodName Method name 'aValidIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A14151 warning GoogleMethodName Method name 'aValidIndex' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 132 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListSubListTester.java

    Severity Rule Message Line Col
    #A14152 warning GoogleMethodName Method name 'testSubList_startNegative' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A14153 warning MethodName Method name 'testSubList_startNegative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A14154 warning GoogleMethodName Method name 'testSubList_endTooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A14155 warning MethodName Method name 'testSubList_endTooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A14156 warning GoogleMethodName Method name 'testSubList_startGreaterThanEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A14157 warning MethodName Method name 'testSubList_startGreaterThanEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A14158 warning GoogleMethodName Method name 'testSubList_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A14159 warning MethodName Method name 'testSubList_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A14160 warning GoogleMethodName Method name 'testSubList_entireList' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A14161 warning MethodName Method name 'testSubList_entireList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A14162 warning GoogleMethodName Method name 'testSubList_subListRemoveAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A14163 warning MethodName Method name 'testSubList_subListRemoveAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A14164 warning GoogleMethodName Method name 'testSubList_subListClearAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14165 warning MethodName Method name 'testSubList_subListClearAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A14166 warning GoogleMethodName Method name 'testSubList_subListAddAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A14167 warning MethodName Method name 'testSubList_subListAddAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A14168 warning GoogleMethodName Method name 'testSubList_subListSetAffectsOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A14169 warning MethodName Method name 'testSubList_subListSetAffectsOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A14170 warning GoogleMethodName Method name 'testSubList_originalListSetAffectsSubList' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A14171 warning MethodName Method name 'testSubList_originalListSetAffectsSubList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A14172 warning GoogleMethodName Method name 'testSubList_subListRemoveAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A14173 warning MethodName Method name 'testSubList_subListRemoveAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A14174 warning GoogleMethodName Method name 'testSubList_subListAddAtIndexAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A14175 warning MethodName Method name 'testSubList_subListAddAtIndexAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A14176 warning GoogleMethodName Method name 'testSubList_subListSetAffectsOriginalLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A14177 warning MethodName Method name 'testSubList_subListSetAffectsOriginalLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A14178 warning GoogleMethodName Method name 'testSubList_originalListSetAffectsSubListLargeList' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A14179 warning MethodName Method name 'testSubList_originalListSetAffectsSubListLargeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A14180 warning GoogleMethodName Method name 'testSubList_ofSubListEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A14181 warning MethodName Method name 'testSubList_ofSubListEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A14182 warning GoogleMethodName Method name 'testSubList_ofSubListNonEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 187 15
    #A14183 warning MethodName Method name 'testSubList_ofSubListNonEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A14184 warning GoogleMethodName Method name 'testSubList_size' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A14185 warning MethodName Method name 'testSubList_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A14186 warning GoogleMethodName Method name 'testSubList_isEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A14187 warning MethodName Method name 'testSubList_isEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A14188 warning GoogleMethodName Method name 'testSubList_get' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A14189 warning MethodName Method name 'testSubList_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A14190 warning GoogleMethodName Method name 'testSubList_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A14191 warning MethodName Method name 'testSubList_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A14192 warning GoogleMethodName Method name 'testSubList_indexOf' has invalid underscore usage, underscores only allowed between adjacent digits. 265 15
    #A14193 warning MethodName Method name 'testSubList_indexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 15
    #A14194 warning GoogleMethodName Method name 'testSubList_lastIndexOf' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A14195 warning MethodName Method name 'testSubList_lastIndexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/ListToArrayTester.java

    Severity Rule Message Line Col
    #A14196 warning GoogleMethodName Method name 'testToArray_noArg' has invalid underscore usage, underscores only allowed between adjacent digits. 37 15
    #A14197 warning MethodName Method name 'testToArray_noArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A14198 warning GoogleMethodName Method name 'testToArray_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A14199 warning MethodName Method name 'testToArray_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A14200 warning GoogleMethodName Method name 'testToArray_largeEnough' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A14201 warning MethodName Method name 'testToArray_largeEnough' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapClearTester.java

    Severity Rule Message Line Col
    #A14202 warning GoogleMethodName Method name 'testClear_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A14203 warning MethodName Method name 'testClear_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A14204 warning GoogleMethodName Method name 'testClear_unsupportedByEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14205 warning MethodName Method name 'testClear_unsupportedByEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeIfAbsentTester.java

    Severity Rule Message Line Col
    #A14206 warning GoogleMethodName Method name 'testComputeIfAbsent_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A14207 warning MethodName Method name 'testComputeIfAbsent_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A14208 warning GoogleMethodName Method name 'testComputeIfAbsent_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A14209 warning MethodName Method name 'testComputeIfAbsent_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A14210 warning GoogleMethodName Method name 'testComputeIfAbsent_functionReturnsNullNotInserted' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A14211 warning MethodName Method name 'testComputeIfAbsent_functionReturnsNullNotInserted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A14212 warning GoogleMethodName Method name 'testComputeIfAbsent_nullTreatedAsAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A14213 warning MethodName Method name 'testComputeIfAbsent_nullTreatedAsAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A14214 warning GoogleMethodName Method name 'testComputeIfAbsent_nullKeySupported' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A14215 warning MethodName Method name 'testComputeIfAbsent_nullKeySupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A14216 warning GoogleMethodName Method name 'testComputeIfAbsent_functionThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A14217 warning MethodName Method name 'testComputeIfAbsent_functionThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A14218 warning GoogleMethodName Method name 'testComputeIfAbsent_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A14219 warning MethodName Method name 'testComputeIfAbsent_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A14220 warning GoogleMethodName Method name 'testComputeIfAbsent_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A14221 warning MethodName Method name 'testComputeIfAbsent_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A14222 warning GoogleMethodName Method name 'testComputeIfAbsent_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A14223 warning MethodName Method name 'testComputeIfAbsent_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A14224 warning GoogleMethodName Method name 'testComputeIfAbsent_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A14225 warning MethodName Method name 'testComputeIfAbsent_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeIfPresentTester.java

    Severity Rule Message Line Col
    #A14226 warning GoogleMethodName Method name 'testComputeIfPresent_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A14227 warning MethodName Method name 'testComputeIfPresent_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A14228 warning GoogleMethodName Method name 'testComputeIfPresent_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A14229 warning MethodName Method name 'testComputeIfPresent_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A14230 warning GoogleMethodName Method name 'testComputeIfPresent_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A14231 warning MethodName Method name 'testComputeIfPresent_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A14232 warning GoogleMethodName Method name 'testComputeIfPresent_nullTreatedAsAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A14233 warning MethodName Method name 'testComputeIfPresent_nullTreatedAsAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A14234 warning GoogleMethodName Method name 'testComputeIfPresent_functionThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A14235 warning MethodName Method name 'testComputeIfPresent_functionThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A14236 warning GoogleMethodName Method name 'testComputeIfPresent_nullKeySupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A14237 warning MethodName Method name 'testComputeIfPresent_nullKeySupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A14238 warning GoogleMethodName Method name 'testComputeIfPresent_nullKeySupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A14239 warning MethodName Method name 'testComputeIfPresent_nullKeySupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A14240 warning GoogleMethodName Method name 'testComputeIfPresent_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A14241 warning MethodName Method name 'testComputeIfPresent_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A14242 warning GoogleMethodName Method name 'testComputeIfPresent_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A14243 warning MethodName Method name 'testComputeIfPresent_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeTester.java

    Severity Rule Message Line Col
    #A14244 warning GoogleMethodName Method name 'testCompute_absentToPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14245 warning MethodName Method name 'testCompute_absentToPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14246 warning GoogleMethodName Method name 'testCompute_absentToAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A14247 warning MethodName Method name 'testCompute_absentToAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A14248 warning GoogleMethodName Method name 'testCompute_presentToPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A14249 warning MethodName Method name 'testCompute_presentToPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A14250 warning GoogleMethodName Method name 'testCompute_presentToAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A14251 warning MethodName Method name 'testCompute_presentToAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A14252 warning GoogleMethodName Method name 'testCompute_presentNullToPresentNonnull' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A14253 warning MethodName Method name 'testCompute_presentNullToPresentNonnull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A14254 warning GoogleMethodName Method name 'testCompute_presentNullToNull' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A14255 warning MethodName Method name 'testCompute_presentNullToNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A14256 warning GoogleMethodName Method name 'testCompute_nullKeyPresentToPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A14257 warning MethodName Method name 'testCompute_nullKeyPresentToPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A14258 warning GoogleMethodName Method name 'testCompute_presentFunctionThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A14259 warning MethodName Method name 'testCompute_presentFunctionThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A14260 warning GoogleMethodName Method name 'testCompute_absentFunctionThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A14261 warning MethodName Method name 'testCompute_absentFunctionThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsKeyTester.java

    Severity Rule Message Line Col
    #A14262 warning GoogleMethodName Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A14263 warning MethodName Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A14264 warning GoogleMethodName Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A14265 warning MethodName Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A14266 warning GoogleMethodName Method name 'testContains_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14267 warning MethodName Method name 'testContains_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A14268 warning GoogleMethodName Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A14269 warning MethodName Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A14270 warning GoogleMethodName Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A14271 warning MethodName Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A14272 warning GoogleMethodName Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A14273 warning MethodName Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A14274 warning GoogleMethodName Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A14275 warning MethodName Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapContainsValueTester.java

    Severity Rule Message Line Col
    #A14276 warning GoogleMethodName Method name 'testContains_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A14277 warning MethodName Method name 'testContains_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A14278 warning GoogleMethodName Method name 'testContains_no' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14279 warning MethodName Method name 'testContains_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14280 warning GoogleMethodName Method name 'testContains_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14281 warning MethodName Method name 'testContains_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14282 warning GoogleMethodName Method name 'testContains_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A14283 warning MethodName Method name 'testContains_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A14284 warning GoogleMethodName Method name 'testContains_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A14285 warning MethodName Method name 'testContains_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A14286 warning GoogleMethodName Method name 'testContains_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A14287 warning MethodName Method name 'testContains_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A14288 warning GoogleMethodName Method name 'testContains_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A14289 warning MethodName Method name 'testContains_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapCreationTester.java

    Severity Rule Message Line Col
    #A14290 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A14291 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A14292 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A14293 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A14294 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14295 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A14296 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A14297 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapEqualsTester.java

    Severity Rule Message Line Col
    #A14298 warning GoogleMethodName Method name 'testEquals_otherMapWithSameEntries' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14299 warning MethodName Method name 'testEquals_otherMapWithSameEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14300 warning GoogleMethodName Method name 'testEquals_otherMapWithDifferentEntries' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14301 warning MethodName Method name 'testEquals_otherMapWithDifferentEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A14302 warning GoogleMethodName Method name 'testEquals_containingNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A14303 warning MethodName Method name 'testEquals_containingNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A14304 warning GoogleMethodName Method name 'testEquals_otherContainsNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A14305 warning MethodName Method name 'testEquals_otherContainsNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A14306 warning GoogleMethodName Method name 'testEquals_containingNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A14307 warning MethodName Method name 'testEquals_containingNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A14308 warning GoogleMethodName Method name 'testEquals_otherContainsNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A14309 warning MethodName Method name 'testEquals_otherContainsNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A14310 warning GoogleMethodName Method name 'testEquals_smallerMap' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14311 warning MethodName Method name 'testEquals_smallerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A14312 warning GoogleMethodName Method name 'testEquals_largerMap' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A14313 warning MethodName Method name 'testEquals_largerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A14314 warning GoogleMethodName Method name 'testEquals_list' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A14315 warning MethodName Method name 'testEquals_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapForEachTester.java

    Severity Rule Message Line Col
    #A14316 warning GoogleMethodName Method name 'testForEach_nullKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A14317 warning MethodName Method name 'testForEach_nullKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A14318 warning GoogleMethodName Method name 'testForEach_nullValues' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A14319 warning MethodName Method name 'testForEach_nullValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapGetOrDefaultTester.java

    Severity Rule Message Line Col
    #A14320 warning GoogleMethodName Method name 'testGetOrDefault_present' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14321 warning MethodName Method name 'testGetOrDefault_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14322 warning GoogleMethodName Method name 'testGetOrDefault_presentNullDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14323 warning MethodName Method name 'testGetOrDefault_presentNullDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14324 warning GoogleMethodName Method name 'testGetOrDefault_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A14325 warning MethodName Method name 'testGetOrDefault_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A14326 warning GoogleMethodName Method name 'testGetOrDefault_absentNullDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A14327 warning MethodName Method name 'testGetOrDefault_absentNullDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A14328 warning GoogleMethodName Method name 'testGetOrDefault_absentNull' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A14329 warning MethodName Method name 'testGetOrDefault_absentNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A14330 warning GoogleMethodName Method name 'testGetOrDefault_nullAbsentAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A14331 warning MethodName Method name 'testGetOrDefault_nullAbsentAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A14332 warning GoogleMethodName Method name 'testGetOrDefault_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A14333 warning MethodName Method name 'testGetOrDefault_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A14334 warning GoogleMethodName Method name 'testGetOrDefault_presentNull' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A14335 warning MethodName Method name 'testGetOrDefault_presentNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A14336 warning GoogleMethodName Method name 'testGetOrDefault_presentMappedToNull' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A14337 warning MethodName Method name 'testGetOrDefault_presentMappedToNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A14338 warning GoogleMethodName Method name 'testGet_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A14339 warning MethodName Method name 'testGet_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapGetTester.java

    Severity Rule Message Line Col
    #A14340 warning GoogleMethodName Method name 'testGet_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A14341 warning MethodName Method name 'testGet_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A14342 warning GoogleMethodName Method name 'testGet_no' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14343 warning MethodName Method name 'testGet_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14344 warning GoogleMethodName Method name 'testGet_nullNotContainedButAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14345 warning MethodName Method name 'testGet_nullNotContainedButAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14346 warning GoogleMethodName Method name 'testGet_nullNotContainedAndUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A14347 warning MethodName Method name 'testGet_nullNotContainedAndUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A14348 warning GoogleMethodName Method name 'testGet_nonNullWhenNullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A14349 warning MethodName Method name 'testGet_nonNullWhenNullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A14350 warning GoogleMethodName Method name 'testGet_nullContained' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A14351 warning MethodName Method name 'testGet_nullContained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A14352 warning GoogleMethodName Method name 'testGet_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A14353 warning MethodName Method name 'testGet_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapHashCodeTester.java

    Severity Rule Message Line Col
    #A14354 warning GoogleMethodName Method name 'testHashCode_containingNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A14355 warning MethodName Method name 'testHashCode_containingNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A14356 warning GoogleMethodName Method name 'testHashCode_containingNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A14357 warning MethodName Method name 'testHashCode_containingNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapIsEmptyTester.java

    Severity Rule Message Line Col
    #A14358 warning GoogleMethodName Method name 'testIsEmpty_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A14359 warning MethodName Method name 'testIsEmpty_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A14360 warning GoogleMethodName Method name 'testIsEmpty_no' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A14361 warning MethodName Method name 'testIsEmpty_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapPutAllTester.java

    Severity Rule Message Line Col
    #A14362 warning GoogleMethodName Method name 'testPutAll_supportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A14363 warning MethodName Method name 'testPutAll_supportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A14364 warning GoogleMethodName Method name 'testPutAll_unsupportedNothing' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A14365 warning MethodName Method name 'testPutAll_unsupportedNothing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A14366 warning GoogleMethodName Method name 'testPutAll_supportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A14367 warning MethodName Method name 'testPutAll_supportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A14368 warning GoogleMethodName Method name 'testPutAll_unsupportedNonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A14369 warning MethodName Method name 'testPutAll_unsupportedNonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A14370 warning GoogleMethodName Method name 'testPutAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A14371 warning MethodName Method name 'testPutAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A14372 warning GoogleMethodName Method name 'testPutAll_unsupportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A14373 warning MethodName Method name 'testPutAll_unsupportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A14374 warning GoogleMethodName Method name 'testPutAll_unsupportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A14375 warning MethodName Method name 'testPutAll_unsupportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A14376 warning GoogleMethodName Method name 'testPutAll_nullKeySupported' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A14377 warning MethodName Method name 'testPutAll_nullKeySupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A14378 warning GoogleMethodName Method name 'testPutAll_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A14379 warning MethodName Method name 'testPutAll_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A14380 warning GoogleMethodName Method name 'testPutAll_nullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A14381 warning MethodName Method name 'testPutAll_nullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A14382 warning GoogleMethodName Method name 'testPutAll_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A14383 warning MethodName Method name 'testPutAll_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A14384 warning GoogleMethodName Method name 'testPutAll_nullCollectionReference' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A14385 warning MethodName Method name 'testPutAll_nullCollectionReference' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapPutIfAbsentTester.java

    Severity Rule Message Line Col
    #A14386 warning GoogleMethodName Method name 'testPutIfAbsent_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14387 warning MethodName Method name 'testPutIfAbsent_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14388 warning GoogleMethodName Method name 'testPutIfAbsent_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14389 warning MethodName Method name 'testPutIfAbsent_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14390 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A14391 warning MethodName Method name 'testPutIfAbsent_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A14392 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A14393 warning MethodName Method name 'testPutIfAbsent_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A14394 warning GoogleMethodName Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A14395 warning MethodName Method name 'testPutIfAbsent_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A14396 warning GoogleMethodName Method name 'testPutIfAbsent_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A14397 warning MethodName Method name 'testPutIfAbsent_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A14398 warning GoogleMethodName Method name 'testPutIfAbsent_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14399 warning MethodName Method name 'testPutIfAbsent_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A14400 warning GoogleMethodName Method name 'testPutIfAbsent_putWithNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A14401 warning MethodName Method name 'testPutIfAbsent_putWithNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapPutTester.java

    Severity Rule Message Line Col
    #A14402 warning GoogleMethodName Method name 'testPut_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A14403 warning MethodName Method name 'testPut_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A14404 warning GoogleMethodName Method name 'testPut_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A14405 warning MethodName Method name 'testPut_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A14406 warning GoogleMethodName Method name 'testPut_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 115 15
    #A14407 warning MethodName Method name 'testPut_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A14408 warning GoogleMethodName Method name 'testPut_unsupportedPresentExistingValue' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A14409 warning MethodName Method name 'testPut_unsupportedPresentExistingValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A14410 warning GoogleMethodName Method name 'testPut_unsupportedPresentDifferentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A14411 warning MethodName Method name 'testPut_unsupportedPresentDifferentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A14412 warning GoogleMethodName Method name 'testPut_nullKeySupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A14413 warning MethodName Method name 'testPut_nullKeySupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A14414 warning GoogleMethodName Method name 'testPut_nullKeySupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A14415 warning MethodName Method name 'testPut_nullKeySupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A14416 warning GoogleMethodName Method name 'testPut_nullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 168 15
    #A14417 warning MethodName Method name 'testPut_nullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 15
    #A14418 warning GoogleMethodName Method name 'testPut_nullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 180 15
    #A14419 warning MethodName Method name 'testPut_nullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A14420 warning GoogleMethodName Method name 'testPut_nullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A14421 warning MethodName Method name 'testPut_nullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A14422 warning GoogleMethodName Method name 'testPut_replaceWithNullValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 199 15
    #A14423 warning MethodName Method name 'testPut_replaceWithNullValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 199 15
    #A14424 warning GoogleMethodName Method name 'testPut_replaceWithNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A14425 warning MethodName Method name 'testPut_replaceWithNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A14426 warning GoogleMethodName Method name 'testPut_replaceNullValueWithNullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A14427 warning MethodName Method name 'testPut_replaceNullValueWithNullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A14428 warning GoogleMethodName Method name 'testPut_replaceNullValueWithNonNullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A14429 warning MethodName Method name 'testPut_replaceNullValueWithNonNullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A14430 warning GoogleMethodName Method name 'testPut_nullKeyAndValueSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A14431 warning MethodName Method name 'testPut_nullKeyAndValueSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapRemoveEntryTester.java

    Severity Rule Message Line Col
    #A14432 warning GoogleMethodName Method name 'testRemove_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14433 warning MethodName Method name 'testRemove_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14434 warning GoogleMethodName Method name 'testRemove_supportedPresentKeyWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A14435 warning MethodName Method name 'testRemove_supportedPresentKeyWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A14436 warning GoogleMethodName Method name 'testRemove_supportedWrongKeyPresentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A14437 warning MethodName Method name 'testRemove_supportedWrongKeyPresentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A14438 warning GoogleMethodName Method name 'testRemove_supportedAbsentKeyAbsentValue' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A14439 warning MethodName Method name 'testRemove_supportedAbsentKeyAbsentValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A14440 warning GoogleMethodName Method name 'testRemove_nullKeyQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A14441 warning MethodName Method name 'testRemove_nullKeyQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A14442 warning GoogleMethodName Method name 'testRemove_nullValueQueriesUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A14443 warning MethodName Method name 'testRemove_nullValueQueriesUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A14444 warning GoogleMethodName Method name 'testRemove_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A14445 warning MethodName Method name 'testRemove_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A14446 warning GoogleMethodName Method name 'testRemove_unsupportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A14447 warning MethodName Method name 'testRemove_unsupportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapRemoveTester.java

    Severity Rule Message Line Col
    #A14448 warning GoogleMethodName Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14449 warning MethodName Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A14450 warning GoogleMethodName Method name 'testRemove_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A14451 warning MethodName Method name 'testRemove_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A14452 warning GoogleMethodName Method name 'testRemove_nullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A14453 warning MethodName Method name 'testRemove_nullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A14454 warning GoogleMethodName Method name 'testRemove_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A14455 warning MethodName Method name 'testRemove_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A14456 warning GoogleMethodName Method name 'testRemove_unsupportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A14457 warning MethodName Method name 'testRemove_unsupportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A14458 warning GoogleMethodName Method name 'testRemove_nullQueriesNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A14459 warning MethodName Method name 'testRemove_nullQueriesNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A14460 warning GoogleMethodName Method name 'testRemove_nullSupportedMissing' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A14461 warning MethodName Method name 'testRemove_nullSupportedMissing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A14462 warning GoogleMethodName Method name 'testRemove_wrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A14463 warning MethodName Method name 'testRemove_wrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceAllTester.java

    Severity Rule Message Line Col
    #A14464 warning GoogleMethodName Method name 'testReplaceAll_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A14465 warning MethodName Method name 'testReplaceAll_unsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A14466 warning GoogleMethodName Method name 'testReplaceAll_unsupportedByEmptyCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14467 warning MethodName Method name 'testReplaceAll_unsupportedByEmptyCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A14468 warning GoogleMethodName Method name 'testReplaceAll_unsupportedNoOpFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A14469 warning MethodName Method name 'testReplaceAll_unsupportedNoOpFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceEntryTester.java

    Severity Rule Message Line Col
    #A14470 warning GoogleMethodName Method name 'testReplaceEntry_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A14471 warning MethodName Method name 'testReplaceEntry_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A14472 warning GoogleMethodName Method name 'testReplaceEntry_supportedPresentUnchanged' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A14473 warning MethodName Method name 'testReplaceEntry_supportedPresentUnchanged' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A14474 warning GoogleMethodName Method name 'testReplaceEntry_supportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A14475 warning MethodName Method name 'testReplaceEntry_supportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A14476 warning GoogleMethodName Method name 'testReplaceEntry_supportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A14477 warning MethodName Method name 'testReplaceEntry_supportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A14478 warning GoogleMethodName Method name 'testReplaceEntry_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A14479 warning MethodName Method name 'testReplaceEntry_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A14480 warning GoogleMethodName Method name 'testReplaceEntry_wrongValueNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A14481 warning MethodName Method name 'testReplaceEntry_wrongValueNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A14482 warning GoogleMethodName Method name 'testReplaceEntry_absentKeyNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A14483 warning MethodName Method name 'testReplaceEntry_absentKeyNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A14484 warning GoogleMethodName Method name 'testReplaceEntry_nullDifferentFromAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14485 warning MethodName Method name 'testReplaceEntry_nullDifferentFromAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A14486 warning GoogleMethodName Method name 'testReplaceEntry_expectNullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A14487 warning MethodName Method name 'testReplaceEntry_expectNullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A14488 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A14489 warning MethodName Method name 'testReplaceEntry_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A14490 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedWrongValue' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A14491 warning MethodName Method name 'testReplaceEntry_unsupportedWrongValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A14492 warning GoogleMethodName Method name 'testReplaceEntry_unsupportedAbsentKey' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A14493 warning MethodName Method name 'testReplaceEntry_unsupportedAbsentKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceTester.java

    Severity Rule Message Line Col
    #A14494 warning GoogleMethodName Method name 'testReplace_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A14495 warning MethodName Method name 'testReplace_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A14496 warning GoogleMethodName Method name 'testReplace_supportedPresentNoChange' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A14497 warning MethodName Method name 'testReplace_supportedPresentNoChange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A14498 warning GoogleMethodName Method name 'testReplace_supportedAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A14499 warning MethodName Method name 'testReplace_supportedAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A14500 warning GoogleMethodName Method name 'testReplace_presentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A14501 warning MethodName Method name 'testReplace_presentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A14502 warning GoogleMethodName Method name 'testReplace_absentNullValueUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A14503 warning MethodName Method name 'testReplace_absentNullValueUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A14504 warning GoogleMethodName Method name 'testReplace_absentNullKeyUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A14505 warning MethodName Method name 'testReplace_absentNullKeyUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A14506 warning GoogleMethodName Method name 'testReplace_unsupportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A14507 warning MethodName Method name 'testReplace_unsupportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/MapToStringTester.java

    Severity Rule Message Line Col
    #A14508 warning GoogleMethodName Method name 'testToString_minimal' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A14509 warning MethodName Method name 'testToString_minimal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A14510 warning GoogleMethodName Method name 'testToString_size0' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14511 warning MethodName Method name 'testToString_size0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14512 warning GoogleMethodName Method name 'testToString_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14513 warning MethodName Method name 'testToString_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14514 warning GoogleMethodName Method name 'testToString_formatting' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A14515 warning MethodName Method name 'testToString_formatting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueueElementTester.java

    Severity Rule Message Line Col
    #A14516 warning GoogleMethodName Method name 'testElement_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A14517 warning MethodName Method name 'testElement_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A14518 warning GoogleMethodName Method name 'testElement_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14519 warning MethodName Method name 'testElement_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14520 warning GoogleMethodName Method name 'testElement_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A14521 warning MethodName Method name 'testElement_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueueOfferTester.java

    Severity Rule Message Line Col
    #A14522 warning GoogleMethodName Method name 'testOffer_supportedNotPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 37 15
    #A14523 warning MethodName Method name 'testOffer_supportedNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A14524 warning GoogleMethodName Method name 'testOffer_nullSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A14525 warning MethodName Method name 'testOffer_nullSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A14526 warning GoogleMethodName Method name 'testOffer_nullUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14527 warning MethodName Method name 'testOffer_nullUnsupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueuePeekTester.java

    Severity Rule Message Line Col
    #A14528 warning GoogleMethodName Method name 'testPeek_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 39 15
    #A14529 warning MethodName Method name 'testPeek_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 15
    #A14530 warning GoogleMethodName Method name 'testPeek_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14531 warning MethodName Method name 'testPeek_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14532 warning GoogleMethodName Method name 'testPeek_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A14533 warning MethodName Method name 'testPeek_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueuePollTester.java

    Severity Rule Message Line Col
    #A14534 warning GoogleMethodName Method name 'testPoll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14535 warning MethodName Method name 'testPoll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14536 warning GoogleMethodName Method name 'testPoll_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14537 warning MethodName Method name 'testPoll_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A14538 warning GoogleMethodName Method name 'testPoll_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14539 warning MethodName Method name 'testPoll_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/QueueRemoveTester.java

    Severity Rule Message Line Col
    #A14540 warning GoogleMethodName Method name 'testRemove_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A14541 warning MethodName Method name 'testRemove_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A14542 warning GoogleMethodName Method name 'testRemove_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A14543 warning MethodName Method name 'testRemove_size1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A14544 warning GoogleMethodName Method name 'testRemove_sizeMany' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A14545 warning MethodName Method name 'testRemove_sizeMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetAddAllTester.java

    Severity Rule Message Line Col
    #A14546 warning GoogleMethodName Method name 'testAddAll_supportedSomePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A14547 warning MethodName Method name 'testAddAll_supportedSomePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A14548 warning GoogleMethodName Method name 'testAddAll_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A14549 warning MethodName Method name 'testAddAll_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A14550 warning GoogleMethodName Method name 'testAddAll_supportedAllPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A14551 warning MethodName Method name 'testAddAll_supportedAllPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetAddTester.java

    Severity Rule Message Line Col
    #A14552 warning GoogleMethodName Method name 'testAdd_supportedPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14553 warning MethodName Method name 'testAdd_supportedPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14554 warning GoogleMethodName Method name 'testAdd_supportedNullPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14555 warning MethodName Method name 'testAdd_supportedNullPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetCreationTester.java

    Severity Rule Message Line Col
    #A14556 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A14557 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A14558 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A14559 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesNotRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A14560 warning GoogleMethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A14561 warning MethodName Method name 'testCreateWithDuplicates_nullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A14562 warning GoogleMethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A14563 warning MethodName Method name 'testCreateWithDuplicates_nonNullDuplicatesRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetEqualsTester.java

    Severity Rule Message Line Col
    #A14564 warning GoogleMethodName Method name 'testEquals_otherSetWithSameElements' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A14565 warning MethodName Method name 'testEquals_otherSetWithSameElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A14566 warning GoogleMethodName Method name 'testEquals_otherSetWithDifferentElements' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A14567 warning MethodName Method name 'testEquals_otherSetWithDifferentElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A14568 warning GoogleMethodName Method name 'testEquals_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14569 warning MethodName Method name 'testEquals_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14570 warning GoogleMethodName Method name 'testEquals_otherContainsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A14571 warning MethodName Method name 'testEquals_otherContainsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A14572 warning GoogleMethodName Method name 'testEquals_smallerSet' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A14573 warning MethodName Method name 'testEquals_smallerSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A14574 warning GoogleMethodName Method name 'testEquals_largerSet' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A14575 warning MethodName Method name 'testEquals_largerSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A14576 warning GoogleMethodName Method name 'testEquals_list' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A14577 warning MethodName Method name 'testEquals_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetHashCodeTester.java

    Severity Rule Message Line Col
    #A14578 warning GoogleMethodName Method name 'testHashCode_containingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A14579 warning MethodName Method name 'testHashCode_containingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/src/com/google/common/collect/testing/testers/SetRemoveTester.java

    Severity Rule Message Line Col
    #A14580 warning GoogleMethodName Method name 'testRemove_present' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A14581 warning MethodName Method name 'testRemove_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/HelpersTest.java

    Severity Rule Message Line Col
    #A14582 warning GoogleMethodName Method name 'testIsEmpty_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A14583 warning MethodName Method name 'testIsEmpty_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A14584 warning GoogleMethodName Method name 'testIsEmpty_map' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A14585 warning MethodName Method name 'testIsEmpty_map' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/MinimalIterableTest.java

    Severity Rule Message Line Col
    #A14586 warning GoogleMethodName Method name 'testOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 33 15
    #A14587 warning MethodName Method name 'testOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 15
    #A14588 warning GoogleMethodName Method name 'testOf_one' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A14589 warning MethodName Method name 'testOf_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A14590 warning GoogleMethodName Method name 'testFrom_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A14591 warning MethodName Method name 'testFrom_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A14592 warning GoogleMethodName Method name 'testFrom_one' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A14593 warning MethodName Method name 'testFrom_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/SafeTreeSetTest.java

    Severity Rule Message Line Col
    #A14594 warning GoogleMethodName Method name 'testEmpty_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A14595 warning MethodName Method name 'testEmpty_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A14596 warning GoogleMethodName Method name 'testSingle_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A14597 warning MethodName Method name 'testSingle_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A14598 warning GoogleMethodName Method name 'testSeveral_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A14599 warning MethodName Method name 'testSeveral_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/collect/testing/features/FeatureUtilTest.java

    Severity Rule Message Line Col
    #A14600 warning GoogleMethodName Method name 'testAddImpliedFeatures_returnsSameSetInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A14601 warning MethodName Method name 'testAddImpliedFeatures_returnsSameSetInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A14602 warning GoogleMethodName Method name 'testAddImpliedFeatures_addsImpliedFeatures' has invalid underscore usage, underscores only allowed between adjacent digits. 148 15
    #A14603 warning MethodName Method name 'testAddImpliedFeatures_addsImpliedFeatures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A14604 warning GoogleMethodName Method name 'testImpliedFeatures_returnsNewSetInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A14605 warning MethodName Method name 'testImpliedFeatures_returnsNewSetInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A14606 warning GoogleMethodName Method name 'testImpliedFeatures_returnsImpliedFeatures' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A14607 warning MethodName Method name 'testImpliedFeatures_returnsImpliedFeatures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A14608 warning GoogleMethodName Method name 'testBuildTesterRequirements_class' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A14609 warning MethodName Method name 'testBuildTesterRequirements_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A14610 warning GoogleMethodName Method name 'testBuildTesterRequirements_method' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A14611 warning MethodName Method name 'testBuildTesterRequirements_method' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A14612 warning GoogleMethodName Method name 'testBuildTesterRequirements_classClassConflict' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A14613 warning MethodName Method name 'testBuildTesterRequirements_classClassConflict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A14614 warning GoogleMethodName Method name 'testBuildTesterRequirements_methodClassConflict' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A14615 warning MethodName Method name 'testBuildTesterRequirements_methodClassConflict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java

    Severity Rule Message Line Col
    #A14616 warning GoogleMethodName Method name 'testFindClassesToTest_testClass' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A14617 warning MethodName Method name 'testFindClassesToTest_testClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A14618 warning GoogleMethodName Method name 'testFindClassesToTest_noCorrespondingTestClass' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A14619 warning MethodName Method name 'testFindClassesToTest_noCorrespondingTestClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A14620 warning GoogleMethodName Method name 'testFindClassesToTest_publicApiOnly' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A14621 warning MethodName Method name 'testFindClassesToTest_publicApiOnly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A14622 warning GoogleMethodName Method name 'testFindClassesToTest_ignoreClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A14623 warning MethodName Method name 'testFindClassesToTest_ignoreClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A14624 warning GoogleMethodName Method name 'testFindClassesToTest_ignoreUnderscores' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A14625 warning MethodName Method name 'testFindClassesToTest_ignoreUnderscores' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A14626 warning GoogleMethodName Method name 'testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A14627 warning MethodName Method name 'testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A14628 warning GoogleMethodName Method name 'testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A14629 warning MethodName Method name 'testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A14630 warning GoogleMethodName Method name 'testFindClassesToTest_withCorrespondingTestClass_noTestName' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A14631 warning MethodName Method name 'testFindClassesToTest_withCorrespondingTestClass_noTestName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

    Severity Rule Message Line Col
    #A14632 warning GoogleMethodName Method name 'testGet_primitives' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A14633 warning MethodName Method name 'testGet_primitives' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A14634 warning GoogleMethodName Method name 'testGet_collections' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A14635 warning MethodName Method name 'testGet_collections' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A14636 warning GoogleMethodName Method name 'testGet_misc' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A14637 warning MethodName Method name 'testGet_misc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A14638 warning GoogleMethodName Method name 'testGet_concurrent' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A14639 warning MethodName Method name 'testGet_concurrent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A14640 warning GoogleMethodName Method name 'testGet_functors' has invalid underscore usage, underscores only allowed between adjacent digits. 275 15
    #A14641 warning MethodName Method name 'testGet_functors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 275 15
    #A14642 warning GoogleMethodName Method name 'testGet_comparable' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A14643 warning MethodName Method name 'testGet_comparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A14644 warning GoogleMethodName Method name 'testGet_array' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A14645 warning MethodName Method name 'testGet_array' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A14646 warning GoogleMethodName Method name 'testGet_enum' has invalid underscore usage, underscores only allowed between adjacent digits. 301 15
    #A14647 warning MethodName Method name 'testGet_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 15
    #A14648 warning GoogleMethodName Method name 'testGet_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 306 15
    #A14649 warning MethodName Method name 'testGet_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A14650 warning GoogleMethodName Method name 'testGet_runnable' has invalid underscore usage, underscores only allowed between adjacent digits. 310 15
    #A14651 warning MethodName Method name 'testGet_runnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 310 15
    #A14652 warning GoogleMethodName Method name 'testGet_class' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A14653 warning MethodName Method name 'testGet_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A14654 warning GoogleMethodName Method name 'testGet_mutable' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A14655 warning MethodName Method name 'testGet_mutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15
    #A14656 warning GoogleMethodName Method name 'testGet_io' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A14657 warning MethodName Method name 'testGet_io' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A14658 warning GoogleMethodName Method name 'testGet_reflect' has invalid underscore usage, underscores only allowed between adjacent digits. 368 15
    #A14659 warning MethodName Method name 'testGet_reflect' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A14660 warning GoogleMethodName Method name 'testGet_regex' has invalid underscore usage, underscores only allowed between adjacent digits. 374 15
    #A14661 warning MethodName Method name 'testGet_regex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 374 15
    #A14662 warning GoogleMethodName Method name 'testGet_usePublicConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A14663 warning MethodName Method name 'testGet_usePublicConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A14664 warning GoogleMethodName Method name 'testGet_useFirstPublicConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A14665 warning MethodName Method name 'testGet_useFirstPublicConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A14666 warning GoogleMethodName Method name 'testGet_nullConstantIgnored' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A14667 warning MethodName Method name 'testGet_nullConstantIgnored' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15
    #A14668 warning GoogleMethodName Method name 'testGet_constantWithGenericsNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 391 15
    #A14669 warning MethodName Method name 'testGet_constantWithGenericsNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 15
    #A14670 warning GoogleMethodName Method name 'testGet_nullConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 395 15
    #A14671 warning MethodName Method name 'testGet_nullConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 395 15
    #A14672 warning GoogleMethodName Method name 'testGet_constantTypeDoesNotMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 399 15
    #A14673 warning MethodName Method name 'testGet_constantTypeDoesNotMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A14674 warning GoogleMethodName Method name 'testGet_nonPublicConstantNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 403 15
    #A14675 warning MethodName Method name 'testGet_nonPublicConstantNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A14676 warning GoogleMethodName Method name 'testGet_nonStaticFieldNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 407 15
    #A14677 warning MethodName Method name 'testGet_nonStaticFieldNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 407 15
    #A14678 warning GoogleMethodName Method name 'testGet_constructorPreferredOverConstants' has invalid underscore usage, underscores only allowed between adjacent digits. 411 15
    #A14679 warning MethodName Method name 'testGet_constructorPreferredOverConstants' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 15
    #A14680 warning GoogleMethodName Method name 'testGet_nonFinalFieldNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 418 15
    #A14681 warning MethodName Method name 'testGet_nonFinalFieldNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 418 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java

    Severity Rule Message Line Col
    #A14682 warning GoogleMethodName Method name 'testEqualsOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A14683 warning MethodName Method name 'testEqualsOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A14684 warning GoogleMethodName Method name 'testForAllPublicStaticMethods_noPublicStaticMethods' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A14685 warning MethodName Method name 'testForAllPublicStaticMethods_noPublicStaticMethods' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A14686 warning GoogleMethodName Method name 'testEqualsOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A14687 warning MethodName Method name 'testEqualsOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A14688 warning GoogleMethodName Method name 'testNullsOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A14689 warning MethodName Method name 'testNullsOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A14690 warning GoogleMethodName Method name 'testNullsOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A14691 warning MethodName Method name 'testNullsOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A14692 warning GoogleMethodName Method name 'testNullsOnReturnValues_returnTypeFiltered' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A14693 warning MethodName Method name 'testNullsOnReturnValues_returnTypeFiltered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A14694 warning GoogleMethodName Method name 'testSerializableOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A14695 warning MethodName Method name 'testSerializableOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A14696 warning GoogleMethodName Method name 'testSerializableOnReturnValues_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A14697 warning MethodName Method name 'testSerializableOnReturnValues_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A14698 warning GoogleMethodName Method name 'testEqualsAndSerializableOnReturnValues_equalsIsGoodButNotSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A14699 warning MethodName Method name 'testEqualsAndSerializableOnReturnValues_equalsIsGoodButNotSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A14700 warning GoogleMethodName Method name 'testEqualsAndSerializableOnReturnValues_serializableButNotEquals' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A14701 warning MethodName Method name 'testEqualsAndSerializableOnReturnValues_serializableButNotEquals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A14702 warning GoogleMethodName Method name 'testEqualsAndSerializableOnReturnValues_good' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A14703 warning MethodName Method name 'testEqualsAndSerializableOnReturnValues_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A14704 warning GoogleMethodName Method name 'testEqualsForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A14705 warning MethodName Method name 'testEqualsForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A14706 warning GoogleMethodName Method name 'testNullsForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A14707 warning MethodName Method name 'testNullsForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A14708 warning GoogleMethodName Method name 'testSerializableForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A14709 warning MethodName Method name 'testSerializableForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A14710 warning GoogleMethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A14711 warning MethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A14712 warning GoogleMethodName Method name 'testEqualsForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A14713 warning MethodName Method name 'testEqualsForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A14714 warning GoogleMethodName Method name 'testNullsForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 276 15
    #A14715 warning MethodName Method name 'testNullsForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A14716 warning GoogleMethodName Method name 'testSerializableForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 280 15
    #A14717 warning MethodName Method name 'testSerializableForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 280 15
    #A14718 warning GoogleMethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 284 15
    #A14719 warning MethodName Method name 'testEqualsAndSerializableForReturnValues_factoryReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 284 15
    #A14720 warning GoogleMethodName Method name 'testEquals_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 302 15
    #A14721 warning MethodName Method name 'testEquals_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 302 15
    #A14722 warning GoogleMethodName Method name 'testEquals_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. 306 15
    #A14723 warning MethodName Method name 'testEquals_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A14724 warning GoogleMethodName Method name 'testEquals_enum' has invalid underscore usage, underscores only allowed between adjacent digits. 310 15
    #A14725 warning MethodName Method name 'testEquals_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 310 15
    #A14726 warning GoogleMethodName Method name 'testBadEquals_withParameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A14727 warning MethodName Method name 'testBadEquals_withParameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A14728 warning GoogleMethodName Method name 'testBadEquals_withSingleParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A14729 warning MethodName Method name 'testBadEquals_withSingleParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A14730 warning GoogleMethodName Method name 'testNulls_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 440 15
    #A14731 warning MethodName Method name 'testNulls_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 440 15
    #A14732 warning GoogleMethodName Method name 'testNulls_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. 444 15
    #A14733 warning MethodName Method name 'testNulls_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 444 15
    #A14734 warning GoogleMethodName Method name 'testNulls_enum' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A14735 warning MethodName Method name 'testNulls_enum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A14736 warning GoogleMethodName Method name 'testNulls_parameterOptionalNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 454 15
    #A14737 warning MethodName Method name 'testNulls_parameterOptionalNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 454 15
    #A14738 warning GoogleMethodName Method name 'testInstantiate_factoryMethodReturnsNullButNotAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 484 15
    #A14739 warning MethodName Method name 'testInstantiate_factoryMethodReturnsNullButNotAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 484 15
    #A14740 warning GoogleMethodName Method name 'testInstantiate_factoryMethodReturnsNullAndAnnotated' has invalid underscore usage, underscores only allowed between adjacent digits. 494 15
    #A14741 warning MethodName Method name 'testInstantiate_factoryMethodReturnsNullAndAnnotated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 494 15
    #A14742 warning GoogleMethodName Method name 'testInstantiate_factoryMethodAcceptsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 502 15
    #A14743 warning MethodName Method name 'testInstantiate_factoryMethodAcceptsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 502 15
    #A14744 warning GoogleMethodName Method name 'testInstantiate_factoryMethodDoesNotAcceptNull' has invalid underscore usage, underscores only allowed between adjacent digits. 506 15
    #A14745 warning MethodName Method name 'testInstantiate_factoryMethodDoesNotAcceptNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 15
    #A14746 warning GoogleMethodName Method name 'testInstantiate_constructorAcceptsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 510 15
    #A14747 warning MethodName Method name 'testInstantiate_constructorAcceptsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 510 15
    #A14748 warning GoogleMethodName Method name 'testInstantiate_constructorDoesNotAcceptNull' has invalid underscore usage, underscores only allowed between adjacent digits. 514 15
    #A14749 warning MethodName Method name 'testInstantiate_constructorDoesNotAcceptNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 15
    #A14750 warning GoogleMethodName Method name 'testInstantiate_notInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 518 15
    #A14751 warning MethodName Method name 'testInstantiate_notInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 518 15
    #A14752 warning GoogleMethodName Method name 'testInstantiate_noConstantEnum' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A14753 warning MethodName Method name 'testInstantiate_noConstantEnum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A14754 warning GoogleMethodName Method name 'testInstantiate_oneConstantEnum' has invalid underscore usage, underscores only allowed between adjacent digits. 526 15
    #A14755 warning MethodName Method name 'testInstantiate_oneConstantEnum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 15
    #A14756 warning GoogleMethodName Method name 'testInstantiate_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 530 15
    #A14757 warning MethodName Method name 'testInstantiate_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 530 15
    #A14758 warning GoogleMethodName Method name 'testInstantiate_abstractClass' has invalid underscore usage, underscores only allowed between adjacent digits. 534 15
    #A14759 warning MethodName Method name 'testInstantiate_abstractClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 534 15
    #A14760 warning GoogleMethodName Method name 'testInstantiate_annotation' has invalid underscore usage, underscores only allowed between adjacent digits. 538 15
    #A14761 warning MethodName Method name 'testInstantiate_annotation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 538 15
    #A14762 warning GoogleMethodName Method name 'testInstantiate_setDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 542 15
    #A14763 warning MethodName Method name 'testInstantiate_setDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 542 15
    #A14764 warning GoogleMethodName Method name 'testSetDistinctValues_equalInstances' has invalid underscore usage, underscores only allowed between adjacent digits. 548 15
    #A14765 warning MethodName Method name 'testSetDistinctValues_equalInstances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 548 15
    #A14766 warning GoogleMethodName Method name 'testInstantiate_setDistinctValues' has invalid underscore usage, underscores only allowed between adjacent digits. 556 15
    #A14767 warning MethodName Method name 'testInstantiate_setDistinctValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 15
    #A14768 warning GoogleMethodName Method name 'testInstantiate_constructorThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 564 15
    #A14769 warning MethodName Method name 'testInstantiate_constructorThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 564 15
    #A14770 warning GoogleMethodName Method name 'testInstantiate_factoryMethodThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 572 15
    #A14771 warning MethodName Method name 'testInstantiate_factoryMethodThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 572 15
    #A14772 warning GoogleMethodName Method name 'testInstantiate_constructorParameterNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 580 15
    #A14773 warning MethodName Method name 'testInstantiate_constructorParameterNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 580 15
    #A14774 warning GoogleMethodName Method name 'testInstantiate_factoryMethodParameterNotInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 588 15
    #A14775 warning MethodName Method name 'testInstantiate_factoryMethodParameterNotInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 588 15
    #A14776 warning GoogleMethodName Method name 'testInstantiate_instantiableFactoryMethodChosen' has invalid underscore usage, underscores only allowed between adjacent digits. 596 15
    #A14777 warning MethodName Method name 'testInstantiate_instantiableFactoryMethodChosen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 15
    #A14778 warning GoogleMethodName Method name 'testInstantiate_instantiableConstructorChosen' has invalid underscore usage, underscores only allowed between adjacent digits. 662 15
    #A14779 warning MethodName Method name 'testInstantiate_instantiableConstructorChosen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 662 15
    #A14780 warning GoogleMethodName Method name 'testEquals_setOfNonInstantiable' has invalid underscore usage, underscores only allowed between adjacent digits. 666 15
    #A14781 warning MethodName Method name 'testEquals_setOfNonInstantiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 666 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/EquivalenceTesterTest.java

    Severity Rule Message Line Col
    #A14782 warning GoogleMethodName Method name 'testOf_NullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A14783 warning MethodName Method name 'testOf_NullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A14784 warning GoogleMethodName Method name 'testTest_NoData' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14785 warning MethodName Method name 'testTest_NoData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14786 warning GoogleMethodName Method name 'testTest_symmetric' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A14787 warning MethodName Method name 'testTest_symmetric' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A14788 warning GoogleMethodName Method name 'testTest_trasitive' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A14789 warning MethodName Method name 'testTest_trasitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A14790 warning GoogleMethodName Method name 'testTest_inequivalence' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A14791 warning MethodName Method name 'testTest_inequivalence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A14792 warning GoogleMethodName Method name 'testTest_hash' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A14793 warning MethodName Method name 'testTest_hash' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/FakeTickerTest.java

    Severity Rule Message Line Col
    #A14794 warning GoogleMethodName Method name 'testAutoIncrementStep_returnsSameInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14795 warning MethodName Method name 'testAutoIncrementStep_returnsSameInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14796 warning GoogleMethodName Method name 'testAutoIncrementStep_nanos' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A14797 warning MethodName Method name 'testAutoIncrementStep_nanos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A14798 warning GoogleMethodName Method name 'testAutoIncrementStep_millis' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A14799 warning MethodName Method name 'testAutoIncrementStep_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A14800 warning GoogleMethodName Method name 'testAutoIncrementStep_seconds' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A14801 warning MethodName Method name 'testAutoIncrementStep_seconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A14802 warning GoogleMethodName Method name 'testAutoIncrementStep_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A14803 warning MethodName Method name 'testAutoIncrementStep_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A14804 warning GoogleMethodName Method name 'testAutoIncrementStep_resetToZero' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A14805 warning MethodName Method name 'testAutoIncrementStep_resetToZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A14806 warning GoogleMethodName Method name 'testAutoIncrement_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14807 warning MethodName Method name 'testAutoIncrement_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/FreshValueGeneratorTest.java

    Severity Rule Message Line Col
    #A14808 warning GoogleMethodName Method name 'testAddSampleInstances_twoInstances' has invalid underscore usage, underscores only allowed between adjacent digits. 481 15
    #A14809 warning MethodName Method name 'testAddSampleInstances_twoInstances' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 15
    #A14810 warning GoogleMethodName Method name 'testAddSampleInstances_oneInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 489 15
    #A14811 warning MethodName Method name 'testAddSampleInstances_oneInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 15
    #A14812 warning GoogleMethodName Method name 'testAddSampleInstances_noInstance' has invalid underscore usage, underscores only allowed between adjacent digits. 496 15
    #A14813 warning MethodName Method name 'testAddSampleInstances_noInstance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

    Severity Rule Message Line Col
    #A14814 warning GoogleMethodName Method name 'testAwait_CountDownLatch' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A14815 warning MethodName Method name 'testAwait_CountDownLatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A14816 warning GoogleMethodName Method name 'testAwaitDone_Future' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14817 warning MethodName Method name 'testAwaitDone_Future' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14818 warning GoogleMethodName Method name 'testAwaitDone_Future_Cancel' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A14819 warning MethodName Method name 'testAwaitDone_Future_Cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A14820 warning GoogleMethodName Method name 'testAwaitDone_FinalizationPredicate' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A14821 warning MethodName Method name 'testAwaitDone_FinalizationPredicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A14822 warning GoogleMethodName Method name 'testAwait_CountDownLatch_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A14823 warning MethodName Method name 'testAwait_CountDownLatch_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A14824 warning GoogleMethodName Method name 'testAwaitDone_Future_Interrupted_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A14825 warning MethodName Method name 'testAwaitDone_Future_Interrupted_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A14826 warning GoogleMethodName Method name 'testAwaitClear_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A14827 warning MethodName Method name 'testAwaitClear_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A14828 warning GoogleMethodName Method name 'testAwaitDone_FinalizationPredicate_Interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A14829 warning MethodName Method name 'testAwaitDone_FinalizationPredicate_Interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java

    Severity Rule Message Line Col
    #A14830 warning GoogleMethodName Method name 'testVisibility_public' has invalid underscore usage, underscores only allowed between adjacent digits. 1387 15
    #A14831 warning MethodName Method name 'testVisibility_public' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1387 15
    #A14832 warning GoogleMethodName Method name 'testVisibility_protected' has invalid underscore usage, underscores only allowed between adjacent digits. 1399 15
    #A14833 warning MethodName Method name 'testVisibility_protected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1399 15
    #A14834 warning GoogleMethodName Method name 'testVisibility_package' has invalid underscore usage, underscores only allowed between adjacent digits. 1412 15
    #A14835 warning MethodName Method name 'testVisibility_package' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1412 15
    #A14836 warning GoogleMethodName Method name 'testConstructor_Ignored_ShouldPass' has invalid underscore usage, underscores only allowed between adjacent digits. 1472 15
    #A14837 warning MethodName Method name 'testConstructor_Ignored_ShouldPass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1472 15
    #A14838 warning GoogleMethodName Method name 'testConstructor_ShouldFail' has invalid underscore usage, underscores only allowed between adjacent digits. 1478 15
    #A14839 warning MethodName Method name 'testConstructor_ShouldFail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1478 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/base/ObjectsBenchmark.java

    Severity Rule Message Line Col
    #A14840 warning GoogleMethodName Method name 'hashString_2' has invalid underscore usage, underscores only allowed between adjacent digits. 40 7
    #A14841 warning GoogleMethodName Method name 'hashString_3' has invalid underscore usage, underscores only allowed between adjacent digits. 49 7
    #A14842 warning GoogleMethodName Method name 'hashString_4' has invalid underscore usage, underscores only allowed between adjacent digits. 58 7
    #A14843 warning GoogleMethodName Method name 'hashString_5' has invalid underscore usage, underscores only allowed between adjacent digits. 67 7
    #A14844 warning GoogleMethodName Method name 'hashMixed_5' has invalid underscore usage, underscores only allowed between adjacent digits. 76 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/cache/MapMakerComparisonBenchmark.java

    Severity Rule Message Line Col
    #A14845 warning GoogleMethodName Method name 'cacheBuilder_stats' has invalid underscore usage, underscores only allowed between adjacent digits. 53 8
    #A14846 warning MethodName Method name 'cacheBuilder_stats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/IntMathBenchmark.java

    Severity Rule Message Line Col
    #A14847 warning MethodName Method name 'gCD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 7
    #A14848 warning GoogleMethodName Method name 'gCD' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 75 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/math/LongMathBenchmark.java

    Severity Rule Message Line Col
    #A14849 warning MethodName Method name 'gCD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 7
    #A14850 warning GoogleMethodName Method name 'gCD' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/ExecutionListBenchmark.java

    Severity Rule Message Line Col
    #A14851 warning GoogleMethodName Method name 'addThenExecute_singleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 282 7
    #A14852 warning MethodName Method name 'addThenExecute_singleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 7
    #A14853 warning GoogleMethodName Method name 'executeThenAdd_singleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 298 7
    #A14854 warning MethodName Method name 'executeThenAdd_singleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 7
    #A14855 warning GoogleMethodName Method name 'addThenExecute_multiThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 322 7
    #A14856 warning MethodName Method name 'addThenExecute_multiThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 7
    #A14857 warning GoogleMethodName Method name 'executeThenAdd_multiThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 349 7
    #A14858 warning MethodName Method name 'executeThenAdd_multiThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 7

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/benchmark/com/google/common/util/concurrent/SingleThreadAbstractFutureBenchmark.java

    Severity Rule Message Line Col
    #A14859 warning GoogleMethodName Method name 'timeComplete_Normal' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A14860 warning MethodName Method name 'timeComplete_Normal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A14861 warning GoogleMethodName Method name 'timeComplete_Failure' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A14862 warning MethodName Method name 'timeComplete_Failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A14863 warning GoogleMethodName Method name 'timeComplete_Cancel' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A14864 warning MethodName Method name 'timeComplete_Cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/CaseFormatTest.java

    Severity Rule Message Line Col
    #A14865 warning GoogleMethodName Method name 'testConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A14866 warning MethodName Method name 'testConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A14867 warning GoogleMethodName Method name 'testConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A14868 warning MethodName Method name 'testConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A14869 warning GoogleMethodName Method name 'testConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 218 15
    #A14870 warning MethodName Method name 'testConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/CharMatcherTest.java

    Severity Rule Message Line Col
    #A14871 warning GoogleMethodName Method name 'testAnyAndNone_logicalOps' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A14872 warning MethodName Method name 'testAnyAndNone_logicalOps' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A14873 warning GoogleMethodName Method name 'testCollapse_any' has invalid underscore usage, underscores only allowed between adjacent digits. 491 15
    #A14874 warning MethodName Method name 'testCollapse_any' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/ConverterTest.java

    Severity Rule Message Line Col
    #A14875 warning GoogleMethodName Method name 'testSerialization_identity' has invalid underscore usage, underscores only allowed between adjacent digits. 206 15
    #A14876 warning MethodName Method name 'testSerialization_identity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 15
    #A14877 warning GoogleMethodName Method name 'testSerialization_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 211 15
    #A14878 warning MethodName Method name 'testSerialization_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 15
    #A14879 warning GoogleMethodName Method name 'testSerialization_andThen' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A14880 warning MethodName Method name 'testSerialization_andThen' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A14881 warning GoogleMethodName Method name 'testSerialization_from' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A14882 warning MethodName Method name 'testSerialization_from' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/EnumsTest.java

    Severity Rule Message Line Col
    #A14883 warning GoogleMethodName Method name 'testGetIfPresent_caseSensitive' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A14884 warning MethodName Method name 'testGetIfPresent_caseSensitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A14885 warning GoogleMethodName Method name 'testGetIfPresent_whenNoMatchingConstant' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A14886 warning MethodName Method name 'testGetIfPresent_whenNoMatchingConstant' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A14887 warning GoogleMethodName Method name 'testGetIfPresent_doesNotPreventClassUnloading' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A14888 warning MethodName Method name 'testGetIfPresent_doesNotPreventClassUnloading' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A14889 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A14890 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A14891 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A14892 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A14893 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A14894 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A14895 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A14896 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A14897 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A14898 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A14899 warning GoogleMethodName Method name 'testStringConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A14900 warning MethodName Method name 'testStringConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A14901 warning GoogleMethodName Method name 'testStringConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A14902 warning MethodName Method name 'testStringConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/EquivalenceTest.java

    Severity Rule Message Line Col
    #A14903 warning GoogleMethodName Method name 'testPairwiseEquivalent_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A14904 warning MethodName Method name 'testPairwiseEquivalent_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A14905 warning GoogleMethodName Method name 'testWrap_get' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A14906 warning MethodName Method name 'testWrap_get' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A14907 warning GoogleMethodName Method name 'testOnResultOf_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A14908 warning MethodName Method name 'testOnResultOf_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/FunctionsTest.java

    Severity Rule Message Line Col
    #A14909 warning GoogleMethodName Method name 'testIdentity_same' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A14910 warning MethodName Method name 'testIdentity_same' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A14911 warning GoogleMethodName Method name 'testIdentity_notSame' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A14912 warning MethodName Method name 'testIdentity_notSame' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A14913 warning GoogleMethodName Method name 'testToStringFunction_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A14914 warning MethodName Method name 'testToStringFunction_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A14915 warning GoogleMethodName Method name 'testForMapWithDefault_includeSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A14916 warning MethodName Method name 'testForMapWithDefault_includeSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A14917 warning GoogleMethodName Method name 'testForMapWithDefault_null' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A14918 warning MethodName Method name 'testForMapWithDefault_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A14919 warning GoogleMethodName Method name 'testForMapWithDefault_null_compareWithSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A14920 warning MethodName Method name 'testForMapWithDefault_null_compareWithSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A14921 warning GoogleMethodName Method name 'testComposition_includeReserializabled' has invalid underscore usage, underscores only allowed between adjacent digits. 239 15
    #A14922 warning MethodName Method name 'testComposition_includeReserializabled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/JoinerTest.java

    Severity Rule Message Line Col
    #A14923 warning GoogleMethodName Method name 'test_useForNull_skipNulls' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A14924 warning MethodName Method name 'test_useForNull_skipNulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A14925 warning GoogleMethodName Method name 'test_skipNulls_useForNull' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A14926 warning MethodName Method name 'test_skipNulls_useForNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A14927 warning GoogleMethodName Method name 'test_useForNull_twice' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A14928 warning MethodName Method name 'test_useForNull_twice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A14929 warning GoogleMethodName Method name 'test_skipNulls_onMap' has invalid underscore usage, underscores only allowed between adjacent digits. 301 15
    #A14930 warning MethodName Method name 'test_skipNulls_onMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/OptionalTest.java

    Severity Rule Message Line Col
    #A14931 warning GoogleMethodName Method name 'testToJavaUtil_static' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A14932 warning MethodName Method name 'testToJavaUtil_static' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A14933 warning GoogleMethodName Method name 'testToJavaUtil_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A14934 warning MethodName Method name 'testToJavaUtil_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A14935 warning GoogleMethodName Method name 'testOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A14936 warning MethodName Method name 'testOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A14937 warning GoogleMethodName Method name 'testFromNullable_null' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A14938 warning MethodName Method name 'testFromNullable_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A14939 warning GoogleMethodName Method name 'testIsPresent_no' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A14940 warning MethodName Method name 'testIsPresent_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A14941 warning GoogleMethodName Method name 'testIsPresent_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A14942 warning MethodName Method name 'testIsPresent_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A14943 warning GoogleMethodName Method name 'testGet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A14944 warning MethodName Method name 'testGet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A14945 warning GoogleMethodName Method name 'testGet_present' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A14946 warning MethodName Method name 'testGet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A14947 warning GoogleMethodName Method name 'testOr_T_present' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A14948 warning MethodName Method name 'testOr_T_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A14949 warning GoogleMethodName Method name 'testOr_T_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A14950 warning MethodName Method name 'testOr_T_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A14951 warning GoogleMethodName Method name 'testOr_supplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A14952 warning MethodName Method name 'testOr_supplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A14953 warning GoogleMethodName Method name 'testOr_supplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A14954 warning MethodName Method name 'testOr_supplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A14955 warning GoogleMethodName Method name 'testOr_nullSupplier_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A14956 warning MethodName Method name 'testOr_nullSupplier_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A14957 warning GoogleMethodName Method name 'testOr_nullSupplier_present' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A14958 warning MethodName Method name 'testOr_nullSupplier_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A14959 warning GoogleMethodName Method name 'testOr_Optional_present' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A14960 warning MethodName Method name 'testOr_Optional_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A14961 warning GoogleMethodName Method name 'testOr_Optional_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A14962 warning MethodName Method name 'testOr_Optional_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A14963 warning GoogleMethodName Method name 'testOrNull_present' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A14964 warning MethodName Method name 'testOrNull_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A14965 warning GoogleMethodName Method name 'testOrNull_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 148 15
    #A14966 warning MethodName Method name 'testOrNull_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A14967 warning GoogleMethodName Method name 'testAsSet_present' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A14968 warning MethodName Method name 'testAsSet_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A14969 warning GoogleMethodName Method name 'testAsSet_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A14970 warning MethodName Method name 'testAsSet_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A14971 warning GoogleMethodName Method name 'testAsSet_presentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A14972 warning MethodName Method name 'testAsSet_presentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A14973 warning GoogleMethodName Method name 'testAsSet_absentIsImmutable' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A14974 warning MethodName Method name 'testAsSet_absentIsImmutable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A14975 warning GoogleMethodName Method name 'testTransform_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A14976 warning MethodName Method name 'testTransform_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A14977 warning GoogleMethodName Method name 'testTransform_presentIdentity' has invalid underscore usage, underscores only allowed between adjacent digits. 184 15
    #A14978 warning MethodName Method name 'testTransform_presentIdentity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A14979 warning GoogleMethodName Method name 'testTransform_presentToString' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A14980 warning MethodName Method name 'testTransform_presentToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A14981 warning GoogleMethodName Method name 'testTransform_present_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 192 15
    #A14982 warning MethodName Method name 'testTransform_present_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 192 15
    #A14983 warning GoogleMethodName Method name 'testTransform_absent_functionReturnsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A14984 warning MethodName Method name 'testTransform_absent_functionReturnsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A14985 warning GoogleMethodName Method name 'testToString_absent' has invalid underscore usage, underscores only allowed between adjacent digits. 229 15
    #A14986 warning MethodName Method name 'testToString_absent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 229 15
    #A14987 warning GoogleMethodName Method name 'testToString_present' has invalid underscore usage, underscores only allowed between adjacent digits. 233 15
    #A14988 warning MethodName Method name 'testToString_present' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 233 15
    #A14989 warning GoogleMethodName Method name 'testPresentInstances_allPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A14990 warning MethodName Method name 'testPresentInstances_allPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A14991 warning GoogleMethodName Method name 'testPresentInstances_allAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A14992 warning MethodName Method name 'testPresentInstances_allAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A14993 warning GoogleMethodName Method name 'testPresentInstances_somePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A14994 warning MethodName Method name 'testPresentInstances_somePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A14995 warning GoogleMethodName Method name 'testPresentInstances_callingIteratorTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A14996 warning MethodName Method name 'testPresentInstances_callingIteratorTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A14997 warning GoogleMethodName Method name 'testPresentInstances_wildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A14998 warning MethodName Method name 'testPresentInstances_wildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/PreconditionsTest.java

    Severity Rule Message Line Col
    #A14999 warning GoogleMethodName Method name 'testCheckArgument_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A15000 warning MethodName Method name 'testCheckArgument_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A15001 warning GoogleMethodName Method name 'testCheckArgument_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A15002 warning MethodName Method name 'testCheckArgument_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A15003 warning GoogleMethodName Method name 'testCheckArgument_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A15004 warning MethodName Method name 'testCheckArgument_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A15005 warning GoogleMethodName Method name 'testCheckArgument_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A15006 warning MethodName Method name 'testCheckArgument_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A15007 warning GoogleMethodName Method name 'testCheckArgument_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A15008 warning MethodName Method name 'testCheckArgument_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A15009 warning GoogleMethodName Method name 'testCheckArgument_nullMessageWithArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A15010 warning MethodName Method name 'testCheckArgument_nullMessageWithArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A15011 warning GoogleMethodName Method name 'testCheckArgument_nullArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A15012 warning MethodName Method name 'testCheckArgument_nullArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A15013 warning GoogleMethodName Method name 'testCheckArgument_notEnoughArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A15014 warning MethodName Method name 'testCheckArgument_notEnoughArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A15015 warning GoogleMethodName Method name 'testCheckArgument_tooManyArgs_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A15016 warning MethodName Method name 'testCheckArgument_tooManyArgs_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A15017 warning GoogleMethodName Method name 'testCheckArgument_singleNullArg_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A15018 warning MethodName Method name 'testCheckArgument_singleNullArg_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A15019 warning GoogleMethodName Method name 'testCheckArgument_singleNullArray_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A15020 warning MethodName Method name 'testCheckArgument_singleNullArray_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A15021 warning GoogleMethodName Method name 'testCheckArgument_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A15022 warning MethodName Method name 'testCheckArgument_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A15023 warning GoogleMethodName Method name 'testCheckArgument_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A15024 warning MethodName Method name 'testCheckArgument_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A15025 warning GoogleMethodName Method name 'testCheckState_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A15026 warning MethodName Method name 'testCheckState_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A15027 warning GoogleMethodName Method name 'testCheckState_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A15028 warning MethodName Method name 'testCheckState_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A15029 warning GoogleMethodName Method name 'testCheckState_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A15030 warning MethodName Method name 'testCheckState_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A15031 warning GoogleMethodName Method name 'testCheckState_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A15032 warning MethodName Method name 'testCheckState_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A15033 warning GoogleMethodName Method name 'testCheckState_nullMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A15034 warning MethodName Method name 'testCheckState_nullMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A15035 warning GoogleMethodName Method name 'testCheckState_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A15036 warning MethodName Method name 'testCheckState_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A15037 warning GoogleMethodName Method name 'testCheckState_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A15038 warning MethodName Method name 'testCheckState_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A15039 warning GoogleMethodName Method name 'testCheckNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A15040 warning MethodName Method name 'testCheckNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A15041 warning GoogleMethodName Method name 'testCheckNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 199 15
    #A15042 warning MethodName Method name 'testCheckNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 199 15
    #A15043 warning GoogleMethodName Method name 'testCheckNotNull_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A15044 warning MethodName Method name 'testCheckNotNull_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A15045 warning GoogleMethodName Method name 'testCheckNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A15046 warning MethodName Method name 'testCheckNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A15047 warning GoogleMethodName Method name 'testCheckNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A15048 warning MethodName Method name 'testCheckNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A15049 warning GoogleMethodName Method name 'testCheckNotNull_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A15050 warning MethodName Method name 'testCheckNotNull_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A15051 warning GoogleMethodName Method name 'testCheckElementIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A15052 warning MethodName Method name 'testCheckElementIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A15053 warning GoogleMethodName Method name 'testCheckElementIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A15054 warning MethodName Method name 'testCheckElementIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A15055 warning GoogleMethodName Method name 'testCheckElementIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 251 15
    #A15056 warning MethodName Method name 'testCheckElementIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15
    #A15057 warning GoogleMethodName Method name 'testCheckElementIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A15058 warning MethodName Method name 'testCheckElementIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A15059 warning GoogleMethodName Method name 'testCheckElementIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A15060 warning MethodName Method name 'testCheckElementIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A15061 warning GoogleMethodName Method name 'testCheckElementIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A15062 warning MethodName Method name 'testCheckElementIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A15063 warning GoogleMethodName Method name 'testCheckPositionIndex_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A15064 warning MethodName Method name 'testCheckPositionIndex_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A15065 warning GoogleMethodName Method name 'testCheckPositionIndex_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A15066 warning MethodName Method name 'testCheckPositionIndex_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A15067 warning GoogleMethodName Method name 'testCheckPositionIndex_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A15068 warning MethodName Method name 'testCheckPositionIndex_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A15069 warning GoogleMethodName Method name 'testCheckPositionIndex_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A15070 warning MethodName Method name 'testCheckPositionIndex_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A15071 warning GoogleMethodName Method name 'testCheckPositionIndex_withDesc_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 323 15
    #A15072 warning MethodName Method name 'testCheckPositionIndex_withDesc_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 15
    #A15073 warning GoogleMethodName Method name 'testCheckPositionIndex_withDesc_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 332 15
    #A15074 warning MethodName Method name 'testCheckPositionIndex_withDesc_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 332 15
    #A15075 warning GoogleMethodName Method name 'testCheckPositionIndexes_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A15076 warning MethodName Method name 'testCheckPositionIndexes_ok' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A15077 warning GoogleMethodName Method name 'testCheckPositionIndexes_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A15078 warning MethodName Method name 'testCheckPositionIndexes_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A15079 warning GoogleMethodName Method name 'testCheckPositionIndex_startNegative' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A15080 warning MethodName Method name 'testCheckPositionIndex_startNegative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A15081 warning GoogleMethodName Method name 'testCheckPositionIndexes_endTooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 365 15
    #A15082 warning MethodName Method name 'testCheckPositionIndexes_endTooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 365 15
    #A15083 warning GoogleMethodName Method name 'testCheckPositionIndexes_reversed' has invalid underscore usage, underscores only allowed between adjacent digits. 376 15
    #A15084 warning MethodName Method name 'testCheckPositionIndexes_reversed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 15
    #A15085 warning GoogleMethodName Method name 'testAllOverloads_checkArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 388 15
    #A15086 warning MethodName Method name 'testAllOverloads_checkArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 388 15
    #A15087 warning GoogleMethodName Method name 'testAllOverloads_checkState' has invalid underscore usage, underscores only allowed between adjacent digits. 405 15
    #A15088 warning MethodName Method name 'testAllOverloads_checkState' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A15089 warning GoogleMethodName Method name 'testAllOverloads_checkNotNull' has invalid underscore usage, underscores only allowed between adjacent digits. 422 15
    #A15090 warning MethodName Method name 'testAllOverloads_checkNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/PredicatesTest.java

    Severity Rule Message Line Col
    #A15091 warning GoogleMethodName Method name 'testAlwaysTrue_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A15092 warning MethodName Method name 'testAlwaysTrue_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A15093 warning GoogleMethodName Method name 'testAlwaysTrue_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A15094 warning MethodName Method name 'testAlwaysTrue_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A15095 warning GoogleMethodName Method name 'testAlwaysTrue_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A15096 warning MethodName Method name 'testAlwaysTrue_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A15097 warning GoogleMethodName Method name 'testAlwaysFalse_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A15098 warning MethodName Method name 'testAlwaysFalse_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A15099 warning GoogleMethodName Method name 'testAlwaysFalse_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A15100 warning MethodName Method name 'testAlwaysFalse_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A15101 warning GoogleMethodName Method name 'testAlwaysFalse_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A15102 warning MethodName Method name 'testAlwaysFalse_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A15103 warning GoogleMethodName Method name 'testNot_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A15104 warning MethodName Method name 'testNot_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A15105 warning GoogleMethodName Method name 'testNot_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A15106 warning MethodName Method name 'testNot_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A15107 warning GoogleMethodName Method name 'testNot_equalityForNotOfKnownValues' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A15108 warning MethodName Method name 'testNot_equalityForNotOfKnownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A15109 warning GoogleMethodName Method name 'testNot_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A15110 warning MethodName Method name 'testNot_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A15111 warning GoogleMethodName Method name 'testAnd_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A15112 warning MethodName Method name 'testAnd_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A15113 warning GoogleMethodName Method name 'testAnd_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A15114 warning MethodName Method name 'testAnd_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A15115 warning GoogleMethodName Method name 'testAnd_serializationNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A15116 warning MethodName Method name 'testAnd_serializationNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A15117 warning GoogleMethodName Method name 'testAnd_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A15118 warning MethodName Method name 'testAnd_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A15119 warning GoogleMethodName Method name 'testAnd_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A15120 warning MethodName Method name 'testAnd_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A15121 warning GoogleMethodName Method name 'testAnd_serializationOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A15122 warning MethodName Method name 'testAnd_serializationOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A15123 warning GoogleMethodName Method name 'testAnd_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A15124 warning MethodName Method name 'testAnd_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A15125 warning GoogleMethodName Method name 'testAnd_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A15126 warning MethodName Method name 'testAnd_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A15127 warning GoogleMethodName Method name 'testAnd_serializationBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A15128 warning MethodName Method name 'testAnd_serializationBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A15129 warning GoogleMethodName Method name 'testAnd_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 252 15
    #A15130 warning MethodName Method name 'testAnd_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 252 15
    #A15131 warning GoogleMethodName Method name 'testAnd_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A15132 warning MethodName Method name 'testAnd_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A15133 warning GoogleMethodName Method name 'testAnd_serializationTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 273 15
    #A15134 warning MethodName Method name 'testAnd_serializationTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 273 15
    #A15135 warning GoogleMethodName Method name 'testAnd_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A15136 warning MethodName Method name 'testAnd_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A15137 warning GoogleMethodName Method name 'testAnd_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A15138 warning MethodName Method name 'testAnd_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A15139 warning GoogleMethodName Method name 'testAnd_serializationIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A15140 warning MethodName Method name 'testAnd_serializationIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A15141 warning GoogleMethodName Method name 'testAnd_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A15142 warning MethodName Method name 'testAnd_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A15143 warning GoogleMethodName Method name 'testAnd_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A15144 warning MethodName Method name 'testAnd_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A15145 warning GoogleMethodName Method name 'testAnd_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A15146 warning MethodName Method name 'testAnd_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A15147 warning GoogleMethodName Method name 'testOr_applyNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A15148 warning MethodName Method name 'testOr_applyNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A15149 warning GoogleMethodName Method name 'testOr_equalityNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 346 15
    #A15150 warning MethodName Method name 'testOr_equalityNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 15
    #A15151 warning GoogleMethodName Method name 'testOr_serializationNoArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A15152 warning MethodName Method name 'testOr_serializationNoArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A15153 warning GoogleMethodName Method name 'testOr_applyOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 361 15
    #A15154 warning MethodName Method name 'testOr_applyOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 15
    #A15155 warning GoogleMethodName Method name 'testOr_equalityOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A15156 warning MethodName Method name 'testOr_equalityOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A15157 warning GoogleMethodName Method name 'testOr_serializationOneArg' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A15158 warning MethodName Method name 'testOr_serializationOneArg' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A15159 warning GoogleMethodName Method name 'testOr_applyBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A15160 warning MethodName Method name 'testOr_applyBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A15161 warning GoogleMethodName Method name 'testOr_equalityBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 394 15
    #A15162 warning MethodName Method name 'testOr_equalityBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 15
    #A15163 warning GoogleMethodName Method name 'testOr_serializationBinary' has invalid underscore usage, underscores only allowed between adjacent digits. 404 15
    #A15164 warning MethodName Method name 'testOr_serializationBinary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 404 15
    #A15165 warning GoogleMethodName Method name 'testOr_applyTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 409 15
    #A15166 warning MethodName Method name 'testOr_applyTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 409 15
    #A15167 warning GoogleMethodName Method name 'testOr_equalityTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A15168 warning MethodName Method name 'testOr_equalityTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15
    #A15169 warning GoogleMethodName Method name 'testOr_serializationTernary' has invalid underscore usage, underscores only allowed between adjacent digits. 429 15
    #A15170 warning MethodName Method name 'testOr_serializationTernary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 15
    #A15171 warning GoogleMethodName Method name 'testOr_applyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 434 15
    #A15172 warning MethodName Method name 'testOr_applyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 434 15
    #A15173 warning GoogleMethodName Method name 'testOr_equalityIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 449 15
    #A15174 warning MethodName Method name 'testOr_equalityIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 449 15
    #A15175 warning GoogleMethodName Method name 'testOr_serializationIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 462 15
    #A15176 warning MethodName Method name 'testOr_serializationIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 462 15
    #A15177 warning GoogleMethodName Method name 'testOr_arrayDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 469 15
    #A15178 warning MethodName Method name 'testOr_arrayDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 469 15
    #A15179 warning GoogleMethodName Method name 'testOr_listDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 477 15
    #A15180 warning MethodName Method name 'testOr_listDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 477 15
    #A15181 warning GoogleMethodName Method name 'testOr_iterableDefensivelyCopied' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A15182 warning MethodName Method name 'testOr_iterableDefensivelyCopied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A15183 warning GoogleMethodName Method name 'testIsEqualTo_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 504 15
    #A15184 warning MethodName Method name 'testIsEqualTo_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 15
    #A15185 warning GoogleMethodName Method name 'testIsEqualTo_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 512 15
    #A15186 warning MethodName Method name 'testIsEqualTo_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 512 15
    #A15187 warning GoogleMethodName Method name 'testIsEqualTo_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 521 15
    #A15188 warning MethodName Method name 'testIsEqualTo_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 15
    #A15189 warning GoogleMethodName Method name 'testIsEqualToNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 525 15
    #A15190 warning MethodName Method name 'testIsEqualToNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 525 15
    #A15191 warning GoogleMethodName Method name 'testIsEqualToNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 531 15
    #A15192 warning MethodName Method name 'testIsEqualToNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 15
    #A15193 warning GoogleMethodName Method name 'testIsEqualToNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 540 15
    #A15194 warning MethodName Method name 'testIsEqualToNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 540 15
    #A15195 warning GoogleMethodName Method name 'testIsInstanceOf_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 550 15
    #A15196 warning MethodName Method name 'testIsInstanceOf_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 550 15
    #A15197 warning GoogleMethodName Method name 'testIsInstanceOf_subclass' has invalid underscore usage, underscores only allowed between adjacent digits. 560 15
    #A15198 warning MethodName Method name 'testIsInstanceOf_subclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 560 15
    #A15199 warning GoogleMethodName Method name 'testIsInstanceOf_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 570 15
    #A15200 warning MethodName Method name 'testIsInstanceOf_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 570 15
    #A15201 warning GoogleMethodName Method name 'testIsInstanceOf_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 580 15
    #A15202 warning MethodName Method name 'testIsInstanceOf_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 580 15
    #A15203 warning GoogleMethodName Method name 'testIsInstanceOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 590 15
    #A15204 warning MethodName Method name 'testIsInstanceOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 590 15
    #A15205 warning GoogleMethodName Method name 'testSubtypeOf_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 595 15
    #A15206 warning MethodName Method name 'testSubtypeOf_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A15207 warning GoogleMethodName Method name 'testSubtypeOf_subclass' has invalid underscore usage, underscores only allowed between adjacent digits. 609 15
    #A15208 warning MethodName Method name 'testSubtypeOf_subclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 609 15
    #A15209 warning GoogleMethodName Method name 'testSubtypeOf_interface' has invalid underscore usage, underscores only allowed between adjacent digits. 617 15
    #A15210 warning MethodName Method name 'testSubtypeOf_interface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 617 15
    #A15211 warning GoogleMethodName Method name 'testSubtypeOf_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 625 15
    #A15212 warning MethodName Method name 'testSubtypeOf_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 625 15
    #A15213 warning GoogleMethodName Method name 'testSubtypeOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 634 15
    #A15214 warning MethodName Method name 'testSubtypeOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 15
    #A15215 warning GoogleMethodName Method name 'testIsNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 647 15
    #A15216 warning MethodName Method name 'testIsNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 647 15
    #A15217 warning GoogleMethodName Method name 'testIsNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 653 15
    #A15218 warning MethodName Method name 'testIsNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 653 15
    #A15219 warning GoogleMethodName Method name 'testIsNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 661 15
    #A15220 warning MethodName Method name 'testIsNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 15
    #A15221 warning GoogleMethodName Method name 'testNotNull_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 668 15
    #A15222 warning MethodName Method name 'testNotNull_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 668 15
    #A15223 warning GoogleMethodName Method name 'testNotNull_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 674 15
    #A15224 warning MethodName Method name 'testNotNull_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 674 15
    #A15225 warning GoogleMethodName Method name 'testNotNull_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 682 15
    #A15226 warning MethodName Method name 'testNotNull_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 682 15
    #A15227 warning GoogleMethodName Method name 'testIn_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 686 15
    #A15228 warning MethodName Method name 'testIn_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 15
    #A15229 warning GoogleMethodName Method name 'testIn_equality' has invalid underscore usage, underscores only allowed between adjacent digits. 696 15
    #A15230 warning MethodName Method name 'testIn_equality' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 696 15
    #A15231 warning GoogleMethodName Method name 'testIn_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 713 15
    #A15232 warning MethodName Method name 'testIn_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 713 15
    #A15233 warning GoogleMethodName Method name 'testIn_handlesNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 717 15
    #A15234 warning MethodName Method name 'testIn_handlesNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 717 15
    #A15235 warning GoogleMethodName Method name 'testIn_handlesClassCastException' has invalid underscore usage, underscores only allowed between adjacent digits. 732 15
    #A15236 warning MethodName Method name 'testIn_handlesClassCastException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 732 15
    #A15237 warning GoogleMethodName Method name 'testIn_compilesWithExplicitSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. 751 15
    #A15238 warning MethodName Method name 'testIn_compilesWithExplicitSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 15
    #A15239 warning GoogleMethodName Method name 'testContainsPattern_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 832 15
    #A15240 warning MethodName Method name 'testContainsPattern_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 832 15
    #A15241 warning GoogleMethodName Method name 'testContains_apply' has invalid underscore usage, underscores only allowed between adjacent digits. 839 15
    #A15242 warning MethodName Method name 'testContains_apply' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 839 15
    #A15243 warning GoogleMethodName Method name 'testContainsPattern_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 847 15
    #A15244 warning MethodName Method name 'testContainsPattern_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 847 15
    #A15245 warning GoogleMethodName Method name 'testContains_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 855 15
    #A15246 warning MethodName Method name 'testContains_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 855 15
    #A15247 warning GoogleMethodName Method name 'testContainsPattern_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 863 15
    #A15248 warning MethodName Method name 'testContainsPattern_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 863 15
    #A15249 warning GoogleMethodName Method name 'testContains_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 870 15
    #A15250 warning MethodName Method name 'testContains_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 870 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/SplitterTest.java

    Severity Rule Message Line Col
    #A15251 warning GoogleMethodName Method name 'testPatternSplitWordBoundary_singleCharInput' has invalid underscore usage, underscores only allowed between adjacent digits. 384 15
    #A15252 warning MethodName Method name 'testPatternSplitWordBoundary_singleCharInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 384 15
    #A15253 warning GoogleMethodName Method name 'testPatternSplitWordBoundary_singleWordInput' has invalid underscore usage, underscores only allowed between adjacent digits. 392 15
    #A15254 warning MethodName Method name 'testPatternSplitWordBoundary_singleWordInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 392 15
    #A15255 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_char' has invalid underscore usage, underscores only allowed between adjacent digits. 469 15
    #A15256 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 469 15
    #A15257 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_string' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A15258 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A15259 warning GoogleMethodName Method name 'testSplitterIterableIsUnmodifiable_pattern' has invalid underscore usage, underscores only allowed between adjacent digits. 478 15
    #A15260 warning MethodName Method name 'testSplitterIterableIsUnmodifiable_pattern' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 478 15
    #A15261 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_char' has invalid underscore usage, underscores only allowed between adjacent digits. 491 15
    #A15262 warning MethodName Method name 'testSplitterIterableIsLazy_char' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 15
    #A15263 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_string' has invalid underscore usage, underscores only allowed between adjacent digits. 495 15
    #A15264 warning MethodName Method name 'testSplitterIterableIsLazy_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 495 15
    #A15265 warning GoogleMethodName Method name 'testSplitterIterableIsLazy_pattern' has invalid underscore usage, underscores only allowed between adjacent digits. 501 15
    #A15266 warning MethodName Method name 'testSplitterIterableIsLazy_pattern' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 15
    #A15267 warning GoogleMethodName Method name 'testMapSplitter_trimmedBoth' has invalid underscore usage, underscores only allowed between adjacent digits. 681 15
    #A15268 warning MethodName Method name 'testMapSplitter_trimmedBoth' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 681 15
    #A15269 warning GoogleMethodName Method name 'testMapSplitter_trimmedEntries' has invalid underscore usage, underscores only allowed between adjacent digits. 693 15
    #A15270 warning MethodName Method name 'testMapSplitter_trimmedEntries' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 693 15
    #A15271 warning GoogleMethodName Method name 'testMapSplitter_trimmedKeyValue' has invalid underscore usage, underscores only allowed between adjacent digits. 706 15
    #A15272 warning MethodName Method name 'testMapSplitter_trimmedKeyValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 706 15
    #A15273 warning GoogleMethodName Method name 'testMapSplitter_notTrimmed' has invalid underscore usage, underscores only allowed between adjacent digits. 717 15
    #A15274 warning MethodName Method name 'testMapSplitter_notTrimmed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 717 15
    #A15275 warning GoogleMethodName Method name 'testMapSplitter_CharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 728 15
    #A15276 warning MethodName Method name 'testMapSplitter_CharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 728 15
    #A15277 warning GoogleMethodName Method name 'testMapSplitter_multiCharacterSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 739 15
    #A15278 warning MethodName Method name 'testMapSplitter_multiCharacterSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 739 15
    #A15279 warning GoogleMethodName Method name 'testMapSplitter_emptySeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 752 15
    #A15280 warning MethodName Method name 'testMapSplitter_emptySeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 752 15
    #A15281 warning GoogleMethodName Method name 'testMapSplitter_malformedEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 760 15
    #A15282 warning MethodName Method name 'testMapSplitter_malformedEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 760 15
    #A15283 warning GoogleMethodName Method name 'testMapSplitter_extraValueDelimiter' has invalid underscore usage, underscores only allowed between adjacent digits. 772 15
    #A15284 warning MethodName Method name 'testMapSplitter_extraValueDelimiter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 772 15
    #A15285 warning GoogleMethodName Method name 'testMapSplitter_orderedResults' has invalid underscore usage, underscores only allowed between adjacent digits. 780 15
    #A15286 warning MethodName Method name 'testMapSplitter_orderedResults' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 780 15
    #A15287 warning GoogleMethodName Method name 'testMapSplitter_duplicateKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 796 15
    #A15288 warning MethodName Method name 'testMapSplitter_duplicateKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 796 15
    #A15289 warning GoogleMethodName Method name 'testMapSplitter_varyingTrimLevels' has invalid underscore usage, underscores only allowed between adjacent digits. 804 15
    #A15290 warning MethodName Method name 'testMapSplitter_varyingTrimLevels' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 804 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/StopwatchTest.java

    Severity Rule Message Line Col
    #A15291 warning GoogleMethodName Method name 'testStart_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A15292 warning MethodName Method name 'testStart_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A15293 warning GoogleMethodName Method name 'testStop_new' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A15294 warning MethodName Method name 'testStop_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A15295 warning GoogleMethodName Method name 'testStop_alreadyStopped' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A15296 warning MethodName Method name 'testStop_alreadyStopped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A15297 warning GoogleMethodName Method name 'testReset_new' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A15298 warning MethodName Method name 'testReset_new' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A15299 warning GoogleMethodName Method name 'testReset_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A15300 warning MethodName Method name 'testReset_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A15301 warning GoogleMethodName Method name 'testElapsed_whileRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A15302 warning MethodName Method name 'testElapsed_whileRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A15303 warning GoogleMethodName Method name 'testElapsed_notRunning' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A15304 warning MethodName Method name 'testElapsed_notRunning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A15305 warning GoogleMethodName Method name 'testElapsed_multipleSegments' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A15306 warning MethodName Method name 'testElapsed_multipleSegments' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A15307 warning GoogleMethodName Method name 'testElapsed_micros' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A15308 warning MethodName Method name 'testElapsed_micros' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A15309 warning GoogleMethodName Method name 'testElapsed_millis' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A15310 warning MethodName Method name 'testElapsed_millis' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A15311 warning GoogleMethodName Method name 'testElapsed_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A15312 warning MethodName Method name 'testElapsed_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/StringsTest.java

    Severity Rule Message Line Col
    #A15313 warning GoogleMethodName Method name 'testPadStart_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A15314 warning MethodName Method name 'testPadStart_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A15315 warning GoogleMethodName Method name 'testPadStart_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A15316 warning MethodName Method name 'testPadStart_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A15317 warning GoogleMethodName Method name 'testPadStart_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A15318 warning MethodName Method name 'testPadStart_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A15319 warning GoogleMethodName Method name 'testPadStart_null' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A15320 warning MethodName Method name 'testPadStart_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A15321 warning GoogleMethodName Method name 'testPadEnd_noPadding' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A15322 warning MethodName Method name 'testPadEnd_noPadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A15323 warning GoogleMethodName Method name 'testPadEnd_somePadding' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A15324 warning MethodName Method name 'testPadEnd_somePadding' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A15325 warning GoogleMethodName Method name 'testPadEnd_negativeMinLength' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A15326 warning MethodName Method name 'testPadEnd_negativeMinLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A15327 warning GoogleMethodName Method name 'testPadEnd_null' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A15328 warning MethodName Method name 'testPadEnd_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A15329 warning GoogleMethodName Method name 'testRepeat_null' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A15330 warning MethodName Method name 'testRepeat_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A15331 warning GoogleMethodName Method name 'testLenientFormat_badArgumentToString' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A15332 warning MethodName Method name 'testLenientFormat_badArgumentToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A15333 warning GoogleMethodName Method name 'testLenientFormat_badArgumentToString_gwtFriendly' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A15334 warning MethodName Method name 'testLenientFormat_badArgumentToString_gwtFriendly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/SuppliersTest.java

    Severity Rule Message Line Col
    #A15335 warning GoogleMethodName Method name 'testMemoize_redudantly' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A15336 warning MethodName Method name 'testMemoize_redudantly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A15337 warning GoogleMethodName Method name 'memoize_redudantlyTest' has invalid underscore usage, underscores only allowed between adjacent digits. 105 16
    #A15338 warning MethodName Method name 'memoize_redudantlyTest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 16
    #A15339 warning GoogleMethodName Method name 'testOfInstance_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 457 15
    #A15340 warning MethodName Method name 'testOfInstance_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 457 15
    #A15341 warning GoogleMethodName Method name 'testCompose_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 464 15
    #A15342 warning MethodName Method name 'testCompose_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/ThrowablesTest.java

    Severity Rule Message Line Col
    #A15343 warning GoogleMethodName Method name 'testThrowIfUnchecked_Unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A15344 warning MethodName Method name 'testThrowIfUnchecked_Unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A15345 warning GoogleMethodName Method name 'testThrowIfUnchecked_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A15346 warning MethodName Method name 'testThrowIfUnchecked_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A15347 warning GoogleMethodName Method name 'testThrowIfUnchecked_Checked' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A15348 warning MethodName Method name 'testThrowIfUnchecked_Checked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A15349 warning GoogleMethodName Method name 'testPropagateIfPossible_NoneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A15350 warning MethodName Method name 'testPropagateIfPossible_NoneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A15351 warning GoogleMethodName Method name 'testPropagateIfPossible_NoneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A15352 warning MethodName Method name 'testPropagateIfPossible_NoneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A15353 warning GoogleMethodName Method name 'testPropagateIfPossible_NoneDeclared_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A15354 warning MethodName Method name 'testPropagateIfPossible_NoneDeclared_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A15355 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A15356 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A15357 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A15358 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A15359 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A15360 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A15361 warning GoogleMethodName Method name 'testPropagateIfPossible_OneDeclared_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A15362 warning MethodName Method name 'testPropagateIfPossible_OneDeclared_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A15363 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A15364 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A15365 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A15366 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A15367 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 267 15
    #A15368 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A15369 warning GoogleMethodName Method name 'testPropagateIfPossible_TwoDeclared_OtherCheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A15370 warning MethodName Method name 'testPropagateIfPossible_TwoDeclared_OtherCheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A15371 warning GoogleMethodName Method name 'testThrowIfUnchecked_null' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A15372 warning MethodName Method name 'testThrowIfUnchecked_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A15373 warning GoogleMethodName Method name 'testPropageIfPossible_null' has invalid underscore usage, underscores only allowed between adjacent digits. 323 15
    #A15374 warning MethodName Method name 'testPropageIfPossible_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 15
    #A15375 warning GoogleMethodName Method name 'testPropageIfPossible_OneDeclared_null' has invalid underscore usage, underscores only allowed between adjacent digits. 328 15
    #A15376 warning MethodName Method name 'testPropageIfPossible_OneDeclared_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 328 15
    #A15377 warning GoogleMethodName Method name 'testPropageIfPossible_TwoDeclared_null' has invalid underscore usage, underscores only allowed between adjacent digits. 333 15
    #A15378 warning MethodName Method name 'testPropageIfPossible_TwoDeclared_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 15
    #A15379 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 338 15
    #A15380 warning MethodName Method name 'testPropagate_NoneDeclared_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A15381 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A15382 warning MethodName Method name 'testPropagate_NoneDeclared_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A15383 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_ErrorThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 378 15
    #A15384 warning MethodName Method name 'testPropagate_NoneDeclared_ErrorThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 378 15
    #A15385 warning GoogleMethodName Method name 'testPropagate_NoneDeclared_CheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 400 15
    #A15386 warning MethodName Method name 'testPropagate_NoneDeclared_CheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 400 15
    #A15387 warning GoogleMethodName Method name 'testThrowIfInstanceOf_Unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 423 15
    #A15388 warning MethodName Method name 'testThrowIfInstanceOf_Unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 423 15
    #A15389 warning GoogleMethodName Method name 'testThrowIfInstanceOf_CheckedDifferent' has invalid underscore usage, underscores only allowed between adjacent digits. 428 15
    #A15390 warning MethodName Method name 'testThrowIfInstanceOf_CheckedDifferent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 15
    #A15391 warning GoogleMethodName Method name 'testThrowIfInstanceOf_CheckedSame' has invalid underscore usage, underscores only allowed between adjacent digits. 433 15
    #A15392 warning MethodName Method name 'testThrowIfInstanceOf_CheckedSame' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 433 15
    #A15393 warning GoogleMethodName Method name 'testThrowIfInstanceOf_CheckedSubclass' has invalid underscore usage, underscores only allowed between adjacent digits. 442 15
    #A15394 warning MethodName Method name 'testThrowIfInstanceOf_CheckedSubclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 442 15
    #A15395 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_NoneThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 451 15
    #A15396 warning MethodName Method name 'testPropagateIfInstanceOf_NoneThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A15397 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_DeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 470 15
    #A15398 warning MethodName Method name 'testPropagateIfInstanceOf_DeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 470 15
    #A15399 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_UncheckedThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A15400 warning MethodName Method name 'testPropagateIfInstanceOf_UncheckedThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A15401 warning GoogleMethodName Method name 'testPropagateIfInstanceOf_UndeclaredThrown' has invalid underscore usage, underscores only allowed between adjacent digits. 516 15
    #A15402 warning MethodName Method name 'testPropagateIfInstanceOf_UndeclaredThrown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 15
    #A15403 warning GoogleMethodName Method name 'testThrowIfInstanceOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. 540 15
    #A15404 warning MethodName Method name 'testThrowIfInstanceOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 540 15
    #A15405 warning GoogleMethodName Method name 'testPropageIfInstanceOf_null' has invalid underscore usage, underscores only allowed between adjacent digits. 549 15
    #A15406 warning MethodName Method name 'testPropageIfInstanceOf_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 549 15
    #A15407 warning GoogleMethodName Method name 'testGetRootCause_NoCause' has invalid underscore usage, underscores only allowed between adjacent digits. 553 15
    #A15408 warning MethodName Method name 'testGetRootCause_NoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 553 15
    #A15409 warning GoogleMethodName Method name 'testGetRootCause_SingleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. 558 15
    #A15410 warning MethodName Method name 'testGetRootCause_SingleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A15411 warning GoogleMethodName Method name 'testGetRootCause_DoubleWrapped' has invalid underscore usage, underscores only allowed between adjacent digits. 564 15
    #A15412 warning MethodName Method name 'testGetRootCause_DoubleWrapped' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 564 15
    #A15413 warning GoogleMethodName Method name 'testGetRootCause_Loop' has invalid underscore usage, underscores only allowed between adjacent digits. 570 15
    #A15414 warning MethodName Method name 'testGetRootCause_Loop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 570 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/ToStringHelperTest.java

    Severity Rule Message Line Col
    #A15415 warning GoogleMethodName Method name 'testConstructor_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 35 15
    #A15416 warning MethodName Method name 'testConstructor_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 15
    #A15417 warning GoogleMethodName Method name 'testConstructorLenient_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A15418 warning MethodName Method name 'testConstructorLenient_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A15419 warning GoogleMethodName Method name 'testConstructor_innerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A15420 warning MethodName Method name 'testConstructor_innerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A15421 warning GoogleMethodName Method name 'testConstructorLenient_innerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A15422 warning MethodName Method name 'testConstructorLenient_innerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A15423 warning GoogleMethodName Method name 'testConstructor_anonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A15424 warning MethodName Method name 'testConstructor_anonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A15425 warning GoogleMethodName Method name 'testConstructorLenient_anonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A15426 warning MethodName Method name 'testConstructorLenient_anonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A15427 warning GoogleMethodName Method name 'testConstructor_classObject' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A15428 warning MethodName Method name 'testConstructor_classObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A15429 warning GoogleMethodName Method name 'testConstructorLenient_classObject' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A15430 warning MethodName Method name 'testConstructorLenient_classObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A15431 warning GoogleMethodName Method name 'testConstructor_stringObject' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A15432 warning MethodName Method name 'testConstructor_stringObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A15433 warning GoogleMethodName Method name 'testToStringHelper_localInnerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A15434 warning MethodName Method name 'testToStringHelper_localInnerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A15435 warning GoogleMethodName Method name 'testToStringHelperLenient_localInnerClass' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A15436 warning MethodName Method name 'testToStringHelperLenient_localInnerClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A15437 warning GoogleMethodName Method name 'testToStringHelper_localInnerNestedClass' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A15438 warning MethodName Method name 'testToStringHelper_localInnerNestedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A15439 warning GoogleMethodName Method name 'testToStringHelperLenient_localInnerNestedClass' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A15440 warning MethodName Method name 'testToStringHelperLenient_localInnerNestedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A15441 warning GoogleMethodName Method name 'testToStringHelper_moreThanNineAnonymousClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A15442 warning MethodName Method name 'testToStringHelper_moreThanNineAnonymousClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A15443 warning GoogleMethodName Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A15444 warning MethodName Method name 'testToStringHelperLenient_moreThanNineAnonymousClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A15445 warning GoogleMethodName Method name 'testToString_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A15446 warning MethodName Method name 'testToString_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A15447 warning GoogleMethodName Method name 'testToString_oneIntegerField' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A15448 warning MethodName Method name 'testToString_oneIntegerField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A15449 warning GoogleMethodName Method name 'testToString_nullInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A15450 warning MethodName Method name 'testToString_nullInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A15451 warning GoogleMethodName Method name 'testToStringLenient_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A15452 warning MethodName Method name 'testToStringLenient_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A15453 warning GoogleMethodName Method name 'testToStringLenient_oneIntegerField' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A15454 warning MethodName Method name 'testToStringLenient_oneIntegerField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A15455 warning GoogleMethodName Method name 'testToStringLenient_nullInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A15456 warning MethodName Method name 'testToStringLenient_nullInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A15457 warning GoogleMethodName Method name 'testToString_complexFields' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A15458 warning MethodName Method name 'testToString_complexFields' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A15459 warning GoogleMethodName Method name 'testToStringLenient_complexFields' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A15460 warning MethodName Method name 'testToStringLenient_complexFields' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A15461 warning GoogleMethodName Method name 'testToString_addWithNullName' has invalid underscore usage, underscores only allowed between adjacent digits. 224 15
    #A15462 warning MethodName Method name 'testToString_addWithNullName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 224 15
    #A15463 warning GoogleMethodName Method name 'testToString_addWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A15464 warning MethodName Method name 'testToString_addWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A15465 warning GoogleMethodName Method name 'testToStringLenient_addWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A15466 warning MethodName Method name 'testToStringLenient_addWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15
    #A15467 warning GoogleMethodName Method name 'testToString_ToStringTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A15468 warning MethodName Method name 'testToString_ToStringTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A15469 warning GoogleMethodName Method name 'testToString_addValue' has invalid underscore usage, underscores only allowed between adjacent digits. 265 15
    #A15470 warning MethodName Method name 'testToString_addValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 15
    #A15471 warning GoogleMethodName Method name 'testToStringLenient_addValue' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A15472 warning MethodName Method name 'testToStringLenient_addValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A15473 warning GoogleMethodName Method name 'testToString_addValueWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 292 15
    #A15474 warning MethodName Method name 'testToString_addValueWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 292 15
    #A15475 warning GoogleMethodName Method name 'testToStringLenient_addValueWithNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 304 15
    #A15476 warning MethodName Method name 'testToStringLenient_addValueWithNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 304 15
    #A15477 warning GoogleMethodName Method name 'testToStringOmitNullValues_oneField' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A15478 warning MethodName Method name 'testToStringOmitNullValues_oneField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A15479 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyFieldsFirstNull' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A15480 warning MethodName Method name 'testToStringOmitNullValues_manyFieldsFirstNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A15481 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyFieldsOmitAfterNull' has invalid underscore usage, underscores only allowed between adjacent digits. 336 15
    #A15482 warning MethodName Method name 'testToStringOmitNullValues_manyFieldsOmitAfterNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 15
    #A15483 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyFieldsLastNull' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A15484 warning MethodName Method name 'testToStringOmitNullValues_manyFieldsLastNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A15485 warning GoogleMethodName Method name 'testToStringOmitNullValues_oneValue' has invalid underscore usage, underscores only allowed between adjacent digits. 360 15
    #A15486 warning MethodName Method name 'testToStringOmitNullValues_oneValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A15487 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyValuesFirstNull' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A15488 warning MethodName Method name 'testToStringOmitNullValues_manyValuesFirstNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A15489 warning GoogleMethodName Method name 'testToStringOmitNullValues_manyValuesLastNull' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A15490 warning MethodName Method name 'testToStringOmitNullValues_manyValuesLastNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A15491 warning GoogleMethodName Method name 'testToStringOmitNullValues_differentOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 391 15
    #A15492 warning MethodName Method name 'testToStringOmitNullValues_differentOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 15
    #A15493 warning GoogleMethodName Method name 'testToStringOmitNullValues_canBeCalledManyTimes' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A15494 warning MethodName Method name 'testToStringOmitNullValues_canBeCalledManyTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/Utf8Test.java

    Severity Rule Message Line Col
    #A15495 warning GoogleMethodName Method name 'testEncodedLength_validStrings' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A15496 warning MethodName Method name 'testEncodedLength_validStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A15497 warning GoogleMethodName Method name 'testEncodedLength_validStrings2' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A15498 warning MethodName Method name 'testEncodedLength_validStrings2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A15499 warning GoogleMethodName Method name 'testEncodedLength_invalidStrings' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A15500 warning MethodName Method name 'testEncodedLength_invalidStrings' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A15501 warning GoogleMethodName Method name 'testIsWellFormed_1Byte' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A15502 warning MethodName Method name 'testIsWellFormed_1Byte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A15503 warning GoogleMethodName Method name 'testIsWellFormed_2Bytes' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A15504 warning MethodName Method name 'testIsWellFormed_2Bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A15505 warning GoogleMethodName Method name 'testIsWellFormed_3Bytes' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A15506 warning MethodName Method name 'testIsWellFormed_3Bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A15507 warning GoogleMethodName Method name 'testIsWellFormed_4BytesSamples' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A15508 warning MethodName Method name 'testIsWellFormed_4BytesSamples' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/base/VerifyTest.java

    Severity Rule Message Line Col
    #A15509 warning GoogleMethodName Method name 'testVerify_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 28 15
    #A15510 warning MethodName Method name 'testVerify_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 15
    #A15511 warning GoogleMethodName Method name 'testVerify_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 32 15
    #A15512 warning MethodName Method name 'testVerify_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 32 15
    #A15513 warning GoogleMethodName Method name 'testVerify_simpleMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A15514 warning MethodName Method name 'testVerify_simpleMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A15515 warning GoogleMethodName Method name 'testVerify_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A15516 warning MethodName Method name 'testVerify_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A15517 warning GoogleMethodName Method name 'testVerify_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A15518 warning MethodName Method name 'testVerify_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A15519 warning GoogleMethodName Method name 'testVerify_complexMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A15520 warning MethodName Method name 'testVerify_complexMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A15521 warning GoogleMethodName Method name 'testVerifyNotNull_simple_success' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A15522 warning MethodName Method name 'testVerifyNotNull_simple_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A15523 warning GoogleMethodName Method name 'testVerifyNotNull_simple_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A15524 warning MethodName Method name 'testVerifyNotNull_simple_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A15525 warning GoogleMethodName Method name 'testVerifyNotNull_complexMessage_success' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A15526 warning MethodName Method name 'testVerifyNotNull_complexMessage_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A15527 warning GoogleMethodName Method name 'testVerifyNotNull_simpleMessage_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A15528 warning MethodName Method name 'testVerifyNotNull_simpleMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/AbstractCacheTest.java

    Severity Rule Message Line Col
    #A15529 warning GoogleMethodName Method name 'testGetAllPresent_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A15530 warning MethodName Method name 'testGetAllPresent_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A15531 warning GoogleMethodName Method name 'testGetAllPresent_cached' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A15532 warning MethodName Method name 'testGetAllPresent_cached' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/AbstractLoadingCacheTest.java

    Severity Rule Message Line Col
    #A15533 warning GoogleMethodName Method name 'testGetUnchecked_checked' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A15534 warning MethodName Method name 'testGetUnchecked_checked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A15535 warning GoogleMethodName Method name 'testGetUnchecked_unchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A15536 warning MethodName Method name 'testGetUnchecked_unchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A15537 warning GoogleMethodName Method name 'testGetUnchecked_error' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A15538 warning MethodName Method name 'testGetUnchecked_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A15539 warning GoogleMethodName Method name 'testGetUnchecked_otherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A15540 warning MethodName Method name 'testGetUnchecked_otherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

    Severity Rule Message Line Col
    #A15541 warning GoogleMethodName Method name 'testAsMap_containsValue' has invalid underscore usage, underscores only allowed between adjacent digits. 372 15
    #A15542 warning MethodName Method name 'testAsMap_containsValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 372 15
    #A15543 warning GoogleMethodName Method name 'testAsMap_containsKey' has invalid underscore usage, underscores only allowed between adjacent digits. 391 15
    #A15544 warning MethodName Method name 'testAsMap_containsKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 391 15
    #A15545 warning GoogleMethodName Method name 'testAsMapValues_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 410 15
    #A15546 warning MethodName Method name 'testAsMapValues_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 15
    #A15547 warning GoogleMethodName Method name 'testAsMapKeySet_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A15548 warning MethodName Method name 'testAsMapKeySet_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A15549 warning GoogleMethodName Method name 'testAsMapValues_iteratorRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 488 15
    #A15550 warning MethodName Method name 'testAsMapValues_iteratorRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 488 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheBuilderSpecTest.java

    Severity Rule Message Line Col
    #A15551 warning GoogleMethodName Method name 'testParse_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 35 15
    #A15552 warning MethodName Method name 'testParse_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 15
    #A15553 warning GoogleMethodName Method name 'testParse_initialCapacity' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A15554 warning MethodName Method name 'testParse_initialCapacity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A15555 warning GoogleMethodName Method name 'testParse_initialCapacityRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A15556 warning MethodName Method name 'testParse_initialCapacityRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A15557 warning GoogleMethodName Method name 'testParse_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A15558 warning MethodName Method name 'testParse_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A15559 warning GoogleMethodName Method name 'testParse_maximumSizeRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A15560 warning MethodName Method name 'testParse_maximumSizeRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A15561 warning GoogleMethodName Method name 'testParse_maximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A15562 warning MethodName Method name 'testParse_maximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A15563 warning GoogleMethodName Method name 'testParse_maximumWeightRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A15564 warning MethodName Method name 'testParse_maximumWeightRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A15565 warning GoogleMethodName Method name 'testParse_maximumSizeAndMaximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A15566 warning MethodName Method name 'testParse_maximumSizeAndMaximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A15567 warning GoogleMethodName Method name 'testParse_concurrencyLevel' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A15568 warning MethodName Method name 'testParse_concurrencyLevel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A15569 warning GoogleMethodName Method name 'testParse_concurrencyLevelRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A15570 warning MethodName Method name 'testParse_concurrencyLevelRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A15571 warning GoogleMethodName Method name 'testParse_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 142 15
    #A15572 warning MethodName Method name 'testParse_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 15
    #A15573 warning GoogleMethodName Method name 'testParse_weakKeysCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A15574 warning MethodName Method name 'testParse_weakKeysCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A15575 warning GoogleMethodName Method name 'testParse_repeatedKeyStrength' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A15576 warning MethodName Method name 'testParse_repeatedKeyStrength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A15577 warning GoogleMethodName Method name 'testParse_softValues' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A15578 warning MethodName Method name 'testParse_softValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A15579 warning GoogleMethodName Method name 'testParse_softValuesCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. 184 15
    #A15580 warning MethodName Method name 'testParse_softValuesCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A15581 warning GoogleMethodName Method name 'testParse_weakValues' has invalid underscore usage, underscores only allowed between adjacent digits. 192 15
    #A15582 warning MethodName Method name 'testParse_weakValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 192 15
    #A15583 warning GoogleMethodName Method name 'testParse_weakValuesCannotHaveValue' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A15584 warning MethodName Method name 'testParse_weakValuesCannotHaveValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A15585 warning GoogleMethodName Method name 'testParse_repeatedValueStrength' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A15586 warning MethodName Method name 'testParse_repeatedValueStrength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A15587 warning GoogleMethodName Method name 'testParse_writeExpirationDays' has invalid underscore usage, underscores only allowed between adjacent digits. 239 15
    #A15588 warning MethodName Method name 'testParse_writeExpirationDays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 15
    #A15589 warning GoogleMethodName Method name 'testParse_writeExpirationHours' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A15590 warning MethodName Method name 'testParse_writeExpirationHours' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A15591 warning GoogleMethodName Method name 'testParse_writeExpirationMinutes' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A15592 warning MethodName Method name 'testParse_writeExpirationMinutes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15
    #A15593 warning GoogleMethodName Method name 'testParse_writeExpirationSeconds' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A15594 warning MethodName Method name 'testParse_writeExpirationSeconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A15595 warning GoogleMethodName Method name 'testParse_writeExpirationRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A15596 warning MethodName Method name 'testParse_writeExpirationRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A15597 warning GoogleMethodName Method name 'testParse_accessExpirationDays' has invalid underscore usage, underscores only allowed between adjacent digits. 286 15
    #A15598 warning MethodName Method name 'testParse_accessExpirationDays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 15
    #A15599 warning GoogleMethodName Method name 'testParse_accessExpirationHours' has invalid underscore usage, underscores only allowed between adjacent digits. 301 15
    #A15600 warning MethodName Method name 'testParse_accessExpirationHours' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 15
    #A15601 warning GoogleMethodName Method name 'testParse_accessExpirationMinutes' has invalid underscore usage, underscores only allowed between adjacent digits. 309 15
    #A15602 warning MethodName Method name 'testParse_accessExpirationMinutes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 15
    #A15603 warning GoogleMethodName Method name 'testParse_accessExpirationSeconds' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A15604 warning MethodName Method name 'testParse_accessExpirationSeconds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A15605 warning GoogleMethodName Method name 'testParse_accessExpirationRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A15606 warning MethodName Method name 'testParse_accessExpirationRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A15607 warning GoogleMethodName Method name 'testParse_recordStats' has invalid underscore usage, underscores only allowed between adjacent digits. 335 15
    #A15608 warning MethodName Method name 'testParse_recordStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 335 15
    #A15609 warning GoogleMethodName Method name 'testParse_recordStatsValueSpecified' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A15610 warning MethodName Method name 'testParse_recordStatsValueSpecified' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A15611 warning GoogleMethodName Method name 'testParse_recordStatsRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 349 15
    #A15612 warning MethodName Method name 'testParse_recordStatsRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 15
    #A15613 warning GoogleMethodName Method name 'testParse_accessExpirationAndWriteExpiration' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A15614 warning MethodName Method name 'testParse_accessExpirationAndWriteExpiration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A15615 warning GoogleMethodName Method name 'testParse_multipleKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A15616 warning MethodName Method name 'testParse_multipleKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A15617 warning GoogleMethodName Method name 'testParse_whitespaceAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 397 15
    #A15618 warning MethodName Method name 'testParse_whitespaceAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 397 15
    #A15619 warning GoogleMethodName Method name 'testParse_unknownKey' has invalid underscore usage, underscores only allowed between adjacent digits. 421 15
    #A15620 warning MethodName Method name 'testParse_unknownKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 15
    #A15621 warning GoogleMethodName Method name 'testParse_extraCommaIsInvalid' has invalid underscore usage, underscores only allowed between adjacent digits. 429 15
    #A15622 warning MethodName Method name 'testParse_extraCommaIsInvalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 15
    #A15623 warning GoogleMethodName Method name 'testMaximumWeight_withWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 471 15
    #A15624 warning MethodName Method name 'testMaximumWeight_withWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 15
    #A15625 warning GoogleMethodName Method name 'testMaximumWeight_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 476 15
    #A15626 warning MethodName Method name 'testMaximumWeight_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 15
    #A15627 warning GoogleMethodName Method name 'testMaximumSize_withWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A15628 warning MethodName Method name 'testMaximumSize_withWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A15629 warning GoogleMethodName Method name 'testMaximumSize_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 490 15
    #A15630 warning MethodName Method name 'testMaximumSize_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 490 15
    #A15631 warning GoogleMethodName Method name 'testCacheBuilderFrom_string' has invalid underscore usage, underscores only allowed between adjacent digits. 508 15
    #A15632 warning MethodName Method name 'testCacheBuilderFrom_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheBuilderTest.java

    Severity Rule Message Line Col
    #A15633 warning GoogleMethodName Method name 'testInitialCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A15634 warning MethodName Method name 'testInitialCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A15635 warning GoogleMethodName Method name 'testInitialCapacity_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A15636 warning MethodName Method name 'testInitialCapacity_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A15637 warning GoogleMethodName Method name 'testInitialCapacity_small' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A15638 warning MethodName Method name 'testInitialCapacity_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A15639 warning GoogleMethodName Method name 'testInitialCapacity_smallest' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A15640 warning MethodName Method name 'testInitialCapacity_smallest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A15641 warning GoogleMethodName Method name 'testInitialCapacity_large' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A15642 warning MethodName Method name 'testInitialCapacity_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A15643 warning GoogleMethodName Method name 'testConcurrencyLevel_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A15644 warning MethodName Method name 'testConcurrencyLevel_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A15645 warning GoogleMethodName Method name 'testConcurrencyLevel_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A15646 warning MethodName Method name 'testConcurrencyLevel_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A15647 warning GoogleMethodName Method name 'testConcurrencyLevel_small' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A15648 warning MethodName Method name 'testConcurrencyLevel_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A15649 warning GoogleMethodName Method name 'testConcurrencyLevel_large' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A15650 warning MethodName Method name 'testConcurrencyLevel_large' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A15651 warning GoogleMethodName Method name 'testMaximumSize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A15652 warning MethodName Method name 'testMaximumSize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A15653 warning GoogleMethodName Method name 'testMaximumSize_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A15654 warning MethodName Method name 'testMaximumSize_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A15655 warning GoogleMethodName Method name 'testMaximumSize_andWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A15656 warning MethodName Method name 'testMaximumSize_andWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A15657 warning GoogleMethodName Method name 'testMaximumSize_largerThanInt' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A15658 warning MethodName Method name 'testMaximumSize_largerThanInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A15659 warning GoogleMethodName Method name 'testMaximumWeight_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A15660 warning MethodName Method name 'testMaximumWeight_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A15661 warning GoogleMethodName Method name 'testMaximumWeight_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A15662 warning MethodName Method name 'testMaximumWeight_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A15663 warning GoogleMethodName Method name 'testMaximumWeight_withoutWeigher' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A15664 warning MethodName Method name 'testMaximumWeight_withoutWeigher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A15665 warning GoogleMethodName Method name 'testWeigher_withoutMaximumWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A15666 warning MethodName Method name 'testWeigher_withoutMaximumWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A15667 warning GoogleMethodName Method name 'testWeigher_withMaximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 229 15
    #A15668 warning MethodName Method name 'testWeigher_withMaximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 229 15
    #A15669 warning GoogleMethodName Method name 'testTimeToLive_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A15670 warning MethodName Method name 'testTimeToLive_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A15671 warning GoogleMethodName Method name 'testTimeToLive_negative_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 299 15
    #A15672 warning MethodName Method name 'testTimeToLive_negative_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A15673 warning GoogleMethodName Method name 'testTimeToLive_small' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A15674 warning MethodName Method name 'testTimeToLive_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A15675 warning GoogleMethodName Method name 'testTimeToLive_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A15676 warning MethodName Method name 'testTimeToLive_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A15677 warning GoogleMethodName Method name 'testTimeToLive_setTwice_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A15678 warning MethodName Method name 'testTimeToLive_setTwice_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15
    #A15679 warning GoogleMethodName Method name 'testTimeToIdle_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 336 15
    #A15680 warning MethodName Method name 'testTimeToIdle_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 15
    #A15681 warning GoogleMethodName Method name 'testTimeToIdle_negative_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 346 15
    #A15682 warning MethodName Method name 'testTimeToIdle_negative_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 346 15
    #A15683 warning GoogleMethodName Method name 'testTimeToIdle_small' has invalid underscore usage, underscores only allowed between adjacent digits. 355 15
    #A15684 warning MethodName Method name 'testTimeToIdle_small' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 355 15
    #A15685 warning GoogleMethodName Method name 'testTimeToIdle_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 360 15
    #A15686 warning MethodName Method name 'testTimeToIdle_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A15687 warning GoogleMethodName Method name 'testTimeToIdle_setTwice_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 372 15
    #A15688 warning MethodName Method name 'testTimeToIdle_setTwice_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 372 15
    #A15689 warning GoogleMethodName Method name 'testRefresh_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 392 15
    #A15690 warning MethodName Method name 'testRefresh_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 392 15
    #A15691 warning GoogleMethodName Method name 'testRefresh_zero_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 402 15
    #A15692 warning MethodName Method name 'testRefresh_zero_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 402 15
    #A15693 warning GoogleMethodName Method name 'testRefresh_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A15694 warning MethodName Method name 'testRefresh_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15
    #A15695 warning GoogleMethodName Method name 'testRefresh_setTwice_duration' has invalid underscore usage, underscores only allowed between adjacent digits. 424 15
    #A15696 warning MethodName Method name 'testRefresh_setTwice_duration' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 424 15
    #A15697 warning GoogleMethodName Method name 'testTicker_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 435 15
    #A15698 warning MethodName Method name 'testTicker_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 435 15
    #A15699 warning GoogleMethodName Method name 'testRemovalListener_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 446 15
    #A15700 warning MethodName Method name 'testRemovalListener_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 15
    #A15701 warning GoogleMethodName Method name 'testRemovalNotification_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 476 15
    #A15702 warning MethodName Method name 'testRemovalNotification_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 476 15
    #A15703 warning GoogleMethodName Method name 'testRemovalNotification_clear_basher' has invalid underscore usage, underscores only allowed between adjacent digits. 547 15
    #A15704 warning MethodName Method name 'testRemovalNotification_clear_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 547 15
    #A15705 warning GoogleMethodName Method name 'testRemovalNotification_get_basher' has invalid underscore usage, underscores only allowed between adjacent digits. 631 15
    #A15706 warning MethodName Method name 'testRemovalNotification_get_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheEvictionTest.java

    Severity Rule Message Line Col
    #A15707 warning GoogleMethodName Method name 'testEviction_setMaxSegmentSize' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A15708 warning MethodName Method name 'testEviction_setMaxSegmentSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A15709 warning GoogleMethodName Method name 'testEviction_setMaxSegmentWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A15710 warning MethodName Method name 'testEviction_setMaxSegmentWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A15711 warning GoogleMethodName Method name 'testEviction_maxSizeOneSegment' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A15712 warning MethodName Method name 'testEviction_maxSizeOneSegment' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A15713 warning GoogleMethodName Method name 'testEviction_maxWeightOneSegment' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A15714 warning MethodName Method name 'testEviction_maxWeightOneSegment' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A15715 warning GoogleMethodName Method name 'testEviction_maxSize' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A15716 warning MethodName Method name 'testEviction_maxSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A15717 warning GoogleMethodName Method name 'testEviction_maxWeight' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A15718 warning MethodName Method name 'testEviction_maxWeight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A15719 warning GoogleMethodName Method name 'testEviction_maxWeight_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A15720 warning MethodName Method name 'testEviction_maxWeight_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A15721 warning GoogleMethodName Method name 'testEviction_maxWeight_entryTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A15722 warning MethodName Method name 'testEviction_maxWeight_entryTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A15723 warning GoogleMethodName Method name 'testEviction_overflow' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A15724 warning MethodName Method name 'testEviction_overflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A15725 warning GoogleMethodName Method name 'testUpdateRecency_onGet' has invalid underscore usage, underscores only allowed between adjacent digits. 258 15
    #A15726 warning MethodName Method name 'testUpdateRecency_onGet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 15
    #A15727 warning GoogleMethodName Method name 'testUpdateRecency_onInvalidate' has invalid underscore usage, underscores only allowed between adjacent digits. 273 15
    #A15728 warning MethodName Method name 'testUpdateRecency_onInvalidate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 273 15
    #A15729 warning GoogleMethodName Method name 'testEviction_lru' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A15730 warning MethodName Method name 'testEviction_lru' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A15731 warning GoogleMethodName Method name 'testEviction_weightedLru' has invalid underscore usage, underscores only allowed between adjacent digits. 319 15
    #A15732 warning MethodName Method name 'testEviction_weightedLru' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 15
    #A15733 warning GoogleMethodName Method name 'testEviction_overweight' has invalid underscore usage, underscores only allowed between adjacent digits. 363 15
    #A15734 warning MethodName Method name 'testEviction_overweight' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 363 15
    #A15735 warning GoogleMethodName Method name 'testEviction_invalidateAll' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A15736 warning MethodName Method name 'testEviction_invalidateAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheExpirationTest.java

    Severity Rule Message Line Col
    #A15737 warning GoogleMethodName Method name 'testExpiration_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A15738 warning MethodName Method name 'testExpiration_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A15739 warning GoogleMethodName Method name 'testExpiration_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A15740 warning MethodName Method name 'testExpiration_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A15741 warning GoogleMethodName Method name 'testExpiringGet_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A15742 warning MethodName Method name 'testExpiringGet_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A15743 warning GoogleMethodName Method name 'testExpiringGet_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A15744 warning MethodName Method name 'testExpiringGet_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A15745 warning GoogleMethodName Method name 'testRemovalListener_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A15746 warning MethodName Method name 'testRemovalListener_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A15747 warning GoogleMethodName Method name 'testRemovalScheduler_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A15748 warning MethodName Method name 'testRemovalScheduler_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A15749 warning GoogleMethodName Method name 'testRemovalScheduler_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A15750 warning MethodName Method name 'testRemovalScheduler_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A15751 warning GoogleMethodName Method name 'testRemovalScheduler_expireAfterBoth' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A15752 warning MethodName Method name 'testRemovalScheduler_expireAfterBoth' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A15753 warning GoogleMethodName Method name 'testExpirationOrder_access' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A15754 warning MethodName Method name 'testExpirationOrder_access' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A15755 warning GoogleMethodName Method name 'testExpirationOrder_write' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A15756 warning MethodName Method name 'testExpirationOrder_write' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A15757 warning GoogleMethodName Method name 'testExpirationOrder_writeAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A15758 warning MethodName Method name 'testExpirationOrder_writeAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A15759 warning GoogleMethodName Method name 'testExpiration_invalidateAll' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A15760 warning MethodName Method name 'testExpiration_invalidateAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/CacheLoadingTest.java

    Severity Rule Message Line Col
    #A15761 warning GoogleMethodName Method name 'testRefresh_getIfPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A15762 warning MethodName Method name 'testRefresh_getIfPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A15763 warning GoogleMethodName Method name 'testBulkLoad_default' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A15764 warning MethodName Method name 'testBulkLoad_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A15765 warning GoogleMethodName Method name 'testBulkLoad_loadAll' has invalid underscore usage, underscores only allowed between adjacent digits. 378 15
    #A15766 warning MethodName Method name 'testBulkLoad_loadAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 378 15
    #A15767 warning GoogleMethodName Method name 'testBulkLoad_extra' has invalid underscore usage, underscores only allowed between adjacent digits. 424 15
    #A15768 warning MethodName Method name 'testBulkLoad_extra' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 424 15
    #A15769 warning GoogleMethodName Method name 'testBulkLoad_clobber' has invalid underscore usage, underscores only allowed between adjacent digits. 459 15
    #A15770 warning MethodName Method name 'testBulkLoad_clobber' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 15
    #A15771 warning GoogleMethodName Method name 'testBulkLoad_clobberNullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 497 15
    #A15772 warning MethodName Method name 'testBulkLoad_clobberNullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 497 15
    #A15773 warning GoogleMethodName Method name 'testBulkLoad_clobberNullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 537 15
    #A15774 warning MethodName Method name 'testBulkLoad_clobberNullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A15775 warning GoogleMethodName Method name 'testBulkLoad_partial' has invalid underscore usage, underscores only allowed between adjacent digits. 577 15
    #A15776 warning MethodName Method name 'testBulkLoad_partial' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/EmptyCachesTest.java

    Severity Rule Message Line Col
    #A15777 warning GoogleMethodName Method name 'testInvalidate_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A15778 warning MethodName Method name 'testInvalidate_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A15779 warning GoogleMethodName Method name 'testInvalidateAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A15780 warning MethodName Method name 'testInvalidateAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A15781 warning GoogleMethodName Method name 'testEquals_null' has invalid underscore usage, underscores only allowed between adjacent digits. 71 15
    #A15782 warning MethodName Method name 'testEquals_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 15
    #A15783 warning GoogleMethodName Method name 'testEqualsAndHashCode_different' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A15784 warning MethodName Method name 'testEqualsAndHashCode_different' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A15785 warning GoogleMethodName Method name 'testGet_null' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A15786 warning MethodName Method name 'testGet_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A15787 warning GoogleMethodName Method name 'testGetUnchecked_null' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A15788 warning MethodName Method name 'testGetUnchecked_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A15789 warning GoogleMethodName Method name 'testKeySet_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A15790 warning MethodName Method name 'testKeySet_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A15791 warning GoogleMethodName Method name 'testKeySet_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A15792 warning MethodName Method name 'testKeySet_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A15793 warning GoogleMethodName Method name 'testKeySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A15794 warning MethodName Method name 'testKeySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A15795 warning GoogleMethodName Method name 'testKeySet_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A15796 warning MethodName Method name 'testKeySet_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A15797 warning GoogleMethodName Method name 'testKeySet_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A15798 warning MethodName Method name 'testKeySet_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A15799 warning GoogleMethodName Method name 'testValues_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A15800 warning MethodName Method name 'testValues_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A15801 warning GoogleMethodName Method name 'testValues_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A15802 warning MethodName Method name 'testValues_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A15803 warning GoogleMethodName Method name 'testValues_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A15804 warning MethodName Method name 'testValues_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A15805 warning GoogleMethodName Method name 'testValues_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A15806 warning MethodName Method name 'testValues_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A15807 warning GoogleMethodName Method name 'testValues_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A15808 warning MethodName Method name 'testValues_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A15809 warning GoogleMethodName Method name 'testEntrySet_nullToArray' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A15810 warning MethodName Method name 'testEntrySet_nullToArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A15811 warning GoogleMethodName Method name 'testEntrySet_addNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A15812 warning MethodName Method name 'testEntrySet_addNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A15813 warning GoogleMethodName Method name 'testEntrySet_clear' has invalid underscore usage, underscores only allowed between adjacent digits. 288 15
    #A15814 warning MethodName Method name 'testEntrySet_clear' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 288 15
    #A15815 warning GoogleMethodName Method name 'testEntrySet_empty_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 299 15
    #A15816 warning MethodName Method name 'testEntrySet_empty_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A15817 warning GoogleMethodName Method name 'testEntrySet_remove' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A15818 warning MethodName Method name 'testEntrySet_remove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Severity Rule Message Line Col
    #A15819 warning GoogleMethodName Method name 'testComputeIfAbsent_RemovalListener' has invalid underscore usage, underscores only allowed between adjacent digits. 700 15
    #A15820 warning MethodName Method name 'testComputeIfAbsent_RemovalListener' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 700 15
    #A15821 warning GoogleMethodName Method name 'testCopyEntry_computing' has invalid underscore usage, underscores only allowed between adjacent digits. 716 15
    #A15822 warning MethodName Method name 'testCopyEntry_computing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 716 15
    #A15823 warning GoogleMethodName Method name 'testRemovalListener_replaced_computing' has invalid underscore usage, underscores only allowed between adjacent digits. 817 15
    #A15824 warning MethodName Method name 'testRemovalListener_replaced_computing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 817 15
    #A15825 warning GoogleMethodName Method name 'testSegmentRefresh_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 874 15
    #A15826 warning MethodName Method name 'testSegmentRefresh_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 874 15
    #A15827 warning GoogleMethodName Method name 'testRemovalListener_explicit' has invalid underscore usage, underscores only allowed between adjacent digits. 894 15
    #A15828 warning MethodName Method name 'testRemovalListener_explicit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 894 15
    #A15829 warning GoogleMethodName Method name 'testRemovalListener_replaced' has invalid underscore usage, underscores only allowed between adjacent digits. 935 15
    #A15830 warning MethodName Method name 'testRemovalListener_replaced' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 15
    #A15831 warning GoogleMethodName Method name 'testRemovalListener_collected' has invalid underscore usage, underscores only allowed between adjacent digits. 962 15
    #A15832 warning MethodName Method name 'testRemovalListener_collected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 15
    #A15833 warning GoogleMethodName Method name 'testRemovalListener_expired' has invalid underscore usage, underscores only allowed between adjacent digits. 986 15
    #A15834 warning MethodName Method name 'testRemovalListener_expired' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 986 15
    #A15835 warning GoogleMethodName Method name 'testRemovalListener_size' has invalid underscore usage, underscores only allowed between adjacent digits. 1017 15
    #A15836 warning MethodName Method name 'testRemovalListener_size' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1017 15
    #A15837 warning GoogleMethodName Method name 'testSegmentPut_expand' has invalid underscore usage, underscores only allowed between adjacent digits. 1356 15
    #A15838 warning MethodName Method name 'testSegmentPut_expand' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1356 15
    #A15839 warning GoogleMethodName Method name 'testSegmentPut_evict' has invalid underscore usage, underscores only allowed between adjacent digits. 1372 15
    #A15840 warning MethodName Method name 'testSegmentPut_evict' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1372 15
    #A15841 warning GoogleMethodName Method name 'testExpand_cleanup' has invalid underscore usage, underscores only allowed between adjacent digits. 1743 15
    #A15842 warning MethodName Method name 'testExpand_cleanup' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1743 15
    #A15843 warning GoogleMethodName Method name 'testClear_notification' has invalid underscore usage, underscores only allowed between adjacent digits. 1873 15
    #A15844 warning MethodName Method name 'testClear_notification' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1873 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/NullCacheTest.java

    Severity Rule Message Line Col
    #A15845 warning GoogleMethodName Method name 'testGet_expireAfterWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A15846 warning MethodName Method name 'testGet_expireAfterWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A15847 warning GoogleMethodName Method name 'testGet_expireAfterAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A15848 warning MethodName Method name 'testGet_expireAfterAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A15849 warning GoogleMethodName Method name 'testGet_computeNull' has invalid underscore usage, underscores only allowed between adjacent digits. 96 15
    #A15850 warning MethodName Method name 'testGet_computeNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A15851 warning GoogleMethodName Method name 'testGet_runtimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A15852 warning MethodName Method name 'testGet_runtimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java

    Severity Rule Message Line Col
    #A15853 warning GoogleMethodName Method name 'testSize_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A15854 warning MethodName Method name 'testSize_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A15855 warning GoogleMethodName Method name 'testContainsKey_found' has invalid underscore usage, underscores only allowed between adjacent digits. 64 15
    #A15856 warning MethodName Method name 'testContainsKey_found' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A15857 warning GoogleMethodName Method name 'testPut_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A15858 warning MethodName Method name 'testPut_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A15859 warning GoogleMethodName Method name 'testPutIfAbsent_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A15860 warning MethodName Method name 'testPutIfAbsent_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A15861 warning GoogleMethodName Method name 'testPutAll_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A15862 warning MethodName Method name 'testPutAll_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A15863 warning GoogleMethodName Method name 'testReplace_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A15864 warning MethodName Method name 'testReplace_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A15865 warning GoogleMethodName Method name 'testRemove_byKey' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A15866 warning MethodName Method name 'testRemove_byKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A15867 warning GoogleMethodName Method name 'testRemove_byKeyAndValue' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A15868 warning MethodName Method name 'testRemove_byKeyAndValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A15869 warning GoogleMethodName Method name 'testKeySet_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 190 15
    #A15870 warning MethodName Method name 'testKeySet_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 190 15
    #A15871 warning GoogleMethodName Method name 'testValues_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 217 15
    #A15872 warning MethodName Method name 'testValues_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 15
    #A15873 warning GoogleMethodName Method name 'testEntrySet_populated' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A15874 warning MethodName Method name 'testEntrySet_populated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java

    Severity Rule Message Line Col
    #A15875 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A15876 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A15877 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A15878 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A15879 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A15880 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A15881 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A15882 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A15883 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A15884 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A15885 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A15886 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A15887 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A15888 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A15889 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A15890 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A15891 warning GoogleMethodName Method name 'testCreation_eightElements' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A15892 warning MethodName Method name 'testCreation_eightElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A15893 warning GoogleMethodName Method name 'testCopyOf_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A15894 warning MethodName Method name 'testCopyOf_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A15895 warning GoogleMethodName Method name 'testCopyOf_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A15896 warning MethodName Method name 'testCopyOf_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A15897 warning GoogleMethodName Method name 'testCopyOf_nullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A15898 warning MethodName Method name 'testCopyOf_nullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A15899 warning GoogleMethodName Method name 'testCopyOf_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A15900 warning MethodName Method name 'testCopyOf_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A15901 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A15902 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A15903 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A15904 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A15905 warning GoogleMethodName Method name 'testCopyOf_collection_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A15906 warning MethodName Method name 'testCopyOf_collection_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A15907 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A15908 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A15909 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A15910 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A15911 warning GoogleMethodName Method name 'testCopyOf_collection_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A15912 warning MethodName Method name 'testCopyOf_collection_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A15913 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A15914 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A15915 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A15916 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A15917 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElementRepeated' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A15918 warning MethodName Method name 'testCopyOf_iterator_oneElementRepeated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A15919 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A15920 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A15921 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 227 15
    #A15922 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 227 15
    #A15923 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A15924 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A15925 warning GoogleMethodName Method name 'testCopyOf_plainIterable_iteratesOnce' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A15926 warning MethodName Method name 'testCopyOf_plainIterable_iteratesOnce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A15927 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A15928 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A15929 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 266 15
    #A15930 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 15
    #A15931 warning GoogleMethodName Method name 'testCopyOf_shortcut_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A15932 warning MethodName Method name 'testCopyOf_shortcut_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A15933 warning GoogleMethodName Method name 'testIterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A15934 warning MethodName Method name 'testIterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A15935 warning GoogleMethodName Method name 'testIterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 294 15
    #A15936 warning MethodName Method name 'testIterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 294 15
    #A15937 warning GoogleMethodName Method name 'testContainsAll_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 304 15
    #A15938 warning MethodName Method name 'testContainsAll_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 304 15
    #A15939 warning GoogleMethodName Method name 'testEquals_sameType' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A15940 warning MethodName Method name 'testEquals_sameType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ArrayTableTest.java

    Severity Rule Message Line Col
    #A15941 warning GoogleMethodName Method name 'testToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A15942 warning MethodName Method name 'testToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A15943 warning GoogleMethodName Method name 'testCellSetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A15944 warning MethodName Method name 'testCellSetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A15945 warning GoogleMethodName Method name 'testRowKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A15946 warning MethodName Method name 'testRowKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A15947 warning GoogleMethodName Method name 'testColumnKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 326 15
    #A15948 warning MethodName Method name 'testColumnKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 15
    #A15949 warning GoogleMethodName Method name 'testValuesToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A15950 warning MethodName Method name 'testValuesToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/CollectSpliteratorsTest.java

    Severity Rule Message Line Col
    #A15951 warning GoogleMethodName Method name 'testFlatMap_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A15952 warning MethodName Method name 'testFlatMap_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A15953 warning GoogleMethodName Method name 'testFlatMapToInt_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A15954 warning MethodName Method name 'testFlatMapToInt_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A15955 warning GoogleMethodName Method name 'testFlatMapToLong_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A15956 warning MethodName Method name 'testFlatMapToLong_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A15957 warning GoogleMethodName Method name 'testFlatMapToDouble_nullStream' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A15958 warning MethodName Method name 'testFlatMapToDouble_nullStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ConcurrentHashMultisetBasherTest.java

    Severity Rule Message Line Col
    #A15959 warning GoogleMethodName Method name 'testAddAndRemove_ConcurrentHashMap' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A15960 warning MethodName Method name 'testAddAndRemove_ConcurrentHashMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A15961 warning GoogleMethodName Method name 'testAddAndRemove_ConcurrentSkipListMap' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A15962 warning MethodName Method name 'testAddAndRemove_ConcurrentSkipListMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A15963 warning GoogleMethodName Method name 'testAddAndRemove_MapMakerMap' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A15964 warning MethodName Method name 'testAddAndRemove_MapMakerMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ConcurrentHashMultisetTest.java

    Severity Rule Message Line Col
    #A15965 warning GoogleMethodName Method name 'testCount_elementPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A15966 warning MethodName Method name 'testCount_elementPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A15967 warning GoogleMethodName Method name 'testCount_elementAbsent' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A15968 warning MethodName Method name 'testCount_elementAbsent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A15969 warning GoogleMethodName Method name 'testAdd_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A15970 warning MethodName Method name 'testAdd_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A15971 warning GoogleMethodName Method name 'testAdd_firstFewWithSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A15972 warning MethodName Method name 'testAdd_firstFewWithSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A15973 warning GoogleMethodName Method name 'testAdd_laterFewWithSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A15974 warning MethodName Method name 'testAdd_laterFewWithSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A15975 warning GoogleMethodName Method name 'testAdd_laterFewWithOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A15976 warning MethodName Method name 'testAdd_laterFewWithOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A15977 warning GoogleMethodName Method name 'testAdd_withFailures' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A15978 warning MethodName Method name 'testAdd_withFailures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A15979 warning GoogleMethodName Method name 'testRemove_zeroFromSome' has invalid underscore usage, underscores only allowed between adjacent digits. 202 15
    #A15980 warning MethodName Method name 'testRemove_zeroFromSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 202 15
    #A15981 warning GoogleMethodName Method name 'testRemove_zeroFromNone' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A15982 warning MethodName Method name 'testRemove_zeroFromNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A15983 warning GoogleMethodName Method name 'testRemove_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 215 15
    #A15984 warning MethodName Method name 'testRemove_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 15
    #A15985 warning GoogleMethodName Method name 'testRemove_someRemaining' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A15986 warning MethodName Method name 'testRemove_someRemaining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A15987 warning GoogleMethodName Method name 'testRemove_noneRemaining' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A15988 warning MethodName Method name 'testRemove_noneRemaining' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A15989 warning GoogleMethodName Method name 'testIteratorRemove_actualMap' has invalid underscore usage, underscores only allowed between adjacent digits. 268 15
    #A15990 warning MethodName Method name 'testIteratorRemove_actualMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 268 15
    #A15991 warning GoogleMethodName Method name 'testSetCount_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 286 15
    #A15992 warning MethodName Method name 'testSetCount_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 15
    #A15993 warning GoogleMethodName Method name 'testSetCount_asRemove' has invalid underscore usage, underscores only allowed between adjacent digits. 297 15
    #A15994 warning MethodName Method name 'testSetCount_asRemove' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 15
    #A15995 warning GoogleMethodName Method name 'testSetCount_0_nonePresent' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A15996 warning MethodName Method name 'testSetCount_0_nonePresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A15997 warning GoogleMethodName Method name 'testIdentityKeyEquality_strongKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A15998 warning MethodName Method name 'testIdentityKeyEquality_strongKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A15999 warning GoogleMethodName Method name 'testIdentityKeyEquality_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A16000 warning MethodName Method name 'testIdentityKeyEquality_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A16001 warning GoogleMethodName Method name 'testLogicalKeyEquality_strongKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 363 15
    #A16002 warning MethodName Method name 'testLogicalKeyEquality_strongKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 363 15
    #A16003 warning GoogleMethodName Method name 'testLogicalKeyEquality_weakKeys' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A16004 warning MethodName Method name 'testLogicalKeyEquality_weakKeys' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A16005 warning GoogleMethodName Method name 'testSerializationWithMapMaker_preservesIdentityKeyEquivalence' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A16006 warning MethodName Method name 'testSerializationWithMapMaker_preservesIdentityKeyEquivalence' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ContiguousSetTest.java

    Severity Rule Message Line Col
    #A16007 warning GoogleMethodName Method name 'testCreate_noMin' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A16008 warning MethodName Method name 'testCreate_noMin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A16009 warning GoogleMethodName Method name 'testCreate_noMax' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A16010 warning MethodName Method name 'testCreate_noMax' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A16011 warning GoogleMethodName Method name 'testCreate_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 176 15
    #A16012 warning MethodName Method name 'testCreate_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A16013 warning GoogleMethodName Method name 'testHeadSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A16014 warning MethodName Method name 'testHeadSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A16015 warning GoogleMethodName Method name 'testTailSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A16016 warning MethodName Method name 'testTailSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A16017 warning GoogleMethodName Method name 'testSubSet_outOfOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A16018 warning MethodName Method name 'testSubSet_outOfOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A16019 warning GoogleMethodName Method name 'testSubSet_tooLarge' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A16020 warning MethodName Method name 'testSubSet_tooLarge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A16021 warning GoogleMethodName Method name 'testSubSet_tooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 250 15
    #A16022 warning MethodName Method name 'testSubSet_tooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 15
    #A16023 warning GoogleMethodName Method name 'testRange_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A16024 warning MethodName Method name 'testRange_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A16025 warning GoogleMethodName Method name 'testIntersection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 359 15
    #A16026 warning MethodName Method name 'testIntersection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/EvictingQueueTest.java

    Severity Rule Message Line Col
    #A16027 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize0' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A16028 warning MethodName Method name 'testRemainingCapacity_maxSize0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A16029 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize1' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A16030 warning MethodName Method name 'testRemainingCapacity_maxSize1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A16031 warning GoogleMethodName Method name 'testRemainingCapacity_maxSize3' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A16032 warning MethodName Method name 'testRemainingCapacity_maxSize3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A16033 warning GoogleMethodName Method name 'testAddAll_largeList' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A16034 warning MethodName Method name 'testAddAll_largeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/FluentIterableTest.java

    Severity Rule Message Line Col
    #A16035 warning GoogleMethodName Method name 'testFrom_alreadyFluentIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A16036 warning MethodName Method name 'testFrom_alreadyFluentIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A16037 warning GoogleMethodName Method name 'testOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A16038 warning MethodName Method name 'testOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A16039 warning GoogleMethodName Method name 'testSize_collectionDoesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A16040 warning MethodName Method name 'testSize_collectionDoesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A16041 warning GoogleMethodName Method name 'testContains_nullSetYes' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A16042 warning MethodName Method name 'testContains_nullSetYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A16043 warning GoogleMethodName Method name 'testContains_nullSetNo' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A16044 warning MethodName Method name 'testContains_nullSetNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15
    #A16045 warning GoogleMethodName Method name 'testContains_nullIterableYes' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A16046 warning MethodName Method name 'testContains_nullIterableYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A16047 warning GoogleMethodName Method name 'testContains_nullIterableNo' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A16048 warning MethodName Method name 'testContains_nullIterableNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A16049 warning GoogleMethodName Method name 'testContains_nonNullSetYes' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A16050 warning MethodName Method name 'testContains_nonNullSetYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A16051 warning GoogleMethodName Method name 'testContains_nonNullSetNo' has invalid underscore usage, underscores only allowed between adjacent digits. 251 15
    #A16052 warning MethodName Method name 'testContains_nonNullSetNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15
    #A16053 warning GoogleMethodName Method name 'testContains_nonNullIterableYes' has invalid underscore usage, underscores only allowed between adjacent digits. 256 15
    #A16054 warning MethodName Method name 'testContains_nonNullIterableYes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 15
    #A16055 warning GoogleMethodName Method name 'testContains_nonNullIterableNo' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A16056 warning MethodName Method name 'testContains_nonNullIterableNo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A16057 warning GoogleMethodName Method name 'testCycle_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A16058 warning MethodName Method name 'testCycle_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A16059 warning GoogleMethodName Method name 'testCycle_removingAllElementsStopsCycle' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A16060 warning MethodName Method name 'testCycle_removingAllElementsStopsCycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A16061 warning GoogleMethodName Method name 'testAppend_toEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 322 15
    #A16062 warning MethodName Method name 'testAppend_toEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 15
    #A16063 warning GoogleMethodName Method name 'testAppend_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 328 15
    #A16064 warning MethodName Method name 'testAppend_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 328 15
    #A16065 warning GoogleMethodName Method name 'testAppend_nullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A16066 warning MethodName Method name 'testAppend_nullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A16067 warning GoogleMethodName Method name 'testTransformWith_poorlyBehavedTransform' has invalid underscore usage, underscores only allowed between adjacent digits. 425 15
    #A16068 warning MethodName Method name 'testTransformWith_poorlyBehavedTransform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 425 15
    #A16069 warning GoogleMethodName Method name 'testTransformWith_nullFriendlyTransform' has invalid underscore usage, underscores only allowed between adjacent digits. 446 15
    #A16070 warning MethodName Method name 'testTransformWith_nullFriendlyTransform' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 15
    #A16071 warning GoogleMethodName Method name 'testTransformAndConcat_wildcardFunctionGenerics' has invalid underscore usage, underscores only allowed between adjacent digits. 478 15
    #A16072 warning MethodName Method name 'testTransformAndConcat_wildcardFunctionGenerics' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 478 15
    #A16073 warning GoogleMethodName Method name 'testFirst_list' has invalid underscore usage, underscores only allowed between adjacent digits. 484 15
    #A16074 warning MethodName Method name 'testFirst_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 484 15
    #A16075 warning GoogleMethodName Method name 'testFirst_null' has invalid underscore usage, underscores only allowed between adjacent digits. 489 15
    #A16076 warning MethodName Method name 'testFirst_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 15
    #A16077 warning GoogleMethodName Method name 'testFirst_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 498 15
    #A16078 warning MethodName Method name 'testFirst_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 498 15
    #A16079 warning GoogleMethodName Method name 'testFirst_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 503 15
    #A16080 warning MethodName Method name 'testFirst_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 503 15
    #A16081 warning GoogleMethodName Method name 'testFirst_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 508 15
    #A16082 warning MethodName Method name 'testFirst_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 15
    #A16083 warning GoogleMethodName Method name 'testFirst_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 513 15
    #A16084 warning MethodName Method name 'testFirst_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 513 15
    #A16085 warning GoogleMethodName Method name 'testFirst_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 518 15
    #A16086 warning MethodName Method name 'testFirst_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 518 15
    #A16087 warning GoogleMethodName Method name 'testLast_list' has invalid underscore usage, underscores only allowed between adjacent digits. 523 15
    #A16088 warning MethodName Method name 'testLast_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 523 15
    #A16089 warning GoogleMethodName Method name 'testLast_null' has invalid underscore usage, underscores only allowed between adjacent digits. 528 15
    #A16090 warning MethodName Method name 'testLast_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 528 15
    #A16091 warning GoogleMethodName Method name 'testLast_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 537 15
    #A16092 warning MethodName Method name 'testLast_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A16093 warning GoogleMethodName Method name 'testLast_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 542 15
    #A16094 warning MethodName Method name 'testLast_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 542 15
    #A16095 warning GoogleMethodName Method name 'testLast_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 547 15
    #A16096 warning MethodName Method name 'testLast_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 547 15
    #A16097 warning GoogleMethodName Method name 'testLast_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 552 15
    #A16098 warning MethodName Method name 'testLast_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 552 15
    #A16099 warning GoogleMethodName Method name 'testLast_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 557 15
    #A16100 warning MethodName Method name 'testLast_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 557 15
    #A16101 warning GoogleMethodName Method name 'testSkip_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 562 15
    #A16102 warning MethodName Method name 'testSkip_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 562 15
    #A16103 warning GoogleMethodName Method name 'testSkip_simpleList' has invalid underscore usage, underscores only allowed between adjacent digits. 569 15
    #A16104 warning MethodName Method name 'testSkip_simpleList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 569 15
    #A16105 warning GoogleMethodName Method name 'testSkip_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 576 15
    #A16106 warning MethodName Method name 'testSkip_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 15
    #A16107 warning GoogleMethodName Method name 'testSkip_pastEndList' has invalid underscore usage, underscores only allowed between adjacent digits. 581 15
    #A16108 warning MethodName Method name 'testSkip_pastEndList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 581 15
    #A16109 warning GoogleMethodName Method name 'testSkip_skipNone' has invalid underscore usage, underscores only allowed between adjacent digits. 586 15
    #A16110 warning MethodName Method name 'testSkip_skipNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15
    #A16111 warning GoogleMethodName Method name 'testSkip_skipNoneList' has invalid underscore usage, underscores only allowed between adjacent digits. 592 15
    #A16112 warning MethodName Method name 'testSkip_skipNoneList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 592 15
    #A16113 warning GoogleMethodName Method name 'testSkip_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 598 15
    #A16114 warning MethodName Method name 'testSkip_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 598 15
    #A16115 warning GoogleMethodName Method name 'testSkip_iteratorList' has invalid underscore usage, underscores only allowed between adjacent digits. 613 15
    #A16116 warning MethodName Method name 'testSkip_iteratorList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 613 15
    #A16117 warning GoogleMethodName Method name 'testSkip_nonStructurallyModifiedList' has invalid underscore usage, underscores only allowed between adjacent digits. 626 15
    #A16118 warning MethodName Method name 'testSkip_nonStructurallyModifiedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 15
    #A16119 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSome' has invalid underscore usage, underscores only allowed between adjacent digits. 636 15
    #A16120 warning MethodName Method name 'testSkip_structurallyModifiedSkipSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 15
    #A16121 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSomeList' has invalid underscore usage, underscores only allowed between adjacent digits. 645 15
    #A16122 warning MethodName Method name 'testSkip_structurallyModifiedSkipSomeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 645 15
    #A16123 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAll' has invalid underscore usage, underscores only allowed between adjacent digits. 653 15
    #A16124 warning MethodName Method name 'testSkip_structurallyModifiedSkipAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 653 15
    #A16125 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAllList' has invalid underscore usage, underscores only allowed between adjacent digits. 662 15
    #A16126 warning MethodName Method name 'testSkip_structurallyModifiedSkipAllList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 662 15
    #A16127 warning GoogleMethodName Method name 'testSkip_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 669 15
    #A16128 warning MethodName Method name 'testSkip_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 669 15
    #A16129 warning GoogleMethodName Method name 'testLimit_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 686 15
    #A16130 warning MethodName Method name 'testLimit_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 15
    #A16131 warning GoogleMethodName Method name 'testToList_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 704 15
    #A16132 warning MethodName Method name 'testToList_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 704 15
    #A16133 warning GoogleMethodName Method name 'testToSortedList_withComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 708 15
    #A16134 warning MethodName Method name 'testToSortedList_withComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 708 15
    #A16135 warning GoogleMethodName Method name 'testToSortedList_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 714 15
    #A16136 warning MethodName Method name 'testToSortedList_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 15
    #A16137 warning GoogleMethodName Method name 'testToSet_removeDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 724 15
    #A16138 warning MethodName Method name 'testToSet_removeDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 724 15
    #A16139 warning GoogleMethodName Method name 'testToSet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 728 15
    #A16140 warning MethodName Method name 'testToSet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 728 15
    #A16141 warning GoogleMethodName Method name 'testToSortedSet_removeDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 738 15
    #A16142 warning MethodName Method name 'testToSortedSet_removeDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 738 15
    #A16143 warning GoogleMethodName Method name 'testToMultiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 748 15
    #A16144 warning MethodName Method name 'testToMultiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 748 15
    #A16145 warning GoogleMethodName Method name 'testToMap_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 759 15
    #A16146 warning MethodName Method name 'testToMap_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 759 15
    #A16147 warning GoogleMethodName Method name 'testToMap_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 767 15
    #A16148 warning MethodName Method name 'testToMap_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 767 15
    #A16149 warning GoogleMethodName Method name 'testIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 794 15
    #A16150 warning MethodName Method name 'testIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 794 15
    #A16151 warning GoogleMethodName Method name 'testIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 803 15
    #A16152 warning MethodName Method name 'testIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 803 15
    #A16153 warning GoogleMethodName Method name 'testUniqueIndex_duplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. 826 15
    #A16154 warning MethodName Method name 'testUniqueIndex_duplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 826 15
    #A16155 warning GoogleMethodName Method name 'testUniqueIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 842 15
    #A16156 warning MethodName Method name 'testUniqueIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 842 15
    #A16157 warning GoogleMethodName Method name 'testUniqueIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 850 15
    #A16158 warning MethodName Method name 'testUniqueIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 850 15
    #A16159 warning GoogleMethodName Method name 'testCopyInto_List' has invalid underscore usage, underscores only allowed between adjacent digits. 866 15
    #A16160 warning MethodName Method name 'testCopyInto_List' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 15
    #A16161 warning GoogleMethodName Method name 'testCopyInto_Set' has invalid underscore usage, underscores only allowed between adjacent digits. 872 15
    #A16162 warning MethodName Method name 'testCopyInto_Set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 872 15
    #A16163 warning GoogleMethodName Method name 'testCopyInto_SetAllDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 876 15
    #A16164 warning MethodName Method name 'testCopyInto_SetAllDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 876 15
    #A16165 warning GoogleMethodName Method name 'testCopyInto_NonCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 880 15
    #A16166 warning MethodName Method name 'testCopyInto_NonCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 880 15
    #A16167 warning GoogleMethodName Method name 'testJoin_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 901 15
    #A16168 warning MethodName Method name 'testJoin_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 901 15
    #A16169 warning GoogleMethodName Method name 'testGet_outOfBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 911 15
    #A16170 warning MethodName Method name 'testGet_outOfBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 911 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java

    Severity Rule Message Line Col
    #A16171 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 220 17
    #A16172 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 17
    #A16173 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue' has invalid underscore usage, underscores only allowed between adjacent digits. 254 17
    #A16174 warning MethodName Method name 'testBuilder_orderEntriesByValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 17
    #A16175 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' has invalid underscore usage, underscores only allowed between adjacent digits. 268 17
    #A16176 warning MethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 268 17
    #A16177 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' has invalid underscore usage, underscores only allowed between adjacent digits. 278 17
    #A16178 warning MethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 17
    #A16179 warning GoogleMethodName Method name 'testToImmutableBiMap_exceptionOnDuplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. 556 17
    #A16180 warning MethodName Method name 'testToImmutableBiMap_exceptionOnDuplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableClassToInstanceMapTest.java

    Severity Rule Message Line Col
    #A16181 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A16182 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15
    #A16183 warning GoogleMethodName Method name 'testCopyOf_map_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A16184 warning MethodName Method name 'testCopyOf_map_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A16185 warning GoogleMethodName Method name 'testOf_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A16186 warning MethodName Method name 'testOf_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A16187 warning GoogleMethodName Method name 'testOf_one' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A16188 warning MethodName Method name 'testOf_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A16189 warning GoogleMethodName Method name 'testCopyOf_map_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A16190 warning MethodName Method name 'testCopyOf_map_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A16191 warning GoogleMethodName Method name 'testCopyOf_map_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A16192 warning MethodName Method name 'testCopyOf_map_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A16193 warning GoogleMethodName Method name 'testCopyOf_imap_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A16194 warning MethodName Method name 'testCopyOf_imap_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A16195 warning GoogleMethodName Method name 'testCopyOf_imap_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A16196 warning MethodName Method name 'testCopyOf_imap_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableEnumMapTest.java

    Severity Rule Message Line Col
    #A16197 warning GoogleMethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A16198 warning MethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableListMultimapTest.java

    Severity Rule Message Line Col
    #A16199 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A16200 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A16201 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A16202 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A16203 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A16204 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableListTest.java

    Severity Rule Message Line Col
    #A16205 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 117 17
    #A16206 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 17
    #A16207 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 122 17
    #A16208 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 17
    #A16209 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 127 17
    #A16210 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 17
    #A16211 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 132 17
    #A16212 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 17
    #A16213 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 137 17
    #A16214 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 17
    #A16215 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 142 17
    #A16216 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 142 17
    #A16217 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 147 17
    #A16218 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 17
    #A16219 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 152 17
    #A16220 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 17
    #A16221 warning GoogleMethodName Method name 'testCreation_eightElements' has invalid underscore usage, underscores only allowed between adjacent digits. 157 17
    #A16222 warning MethodName Method name 'testCreation_eightElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 17
    #A16223 warning GoogleMethodName Method name 'testCreation_nineElements' has invalid underscore usage, underscores only allowed between adjacent digits. 162 17
    #A16224 warning MethodName Method name 'testCreation_nineElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 17
    #A16225 warning GoogleMethodName Method name 'testCreation_tenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 167 17
    #A16226 warning MethodName Method name 'testCreation_tenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 17
    #A16227 warning GoogleMethodName Method name 'testCreation_elevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 172 17
    #A16228 warning MethodName Method name 'testCreation_elevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 17
    #A16229 warning GoogleMethodName Method name 'testCreation_twelveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 179 17
    #A16230 warning MethodName Method name 'testCreation_twelveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 17
    #A16231 warning GoogleMethodName Method name 'testCreation_thirteenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 186 17
    #A16232 warning MethodName Method name 'testCreation_thirteenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 17
    #A16233 warning GoogleMethodName Method name 'testCreation_fourteenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 194 17
    #A16234 warning MethodName Method name 'testCreation_fourteenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 17
    #A16235 warning GoogleMethodName Method name 'testCreation_singletonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 202 17
    #A16236 warning MethodName Method name 'testCreation_singletonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 202 17
    #A16237 warning GoogleMethodName Method name 'testCreation_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 210 17
    #A16238 warning MethodName Method name 'testCreation_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 17
    #A16239 warning GoogleMethodName Method name 'testCreation_generic' has invalid underscore usage, underscores only allowed between adjacent digits. 218 17
    #A16240 warning MethodName Method name 'testCreation_generic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 17
    #A16241 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 224 17
    #A16242 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 224 17
    #A16243 warning GoogleMethodName Method name 'testCopyOf_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 230 17
    #A16244 warning MethodName Method name 'testCopyOf_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 17
    #A16245 warning GoogleMethodName Method name 'testCopyOf_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 236 17
    #A16246 warning MethodName Method name 'testCopyOf_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 17
    #A16247 warning GoogleMethodName Method name 'testCopyOf_nullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 242 17
    #A16248 warning MethodName Method name 'testCopyOf_nullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 17
    #A16249 warning GoogleMethodName Method name 'testCopyOf_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 250 17
    #A16250 warning MethodName Method name 'testCopyOf_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 17
    #A16251 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 259 17
    #A16252 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 259 17
    #A16253 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 266 17
    #A16254 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 17
    #A16255 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 272 17
    #A16256 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 17
    #A16257 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 282 17
    #A16258 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 17
    #A16259 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 291 17
    #A16260 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 17
    #A16261 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 297 17
    #A16262 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 17
    #A16263 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 303 17
    #A16264 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 17
    #A16265 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 309 17
    #A16266 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 17
    #A16267 warning GoogleMethodName Method name 'testCopyOf_iteratorNull' has invalid underscore usage, underscores only allowed between adjacent digits. 318 17
    #A16268 warning MethodName Method name 'testCopyOf_iteratorNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 17
    #A16269 warning GoogleMethodName Method name 'testCopyOf_concurrentlyMutating' has invalid underscore usage, underscores only allowed between adjacent digits. 326 17
    #A16270 warning MethodName Method name 'testCopyOf_concurrentlyMutating' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 17
    #A16271 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 349 17
    #A16272 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 17
    #A16273 warning GoogleMethodName Method name 'testCopyOf_plainIterable_iteratesOnce' has invalid underscore usage, underscores only allowed between adjacent digits. 355 17
    #A16274 warning MethodName Method name 'testCopyOf_plainIterable_iteratesOnce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 355 17
    #A16275 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 361 17
    #A16276 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 17
    #A16277 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 366 17
    #A16278 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 17
    #A16279 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableList' has invalid underscore usage, underscores only allowed between adjacent digits. 371 17
    #A16280 warning MethodName Method name 'testCopyOf_shortcut_immutableList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 17
    #A16281 warning GoogleMethodName Method name 'testSortedCopyOf_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 410 17
    #A16282 warning MethodName Method name 'testSortedCopyOf_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 17
    #A16283 warning GoogleMethodName Method name 'testSortedCopyOf_natural_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 416 17
    #A16284 warning MethodName Method name 'testSortedCopyOf_natural_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 17
    #A16285 warning GoogleMethodName Method name 'testSortedCopyOf_natural_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 422 17
    #A16286 warning MethodName Method name 'testSortedCopyOf_natural_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 17
    #A16287 warning GoogleMethodName Method name 'testSortedCopyOf_natural_containsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 428 17
    #A16288 warning MethodName Method name 'testSortedCopyOf_natural_containsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 17
    #A16289 warning GoogleMethodName Method name 'testSortedCopyOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 443 17
    #A16290 warning MethodName Method name 'testSortedCopyOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 443 17
    #A16291 warning GoogleMethodName Method name 'testSortedCopyOf_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 449 17
    #A16292 warning MethodName Method name 'testSortedCopyOf_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 449 17
    #A16293 warning GoogleMethodName Method name 'testSortedCopyOf_containsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 455 17
    #A16294 warning MethodName Method name 'testSortedCopyOf_containsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 455 17
    #A16295 warning GoogleMethodName Method name 'testCopyOf_concurrentlyMutatedList' has invalid underscore usage, underscores only allowed between adjacent digits. 530 17
    #A16296 warning MethodName Method name 'testCopyOf_concurrentlyMutatedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 530 17
    #A16297 warning GoogleMethodName Method name 'testCopyOf_concurrentlyMutatedIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 534 17
    #A16298 warning MethodName Method name 'testCopyOf_concurrentlyMutatedIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 534 17
    #A16299 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 648 17
    #A16300 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 648 17
    #A16301 warning GoogleMethodName Method name 'testSerialization_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 654 17
    #A16302 warning MethodName Method name 'testSerialization_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 654 17
    #A16303 warning GoogleMethodName Method name 'testSerialization_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 660 17
    #A16304 warning MethodName Method name 'testSerialization_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 660 17
    #A16305 warning GoogleMethodName Method name 'testEquals_immutableList' has invalid underscore usage, underscores only allowed between adjacent digits. 665 17
    #A16306 warning MethodName Method name 'testEquals_immutableList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 665 17
    #A16307 warning GoogleMethodName Method name 'testBuilderAdd_varargs' has invalid underscore usage, underscores only allowed between adjacent digits. 705 17
    #A16308 warning MethodName Method name 'testBuilderAdd_varargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 705 17
    #A16309 warning GoogleMethodName Method name 'testBuilderAddAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 711 17
    #A16310 warning MethodName Method name 'testBuilderAddAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 711 17
    #A16311 warning GoogleMethodName Method name 'testBuilderAddAll_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 720 17
    #A16312 warning MethodName Method name 'testBuilderAddAll_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 720 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableMapTest.java

    Severity Rule Message Line Col
    #A16313 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue' has invalid underscore usage, underscores only allowed between adjacent digits. 383 17
    #A16314 warning MethodName Method name 'testBuilder_orderEntriesByValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 17
    #A16315 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' has invalid underscore usage, underscores only allowed between adjacent digits. 396 17
    #A16316 warning MethodName Method name 'testBuilder_orderEntriesByValueAfterExactSizeBuild' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 17
    #A16317 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' has invalid underscore usage, underscores only allowed between adjacent digits. 406 17
    #A16318 warning MethodName Method name 'testBuilder_orderEntriesByValue_usedTwiceFails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 17
    #A16319 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 416 17
    #A16320 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 17
    #A16321 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 422 17
    #A16322 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 17
    #A16323 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 440 17
    #A16324 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 440 17
    #A16325 warning GoogleMethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. 698 17
    #A16326 warning MethodName Method name 'testToImmutableMap_exceptionOnDuplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 698 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableMultimapTest.java

    Severity Rule Message Line Col
    #A16327 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 37 15
    #A16328 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A16329 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A16330 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A16331 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A16332 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableMultisetTest.java

    Severity Rule Message Line Col
    #A16333 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 168 15
    #A16334 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 15
    #A16335 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A16336 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A16337 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A16338 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A16339 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A16340 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A16341 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A16342 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A16343 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A16344 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A16345 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A16346 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A16347 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A16348 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A16349 warning GoogleMethodName Method name 'testCreation_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A16350 warning MethodName Method name 'testCreation_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A16351 warning GoogleMethodName Method name 'testCreation_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A16352 warning MethodName Method name 'testCreation_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A16353 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A16354 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A16355 warning GoogleMethodName Method name 'testCreation_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 228 15
    #A16356 warning MethodName Method name 'testCreation_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A16357 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A16358 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A16359 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 244 15
    #A16360 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 244 15
    #A16361 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 250 15
    #A16362 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 15
    #A16363 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 256 15
    #A16364 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 15
    #A16365 warning GoogleMethodName Method name 'testCopyOf_multiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 265 15
    #A16366 warning MethodName Method name 'testCopyOf_multiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 15
    #A16367 warning GoogleMethodName Method name 'testCopyOf_multiset_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 271 15
    #A16368 warning MethodName Method name 'testCopyOf_multiset_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 15
    #A16369 warning GoogleMethodName Method name 'testCopyOf_multiset_general' has invalid underscore usage, underscores only allowed between adjacent digits. 277 15
    #A16370 warning MethodName Method name 'testCopyOf_multiset_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 277 15
    #A16371 warning GoogleMethodName Method name 'testCopyOf_multisetContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A16372 warning MethodName Method name 'testCopyOf_multisetContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A16373 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 292 15
    #A16374 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 292 15
    #A16375 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A16376 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A16377 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 304 15
    #A16378 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 304 15
    #A16379 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 310 15
    #A16380 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 310 15
    #A16381 warning GoogleMethodName Method name 'testToImmutableMultiset_duplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 344 15
    #A16382 warning MethodName Method name 'testToImmutableMultiset_duplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 15
    #A16383 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A16384 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15
    #A16385 warning GoogleMethodName Method name 'testCopyOf_hashMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 424 15
    #A16386 warning MethodName Method name 'testCopyOf_hashMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 424 15
    #A16387 warning GoogleMethodName Method name 'testCopyOf_treeMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 430 15
    #A16388 warning MethodName Method name 'testCopyOf_treeMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 430 15
    #A16389 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 436 15
    #A16390 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 15
    #A16391 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 441 15
    #A16392 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A16393 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 446 15
    #A16394 warning MethodName Method name 'testCopyOf_shortcut_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 15
    #A16395 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 589 15
    #A16396 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 589 15
    #A16397 warning GoogleMethodName Method name 'testSerialization_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 595 15
    #A16398 warning MethodName Method name 'testSerialization_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A16399 warning GoogleMethodName Method name 'testSerialization_elementSet' has invalid underscore usage, underscores only allowed between adjacent digits. 602 15
    #A16400 warning MethodName Method name 'testSerialization_elementSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 602 15
    #A16401 warning GoogleMethodName Method name 'testSerialization_entrySet' has invalid underscore usage, underscores only allowed between adjacent digits. 609 15
    #A16402 warning MethodName Method name 'testSerialization_entrySet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 609 15
    #A16403 warning GoogleMethodName Method name 'testEquals_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 614 15
    #A16404 warning MethodName Method name 'testEquals_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 614 15
    #A16405 warning GoogleMethodName Method name 'testSerialization_asList' has invalid underscore usage, underscores only allowed between adjacent digits. 644 15
    #A16406 warning MethodName Method name 'testSerialization_asList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 644 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java

    Severity Rule Message Line Col
    #A16407 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A16408 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A16409 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A16410 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A16411 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A16412 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSetTest.java

    Severity Rule Message Line Col
    #A16413 warning GoogleMethodName Method name 'testCreation_allDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A16414 warning MethodName Method name 'testCreation_allDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A16415 warning GoogleMethodName Method name 'testCreation_oneDuplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A16416 warning MethodName Method name 'testCreation_oneDuplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15
    #A16417 warning GoogleMethodName Method name 'testCreation_manyDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A16418 warning MethodName Method name 'testCreation_manyDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15
    #A16419 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A16420 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A16421 warning GoogleMethodName Method name 'testCopyOf_copiesImmutableSortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 297 15
    #A16422 warning MethodName Method name 'testCopyOf_copiesImmutableSortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 15
    #A16423 warning GoogleMethodName Method name 'testToImmutableSet_duplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A16424 warning MethodName Method name 'testToImmutableSet_duplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15
    #A16425 warning GoogleMethodName Method name 'testCopyOf_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 359 15
    #A16426 warning MethodName Method name 'testCopyOf_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java

    Severity Rule Message Line Col
    #A16427 warning GoogleMethodName Method name 'testBuilder_orderEntriesByValueFails' has invalid underscore usage, underscores only allowed between adjacent digits. 323 17
    #A16428 warning MethodName Method name 'testBuilder_orderEntriesByValueFails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 17
    #A16429 warning GoogleMethodName Method name 'testBuilder_withImmutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 332 17
    #A16430 warning MethodName Method name 'testBuilder_withImmutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 332 17
    #A16431 warning GoogleMethodName Method name 'testBuilder_withImmutableEntryAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 340 17
    #A16432 warning MethodName Method name 'testBuilder_withImmutableEntryAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 340 17
    #A16433 warning GoogleMethodName Method name 'testBuilder_withMutableEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 358 17
    #A16434 warning MethodName Method name 'testBuilder_withMutableEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 358 17
    #A16435 warning GoogleMethodName Method name 'testToImmutableSortedMap_exceptionOnDuplicateKey' has invalid underscore usage, underscores only allowed between adjacent digits. 697 17
    #A16436 warning MethodName Method name 'testToImmutableSortedMap_exceptionOnDuplicateKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 697 17
    #A16437 warning GoogleMethodName Method name 'testBuilderGenerics_SelfComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 901 15
    #A16438 warning MethodName Method name 'testBuilderGenerics_SelfComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 901 15
    #A16439 warning GoogleMethodName Method name 'testBuilderGenerics_SuperComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 911 15
    #A16440 warning MethodName Method name 'testBuilderGenerics_SuperComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 911 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSortedMultisetTest.java

    Severity Rule Message Line Col
    #A16441 warning GoogleMethodName Method name 'testCreation_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A16442 warning MethodName Method name 'testCreation_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A16443 warning GoogleMethodName Method name 'testCreation_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A16444 warning MethodName Method name 'testCreation_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A16445 warning GoogleMethodName Method name 'testCreation_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A16446 warning MethodName Method name 'testCreation_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A16447 warning GoogleMethodName Method name 'testCreation_threeElements' has invalid underscore usage, underscores only allowed between adjacent digits. 145 15
    #A16448 warning MethodName Method name 'testCreation_threeElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 15
    #A16449 warning GoogleMethodName Method name 'testCreation_fourElements' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A16450 warning MethodName Method name 'testCreation_fourElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A16451 warning GoogleMethodName Method name 'testCreation_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A16452 warning MethodName Method name 'testCreation_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A16453 warning GoogleMethodName Method name 'testCreation_sixElements' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A16454 warning MethodName Method name 'testCreation_sixElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A16455 warning GoogleMethodName Method name 'testCreation_sevenElements' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A16456 warning MethodName Method name 'testCreation_sevenElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A16457 warning GoogleMethodName Method name 'testCreation_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A16458 warning MethodName Method name 'testCreation_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A16459 warning GoogleMethodName Method name 'testCreation_arrayOfOneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 176 15
    #A16460 warning MethodName Method name 'testCreation_arrayOfOneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A16461 warning GoogleMethodName Method name 'testCreation_arrayOfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A16462 warning MethodName Method name 'testCreation_arrayOfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A16463 warning GoogleMethodName Method name 'testCreation_arrayContainingOnlyNull' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A16464 warning MethodName Method name 'testCreation_arrayContainingOnlyNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A16465 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A16466 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A16467 warning GoogleMethodName Method name 'testCopyOf_collection_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A16468 warning MethodName Method name 'testCopyOf_collection_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A16469 warning GoogleMethodName Method name 'testCopyOf_collection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A16470 warning MethodName Method name 'testCopyOf_collection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A16471 warning GoogleMethodName Method name 'testCopyOf_collectionContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 228 15
    #A16472 warning MethodName Method name 'testCopyOf_collectionContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A16473 warning GoogleMethodName Method name 'testCopyOf_multiset_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 237 15
    #A16474 warning MethodName Method name 'testCopyOf_multiset_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 15
    #A16475 warning GoogleMethodName Method name 'testCopyOf_multiset_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A16476 warning MethodName Method name 'testCopyOf_multiset_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A16477 warning GoogleMethodName Method name 'testCopyOf_multiset_general' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A16478 warning MethodName Method name 'testCopyOf_multiset_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A16479 warning GoogleMethodName Method name 'testCopyOf_multisetContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 255 15
    #A16480 warning MethodName Method name 'testCopyOf_multisetContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 255 15
    #A16481 warning GoogleMethodName Method name 'testCopyOf_iterator_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 264 15
    #A16482 warning MethodName Method name 'testCopyOf_iterator_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 264 15
    #A16483 warning GoogleMethodName Method name 'testCopyOf_iterator_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A16484 warning MethodName Method name 'testCopyOf_iterator_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A16485 warning GoogleMethodName Method name 'testCopyOf_iterator_general' has invalid underscore usage, underscores only allowed between adjacent digits. 276 15
    #A16486 warning MethodName Method name 'testCopyOf_iterator_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A16487 warning GoogleMethodName Method name 'testCopyOf_iteratorContainingNull' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A16488 warning MethodName Method name 'testCopyOf_iteratorContainingNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A16489 warning GoogleMethodName Method name 'testCopyOf_plainIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 301 15
    #A16490 warning MethodName Method name 'testCopyOf_plainIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 15
    #A16491 warning GoogleMethodName Method name 'testCopyOf_shortcut_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A16492 warning MethodName Method name 'testCopyOf_shortcut_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A16493 warning GoogleMethodName Method name 'testCopyOf_shortcut_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A16494 warning MethodName Method name 'testCopyOf_shortcut_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A16495 warning GoogleMethodName Method name 'testCopyOf_shortcut_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A16496 warning MethodName Method name 'testCopyOf_shortcut_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A16497 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 510 15
    #A16498 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 510 15
    #A16499 warning GoogleMethodName Method name 'testSerialization_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 515 15
    #A16500 warning MethodName Method name 'testSerialization_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 515 15
    #A16501 warning GoogleMethodName Method name 'testSerialization_elementSet' has invalid underscore usage, underscores only allowed between adjacent digits. 521 15
    #A16502 warning MethodName Method name 'testSerialization_elementSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 15
    #A16503 warning GoogleMethodName Method name 'testSerialization_entrySet' has invalid underscore usage, underscores only allowed between adjacent digits. 527 15
    #A16504 warning MethodName Method name 'testSerialization_entrySet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 527 15
    #A16505 warning GoogleMethodName Method name 'testEquals_immutableMultiset' has invalid underscore usage, underscores only allowed between adjacent digits. 532 15
    #A16506 warning MethodName Method name 'testEquals_immutableMultiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 532 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

    Severity Rule Message Line Col
    #A16507 warning GoogleMethodName Method name 'testEmpty_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A16508 warning MethodName Method name 'testEmpty_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A16509 warning GoogleMethodName Method name 'testEmpty_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A16510 warning MethodName Method name 'testEmpty_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A16511 warning GoogleMethodName Method name 'testEmpty_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 251 15
    #A16512 warning MethodName Method name 'testEmpty_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15
    #A16513 warning GoogleMethodName Method name 'testEmpty_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 256 15
    #A16514 warning MethodName Method name 'testEmpty_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 256 15
    #A16515 warning GoogleMethodName Method name 'testEmpty_first' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A16516 warning MethodName Method name 'testEmpty_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A16517 warning GoogleMethodName Method name 'testEmpty_last' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A16518 warning MethodName Method name 'testEmpty_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A16519 warning GoogleMethodName Method name 'testEmpty_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 280 15
    #A16520 warning MethodName Method name 'testEmpty_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 280 15
    #A16521 warning GoogleMethodName Method name 'testSingle_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 286 15
    #A16522 warning MethodName Method name 'testSingle_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 15
    #A16523 warning GoogleMethodName Method name 'testSingle_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A16524 warning MethodName Method name 'testSingle_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A16525 warning GoogleMethodName Method name 'testSingle_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 299 15
    #A16526 warning MethodName Method name 'testSingle_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A16527 warning GoogleMethodName Method name 'testSingle_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 307 15
    #A16528 warning MethodName Method name 'testSingle_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 307 15
    #A16529 warning GoogleMethodName Method name 'testSingle_first' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A16530 warning MethodName Method name 'testSingle_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A16531 warning GoogleMethodName Method name 'testSingle_last' has invalid underscore usage, underscores only allowed between adjacent digits. 322 15
    #A16532 warning MethodName Method name 'testSingle_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 15
    #A16533 warning GoogleMethodName Method name 'testSingle_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 328 15
    #A16534 warning MethodName Method name 'testSingle_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 328 15
    #A16535 warning GoogleMethodName Method name 'testOf_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A16536 warning MethodName Method name 'testOf_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A16537 warning GoogleMethodName Method name 'testOf_gwtArraycopyBug' has invalid underscore usage, underscores only allowed between adjacent digits. 350 15
    #A16538 warning MethodName Method name 'testOf_gwtArraycopyBug' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A16539 warning GoogleMethodName Method name 'testOf_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 384 15
    #A16540 warning MethodName Method name 'testOf_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 384 15
    #A16541 warning GoogleMethodName Method name 'testOf_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 389 15
    #A16542 warning MethodName Method name 'testOf_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 15
    #A16543 warning GoogleMethodName Method name 'testOf_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 394 15
    #A16544 warning MethodName Method name 'testOf_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 15
    #A16545 warning GoogleMethodName Method name 'testOf_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 403 15
    #A16546 warning MethodName Method name 'testOf_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A16547 warning GoogleMethodName Method name 'testOf_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 411 15
    #A16548 warning MethodName Method name 'testOf_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 15
    #A16549 warning GoogleMethodName Method name 'testOf_subSetSerialization' has invalid underscore usage, underscores only allowed between adjacent digits. 427 15
    #A16550 warning MethodName Method name 'testOf_subSetSerialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 427 15
    #A16551 warning GoogleMethodName Method name 'testOf_first' has invalid underscore usage, underscores only allowed between adjacent digits. 432 15
    #A16552 warning MethodName Method name 'testOf_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 432 15
    #A16553 warning GoogleMethodName Method name 'testOf_last' has invalid underscore usage, underscores only allowed between adjacent digits. 437 15
    #A16554 warning MethodName Method name 'testOf_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 437 15
    #A16555 warning GoogleMethodName Method name 'testOf_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 443 15
    #A16556 warning MethodName Method name 'testOf_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 443 15
    #A16557 warning GoogleMethodName Method name 'testExplicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 452 15
    #A16558 warning MethodName Method name 'testExplicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 452 15
    #A16559 warning GoogleMethodName Method name 'testExplicit_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 460 15
    #A16560 warning MethodName Method name 'testExplicit_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 460 15
    #A16561 warning GoogleMethodName Method name 'testExplicit_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 468 15
    #A16562 warning MethodName Method name 'testExplicit_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 468 15
    #A16563 warning GoogleMethodName Method name 'testExplicit_containsMismatchedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 481 15
    #A16564 warning MethodName Method name 'testExplicit_containsMismatchedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 15
    #A16565 warning GoogleMethodName Method name 'testExplicit_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 489 15
    #A16566 warning MethodName Method name 'testExplicit_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 15
    #A16567 warning GoogleMethodName Method name 'testExplicit_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 497 15
    #A16568 warning MethodName Method name 'testExplicit_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 497 15
    #A16569 warning GoogleMethodName Method name 'testExplicit_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 512 15
    #A16570 warning MethodName Method name 'testExplicit_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 512 15
    #A16571 warning GoogleMethodName Method name 'testExplicit_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 526 15
    #A16572 warning MethodName Method name 'testExplicit_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 15
    #A16573 warning GoogleMethodName Method name 'testExplicit_first' has invalid underscore usage, underscores only allowed between adjacent digits. 547 15
    #A16574 warning MethodName Method name 'testExplicit_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 547 15
    #A16575 warning GoogleMethodName Method name 'testExplicit_last' has invalid underscore usage, underscores only allowed between adjacent digits. 555 15
    #A16576 warning MethodName Method name 'testExplicit_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 555 15
    #A16577 warning GoogleMethodName Method name 'testExplicitEmpty_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 564 15
    #A16578 warning MethodName Method name 'testExplicitEmpty_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 564 15
    #A16579 warning GoogleMethodName Method name 'testExplicit_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 573 15
    #A16580 warning MethodName Method name 'testExplicit_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 573 15
    #A16581 warning GoogleMethodName Method name 'testCopyOf_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 583 15
    #A16582 warning MethodName Method name 'testCopyOf_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 583 15
    #A16583 warning GoogleMethodName Method name 'testCopyOf_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 588 15
    #A16584 warning MethodName Method name 'testCopyOf_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 588 15
    #A16585 warning GoogleMethodName Method name 'testCopyOf_subSet' has invalid underscore usage, underscores only allowed between adjacent digits. 593 15
    #A16586 warning MethodName Method name 'testCopyOf_subSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 593 15
    #A16587 warning GoogleMethodName Method name 'testCopyOf_headSet' has invalid underscore usage, underscores only allowed between adjacent digits. 600 15
    #A16588 warning MethodName Method name 'testCopyOf_headSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 600 15
    #A16589 warning GoogleMethodName Method name 'testCopyOf_tailSet' has invalid underscore usage, underscores only allowed between adjacent digits. 607 15
    #A16590 warning MethodName Method name 'testCopyOf_tailSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 607 15
    #A16591 warning GoogleMethodName Method name 'testCopyOf_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 614 15
    #A16592 warning MethodName Method name 'testCopyOf_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 614 15
    #A16593 warning GoogleMethodName Method name 'testCopyOf_iterator_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 619 15
    #A16594 warning MethodName Method name 'testCopyOf_iterator_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 619 15
    #A16595 warning GoogleMethodName Method name 'testCopyOf_iterator_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 624 15
    #A16596 warning MethodName Method name 'testCopyOf_iterator_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 624 15
    #A16597 warning GoogleMethodName Method name 'testCopyOf_iterator_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 629 15
    #A16598 warning MethodName Method name 'testCopyOf_iterator_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 629 15
    #A16599 warning GoogleMethodName Method name 'testCopyOf_sortedSet_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 634 15
    #A16600 warning MethodName Method name 'testCopyOf_sortedSet_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 15
    #A16601 warning GoogleMethodName Method name 'testCopyOf_sortedSet_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 639 15
    #A16602 warning MethodName Method name 'testCopyOf_sortedSet_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 639 15
    #A16603 warning GoogleMethodName Method name 'testCopyOfExplicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 644 15
    #A16604 warning MethodName Method name 'testCopyOfExplicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 644 15
    #A16605 warning GoogleMethodName Method name 'testCopyOfExplicit_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 651 15
    #A16606 warning MethodName Method name 'testCopyOfExplicit_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 651 15
    #A16607 warning GoogleMethodName Method name 'testCopyOfExplicit_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 659 15
    #A16608 warning MethodName Method name 'testCopyOfExplicit_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 659 15
    #A16609 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 666 15
    #A16610 warning MethodName Method name 'testCopyOfExplicit_iterator_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 666 15
    #A16611 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_ordering_dupes' has invalid underscore usage, underscores only allowed between adjacent digits. 673 15
    #A16612 warning MethodName Method name 'testCopyOfExplicit_iterator_ordering_dupes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 673 15
    #A16613 warning GoogleMethodName Method name 'testCopyOfExplicit_iterator_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 681 15
    #A16614 warning MethodName Method name 'testCopyOfExplicit_iterator_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 681 15
    #A16615 warning GoogleMethodName Method name 'testCopyOf_sortedSetIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 688 15
    #A16616 warning MethodName Method name 'testCopyOf_sortedSetIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 688 15
    #A16617 warning GoogleMethodName Method name 'testCopyOfSorted_natural_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 695 15
    #A16618 warning MethodName Method name 'testCopyOfSorted_natural_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 695 15
    #A16619 warning GoogleMethodName Method name 'testCopyOfSorted_natural_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 701 15
    #A16620 warning MethodName Method name 'testCopyOfSorted_natural_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 15
    #A16621 warning GoogleMethodName Method name 'testCopyOfSorted_explicit_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 707 15
    #A16622 warning MethodName Method name 'testCopyOfSorted_explicit_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 707 15
    #A16623 warning GoogleMethodName Method name 'testToImmutableSortedSet_customComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 728 15
    #A16624 warning MethodName Method name 'testToImmutableSortedSet_customComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 728 15
    #A16625 warning GoogleMethodName Method name 'testToImmutableSortedSet_duplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 742 15
    #A16626 warning MethodName Method name 'testToImmutableSortedSet_duplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 742 15
    #A16627 warning GoogleMethodName Method name 'testEquals_bothDefaultOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 785 15
    #A16628 warning MethodName Method name 'testEquals_bothDefaultOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 785 15
    #A16629 warning GoogleMethodName Method name 'testEquals_bothExplicitOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 795 15
    #A16630 warning MethodName Method name 'testEquals_bothExplicitOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 795 15
    #A16631 warning GoogleMethodName Method name 'testEquals_bothDefaultOrdering_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 808 15
    #A16632 warning MethodName Method name 'testEquals_bothDefaultOrdering_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 808 15
    #A16633 warning GoogleMethodName Method name 'testEquals_bothExplicitOrdering_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 814 15
    #A16634 warning MethodName Method name 'testEquals_bothExplicitOrdering_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 814 15
    #A16635 warning GoogleMethodName Method name 'testContainsAll_notSortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 820 15
    #A16636 warning MethodName Method name 'testContainsAll_notSortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 820 15
    #A16637 warning GoogleMethodName Method name 'testContainsAll_sameComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 833 15
    #A16638 warning MethodName Method name 'testContainsAll_sameComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 833 15
    #A16639 warning GoogleMethodName Method name 'testContainsAll_sameComparator_StringVsInt' has invalid underscore usage, underscores only allowed between adjacent digits. 846 15
    #A16640 warning MethodName Method name 'testContainsAll_sameComparator_StringVsInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 846 15
    #A16641 warning GoogleMethodName Method name 'testContainsAll_differentComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 853 15
    #A16642 warning MethodName Method name 'testContainsAll_differentComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 853 15
    #A16643 warning GoogleMethodName Method name 'testDifferentComparator_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 868 15
    #A16644 warning MethodName Method name 'testDifferentComparator_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 868 15
    #A16645 warning GoogleMethodName Method name 'testLegacyComparable_of' has invalid underscore usage, underscores only allowed between adjacent digits. 914 15
    #A16646 warning MethodName Method name 'testLegacyComparable_of' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 914 15
    #A16647 warning GoogleMethodName Method name 'testLegacyComparable_copyOf_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 928 15
    #A16648 warning MethodName Method name 'testLegacyComparable_copyOf_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 928 15
    #A16649 warning GoogleMethodName Method name 'testLegacyComparable_copyOf_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 934 15
    #A16650 warning MethodName Method name 'testLegacyComparable_copyOf_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 934 15
    #A16651 warning GoogleMethodName Method name 'testLegacyComparable_builder_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 940 15
    #A16652 warning MethodName Method name 'testLegacyComparable_builder_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 940 15
    #A16653 warning GoogleMethodName Method name 'testLegacyComparable_builder_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 954 15
    #A16654 warning MethodName Method name 'testLegacyComparable_builder_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 954 15
    #A16655 warning GoogleMethodName Method name 'testBuilderGenerics_SelfComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 1153 15
    #A16656 warning MethodName Method name 'testBuilderGenerics_SelfComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1153 15
    #A16657 warning GoogleMethodName Method name 'testBuilderGenerics_SuperComparable' has invalid underscore usage, underscores only allowed between adjacent digits. 1163 15
    #A16658 warning MethodName Method name 'testBuilderGenerics_SuperComparable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1163 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ImmutableTableTest.java

    Severity Rule Message Line Col
    #A16659 warning GoogleMethodName Method name 'testBuilder_withImmutableCell' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A16660 warning MethodName Method name 'testBuilder_withImmutableCell' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A16661 warning GoogleMethodName Method name 'testBuilder_withImmutableCellAndNullContents' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A16662 warning MethodName Method name 'testBuilder_withImmutableCellAndNullContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A16663 warning GoogleMethodName Method name 'testBuilder_withMutableCell' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A16664 warning MethodName Method name 'testBuilder_withMutableCell' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A16665 warning GoogleMethodName Method name 'testBuilder_noDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 275 15
    #A16666 warning MethodName Method name 'testBuilder_noDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 275 15
    #A16667 warning GoogleMethodName Method name 'testBuilder_noNulls' has invalid underscore usage, underscores only allowed between adjacent digits. 288 15
    #A16668 warning MethodName Method name 'testBuilder_noNulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 288 15
    #A16669 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_putAll' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A16670 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_putAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A16671 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 385 15
    #A16672 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A16673 warning GoogleMethodName Method name 'testBuilder_orderRowsAndColumnsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 408 15
    #A16674 warning MethodName Method name 'testBuilder_orderRowsAndColumnsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 408 15
    #A16675 warning GoogleMethodName Method name 'testBuilder_orderRowsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 430 15
    #A16676 warning MethodName Method name 'testBuilder_orderRowsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 430 15
    #A16677 warning GoogleMethodName Method name 'testBuilder_orderRowsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 447 15
    #A16678 warning MethodName Method name 'testBuilder_orderRowsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 447 15
    #A16679 warning GoogleMethodName Method name 'testBuilder_orderColumnsBy_sparse' has invalid underscore usage, underscores only allowed between adjacent digits. 463 15
    #A16680 warning MethodName Method name 'testBuilder_orderColumnsBy_sparse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 463 15
    #A16681 warning GoogleMethodName Method name 'testBuilder_orderColumnsBy_dense' has invalid underscore usage, underscores only allowed between adjacent digits. 480 15
    #A16682 warning MethodName Method name 'testBuilder_orderColumnsBy_dense' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 15
    #A16683 warning GoogleMethodName Method name 'testSerialization_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 496 15
    #A16684 warning MethodName Method name 'testSerialization_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 15
    #A16685 warning GoogleMethodName Method name 'testSerialization_singleElement' has invalid underscore usage, underscores only allowed between adjacent digits. 500 15
    #A16686 warning MethodName Method name 'testSerialization_singleElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 500 15
    #A16687 warning GoogleMethodName Method name 'testDenseSerialization_manualOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 504 15
    #A16688 warning MethodName Method name 'testDenseSerialization_manualOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 15
    #A16689 warning GoogleMethodName Method name 'testDenseSerialization_rowOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 514 15
    #A16690 warning MethodName Method name 'testDenseSerialization_rowOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 15
    #A16691 warning GoogleMethodName Method name 'testDenseSerialization_columnOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 525 15
    #A16692 warning MethodName Method name 'testDenseSerialization_columnOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 525 15
    #A16693 warning GoogleMethodName Method name 'testDenseSerialization_bothOrders' has invalid underscore usage, underscores only allowed between adjacent digits. 536 15
    #A16694 warning MethodName Method name 'testDenseSerialization_bothOrders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 15
    #A16695 warning GoogleMethodName Method name 'testSparseSerialization_manualOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 548 15
    #A16696 warning MethodName Method name 'testSparseSerialization_manualOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 548 15
    #A16697 warning GoogleMethodName Method name 'testSparseSerialization_rowOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 560 15
    #A16698 warning MethodName Method name 'testSparseSerialization_rowOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 560 15
    #A16699 warning GoogleMethodName Method name 'testSparseSerialization_columnOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 573 15
    #A16700 warning MethodName Method name 'testSparseSerialization_columnOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 573 15
    #A16701 warning GoogleMethodName Method name 'testSparseSerialization_bothOrders' has invalid underscore usage, underscores only allowed between adjacent digits. 586 15
    #A16702 warning MethodName Method name 'testSparseSerialization_bothOrders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/InternersTest.java

    Severity Rule Message Line Col
    #A16703 warning GoogleMethodName Method name 'testStrong_simplistic' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A16704 warning MethodName Method name 'testStrong_simplistic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A16705 warning GoogleMethodName Method name 'testStrong_null' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A16706 warning MethodName Method name 'testStrong_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A16707 warning GoogleMethodName Method name 'testStrong_builder' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A16708 warning MethodName Method name 'testStrong_builder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A16709 warning GoogleMethodName Method name 'testWeak_simplistic' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A16710 warning MethodName Method name 'testWeak_simplistic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A16711 warning GoogleMethodName Method name 'testWeak_null' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A16712 warning MethodName Method name 'testWeak_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A16713 warning GoogleMethodName Method name 'testWeak_builder' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A16714 warning MethodName Method name 'testWeak_builder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A16715 warning GoogleMethodName Method name 'testWeak_afterGC' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A16716 warning MethodName Method name 'testWeak_afterGC' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A16717 warning GoogleMethodName Method name 'testAsFunction_simplistic' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A16718 warning MethodName Method name 'testAsFunction_simplistic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A16719 warning GoogleMethodName Method name 'testConcurrencyLevel_Zero' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A16720 warning MethodName Method name 'testConcurrencyLevel_Zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A16721 warning GoogleMethodName Method name 'testConcurrencyLevel_Negative' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A16722 warning MethodName Method name 'testConcurrencyLevel_Negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/IterablesTest.java

    Severity Rule Message Line Col
    #A16723 warning GoogleMethodName Method name 'testSize_collection_doesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A16724 warning MethodName Method name 'testSize_collection_doesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A16725 warning GoogleMethodName Method name 'test_contains_null_set_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A16726 warning MethodName Method name 'test_contains_null_set_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A16727 warning GoogleMethodName Method name 'test_contains_null_set_no' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A16728 warning MethodName Method name 'test_contains_null_set_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A16729 warning GoogleMethodName Method name 'test_contains_null_iterable_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A16730 warning MethodName Method name 'test_contains_null_iterable_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A16731 warning GoogleMethodName Method name 'test_contains_null_iterable_no' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A16732 warning MethodName Method name 'test_contains_null_iterable_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A16733 warning GoogleMethodName Method name 'test_contains_nonnull_set_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A16734 warning MethodName Method name 'test_contains_nonnull_set_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A16735 warning GoogleMethodName Method name 'test_contains_nonnull_set_no' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A16736 warning MethodName Method name 'test_contains_nonnull_set_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A16737 warning GoogleMethodName Method name 'test_contains_nonnull_iterable_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A16738 warning MethodName Method name 'test_contains_nonnull_iterable_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A16739 warning GoogleMethodName Method name 'test_contains_nonnull_iterable_no' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A16740 warning MethodName Method name 'test_contains_nonnull_iterable_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A16741 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 144 15
    #A16742 warning MethodName Method name 'testGetOnlyElement_noDefault_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A16743 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A16744 warning MethodName Method name 'testGetOnlyElement_noDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A16745 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A16746 warning MethodName Method name 'testGetOnlyElement_noDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A16747 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A16748 warning MethodName Method name 'testGetOnlyElement_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A16749 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A16750 warning MethodName Method name 'testGetOnlyElement_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A16751 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A16752 warning MethodName Method name 'testGetOnlyElement_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A16753 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A16754 warning MethodName Method name 'testGetOnlyElement_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A16755 warning GoogleMethodName Method name 'testFind_withDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A16756 warning MethodName Method name 'testFind_withDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A16757 warning GoogleMethodName Method name 'testFilterByType_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 274 15
    #A16758 warning MethodName Method name 'testFilterByType_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A16759 warning GoogleMethodName Method name 'testFilterByType_forEach' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A16760 warning MethodName Method name 'testFilterByType_forEach' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A16761 warning GoogleMethodName Method name 'testTransform_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A16762 warning MethodName Method name 'testTransform_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A16763 warning GoogleMethodName Method name 'testTransform_forEach' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A16764 warning MethodName Method name 'testTransform_forEach' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A16765 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 442 15
    #A16766 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 442 15
    #A16767 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 451 15
    #A16768 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A16769 warning GoogleMethodName Method name 'testPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 457 15
    #A16770 warning MethodName Method name 'testPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 457 15
    #A16771 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 464 15
    #A16772 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15
    #A16773 warning GoogleMethodName Method name 'testPaddedPartition_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 506 15
    #A16774 warning MethodName Method name 'testPaddedPartition_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 15
    #A16775 warning GoogleMethodName Method name 'testLimit_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 598 15
    #A16776 warning MethodName Method name 'testLimit_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 598 15
    #A16777 warning GoogleMethodName Method name 'testSkip_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 615 15
    #A16778 warning MethodName Method name 'testSkip_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 615 15
    #A16779 warning GoogleMethodName Method name 'testSkip_simpleList' has invalid underscore usage, underscores only allowed between adjacent digits. 621 15
    #A16780 warning MethodName Method name 'testSkip_simpleList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 621 15
    #A16781 warning GoogleMethodName Method name 'testSkip_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 627 15
    #A16782 warning MethodName Method name 'testSkip_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 627 15
    #A16783 warning GoogleMethodName Method name 'testSkip_pastEndList' has invalid underscore usage, underscores only allowed between adjacent digits. 632 15
    #A16784 warning MethodName Method name 'testSkip_pastEndList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 632 15
    #A16785 warning GoogleMethodName Method name 'testSkip_skipNone' has invalid underscore usage, underscores only allowed between adjacent digits. 637 15
    #A16786 warning MethodName Method name 'testSkip_skipNone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 637 15
    #A16787 warning GoogleMethodName Method name 'testSkip_skipNoneList' has invalid underscore usage, underscores only allowed between adjacent digits. 642 15
    #A16788 warning MethodName Method name 'testSkip_skipNoneList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 642 15
    #A16789 warning GoogleMethodName Method name 'testSkip_removal' has invalid underscore usage, underscores only allowed between adjacent digits. 647 15
    #A16790 warning MethodName Method name 'testSkip_removal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 647 15
    #A16791 warning GoogleMethodName Method name 'testSkip_allOfMutableList_modifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 662 15
    #A16792 warning MethodName Method name 'testSkip_allOfMutableList_modifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 662 15
    #A16793 warning GoogleMethodName Method name 'testSkip_allOfImmutableList_modifiable' has invalid underscore usage, underscores only allowed between adjacent digits. 672 15
    #A16794 warning MethodName Method name 'testSkip_allOfImmutableList_modifiable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 672 15
    #A16795 warning GoogleMethodName Method name 'testSkip_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 683 15
    #A16796 warning MethodName Method name 'testSkip_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 683 15
    #A16797 warning GoogleMethodName Method name 'testSkip_iteratorList' has invalid underscore usage, underscores only allowed between adjacent digits. 694 15
    #A16798 warning MethodName Method name 'testSkip_iteratorList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 694 15
    #A16799 warning GoogleMethodName Method name 'testSkip_nonStructurallyModifiedList' has invalid underscore usage, underscores only allowed between adjacent digits. 704 15
    #A16800 warning MethodName Method name 'testSkip_nonStructurallyModifiedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 704 15
    #A16801 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSome' has invalid underscore usage, underscores only allowed between adjacent digits. 714 15
    #A16802 warning MethodName Method name 'testSkip_structurallyModifiedSkipSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 15
    #A16803 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipSomeList' has invalid underscore usage, underscores only allowed between adjacent digits. 722 15
    #A16804 warning MethodName Method name 'testSkip_structurallyModifiedSkipSomeList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 722 15
    #A16805 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAll' has invalid underscore usage, underscores only allowed between adjacent digits. 730 15
    #A16806 warning MethodName Method name 'testSkip_structurallyModifiedSkipAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 730 15
    #A16807 warning GoogleMethodName Method name 'testSkip_structurallyModifiedSkipAllList' has invalid underscore usage, underscores only allowed between adjacent digits. 738 15
    #A16808 warning MethodName Method name 'testSkip_structurallyModifiedSkipAllList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 738 15
    #A16809 warning GoogleMethodName Method name 'testSkip_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 745 15
    #A16810 warning MethodName Method name 'testSkip_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 745 15
    #A16811 warning GoogleMethodName Method name 'testGet_list' has invalid underscore usage, underscores only allowed between adjacent digits. 783 15
    #A16812 warning MethodName Method name 'testGet_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 783 15
    #A16813 warning GoogleMethodName Method name 'testGet_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 787 15
    #A16814 warning MethodName Method name 'testGet_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 787 15
    #A16815 warning GoogleMethodName Method name 'testGet_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 791 15
    #A16816 warning MethodName Method name 'testGet_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 791 15
    #A16817 warning GoogleMethodName Method name 'testGet_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 795 15
    #A16818 warning MethodName Method name 'testGet_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 795 15
    #A16819 warning GoogleMethodName Method name 'testGet_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 799 15
    #A16820 warning MethodName Method name 'testGet_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 799 15
    #A16821 warning GoogleMethodName Method name 'testGet_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 803 15
    #A16822 warning MethodName Method name 'testGet_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 803 15
    #A16823 warning GoogleMethodName Method name 'testGet_withDefault_negativePosition' has invalid underscore usage, underscores only allowed between adjacent digits. 807 15
    #A16824 warning MethodName Method name 'testGet_withDefault_negativePosition' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 807 15
    #A16825 warning GoogleMethodName Method name 'testGet_withDefault_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 816 15
    #A16826 warning MethodName Method name 'testGet_withDefault_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 816 15
    #A16827 warning GoogleMethodName Method name 'testGet_withDefault_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 821 15
    #A16828 warning MethodName Method name 'testGet_withDefault_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 821 15
    #A16829 warning GoogleMethodName Method name 'testGet_withDefault_last' has invalid underscore usage, underscores only allowed between adjacent digits. 826 15
    #A16830 warning MethodName Method name 'testGet_withDefault_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 826 15
    #A16831 warning GoogleMethodName Method name 'testGet_withDefault_lastPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 831 15
    #A16832 warning MethodName Method name 'testGet_withDefault_lastPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 831 15
    #A16833 warning GoogleMethodName Method name 'testGet_withDefault_doesntIterate' has invalid underscore usage, underscores only allowed between adjacent digits. 836 15
    #A16834 warning MethodName Method name 'testGet_withDefault_doesntIterate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 836 15
    #A16835 warning GoogleMethodName Method name 'testGetFirst_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 842 15
    #A16836 warning MethodName Method name 'testGetFirst_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 842 15
    #A16837 warning GoogleMethodName Method name 'testGetFirst_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 847 15
    #A16838 warning MethodName Method name 'testGetFirst_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 847 15
    #A16839 warning GoogleMethodName Method name 'testGetFirst_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 852 15
    #A16840 warning MethodName Method name 'testGetFirst_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 852 15
    #A16841 warning GoogleMethodName Method name 'testGetFirst_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 857 15
    #A16842 warning MethodName Method name 'testGetFirst_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 857 15
    #A16843 warning GoogleMethodName Method name 'testGetLast_list' has invalid underscore usage, underscores only allowed between adjacent digits. 862 15
    #A16844 warning MethodName Method name 'testGetLast_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 862 15
    #A16845 warning GoogleMethodName Method name 'testGetLast_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 867 15
    #A16846 warning MethodName Method name 'testGetLast_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 867 15
    #A16847 warning GoogleMethodName Method name 'testGetLast_sortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 876 15
    #A16848 warning MethodName Method name 'testGetLast_sortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 876 15
    #A16849 warning GoogleMethodName Method name 'testGetLast_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 881 15
    #A16850 warning MethodName Method name 'testGetLast_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 881 15
    #A16851 warning GoogleMethodName Method name 'testGetLast_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 886 15
    #A16852 warning MethodName Method name 'testGetLast_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 886 15
    #A16853 warning GoogleMethodName Method name 'testGetLast_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 891 15
    #A16854 warning MethodName Method name 'testGetLast_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 891 15
    #A16855 warning GoogleMethodName Method name 'testGetLast_withDefault_multiple' has invalid underscore usage, underscores only allowed between adjacent digits. 896 15
    #A16856 warning MethodName Method name 'testGetLast_withDefault_multiple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 896 15
    #A16857 warning GoogleMethodName Method name 'testGetLast_withDefault_not_empty_list' has invalid underscore usage, underscores only allowed between adjacent digits. 913 15
    #A16858 warning MethodName Method name 'testGetLast_withDefault_not_empty_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 913 15
    #A16859 warning GoogleMethodName Method name 'testGetLast_emptySortedSet' has invalid underscore usage, underscores only allowed between adjacent digits. 921 15
    #A16860 warning MethodName Method name 'testGetLast_emptySortedSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 921 15
    #A16861 warning GoogleMethodName Method name 'testGetLast_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 930 15
    #A16862 warning MethodName Method name 'testGetLast_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 930 15
    #A16863 warning GoogleMethodName Method name 'testGetLast_emptyIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 935 15
    #A16864 warning MethodName Method name 'testGetLast_emptyIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 15
    #A16865 warning GoogleMethodName Method name 'testUnmodifiableIterable_forEach' has invalid underscore usage, underscores only allowed between adjacent digits. 957 15
    #A16866 warning MethodName Method name 'testUnmodifiableIterable_forEach' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 957 15
    #A16867 warning GoogleMethodName Method name 'testFrequency_multiset' has invalid underscore usage, underscores only allowed between adjacent digits. 976 15
    #A16868 warning MethodName Method name 'testFrequency_multiset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 976 15
    #A16869 warning GoogleMethodName Method name 'testFrequency_set' has invalid underscore usage, underscores only allowed between adjacent digits. 986 15
    #A16870 warning MethodName Method name 'testFrequency_set' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 986 15
    #A16871 warning GoogleMethodName Method name 'testFrequency_list' has invalid underscore usage, underscores only allowed between adjacent digits. 996 15
    #A16872 warning MethodName Method name 'testFrequency_list' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 996 15
    #A16873 warning GoogleMethodName Method name 'testRemoveAll_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 1006 15
    #A16874 warning MethodName Method name 'testRemoveAll_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1006 15
    #A16875 warning GoogleMethodName Method name 'testRemoveAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 1014 15
    #A16876 warning MethodName Method name 'testRemoveAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1014 15
    #A16877 warning GoogleMethodName Method name 'testRetainAll_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 1029 15
    #A16878 warning MethodName Method name 'testRetainAll_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1029 15
    #A16879 warning GoogleMethodName Method name 'testRetainAll_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 1037 15
    #A16880 warning MethodName Method name 'testRetainAll_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1037 15
    #A16881 warning GoogleMethodName Method name 'testRemoveIf_randomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 1052 15
    #A16882 warning MethodName Method name 'testRemoveIf_randomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1052 15
    #A16883 warning GoogleMethodName Method name 'testRemoveIf_randomAccess_notPermittingDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 15
    #A16884 warning MethodName Method name 'testRemoveIf_randomAccess_notPermittingDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 15
    #A16885 warning GoogleMethodName Method name 'testRemoveIf_transformedList' has invalid underscore usage, underscores only allowed between adjacent digits. 1104 15
    #A16886 warning MethodName Method name 'testRemoveIf_transformedList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1104 15
    #A16887 warning GoogleMethodName Method name 'testRemoveIf_noRandomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 1137 15
    #A16888 warning MethodName Method name 'testRemoveIf_noRandomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1137 15
    #A16889 warning GoogleMethodName Method name 'testRemoveIf_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 1161 15
    #A16890 warning MethodName Method name 'testRemoveIf_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1161 15
    #A16891 warning GoogleMethodName Method name 'testConsumingIterable_duelingIterators' has invalid underscore usage, underscores only allowed between adjacent digits. 1246 15
    #A16892 warning MethodName Method name 'testConsumingIterable_duelingIterators' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1246 15
    #A16893 warning GoogleMethodName Method name 'testConsumingIterable_queue_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 1263 15
    #A16894 warning MethodName Method name 'testConsumingIterable_queue_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1263 15
    #A16895 warning GoogleMethodName Method name 'testConsumingIterable_queue_removesFromQueue' has invalid underscore usage, underscores only allowed between adjacent digits. 1273 15
    #A16896 warning MethodName Method name 'testConsumingIterable_queue_removesFromQueue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1273 15
    #A16897 warning GoogleMethodName Method name 'testConsumingIterable_noIteratorCall' has invalid underscore usage, underscores only allowed between adjacent digits. 1286 15
    #A16898 warning MethodName Method name 'testConsumingIterable_noIteratorCall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1286 15
    #A16899 warning GoogleMethodName Method name 'testIndexOf_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1315 15
    #A16900 warning MethodName Method name 'testIndexOf_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1315 15
    #A16901 warning GoogleMethodName Method name 'testIndexOf_oneElement' has invalid underscore usage, underscores only allowed between adjacent digits. 1320 15
    #A16902 warning MethodName Method name 'testIndexOf_oneElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1320 15
    #A16903 warning GoogleMethodName Method name 'testIndexOf_twoElements' has invalid underscore usage, underscores only allowed between adjacent digits. 1326 15
    #A16904 warning MethodName Method name 'testIndexOf_twoElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1326 15
    #A16905 warning GoogleMethodName Method name 'testIndexOf_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 1333 15
    #A16906 warning MethodName Method name 'testIndexOf_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1333 15
    #A16907 warning GoogleMethodName Method name 'testIndexOf_genericPredicate' has invalid underscore usage, underscores only allowed between adjacent digits. 1349 15
    #A16908 warning MethodName Method name 'testIndexOf_genericPredicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1349 15
    #A16909 warning GoogleMethodName Method name 'testIndexOf_genericPredicate2' has invalid underscore usage, underscores only allowed between adjacent digits. 1360 15
    #A16910 warning MethodName Method name 'testIndexOf_genericPredicate2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1360 15
    #A16911 warning GoogleMethodName Method name 'testMergeSorted_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1365 15
    #A16912 warning MethodName Method name 'testMergeSorted_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1365 15
    #A16913 warning GoogleMethodName Method name 'testMergeSorted_single_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1383 15
    #A16914 warning MethodName Method name 'testMergeSorted_single_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1383 15
    #A16915 warning GoogleMethodName Method name 'testMergeSorted_single' has invalid underscore usage, underscores only allowed between adjacent digits. 1392 15
    #A16916 warning MethodName Method name 'testMergeSorted_single' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1392 15
    #A16917 warning GoogleMethodName Method name 'testMergeSorted_pyramid' has invalid underscore usage, underscores only allowed between adjacent digits. 1401 15
    #A16918 warning MethodName Method name 'testMergeSorted_pyramid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1401 15
    #A16919 warning GoogleMethodName Method name 'testMergeSorted_skipping_pyramid' has invalid underscore usage, underscores only allowed between adjacent digits. 1419 15
    #A16920 warning MethodName Method name 'testMergeSorted_skipping_pyramid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1419 15
    #A16921 warning GoogleMethodName Method name 'testIterables_nullCheck' has invalid underscore usage, underscores only allowed between adjacent digits. 1436 15
    #A16922 warning MethodName Method name 'testIterables_nullCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1436 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/IteratorsTest.java

    Severity Rule Message Line Col
    #A16923 warning GoogleMethodName Method name 'testSize_partiallyConsumed' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A16924 warning MethodName Method name 'testSize_partiallyConsumed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A16925 warning GoogleMethodName Method name 'test_contains_nonnull_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A16926 warning MethodName Method name 'test_contains_nonnull_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A16927 warning GoogleMethodName Method name 'test_contains_nonnull_no' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A16928 warning MethodName Method name 'test_contains_nonnull_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A16929 warning GoogleMethodName Method name 'test_contains_null_yes' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A16930 warning MethodName Method name 'test_contains_null_yes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A16931 warning GoogleMethodName Method name 'test_contains_null_no' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A16932 warning MethodName Method name 'test_contains_null_no' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A16933 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_valid' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A16934 warning MethodName Method name 'testGetOnlyElement_noDefault_valid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A16935 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A16936 warning MethodName Method name 'testGetOnlyElement_noDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A16937 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A16938 warning MethodName Method name 'testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A16939 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_fiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 201 15
    #A16940 warning MethodName Method name 'testGetOnlyElement_noDefault_fiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 15
    #A16941 warning GoogleMethodName Method name 'testGetOnlyElement_noDefault_moreThanFiveElements' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A16942 warning MethodName Method name 'testGetOnlyElement_noDefault_moreThanFiveElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A16943 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A16944 warning MethodName Method name 'testGetOnlyElement_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A16945 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A16946 warning MethodName Method name 'testGetOnlyElement_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A16947 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A16948 warning MethodName Method name 'testGetOnlyElement_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A16949 warning GoogleMethodName Method name 'testGetOnlyElement_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A16950 warning MethodName Method name 'testGetOnlyElement_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15
    #A16951 warning GoogleMethodName Method name 'testFind_firstElement' has invalid underscore usage, underscores only allowed between adjacent digits. 354 15
    #A16952 warning MethodName Method name 'testFind_firstElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 15
    #A16953 warning GoogleMethodName Method name 'testFind_lastElement' has invalid underscore usage, underscores only allowed between adjacent digits. 361 15
    #A16954 warning MethodName Method name 'testFind_lastElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 15
    #A16955 warning GoogleMethodName Method name 'testFind_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 368 15
    #A16956 warning MethodName Method name 'testFind_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A16957 warning GoogleMethodName Method name 'testFind_matchAlways' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A16958 warning MethodName Method name 'testFind_matchAlways' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A16959 warning GoogleMethodName Method name 'testFind_withDefault_first' has invalid underscore usage, underscores only allowed between adjacent digits. 385 15
    #A16960 warning MethodName Method name 'testFind_withDefault_first' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A16961 warning GoogleMethodName Method name 'testFind_withDefault_last' has invalid underscore usage, underscores only allowed between adjacent digits. 392 15
    #A16962 warning MethodName Method name 'testFind_withDefault_last' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 392 15
    #A16963 warning GoogleMethodName Method name 'testFind_withDefault_notPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 399 15
    #A16964 warning MethodName Method name 'testFind_withDefault_notPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A16965 warning GoogleMethodName Method name 'testFind_withDefault_notPresent_nullReturn' has invalid underscore usage, underscores only allowed between adjacent digits. 406 15
    #A16966 warning MethodName Method name 'testFind_withDefault_notPresent_nullReturn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 15
    #A16967 warning GoogleMethodName Method name 'testFind_withDefault_matchAlways' has invalid underscore usage, underscores only allowed between adjacent digits. 413 15
    #A16968 warning MethodName Method name 'testFind_withDefault_matchAlways' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 413 15
    #A16969 warning GoogleMethodName Method name 'testTryFind_firstElement' has invalid underscore usage, underscores only allowed between adjacent digits. 420 15
    #A16970 warning MethodName Method name 'testTryFind_firstElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 420 15
    #A16971 warning GoogleMethodName Method name 'testTryFind_lastElement' has invalid underscore usage, underscores only allowed between adjacent digits. 426 15
    #A16972 warning MethodName Method name 'testTryFind_lastElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 426 15
    #A16973 warning GoogleMethodName Method name 'testTryFind_alwaysTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 432 15
    #A16974 warning MethodName Method name 'testTryFind_alwaysTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 432 15
    #A16975 warning GoogleMethodName Method name 'testTryFind_alwaysFalse_orDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 438 15
    #A16976 warning MethodName Method name 'testTryFind_alwaysFalse_orDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 438 15
    #A16977 warning GoogleMethodName Method name 'testTryFind_alwaysFalse_isPresent' has invalid underscore usage, underscores only allowed between adjacent digits. 445 15
    #A16978 warning MethodName Method name 'testTryFind_alwaysFalse_isPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 445 15
    #A16979 warning GoogleMethodName Method name 'testConcatNested_appendToEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 847 15
    #A16980 warning MethodName Method name 'testConcatNested_appendToEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 847 15
    #A16981 warning GoogleMethodName Method name 'testConcatNested_appendToBeginning' has invalid underscore usage, underscores only allowed between adjacent digits. 856 15
    #A16982 warning MethodName Method name 'testConcatNested_appendToBeginning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 15
    #A16983 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 971 15
    #A16984 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 971 15
    #A16985 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 980 15
    #A16986 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 980 15
    #A16987 warning GoogleMethodName Method name 'testPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 986 15
    #A16988 warning MethodName Method name 'testPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 986 15
    #A16989 warning GoogleMethodName Method name 'testPartition_singleton2' has invalid underscore usage, underscores only allowed between adjacent digits. 995 15
    #A16990 warning MethodName Method name 'testPartition_singleton2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 995 15
    #A16991 warning GoogleMethodName Method name 'testPartition_general' has invalid underscore usage, underscores only allowed between adjacent digits. 1005 15
    #A16992 warning MethodName Method name 'testPartition_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1005 15
    #A16993 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 1019 15
    #A16994 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1019 15
    #A16995 warning GoogleMethodName Method name 'testPaddedPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 1042 15
    #A16996 warning MethodName Method name 'testPaddedPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1042 15
    #A16997 warning GoogleMethodName Method name 'testPaddedPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1051 15
    #A16998 warning MethodName Method name 'testPaddedPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1051 15
    #A16999 warning GoogleMethodName Method name 'testPaddedPartition_singleton1' has invalid underscore usage, underscores only allowed between adjacent digits. 1057 15
    #A17000 warning MethodName Method name 'testPaddedPartition_singleton1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1057 15
    #A17001 warning GoogleMethodName Method name 'testPaddedPartition_singleton2' has invalid underscore usage, underscores only allowed between adjacent digits. 1066 15
    #A17002 warning MethodName Method name 'testPaddedPartition_singleton2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1066 15
    #A17003 warning GoogleMethodName Method name 'testPaddedPartition_general' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 15
    #A17004 warning MethodName Method name 'testPaddedPartition_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 15
    #A17005 warning GoogleMethodName Method name 'testPaddedPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 1090 15
    #A17006 warning MethodName Method name 'testPaddedPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1090 15
    #A17007 warning GoogleMethodName Method name 'testGetNext_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 1349 15
    #A17008 warning MethodName Method name 'testGetNext_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1349 15
    #A17009 warning GoogleMethodName Method name 'testGetNext_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1354 15
    #A17010 warning MethodName Method name 'testGetNext_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1354 15
    #A17011 warning GoogleMethodName Method name 'testGetNext_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 1359 15
    #A17012 warning MethodName Method name 'testGetNext_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1359 15
    #A17013 warning GoogleMethodName Method name 'testGetNext_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 1364 15
    #A17014 warning MethodName Method name 'testGetNext_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1364 15
    #A17015 warning GoogleMethodName Method name 'testGetLast_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1369 15
    #A17016 warning MethodName Method name 'testGetLast_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1369 15
    #A17017 warning GoogleMethodName Method name 'testGetLast_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 1376 15
    #A17018 warning MethodName Method name 'testGetLast_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1376 15
    #A17019 warning GoogleMethodName Method name 'testGetLast_withDefault_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 1385 15
    #A17020 warning MethodName Method name 'testGetLast_withDefault_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1385 15
    #A17021 warning GoogleMethodName Method name 'testGetLast_withDefault_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1390 15
    #A17022 warning MethodName Method name 'testGetLast_withDefault_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1390 15
    #A17023 warning GoogleMethodName Method name 'testGetLast_withDefault_empty_null' has invalid underscore usage, underscores only allowed between adjacent digits. 1395 15
    #A17024 warning MethodName Method name 'testGetLast_withDefault_empty_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1395 15
    #A17025 warning GoogleMethodName Method name 'testGetLast_withDefault_two' has invalid underscore usage, underscores only allowed between adjacent digits. 1400 15
    #A17026 warning MethodName Method name 'testGetLast_withDefault_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1400 15
    #A17027 warning GoogleMethodName Method name 'testGet_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1405 15
    #A17028 warning MethodName Method name 'testGet_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1405 15
    #A17029 warning GoogleMethodName Method name 'testGet_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 1414 15
    #A17030 warning MethodName Method name 'testGet_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1414 15
    #A17031 warning GoogleMethodName Method name 'testGet_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 1427 15
    #A17032 warning MethodName Method name 'testGet_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1427 15
    #A17033 warning GoogleMethodName Method name 'testGet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 1440 15
    #A17034 warning MethodName Method name 'testGet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1440 15
    #A17035 warning GoogleMethodName Method name 'testGet_negativeIndex' has invalid underscore usage, underscores only allowed between adjacent digits. 1451 15
    #A17036 warning MethodName Method name 'testGet_negativeIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1451 15
    #A17037 warning GoogleMethodName Method name 'testGet_withDefault_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1461 15
    #A17038 warning MethodName Method name 'testGet_withDefault_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1461 15
    #A17039 warning GoogleMethodName Method name 'testGet_withDefault_atSize' has invalid underscore usage, underscores only allowed between adjacent digits. 1470 15
    #A17040 warning MethodName Method name 'testGet_withDefault_atSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1470 15
    #A17041 warning GoogleMethodName Method name 'testGet_withDefault_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 1479 15
    #A17042 warning MethodName Method name 'testGet_withDefault_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1479 15
    #A17043 warning GoogleMethodName Method name 'testGet_withDefault_negativeIndex' has invalid underscore usage, underscores only allowed between adjacent digits. 1488 15
    #A17044 warning MethodName Method name 'testGet_withDefault_negativeIndex' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1488 15
    #A17045 warning GoogleMethodName Method name 'testAdvance_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 1502 15
    #A17046 warning MethodName Method name 'testAdvance_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1502 15
    #A17047 warning GoogleMethodName Method name 'testAdvance_pastEnd' has invalid underscore usage, underscores only allowed between adjacent digits. 1511 15
    #A17048 warning MethodName Method name 'testAdvance_pastEnd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1511 15
    #A17049 warning GoogleMethodName Method name 'testAdvance_illegalArgument' has invalid underscore usage, underscores only allowed between adjacent digits. 1520 15
    #A17050 warning MethodName Method name 'testAdvance_illegalArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1520 15
    #A17051 warning GoogleMethodName Method name 'testConsumingIterator_duelingIterators' has invalid underscore usage, underscores only allowed between adjacent digits. 1646 15
    #A17052 warning MethodName Method name 'testConsumingIterator_duelingIterators' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1646 15
    #A17053 warning GoogleMethodName Method name 'testIndexOf_consumedData' has invalid underscore usage, underscores only allowed between adjacent digits. 1663 15
    #A17054 warning MethodName Method name 'testIndexOf_consumedData' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1663 15
    #A17055 warning GoogleMethodName Method name 'testIndexOf_consumedDataWithDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 1670 15
    #A17056 warning MethodName Method name 'testIndexOf_consumedDataWithDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1670 15
    #A17057 warning GoogleMethodName Method name 'testIndexOf_consumedDataNoMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1678 15
    #A17058 warning MethodName Method name 'testIndexOf_consumedDataNoMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1678 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/LinkedHashMultimapTest.java

    Severity Rule Message Line Col
    #A17059 warning GoogleMethodName Method name 'testKeysToString_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A17060 warning MethodName Method name 'testKeysToString_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ListsImplTest.java

    Severity Rule Message Line Col
    #A17061 warning GoogleMethodName Method name 'testIndexOfImpl_nonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 180 15
    #A17062 warning MethodName Method name 'testIndexOfImpl_nonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A17063 warning GoogleMethodName Method name 'testIndexOfImpl_null' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A17064 warning MethodName Method name 'testIndexOfImpl_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A17065 warning GoogleMethodName Method name 'testLastIndexOfImpl_nonNull' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A17066 warning MethodName Method name 'testLastIndexOfImpl_nonNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A17067 warning GoogleMethodName Method name 'testLastIndexOfImpl_null' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A17068 warning MethodName Method name 'testLastIndexOfImpl_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ListsTest.java

    Severity Rule Message Line Col
    #A17069 warning GoogleMethodName Method name 'testNewArrayListWithCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 329 15
    #A17070 warning MethodName Method name 'testNewArrayListWithCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 15
    #A17071 warning GoogleMethodName Method name 'testNewArrayListWithExpectedSize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A17072 warning MethodName Method name 'testNewArrayListWithExpectedSize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A17073 warning GoogleMethodName Method name 'testCartesianProduct_binary1x1' has invalid underscore usage, underscores only allowed between adjacent digits. 577 15
    #A17074 warning MethodName Method name 'testCartesianProduct_binary1x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15
    #A17075 warning GoogleMethodName Method name 'testCartesianProduct_binary1x2' has invalid underscore usage, underscores only allowed between adjacent digits. 582 15
    #A17076 warning MethodName Method name 'testCartesianProduct_binary1x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 582 15
    #A17077 warning GoogleMethodName Method name 'testCartesianProduct_binary2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 589 15
    #A17078 warning MethodName Method name 'testCartesianProduct_binary2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 589 15
    #A17079 warning GoogleMethodName Method name 'testCartesianProduct_2x2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 596 15
    #A17080 warning MethodName Method name 'testCartesianProduct_2x2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 596 15
    #A17081 warning GoogleMethodName Method name 'testCartesianProduct_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 611 15
    #A17082 warning MethodName Method name 'testCartesianProduct_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 15
    #A17083 warning GoogleMethodName Method name 'testCartesianProduct_indexOf' has invalid underscore usage, underscores only allowed between adjacent digits. 620 15
    #A17084 warning MethodName Method name 'testCartesianProduct_indexOf' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 620 15
    #A17085 warning GoogleMethodName Method name 'testCartesianProduct_unrelatedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 633 15
    #A17086 warning MethodName Method name 'testCartesianProduct_unrelatedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 633 15
    #A17087 warning GoogleMethodName Method name 'testPartition_badSize' has invalid underscore usage, underscores only allowed between adjacent digits. 882 15
    #A17088 warning MethodName Method name 'testPartition_badSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 882 15
    #A17089 warning GoogleMethodName Method name 'testPartition_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 891 15
    #A17090 warning MethodName Method name 'testPartition_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 891 15
    #A17091 warning GoogleMethodName Method name 'testPartition_1_1' has invalid underscore usage, underscores only allowed between adjacent digits. 898 15
    #A17092 warning GoogleMethodName Method name 'testPartition_1_2' has invalid underscore usage, underscores only allowed between adjacent digits. 905 15
    #A17093 warning GoogleMethodName Method name 'testPartition_2_1' has invalid underscore usage, underscores only allowed between adjacent digits. 912 15
    #A17094 warning GoogleMethodName Method name 'testPartition_3_2' has invalid underscore usage, underscores only allowed between adjacent digits. 920 15
    #A17095 warning GoogleMethodName Method name 'testPartition_view' has invalid underscore usage, underscores only allowed between adjacent digits. 956 15
    #A17096 warning MethodName Method name 'testPartition_view' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 956 15
    #A17097 warning GoogleMethodName Method name 'testPartitionSize_1' has invalid underscore usage, underscores only allowed between adjacent digits. 980 15
    #A17098 warning GoogleMethodName Method name 'testPartitionSize_2' has invalid underscore usage, underscores only allowed between adjacent digits. 987 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

    Severity Rule Message Line Col
    #A17099 warning GoogleMethodName Method name 'testSegmentPut_expand' has invalid underscore usage, underscores only allowed between adjacent digits. 502 15
    #A17100 warning MethodName Method name 'testSegmentPut_expand' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 502 15
    #A17101 warning GoogleMethodName Method name 'testExpand_cleanup' has invalid underscore usage, underscores only allowed between adjacent digits. 694 15
    #A17102 warning MethodName Method name 'testExpand_cleanup' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 694 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MapMakerTest.java

    Severity Rule Message Line Col
    #A17103 warning GoogleMethodName Method name 'testInitialCapacity_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 62 17
    #A17104 warning MethodName Method name 'testInitialCapacity_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 17
    #A17105 warning GoogleMethodName Method name 'xtestInitialCapacity_setTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 72 17
    #A17106 warning MethodName Method name 'xtestInitialCapacity_setTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MapsTest.java

    Severity Rule Message Line Col
    #A17107 warning GoogleMethodName Method name 'testNewHashMapWithExpectedSize_wontGrow' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A17108 warning MethodName Method name 'testNewHashMapWithExpectedSize_wontGrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A17109 warning GoogleMethodName Method name 'testNewLinkedHashMapWithExpectedSize_wontGrow' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A17110 warning MethodName Method name 'testNewLinkedHashMapWithExpectedSize_wontGrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A17111 warning GoogleMethodName Method name 'testAsConverter_nominal' has invalid underscore usage, underscores only allowed between adjacent digits. 1103 15
    #A17112 warning MethodName Method name 'testAsConverter_nominal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1103 15
    #A17113 warning GoogleMethodName Method name 'testAsConverter_inverse' has invalid underscore usage, underscores only allowed between adjacent digits. 1114 15
    #A17114 warning MethodName Method name 'testAsConverter_inverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1114 15
    #A17115 warning GoogleMethodName Method name 'testAsConverter_noMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 1125 15
    #A17116 warning MethodName Method name 'testAsConverter_noMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1125 15
    #A17117 warning GoogleMethodName Method name 'testAsConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 1138 15
    #A17118 warning MethodName Method name 'testAsConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1138 15
    #A17119 warning GoogleMethodName Method name 'testAsConverter_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 1148 15
    #A17120 warning MethodName Method name 'testAsConverter_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1148 15
    #A17121 warning GoogleMethodName Method name 'testAsConverter_withNullMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 1169 15
    #A17122 warning MethodName Method name 'testAsConverter_withNullMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1169 15
    #A17123 warning GoogleMethodName Method name 'testAsConverter_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 1181 15
    #A17124 warning MethodName Method name 'testAsConverter_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1181 15
    #A17125 warning GoogleMethodName Method name 'testAsConverter_serialization' has invalid underscore usage, underscores only allowed between adjacent digits. 1190 15
    #A17126 warning MethodName Method name 'testAsConverter_serialization' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1190 15
    #A17127 warning GoogleMethodName Method name 'testHeadSubTailMap_FilteredMap' has invalid underscore usage, underscores only allowed between adjacent digits. 1541 17
    #A17128 warning MethodName Method name 'testHeadSubTailMap_FilteredMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1541 17
    #A17129 warning GoogleMethodName Method name 'testSubMap_boundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1861 15
    #A17130 warning MethodName Method name 'testSubMap_boundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1861 15
    #A17131 warning GoogleMethodName Method name 'testSubMap_halfBoundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1891 15
    #A17132 warning MethodName Method name 'testSubMap_halfBoundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1891 15
    #A17133 warning GoogleMethodName Method name 'testSubMap_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1918 15
    #A17134 warning MethodName Method name 'testSubMap_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1918 15
    #A17135 warning GoogleMethodName Method name 'testSubMap_unnaturalOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 1925 15
    #A17136 warning MethodName Method name 'testSubMap_unnaturalOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1925 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java

    Severity Rule Message Line Col
    #A17137 warning GoogleMethodName Method name 'testCreation_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A17138 warning MethodName Method name 'testCreation_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A17139 warning GoogleMethodName Method name 'testCreation_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A17140 warning MethodName Method name 'testCreation_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A17141 warning GoogleMethodName Method name 'testCreation_expectedSize' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A17142 warning MethodName Method name 'testCreation_expectedSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A17143 warning GoogleMethodName Method name 'testCreation_expectedSize_comparator' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A17144 warning MethodName Method name 'testCreation_expectedSize_comparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15
    #A17145 warning GoogleMethodName Method name 'testCreation_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A17146 warning MethodName Method name 'testCreation_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A17147 warning GoogleMethodName Method name 'testCreation_comparator_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A17148 warning MethodName Method name 'testCreation_comparator_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A17149 warning GoogleMethodName Method name 'testCreation_expectedSize_maximumSize' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A17150 warning MethodName Method name 'testCreation_expectedSize_maximumSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A17151 warning GoogleMethodName Method name 'testCreation_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A17152 warning MethodName Method name 'testCreation_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A17153 warning GoogleMethodName Method name 'testCreation_comparator_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A17154 warning MethodName Method name 'testCreation_comparator_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A17155 warning GoogleMethodName Method name 'testCreation_expectedSize_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A17156 warning MethodName Method name 'testCreation_expectedSize_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A17157 warning GoogleMethodName Method name 'testCreation_maximumSize_withContents' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A17158 warning MethodName Method name 'testCreation_maximumSize_withContents' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A17159 warning GoogleMethodName Method name 'testCreation_allOptions' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A17160 warning MethodName Method name 'testCreation_allOptions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A17161 warning GoogleMethodName Method name 'testRemoveAt_exhaustive' has invalid underscore usage, underscores only allowed between adjacent digits. 557 15
    #A17162 warning MethodName Method name 'testRemoveAt_exhaustive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 557 15
    #A17163 warning GoogleMethodName Method name 'testCorrectOrdering_regression' has invalid underscore usage, underscores only allowed between adjacent digits. 570 15
    #A17164 warning MethodName Method name 'testCorrectOrdering_regression' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 570 15
    #A17165 warning GoogleMethodName Method name 'testCorrectOrdering_smallHeapsPollFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 580 15
    #A17166 warning MethodName Method name 'testCorrectOrdering_smallHeapsPollFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 580 15
    #A17167 warning GoogleMethodName Method name 'testCorrectOrdering_smallHeapsPollLast' has invalid underscore usage, underscores only allowed between adjacent digits. 595 15
    #A17168 warning MethodName Method name 'testCorrectOrdering_smallHeapsPollLast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A17169 warning GoogleMethodName Method name 'testCorrectOrdering_mediumHeapsPollFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 610 15
    #A17170 warning MethodName Method name 'testCorrectOrdering_mediumHeapsPollFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 610 15
    #A17171 warning GoogleMethodName Method name 'testCorrectOrdering_73ElementBug' has invalid underscore usage, underscores only allowed between adjacent digits. 625 15
    #A17172 warning MethodName Method name 'testCorrectOrdering_73ElementBug' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 625 15
    #A17173 warning GoogleMethodName Method name 'testCorrectOrdering_mediumHeapsPollLast' has invalid underscore usage, underscores only allowed between adjacent digits. 640 15
    #A17174 warning MethodName Method name 'testCorrectOrdering_mediumHeapsPollLast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 640 15
    #A17175 warning GoogleMethodName Method name 'testCorrectOrdering_randomAccess' has invalid underscore usage, underscores only allowed between adjacent digits. 654 15
    #A17176 warning MethodName Method name 'testCorrectOrdering_randomAccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 654 15
    #A17177 warning GoogleMethodName Method name 'testExhaustive_pollAndPush' has invalid underscore usage, underscores only allowed between adjacent digits. 680 15
    #A17178 warning MethodName Method name 'testExhaustive_pollAndPush' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 680 15
    #A17179 warning GoogleMethodName Method name 'testRegression_dataCorruption' has invalid underscore usage, underscores only allowed between adjacent digits. 701 15
    #A17180 warning MethodName Method name 'testRegression_dataCorruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 701 15
    #A17181 warning GoogleMethodName Method name 'testRandomAddsAndRemoves_duplicateElements' has invalid underscore usage, underscores only allowed between adjacent digits. 792 15
    #A17182 warning MethodName Method name 'testRandomAddsAndRemoves_duplicateElements' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 792 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MultimapBuilderTest.java

    Severity Rule Message Line Col
    #A17183 warning GoogleMethodName Method name 'testGenerics_gwtCompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A17184 warning MethodName Method name 'testGenerics_gwtCompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A17185 warning GoogleMethodName Method name 'testTreeKeys_gwtCompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A17186 warning MethodName Method name 'testTreeKeys_gwtCompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/MultimapsTest.java

    Severity Rule Message Line Col
    #A17187 warning GoogleMethodName Method name 'testAsMap_multimap' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A17188 warning MethodName Method name 'testAsMap_multimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15
    #A17189 warning GoogleMethodName Method name 'testAsMap_listMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 424 15
    #A17190 warning MethodName Method name 'testAsMap_listMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 424 15
    #A17191 warning GoogleMethodName Method name 'testAsMap_setMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 430 15
    #A17192 warning MethodName Method name 'testAsMap_setMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 430 15
    #A17193 warning GoogleMethodName Method name 'testAsMap_sortedSetMultimap' has invalid underscore usage, underscores only allowed between adjacent digits. 436 15
    #A17194 warning MethodName Method name 'testAsMap_sortedSetMultimap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 15
    #A17195 warning GoogleMethodName Method name 'testIndex_ordering' has invalid underscore usage, underscores only allowed between adjacent digits. 830 15
    #A17196 warning MethodName Method name 'testIndex_ordering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 830 15
    #A17197 warning GoogleMethodName Method name 'testIndex_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 854 15
    #A17198 warning MethodName Method name 'testIndex_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 15
    #A17199 warning GoogleMethodName Method name 'testIndex_nullKey' has invalid underscore usage, underscores only allowed between adjacent digits. 863 15
    #A17200 warning MethodName Method name 'testIndex_nullKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 863 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/ObjectArraysTest.java

    Severity Rule Message Line Col
    #A17201 warning GoogleMethodName Method name 'testNewArray_fromClass_Empty' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A17202 warning MethodName Method name 'testNewArray_fromClass_Empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A17203 warning GoogleMethodName Method name 'testNewArray_fromClass_Nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A17204 warning MethodName Method name 'testNewArray_fromClass_Nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A17205 warning GoogleMethodName Method name 'testNewArray_fromClass_OfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A17206 warning MethodName Method name 'testNewArray_fromClass_OfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A17207 warning GoogleMethodName Method name 'testNewArray_fromArray_Empty' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A17208 warning MethodName Method name 'testNewArray_fromArray_Empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A17209 warning GoogleMethodName Method name 'testNewArray_fromArray_Nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A17210 warning MethodName Method name 'testNewArray_fromArray_Nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A17211 warning GoogleMethodName Method name 'testNewArray_fromArray_OfArray' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A17212 warning MethodName Method name 'testNewArray_fromArray_OfArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/OrderingTest.java

    Severity Rule Message Line Col
    #A17213 warning GoogleMethodName Method name 'testExplicit_none' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A17214 warning MethodName Method name 'testExplicit_none' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A17215 warning GoogleMethodName Method name 'testExplicit_one' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A17216 warning MethodName Method name 'testExplicit_one' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A17217 warning GoogleMethodName Method name 'testExplicit_two' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A17218 warning MethodName Method name 'testExplicit_two' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A17219 warning GoogleMethodName Method name 'testExplicit_sortingExample' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A17220 warning MethodName Method name 'testExplicit_sortingExample' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A17221 warning GoogleMethodName Method name 'testExplicit_withDuplicates' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A17222 warning MethodName Method name 'testExplicit_withDuplicates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A17223 warning GoogleMethodName Method name 'testArbitrary_withoutCollisions' has invalid underscore usage, underscores only allowed between adjacent digits. 201 15
    #A17224 warning MethodName Method name 'testArbitrary_withoutCollisions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 201 15
    #A17225 warning GoogleMethodName Method name 'testArbitrary_withCollisions' has invalid underscore usage, underscores only allowed between adjacent digits. 217 15
    #A17226 warning MethodName Method name 'testArbitrary_withCollisions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 15
    #A17227 warning GoogleMethodName Method name 'testCompound_static' has invalid underscore usage, underscores only allowed between adjacent digits. 274 15
    #A17228 warning MethodName Method name 'testCompound_static' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A17229 warning GoogleMethodName Method name 'testCompound_instance' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A17230 warning MethodName Method name 'testCompound_instance' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A17231 warning GoogleMethodName Method name 'testCompound_instance_generics' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A17232 warning MethodName Method name 'testCompound_instance_generics' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A17233 warning GoogleMethodName Method name 'testOnResultOf_natural' has invalid underscore usage, underscores only allowed between adjacent digits. 367 15
    #A17234 warning MethodName Method name 'testOnResultOf_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 367 15
    #A17235 warning GoogleMethodName Method name 'testOnResultOf_chained' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A17236 warning MethodName Method name 'testOnResultOf_chained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A17237 warning GoogleMethodName Method name 'testLeastOfIterable_empty_0' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A17238 warning MethodName Method name 'testLeastOfIterable_empty_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A17239 warning GoogleMethodName Method name 'testLeastOfIterator_empty_0' has invalid underscore usage, underscores only allowed between adjacent digits. 500 15
    #A17240 warning MethodName Method name 'testLeastOfIterator_empty_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 500 15
    #A17241 warning GoogleMethodName Method name 'testLeastOfIterable_empty_1' has invalid underscore usage, underscores only allowed between adjacent digits. 507 15
    #A17242 warning MethodName Method name 'testLeastOfIterable_empty_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 507 15
    #A17243 warning GoogleMethodName Method name 'testLeastOfIterator_empty_1' has invalid underscore usage, underscores only allowed between adjacent digits. 514 15
    #A17244 warning MethodName Method name 'testLeastOfIterator_empty_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 15
    #A17245 warning GoogleMethodName Method name 'testLeastOfIterable_simple_negativeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 521 15
    #A17246 warning MethodName Method name 'testLeastOfIterable_simple_negativeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 15
    #A17247 warning GoogleMethodName Method name 'testLeastOfIterator_simple_negativeOne' has invalid underscore usage, underscores only allowed between adjacent digits. 529 15
    #A17248 warning MethodName Method name 'testLeastOfIterator_simple_negativeOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 15
    #A17249 warning GoogleMethodName Method name 'testLeastOfIterable_singleton_0' has invalid underscore usage, underscores only allowed between adjacent digits. 537 15
    #A17250 warning MethodName Method name 'testLeastOfIterable_singleton_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A17251 warning GoogleMethodName Method name 'testLeastOfIterator_singleton_0' has invalid underscore usage, underscores only allowed between adjacent digits. 544 15
    #A17252 warning MethodName Method name 'testLeastOfIterator_singleton_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 544 15
    #A17253 warning GoogleMethodName Method name 'testLeastOfIterable_simple_0' has invalid underscore usage, underscores only allowed between adjacent digits. 551 15
    #A17254 warning MethodName Method name 'testLeastOfIterable_simple_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 15
    #A17255 warning GoogleMethodName Method name 'testLeastOfIterator_simple_0' has invalid underscore usage, underscores only allowed between adjacent digits. 558 15
    #A17256 warning MethodName Method name 'testLeastOfIterator_simple_0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A17257 warning GoogleMethodName Method name 'testLeastOfIterable_simple_1' has invalid underscore usage, underscores only allowed between adjacent digits. 565 15
    #A17258 warning MethodName Method name 'testLeastOfIterable_simple_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 565 15
    #A17259 warning GoogleMethodName Method name 'testLeastOfIterator_simple_1' has invalid underscore usage, underscores only allowed between adjacent digits. 572 15
    #A17260 warning MethodName Method name 'testLeastOfIterator_simple_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 572 15
    #A17261 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nMinusOne_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 579 15
    #A17262 warning MethodName Method name 'testLeastOfIterable_simple_nMinusOne_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 579 15
    #A17263 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nMinusOne_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 587 15
    #A17264 warning MethodName Method name 'testLeastOfIterator_simple_nMinusOne_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 587 15
    #A17265 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nMinusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 595 15
    #A17266 warning MethodName Method name 'testLeastOfIterable_simple_nMinusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A17267 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nMinusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 603 15
    #A17268 warning MethodName Method name 'testLeastOfIterator_simple_nMinusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 603 15
    #A17269 warning GoogleMethodName Method name 'testLeastOfIterable_simple_n' has invalid underscore usage, underscores only allowed between adjacent digits. 611 15
    #A17270 warning MethodName Method name 'testLeastOfIterable_simple_n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 15
    #A17271 warning GoogleMethodName Method name 'testLeastOfIterator_simple_n' has invalid underscore usage, underscores only allowed between adjacent digits. 619 15
    #A17272 warning MethodName Method name 'testLeastOfIterator_simple_n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 619 15
    #A17273 warning GoogleMethodName Method name 'testLeastOfIterable_simple_n_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 627 15
    #A17274 warning MethodName Method name 'testLeastOfIterable_simple_n_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 627 15
    #A17275 warning GoogleMethodName Method name 'testLeastOfIterator_simple_n_withNullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 635 15
    #A17276 warning MethodName Method name 'testLeastOfIterator_simple_n_withNullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 635 15
    #A17277 warning GoogleMethodName Method name 'testLeastOfIterable_simple_nPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 643 15
    #A17278 warning MethodName Method name 'testLeastOfIterable_simple_nPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 643 15
    #A17279 warning GoogleMethodName Method name 'testLeastOfIterator_simple_nPlusOne' has invalid underscore usage, underscores only allowed between adjacent digits. 651 15
    #A17280 warning MethodName Method name 'testLeastOfIterator_simple_nPlusOne' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 651 15
    #A17281 warning GoogleMethodName Method name 'testLeastOfIterable_ties' has invalid underscore usage, underscores only allowed between adjacent digits. 659 15
    #A17282 warning MethodName Method name 'testLeastOfIterable_ties' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 659 15
    #A17283 warning GoogleMethodName Method name 'testLeastOfIterator_ties' has invalid underscore usage, underscores only allowed between adjacent digits. 671 15
    #A17284 warning MethodName Method name 'testLeastOfIterator_ties' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 15
    #A17285 warning GoogleMethodName Method name 'testLeastOf_reconcileAgainstSortAndSublist' has invalid underscore usage, underscores only allowed between adjacent digits. 684 15
    #A17286 warning MethodName Method name 'testLeastOf_reconcileAgainstSortAndSublist' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 684 15
    #A17287 warning GoogleMethodName Method name 'testLeastOf_reconcileAgainstSortAndSublistSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 688 15
    #A17288 warning MethodName Method name 'testLeastOf_reconcileAgainstSortAndSublistSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 688 15
    #A17289 warning GoogleMethodName Method name 'testGreatestOfIterable_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 721 15
    #A17290 warning MethodName Method name 'testGreatestOfIterable_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 721 15
    #A17291 warning GoogleMethodName Method name 'testGreatestOfIterator_simple' has invalid underscore usage, underscores only allowed between adjacent digits. 731 15
    #A17292 warning MethodName Method name 'testGreatestOfIterator_simple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 731 15
    #A17293 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromNatural' has invalid underscore usage, underscores only allowed between adjacent digits. 852 15
    #A17294 warning MethodName Method name 'testCombinationsExhaustively_startingFromNatural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 852 15
    #A17295 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromExplicit' has invalid underscore usage, underscores only allowed between adjacent digits. 857 15
    #A17296 warning MethodName Method name 'testCombinationsExhaustively_startingFromExplicit' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 857 15
    #A17297 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromUsingToString' has invalid underscore usage, underscores only allowed between adjacent digits. 862 15
    #A17298 warning MethodName Method name 'testCombinationsExhaustively_startingFromUsingToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 862 15
    #A17299 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromFromComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 867 15
    #A17300 warning MethodName Method name 'testCombinationsExhaustively_startingFromFromComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 867 15
    #A17301 warning GoogleMethodName Method name 'testCombinationsExhaustively_startingFromArbitrary' has invalid underscore usage, underscores only allowed between adjacent digits. 872 15
    #A17302 warning MethodName Method name 'testCombinationsExhaustively_startingFromArbitrary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 872 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/QueuesTest.java

    Severity Rule Message Line Col
    #A17303 warning GoogleMethodName Method name 'testDrain_throws' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A17304 warning MethodName Method name 'testDrain_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A17305 warning GoogleMethodName Method name 'testDrain_throws' has invalid underscore usage, underscores only allowed between adjacent digits. 203 16
    #A17306 warning MethodName Method name 'testDrain_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 16
    #A17307 warning GoogleMethodName Method name 'testDrainUninterruptibly_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A17308 warning MethodName Method name 'testDrainUninterruptibly_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A17309 warning GoogleMethodName Method name 'testDrainUninterruptibly_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 219 16
    #A17310 warning MethodName Method name 'testDrainUninterruptibly_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/RangeTest.java

    Severity Rule Message Line Col
    #A17311 warning GoogleMethodName Method name 'testOpen_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A17312 warning MethodName Method name 'testOpen_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A17313 warning GoogleMethodName Method name 'testClosed_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A17314 warning MethodName Method name 'testClosed_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A17315 warning GoogleMethodName Method name 'testEncloses_open' has invalid underscore usage, underscores only allowed between adjacent digits. 306 15
    #A17316 warning MethodName Method name 'testEncloses_open' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A17317 warning GoogleMethodName Method name 'testEncloses_closed' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A17318 warning MethodName Method name 'testEncloses_closed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A17319 warning GoogleMethodName Method name 'testIntersection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A17320 warning MethodName Method name 'testIntersection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A17321 warning GoogleMethodName Method name 'testIntersection_deFactoEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A17322 warning MethodName Method name 'testIntersection_deFactoEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A17323 warning GoogleMethodName Method name 'testIntersection_singleton' has invalid underscore usage, underscores only allowed between adjacent digits. 379 15
    #A17324 warning MethodName Method name 'testIntersection_singleton' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A17325 warning GoogleMethodName Method name 'testIntersection_general' has invalid underscore usage, underscores only allowed between adjacent digits. 403 15
    #A17326 warning MethodName Method name 'testIntersection_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A17327 warning GoogleMethodName Method name 'testGap_overlapping' has invalid underscore usage, underscores only allowed between adjacent digits. 454 15
    #A17328 warning MethodName Method name 'testGap_overlapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 454 15
    #A17329 warning GoogleMethodName Method name 'testGap_connectedAdjacentYieldsEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 474 15
    #A17330 warning MethodName Method name 'testGap_connectedAdjacentYieldsEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 474 15
    #A17331 warning GoogleMethodName Method name 'testGap_general' has invalid underscore usage, underscores only allowed between adjacent digits. 481 15
    #A17332 warning MethodName Method name 'testGap_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 15
    #A17333 warning GoogleMethodName Method name 'testSpan_general' has invalid underscore usage, underscores only allowed between adjacent digits. 502 15
    #A17334 warning MethodName Method name 'testSpan_general' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 502 15
    #A17335 warning GoogleMethodName Method name 'testCanonical_unboundedDomain' has invalid underscore usage, underscores only allowed between adjacent digits. 611 15
    #A17336 warning MethodName Method name 'testCanonical_unboundedDomain' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 611 15
    #A17337 warning GoogleMethodName Method name 'testEncloseAll_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 626 15
    #A17338 warning MethodName Method name 'testEncloseAll_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 15
    #A17339 warning GoogleMethodName Method name 'testEncloseAll_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 634 15
    #A17340 warning MethodName Method name 'testEncloseAll_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SetsTest.java

    Severity Rule Message Line Col
    #A17341 warning GoogleMethodName Method name 'testImmutableEnumSet_serialized' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A17342 warning MethodName Method name 'testImmutableEnumSet_serialized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A17343 warning GoogleMethodName Method name 'testImmutableEnumSet_fromIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A17344 warning MethodName Method name 'testImmutableEnumSet_fromIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15
    #A17345 warning GoogleMethodName Method name 'testImmutableEnumSet_deserializationMakesDefensiveCopy' has invalid underscore usage, underscores only allowed between adjacent digits. 378 15
    #A17346 warning MethodName Method name 'testImmutableEnumSet_deserializationMakesDefensiveCopy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 378 15
    #A17347 warning GoogleMethodName Method name 'testNewEnumSet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 419 15
    #A17348 warning MethodName Method name 'testNewEnumSet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 419 15
    #A17349 warning GoogleMethodName Method name 'testNewEnumSet_enumSet' has invalid underscore usage, underscores only allowed between adjacent digits. 424 15
    #A17350 warning MethodName Method name 'testNewEnumSet_enumSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 424 15
    #A17351 warning GoogleMethodName Method name 'testNewEnumSet_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 429 15
    #A17352 warning MethodName Method name 'testNewEnumSet_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 15
    #A17353 warning GoogleMethodName Method name 'testNewEnumSet_iterable' has invalid underscore usage, underscores only allowed between adjacent digits. 434 15
    #A17354 warning MethodName Method name 'testNewEnumSet_iterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 434 15
    #A17355 warning GoogleMethodName Method name 'testCartesianProduct_zeroary' has invalid underscore usage, underscores only allowed between adjacent digits. 680 15
    #A17356 warning MethodName Method name 'testCartesianProduct_zeroary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 680 15
    #A17357 warning GoogleMethodName Method name 'testCartesianProduct_unary' has invalid underscore usage, underscores only allowed between adjacent digits. 686 15
    #A17358 warning MethodName Method name 'testCartesianProduct_unary' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 686 15
    #A17359 warning GoogleMethodName Method name 'testCartesianProduct_binary0x0' has invalid underscore usage, underscores only allowed between adjacent digits. 691 15
    #A17360 warning MethodName Method name 'testCartesianProduct_binary0x0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 691 15
    #A17361 warning GoogleMethodName Method name 'testCartesianProduct_binary0x1' has invalid underscore usage, underscores only allowed between adjacent digits. 697 15
    #A17362 warning MethodName Method name 'testCartesianProduct_binary0x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 697 15
    #A17363 warning GoogleMethodName Method name 'testCartesianProduct_binary1x0' has invalid underscore usage, underscores only allowed between adjacent digits. 703 15
    #A17364 warning MethodName Method name 'testCartesianProduct_binary1x0' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 703 15
    #A17365 warning GoogleMethodName Method name 'testCartesianProduct_binary1x1' has invalid underscore usage, underscores only allowed between adjacent digits. 715 15
    #A17366 warning MethodName Method name 'testCartesianProduct_binary1x1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 715 15
    #A17367 warning GoogleMethodName Method name 'testCartesianProduct_binary1x2' has invalid underscore usage, underscores only allowed between adjacent digits. 720 15
    #A17368 warning MethodName Method name 'testCartesianProduct_binary1x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 720 15
    #A17369 warning GoogleMethodName Method name 'testCartesianProduct_binary2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 727 15
    #A17370 warning MethodName Method name 'testCartesianProduct_binary2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 727 15
    #A17371 warning GoogleMethodName Method name 'testCartesianProduct_2x2x2' has invalid underscore usage, underscores only allowed between adjacent digits. 734 15
    #A17372 warning MethodName Method name 'testCartesianProduct_2x2x2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 734 15
    #A17373 warning GoogleMethodName Method name 'testCartesianProduct_contains' has invalid underscore usage, underscores only allowed between adjacent digits. 749 15
    #A17374 warning MethodName Method name 'testCartesianProduct_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 749 15
    #A17375 warning GoogleMethodName Method name 'testCartesianProduct_unrelatedTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 759 15
    #A17376 warning MethodName Method name 'testCartesianProduct_unrelatedTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 759 15
    #A17377 warning GoogleMethodName Method name 'testCartesianProduct_hashCode' has invalid underscore usage, underscores only allowed between adjacent digits. 784 15
    #A17378 warning MethodName Method name 'testCartesianProduct_hashCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 784 15
    #A17379 warning GoogleMethodName Method name 'testPowerSetIteration_manual' has invalid underscore usage, underscores only allowed between adjacent digits. 852 15
    #A17380 warning MethodName Method name 'testPowerSetIteration_manual' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 852 15
    #A17381 warning GoogleMethodName Method name 'testPowerSetIteration_iteratorTester' has invalid underscore usage, underscores only allowed between adjacent digits. 874 15
    #A17382 warning MethodName Method name 'testPowerSetIteration_iteratorTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 874 15
    #A17383 warning GoogleMethodName Method name 'testPowerSetIteration_iteratorTester_fast' has invalid underscore usage, underscores only allowed between adjacent digits. 892 15
    #A17384 warning MethodName Method name 'testPowerSetIteration_iteratorTester_fast' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 892 15
    #A17385 warning GoogleMethodName Method name 'testPowerSetEqualsAndHashCode_verifyAgainstHashSet' has invalid underscore usage, underscores only allowed between adjacent digits. 945 15
    #A17386 warning MethodName Method name 'testPowerSetEqualsAndHashCode_verifyAgainstHashSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 945 15
    #A17387 warning GoogleMethodName Method name 'testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero' has invalid underscore usage, underscores only allowed between adjacent digits. 968 15
    #A17388 warning MethodName Method name 'testPowerSetHashCode_inputHashCodeTimesTooFarValueIsZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 968 15
    #A17389 warning GoogleMethodName Method name 'testSubSet_boundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1258 15
    #A17390 warning MethodName Method name 'testSubSet_boundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1258 15
    #A17391 warning GoogleMethodName Method name 'testSubSet_halfBoundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1288 15
    #A17392 warning MethodName Method name 'testSubSet_halfBoundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1288 15
    #A17393 warning GoogleMethodName Method name 'testSubSet_unboundedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 1314 15
    #A17394 warning MethodName Method name 'testSubSet_unboundedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1314 15
    #A17395 warning GoogleMethodName Method name 'testSubSet_unnaturalOrdering' has invalid underscore usage, underscores only allowed between adjacent digits. 1321 15
    #A17396 warning MethodName Method name 'testSubSet_unnaturalOrdering' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1321 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/StreamsTest.java

    Severity Rule Message Line Col
    #A17397 warning GoogleMethodName Method name 'testStream_nonCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A17398 warning MethodName Method name 'testStream_nonCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A17399 warning GoogleMethodName Method name 'testStream_collection' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A17400 warning MethodName Method name 'testStream_collection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A17401 warning GoogleMethodName Method name 'testStream_iterator' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A17402 warning MethodName Method name 'testStream_iterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A17403 warning GoogleMethodName Method name 'testStream_googleOptional' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A17404 warning MethodName Method name 'testStream_googleOptional' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A17405 warning GoogleMethodName Method name 'testStream_javaOptional' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A17406 warning MethodName Method name 'testStream_javaOptional' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A17407 warning GoogleMethodName Method name 'testConcat_refStream' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A17408 warning MethodName Method name 'testConcat_refStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A17409 warning GoogleMethodName Method name 'testConcat_refStream_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A17410 warning MethodName Method name 'testConcat_refStream_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A17411 warning GoogleMethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_concat' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A17412 warning MethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_concat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A17413 warning GoogleMethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_flatMap' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A17414 warning MethodName Method name 'testConcat_refStream_closeIsPropagated_Stream_flatMap' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A17415 warning GoogleMethodName Method name 'testConcat_refStream_parallel' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A17416 warning MethodName Method name 'testConcat_refStream_parallel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A17417 warning GoogleMethodName Method name 'testConcat_intStream' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A17418 warning MethodName Method name 'testConcat_intStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A17419 warning GoogleMethodName Method name 'testConcat_longStream' has invalid underscore usage, underscores only allowed between adjacent digits. 141 15
    #A17420 warning MethodName Method name 'testConcat_longStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A17421 warning GoogleMethodName Method name 'testConcat_doubleStream' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A17422 warning MethodName Method name 'testConcat_doubleStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A17423 warning GoogleMethodName Method name 'testStream_optionalInt' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A17424 warning MethodName Method name 'testStream_optionalInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A17425 warning GoogleMethodName Method name 'testStream_optionalLong' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A17426 warning MethodName Method name 'testStream_optionalLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A17427 warning GoogleMethodName Method name 'testStream_optionalDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A17428 warning MethodName Method name 'testStream_optionalDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A17429 warning GoogleMethodName Method name 'testConcatInfiniteStream_int' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A17430 warning MethodName Method name 'testConcatInfiniteStream_int' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A17431 warning GoogleMethodName Method name 'testConcatInfiniteStream_long' has invalid underscore usage, underscores only allowed between adjacent digits. 187 15
    #A17432 warning MethodName Method name 'testConcatInfiniteStream_long' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A17433 warning GoogleMethodName Method name 'testConcatInfiniteStream_double' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A17434 warning MethodName Method name 'testConcatInfiniteStream_double' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A17435 warning GoogleMethodName Method name 'testMapWithIndex_arrayListSource' has invalid underscore usage, underscores only allowed between adjacent digits. 215 15
    #A17436 warning MethodName Method name 'testMapWithIndex_arrayListSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 15
    #A17437 warning GoogleMethodName Method name 'testMapWithIndex_linkedHashSetSource' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A17438 warning MethodName Method name 'testMapWithIndex_linkedHashSetSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A17439 warning GoogleMethodName Method name 'testMapWithIndex_unsizedSource' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A17440 warning MethodName Method name 'testMapWithIndex_unsizedSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A17441 warning GoogleMethodName Method name 'testMapWithIndex_closeIsPropagated_sizedSource' has invalid underscore usage, underscores only allowed between adjacent digits. 228 15
    #A17442 warning MethodName Method name 'testMapWithIndex_closeIsPropagated_sizedSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A17443 warning GoogleMethodName Method name 'testMapWithIndex_closeIsPropagated_unsizedSource' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A17444 warning MethodName Method name 'testMapWithIndex_closeIsPropagated_unsizedSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A17445 warning GoogleMethodName Method name 'testMapWithIndex_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 237 16
    #A17446 warning MethodName Method name 'testMapWithIndex_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 237 16
    #A17447 warning GoogleMethodName Method name 'testMapWithIndex_intStream' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A17448 warning MethodName Method name 'testMapWithIndex_intStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A17449 warning GoogleMethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 253 15
    #A17450 warning MethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 253 15
    #A17451 warning GoogleMethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_unsized' has invalid underscore usage, underscores only allowed between adjacent digits. 257 15
    #A17452 warning MethodName Method name 'testMapWithIndex_intStream_closeIsPropagated_unsized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A17453 warning GoogleMethodName Method name 'testMapWithIndex_intStream_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 262 16
    #A17454 warning MethodName Method name 'testMapWithIndex_intStream_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 16
    #A17455 warning GoogleMethodName Method name 'testMapWithIndex_longStream' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A17456 warning MethodName Method name 'testMapWithIndex_longStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A17457 warning GoogleMethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A17458 warning MethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A17459 warning GoogleMethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_unsized' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A17460 warning MethodName Method name 'testMapWithIndex_longStream_closeIsPropagated_unsized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A17461 warning GoogleMethodName Method name 'testMapWithIndex_longStream_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 287 16
    #A17462 warning MethodName Method name 'testMapWithIndex_longStream_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 16
    #A17463 warning GoogleMethodName Method name 'testMapWithIndex_doubleStream' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A17464 warning MethodName Method name 'testMapWithIndex_doubleStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A17465 warning GoogleMethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A17466 warning MethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A17467 warning GoogleMethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_unsized' has invalid underscore usage, underscores only allowed between adjacent digits. 309 15
    #A17468 warning MethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated_unsized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 15
    #A17469 warning GoogleMethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 314 16
    #A17470 warning MethodName Method name 'testMapWithIndex_doubleStream_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 16
    #A17471 warning GoogleMethodName Method name 'testZip_closeIsPropagated' has invalid underscore usage, underscores only allowed between adjacent digits. 330 15
    #A17472 warning MethodName Method name 'testZip_closeIsPropagated' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 330 15
    #A17473 warning GoogleMethodName Method name 'testForEachPair_differingLengths1' has invalid underscore usage, underscores only allowed between adjacent digits. 381 15
    #A17474 warning MethodName Method name 'testForEachPair_differingLengths1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 381 15
    #A17475 warning GoogleMethodName Method name 'testForEachPair_differingLengths2' has invalid underscore usage, underscores only allowed between adjacent digits. 388 15
    #A17476 warning MethodName Method name 'testForEachPair_differingLengths2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 388 15
    #A17477 warning GoogleMethodName Method name 'testForEachPair_oneEmpty' has invalid underscore usage, underscores only allowed between adjacent digits. 395 15
    #A17478 warning MethodName Method name 'testForEachPair_oneEmpty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 395 15
    #A17479 warning GoogleMethodName Method name 'testForEachPair_finiteWithInfinite' has invalid underscore usage, underscores only allowed between adjacent digits. 399 15
    #A17480 warning MethodName Method name 'testForEachPair_finiteWithInfinite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A17481 warning GoogleMethodName Method name 'testForEachPair_parallel' has invalid underscore usage, underscores only allowed between adjacent digits. 406 15
    #A17482 warning MethodName Method name 'testForEachPair_parallel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SynchronizedNavigableMapTest.java

    Severity Rule Message Line Col
    #A17483 warning GoogleMethodName Method name 'testHeadMap_K' has invalid underscore usage, underscores only allowed between adjacent digits. 332 15
    #A17484 warning MethodName Method name 'testHeadMap_K' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 332 15
    #A17485 warning GoogleMethodName Method name 'testHeadMap_K_B' has invalid underscore usage, underscores only allowed between adjacent digits. 339 15
    #A17486 warning MethodName Method name 'testHeadMap_K_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 339 15
    #A17487 warning GoogleMethodName Method name 'testSubMap_K_K' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A17488 warning MethodName Method name 'testSubMap_K_K' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15
    #A17489 warning GoogleMethodName Method name 'testSubMap_K_B_K_B' has invalid underscore usage, underscores only allowed between adjacent digits. 394 15
    #A17490 warning MethodName Method name 'testSubMap_K_B_K_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 15
    #A17491 warning GoogleMethodName Method name 'testTailMap_K' has invalid underscore usage, underscores only allowed between adjacent digits. 401 15
    #A17492 warning MethodName Method name 'testTailMap_K' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 15
    #A17493 warning GoogleMethodName Method name 'testTailMap_K_B' has invalid underscore usage, underscores only allowed between adjacent digits. 408 15
    #A17494 warning MethodName Method name 'testTailMap_K_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 408 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/SynchronizedNavigableSetTest.java

    Severity Rule Message Line Col
    #A17495 warning GoogleMethodName Method name 'testHeadSet_E' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A17496 warning MethodName Method name 'testHeadSet_E' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A17497 warning GoogleMethodName Method name 'testHeadSet_E_B' has invalid underscore usage, underscores only allowed between adjacent digits. 211 15
    #A17498 warning MethodName Method name 'testHeadSet_E_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 15
    #A17499 warning GoogleMethodName Method name 'testSubSet_E_E' has invalid underscore usage, underscores only allowed between adjacent digits. 218 15
    #A17500 warning MethodName Method name 'testSubSet_E_E' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15
    #A17501 warning GoogleMethodName Method name 'testSubSet_E_B_E_B' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A17502 warning MethodName Method name 'testSubSet_E_B_E_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A17503 warning GoogleMethodName Method name 'testTailSet_E' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A17504 warning MethodName Method name 'testTailSet_E' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A17505 warning GoogleMethodName Method name 'testTailSet_E_B' has invalid underscore usage, underscores only allowed between adjacent digits. 239 15
    #A17506 warning MethodName Method name 'testTailSet_E_B' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/collect/TreeBasedTableTest.java

    Severity Rule Message Line Col
    #A17507 warning GoogleMethodName Method name 'testToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A17508 warning MethodName Method name 'testToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A17509 warning GoogleMethodName Method name 'testCellSetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A17510 warning MethodName Method name 'testCellSetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A17511 warning GoogleMethodName Method name 'testRowKeySetToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A17512 warning MethodName Method name 'testRowKeySetToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A17513 warning GoogleMethodName Method name 'testValuesToString_ordered' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A17514 warning MethodName Method name 'testValuesToString_ordered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A17515 warning GoogleMethodName Method name 'testColumnKeySet_isSorted' has invalid underscore usage, underscores only allowed between adjacent digits. 326 15
    #A17516 warning MethodName Method name 'testColumnKeySet_isSorted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 15
    #A17517 warning GoogleMethodName Method name 'testColumnKeySet_isSortedWithRealComparator' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A17518 warning MethodName Method name 'testColumnKeySet_isSortedWithRealComparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A17519 warning GoogleMethodName Method name 'testColumnKeySet_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 375 15
    #A17520 warning MethodName Method name 'testColumnKeySet_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 15
    #A17521 warning GoogleMethodName Method name 'testColumnKeySet_oneRow' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A17522 warning MethodName Method name 'testColumnKeySet_oneRow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A17523 warning GoogleMethodName Method name 'testColumnKeySet_oneColumn' has invalid underscore usage, underscores only allowed between adjacent digits. 385 15
    #A17524 warning MethodName Method name 'testColumnKeySet_oneColumn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A17525 warning GoogleMethodName Method name 'testColumnKeySet_oneEntry' has invalid underscore usage, underscores only allowed between adjacent digits. 390 15
    #A17526 warning MethodName Method name 'testColumnKeySet_oneEntry' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 390 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/escape/ArrayBasedCharEscaperTest.java

    Severity Rule Message Line Col
    #A17527 warning GoogleMethodName Method name 'testSafeRange_maxLessThanMin' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A17528 warning MethodName Method name 'testSafeRange_maxLessThanMin' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/escape/UnicodeEscaperTest.java

    Severity Rule Message Line Col
    #A17529 warning GoogleMethodName Method name 'testCodePointAt_IndexOutOfBoundsException' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A17530 warning MethodName Method name 'testCodePointAt_IndexOutOfBoundsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/eventbus/SubscriberRegistryTest.java

    Severity Rule Message Line Col
    #A17531 warning GoogleMethodName Method name 'testUnregister_notRegistered' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A17532 warning MethodName Method name 'testUnregister_notRegistered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A17533 warning GoogleMethodName Method name 'testGetSubscribers_returnsImmutableSnapshot' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A17534 warning MethodName Method name 'testGetSubscribers_returnsImmutableSnapshot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/eventbus/SubscriberTest.java

    Severity Rule Message Line Col
    #A17535 warning GoogleMethodName Method name 'testInvokeSubscriberMethod_basicMethodCall' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A17536 warning MethodName Method name 'testInvokeSubscriberMethod_basicMethodCall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A17537 warning GoogleMethodName Method name 'testInvokeSubscriberMethod_exceptionWrapping' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A17538 warning MethodName Method name 'testInvokeSubscriberMethod_exceptionWrapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A17539 warning GoogleMethodName Method name 'testInvokeSubscriberMethod_errorPassthrough' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A17540 warning MethodName Method name 'testInvokeSubscriberMethod_errorPassthrough' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A17541 warning MethodName Method name 'edges_containsOrderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A17542 warning MethodName Method name 'edgesConnecting_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A17543 warning MethodName Method name 'edgeConnecting_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A17544 warning MethodName Method name 'edgeConnectingOrNull_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A17545 warning MethodName Method name 'edgesConnecting_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A17546 warning MethodName Method name 'inEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A17547 warning MethodName Method name 'outEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A17548 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A17549 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A17550 warning MethodName Method name 'source_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A17551 warning MethodName Method name 'source_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A17552 warning MethodName Method name 'target_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A17553 warning MethodName Method name 'target_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A17554 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A17555 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A17556 warning MethodName Method name 'addEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 15
    #A17557 warning MethodName Method name 'addEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A17558 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 227 15
    #A17559 warning MethodName Method name 'addEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A17560 warning MethodName Method name 'addEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractGraphTest.java

    Severity Rule Message Line Col
    #A17561 warning MethodName Method name 'nodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 24
    #A17562 warning MethodName Method name 'adjacentNodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 24
    #A17563 warning MethodName Method name 'predecessors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 24
    #A17564 warning MethodName Method name 'successors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 24
    #A17565 warning MethodName Method name 'incidentEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 24
    #A17566 warning MethodName Method name 'nodes_oneNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 217 15
    #A17567 warning MethodName Method name 'nodes_noNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A17568 warning MethodName Method name 'adjacentNodes_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A17569 warning MethodName Method name 'adjacentNodes_noAdjacentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A17570 warning MethodName Method name 'adjacentNodes_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A17571 warning MethodName Method name 'predecessors_noPredecessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15
    #A17572 warning MethodName Method name 'predecessors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A17573 warning MethodName Method name 'successors_noSuccessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A17574 warning MethodName Method name 'successors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 273 15
    #A17575 warning MethodName Method name 'incidentEdges_noIncidentEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A17576 warning MethodName Method name 'incidentEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A17577 warning MethodName Method name 'degree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A17578 warning MethodName Method name 'degree_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A17579 warning MethodName Method name 'degree_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A17580 warning MethodName Method name 'inDegree_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 15
    #A17581 warning MethodName Method name 'inDegree_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 328 15
    #A17582 warning MethodName Method name 'outDegree_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A17583 warning MethodName Method name 'outDegree_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 15
    #A17584 warning MethodName Method name 'addNode_newNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 15
    #A17585 warning MethodName Method name 'addNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A17586 warning MethodName Method name 'removeNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 372 15
    #A17587 warning MethodName Method name 'removeNode_antiparallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 385 15
    #A17588 warning MethodName Method name 'removeNode_nodeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 15
    #A17589 warning MethodName Method name 'removeNode_queryAfterRemoval' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 15
    #A17590 warning MethodName Method name 'removeEdge_existingEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 427 15
    #A17591 warning MethodName Method name 'removeEdge_oneOfMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 440 15
    #A17592 warning MethodName Method name 'removeEdge_nodeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A17593 warning MethodName Method name 'removeEdge_edgeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 460 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java

    Severity Rule Message Line Col
    #A17594 warning MethodName Method name 'nodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 24
    #A17595 warning MethodName Method name 'edges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 340 24
    #A17596 warning MethodName Method name 'incidentEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 24
    #A17597 warning MethodName Method name 'adjacentNodes_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 24
    #A17598 warning MethodName Method name 'adjacentEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 361 24
    #A17599 warning MethodName Method name 'edgesConnecting_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 24
    #A17600 warning MethodName Method name 'inEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 24
    #A17601 warning MethodName Method name 'outEdges_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 382 24
    #A17602 warning MethodName Method name 'predecessors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 24
    #A17603 warning MethodName Method name 'successors_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 24
    #A17604 warning MethodName Method name 'nodes_oneNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 399 15
    #A17605 warning MethodName Method name 'nodes_noNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A17606 warning MethodName Method name 'edges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 15
    #A17607 warning MethodName Method name 'edges_noEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A17608 warning MethodName Method name 'incidentEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 425 15
    #A17609 warning MethodName Method name 'incidentEdges_isolatedNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 432 15
    #A17610 warning MethodName Method name 'incidentEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 438 15
    #A17611 warning MethodName Method name 'incidentNodes_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A17612 warning MethodName Method name 'incidentNodes_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 454 15
    #A17613 warning MethodName Method name 'adjacentNodes_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15
    #A17614 warning MethodName Method name 'adjacentNodes_noAdjacentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 471 15
    #A17615 warning MethodName Method name 'adjacentNodes_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 477 15
    #A17616 warning MethodName Method name 'adjacentEdges_bothEndpoints' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 487 15
    #A17617 warning MethodName Method name 'adjacentEdges_noAdjacentEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 496 15
    #A17618 warning MethodName Method name 'adjacentEdges_edgeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 503 15
    #A17619 warning MethodName Method name 'edgesConnecting_disconnectedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 513 15
    #A17620 warning MethodName Method name 'edgesConnecting_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A17621 warning MethodName Method name 'hasEdgeConnecting_disconnectedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 544 15
    #A17622 warning MethodName Method name 'hasEdgesConnecting_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 551 15
    #A17623 warning MethodName Method name 'inEdges_noInEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 560 15
    #A17624 warning MethodName Method name 'inEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 566 15
    #A17625 warning MethodName Method name 'outEdges_noOutEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 576 15
    #A17626 warning MethodName Method name 'outEdges_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 582 15
    #A17627 warning MethodName Method name 'predecessors_noPredecessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 592 15
    #A17628 warning MethodName Method name 'predecessors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 598 15
    #A17629 warning MethodName Method name 'successors_noSuccessors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 608 15
    #A17630 warning MethodName Method name 'successors_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 614 15
    #A17631 warning MethodName Method name 'addNode_newNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 624 15
    #A17632 warning MethodName Method name 'addNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 630 15
    #A17633 warning MethodName Method name 'removeNode_existingNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 638 15
    #A17634 warning MethodName Method name 'removeNode_nodeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 649 15
    #A17635 warning MethodName Method name 'removeNode_queryAfterRemoval' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 657 15
    #A17636 warning MethodName Method name 'removeEdge_existingEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 15
    #A17637 warning MethodName Method name 'removeEdge_oneOfMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 680 15
    #A17638 warning MethodName Method name 'removeEdge_edgeNotPresent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 690 15
    #A17639 warning MethodName Method name 'removeEdge_queryAfterRemoval' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 698 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractStandardDirectedGraphTest.java

    Severity Rule Message Line Col
    #A17640 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A17641 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A17642 warning MethodName Method name 'incidentEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A17643 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A17644 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A17645 warning MethodName Method name 'hasEdgeConnecting_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A17646 warning MethodName Method name 'hasEdgeConnecting_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A17647 warning MethodName Method name 'hasEdgeConnecting_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A17648 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A17649 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A17650 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 15
    #A17651 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A17652 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A17653 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A17654 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A17655 warning MethodName Method name 'stableIncidentEdgeOrder_edges_returnsInStableOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 15
    #A17656 warning MethodName Method name 'stableIncidentEdgeOrder_adjacentNodes_returnsInConnectingEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 267 15
    #A17657 warning MethodName Method name 'stableIncidentEdgeOrder_predecessors_returnsInConnectingEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A17658 warning MethodName Method name 'stableIncidentEdgeOrder_successors_returnsInConnectingEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 285 15
    #A17659 warning MethodName Method name 'stableIncidentEdgeOrder_incidentEdges_returnsInEdgeInsertionOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A17660 warning MethodName Method name 'putEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 330 15
    #A17661 warning MethodName Method name 'putEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A17662 warning MethodName Method name 'putEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A17663 warning MethodName Method name 'putEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A17664 warning MethodName Method name 'putEdge_doesntAllowSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 384 15
    #A17665 warning MethodName Method name 'putEdge_allowsSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 397 15
    #A17666 warning MethodName Method name 'putEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 407 15
    #A17667 warning MethodName Method name 'removeEdge_antiparallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A17668 warning MethodName Method name 'removeEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 434 15
    #A17669 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A17670 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java

    Severity Rule Message Line Col
    #A17671 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A17672 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A17673 warning MethodName Method name 'incidentEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A17674 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A17675 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A17676 warning MethodName Method name 'hasEdgeConnecting_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A17677 warning MethodName Method name 'hasEdgeConnecting_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A17678 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A17679 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A17680 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 15
    #A17681 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A17682 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A17683 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A17684 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A17685 warning MethodName Method name 'putEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A17686 warning MethodName Method name 'putEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A17687 warning MethodName Method name 'putEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A17688 warning MethodName Method name 'putEdge_doesntAllowSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A17689 warning MethodName Method name 'putEdge_allowsSelfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A17690 warning MethodName Method name 'putEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A17691 warning MethodName Method name 'removeEdge_antiparallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A17692 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A17693 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/AbstractUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A17694 warning MethodName Method name 'edges_containsOrderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A17695 warning MethodName Method name 'edgesConnecting_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A17696 warning MethodName Method name 'edgeConnecting_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A17697 warning MethodName Method name 'edgeConnectingOrNull_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A17698 warning MethodName Method name 'edgesConnecting_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A17699 warning MethodName Method name 'inEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A17700 warning MethodName Method name 'outEdges_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A17701 warning MethodName Method name 'predecessors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A17702 warning MethodName Method name 'successors_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 115 15
    #A17703 warning MethodName Method name 'inDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A17704 warning MethodName Method name 'outDegree_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A17705 warning MethodName Method name 'addEdge_existingNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A17706 warning MethodName Method name 'addEdge_existingEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A17707 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A17708 warning MethodName Method name 'addEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A17709 warning MethodName Method name 'addEdge_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableDirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A17710 warning MethodName Method name 'adjacentEdges_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A17711 warning MethodName Method name 'edgesConnecting_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A17712 warning MethodName Method name 'edgesConnecting_parallelSelfLoopEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A17713 warning MethodName Method name 'removeEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A17714 warning MethodName Method name 'removeEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A17715 warning MethodName Method name 'edges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A17716 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A17717 warning MethodName Method name 'incidentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A17718 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A17719 warning MethodName Method name 'adjacentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A17720 warning MethodName Method name 'edgesConnecting_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A17721 warning MethodName Method name 'inEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A17722 warning MethodName Method name 'outEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A17723 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A17724 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A17725 warning MethodName Method name 'source_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A17726 warning MethodName Method name 'target_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A17727 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A17728 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A17729 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A17730 warning MethodName Method name 'addEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A17731 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes_selfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A17732 warning MethodName Method name 'addEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A17733 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A17734 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableSimpleDirectedNetworkTest.java

    Severity Rule Message Line Col
    #A17735 warning MethodName Method name 'addEdge_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A17736 warning MethodName Method name 'addEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableSimpleUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A17737 warning MethodName Method name 'addEdge_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A17738 warning MethodName Method name 'addEdge_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableUndirectedMultiNetworkTest.java

    Severity Rule Message Line Col
    #A17739 warning MethodName Method name 'adjacentEdges_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A17740 warning MethodName Method name 'edgesConnecting_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A17741 warning MethodName Method name 'edgesConnecting_parallelSelfLoopEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A17742 warning MethodName Method name 'removeEdge_parallelEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A17743 warning MethodName Method name 'removeEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ConfigurableUndirectedNetworkTest.java

    Severity Rule Message Line Col
    #A17744 warning MethodName Method name 'edges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 15
    #A17745 warning MethodName Method name 'incidentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A17746 warning MethodName Method name 'incidentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A17747 warning MethodName Method name 'adjacentNodes_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A17748 warning MethodName Method name 'adjacentEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15
    #A17749 warning MethodName Method name 'edgesConnecting_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A17750 warning MethodName Method name 'inEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A17751 warning MethodName Method name 'outEdges_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A17752 warning MethodName Method name 'predecessors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 15
    #A17753 warning MethodName Method name 'successors_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A17754 warning MethodName Method name 'degree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A17755 warning MethodName Method name 'inDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A17756 warning MethodName Method name 'outDegree_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A17757 warning MethodName Method name 'addEdge_existingSelfLoopEdgeBetweenSameNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 15
    #A17758 warning MethodName Method name 'addEdge_existingEdgeBetweenDifferentNodes_selfLoops' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A17759 warning MethodName Method name 'addEdge_parallelSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A17760 warning MethodName Method name 'removeNode_existingNodeWithSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A17761 warning MethodName Method name 'removeEdge_existingSelfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java

    Severity Rule Message Line Col
    #A17762 warning MethodName Method name 'edgesConnecting_disconnectedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A17763 warning MethodName Method name 'edgesConnecting_nodesNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A17764 warning MethodName Method name 'edgesConnecting_checkReturnedSetMutability' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A17765 warning MethodName Method name 'edgesConnecting_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A17766 warning MethodName Method name 'edgesConnecting_selfLoop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A17767 warning MethodName Method name 'edgesConnecting_parallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A17768 warning MethodName Method name 'edgesConnecting_parallelSelfLoopEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ElementOrderTest.java

    Severity Rule Message Line Col
    #A17769 warning MethodName Method name 'nodeOrder_none' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A17770 warning MethodName Method name 'nodeOrder_insertion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A17771 warning MethodName Method name 'nodeOrder_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A17772 warning MethodName Method name 'nodeOrder_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 15
    #A17773 warning MethodName Method name 'nodeOrder_sorted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A17774 warning MethodName Method name 'edgeOrder_none' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A17775 warning MethodName Method name 'edgeOrder_insertion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15
    #A17776 warning MethodName Method name 'edgeOrder_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A17777 warning MethodName Method name 'edgeOrder_natural' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15
    #A17778 warning MethodName Method name 'edgeOrder_sorted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/EndpointPairTest.java

    Severity Rule Message Line Col
    #A17779 warning MethodName Method name 'testAdjacentNode_nodeNotIncident' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A17780 warning MethodName Method name 'endpointPair_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A17781 warning MethodName Method name 'endpointPair_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A17782 warning MethodName Method name 'endpointPair_directedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A17783 warning MethodName Method name 'endpointPair_undirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 15
    #A17784 warning MethodName Method name 'endpointPair_unmodifiableView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A17785 warning MethodName Method name 'endpointPair_undirected_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 15
    #A17786 warning MethodName Method name 'endpointPair_directed_contains' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/GraphEquivalenceTest.java

    Severity Rule Message Line Col
    #A17787 warning MethodName Method name 'equivalent_nodeSetsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A17788 warning MethodName Method name 'equivalent_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A17789 warning MethodName Method name 'equivalent_selfLoop_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A17790 warning MethodName Method name 'equivalent_propertiesDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A17791 warning MethodName Method name 'equivalent_edgeAddOrdersDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A17792 warning MethodName Method name 'equivalent_edgeDirectionsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/GraphPropertiesTest.java

    Severity Rule Message Line Col
    #A17793 warning MethodName Method name 'hasCycle_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A17794 warning MethodName Method name 'hasCycle_isolatedNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A17795 warning MethodName Method name 'hasCycle_oneEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A17796 warning MethodName Method name 'hasCycle_selfLoopEdge' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A17797 warning MethodName Method name 'hasCycle_twoAcyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A17798 warning MethodName Method name 'hasCycle_twoCyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A17799 warning MethodName Method name 'hasCycle_threeAcyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A17800 warning MethodName Method name 'hasCycle_threeCyclicEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A17801 warning MethodName Method name 'hasCycle_disconnectedCyclicGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A17802 warning MethodName Method name 'hasCycle_multipleCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A17803 warning MethodName Method name 'hasCycle_twoParallelEdges' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A17804 warning MethodName Method name 'hasCycle_cyclicMultigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/GraphsTest.java

    Severity Rule Message Line Col
    #A17805 warning MethodName Method name 'transitiveClosure_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A17806 warning MethodName Method name 'transitiveClosure_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A17807 warning MethodName Method name 'transitiveClosure_directedPathGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A17808 warning MethodName Method name 'transitiveClosure_undirectedPathGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A17809 warning MethodName Method name 'transitiveClosure_directedCycleGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A17810 warning MethodName Method name 'transitiveClosure_undirectedCycleGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A17811 warning MethodName Method name 'transpose_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A17812 warning MethodName Method name 'transpose_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A17813 warning MethodName Method name 'transpose_undirectedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A17814 warning MethodName Method name 'transpose_directedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A17815 warning MethodName Method name 'transpose_undirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A17816 warning MethodName Method name 'transpose_directedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 15
    #A17817 warning MethodName Method name 'inducedSubgraph_graph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 339 15
    #A17818 warning MethodName Method name 'inducedSubgraph_valueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 358 15
    #A17819 warning MethodName Method name 'inducedSubgraph_network' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 379 15
    #A17820 warning MethodName Method name 'inducedSubgraph_nodeNotInGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 400 15
    #A17821 warning MethodName Method name 'copyOf_nullArgument' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 15
    #A17822 warning MethodName Method name 'copyOf_directedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 420 15
    #A17823 warning MethodName Method name 'copyOf_undirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 15
    #A17824 warning MethodName Method name 'copyOf_directedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 15
    #A17825 warning MethodName Method name 'copyOf_undirectedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 444 15
    #A17826 warning MethodName Method name 'copyOf_directedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 452 15
    #A17827 warning MethodName Method name 'copyOf_undirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 460 15
    #A17828 warning MethodName Method name 'createDirected_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 528 15
    #A17829 warning MethodName Method name 'createUndirected_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 538 15
    #A17830 warning MethodName Method name 'createDirected_expectedNodeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 549 15
    #A17831 warning MethodName Method name 'createUndirected_expectedNodeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A17832 warning MethodName Method name 'builder_expectedNodeCount_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 567 15
    #A17833 warning MethodName Method name 'createDirected_expectedEdgeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15
    #A17834 warning MethodName Method name 'createUndirected_expectedEdgeCount' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15
    #A17835 warning MethodName Method name 'builder_expectedEdgeCount_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ImmutableNetworkTest.java

    Severity Rule Message Line Col
    #A17836 warning MethodName Method name 'copyOfImmutableNetwork_optimized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A17837 warning MethodName Method name 'edgesConnecting_directed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A17838 warning MethodName Method name 'edgesConnecting_undirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A17839 warning MethodName Method name 'immutableNetworkBuilder_appliesNetworkBuilderConfig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A17840 warning MethodName Method name 'immutableNetworkBuilder_copiesNetworkBuilder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A17841 warning MethodName Method name 'immutableNetworkBuilder_addNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A17842 warning MethodName Method name 'immutableNetworkBuilder_putEdgeFromNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A17843 warning MethodName Method name 'immutableNetworkBuilder_putEdgeFromEndpointPair' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ImmutableValueGraphTest.java

    Severity Rule Message Line Col
    #A17844 warning MethodName Method name 'copyOfImmutableValueGraph_optimized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A17845 warning MethodName Method name 'immutableValueGraphBuilder_appliesGraphBuilderConfig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A17846 warning MethodName Method name 'immutableValueGraphBuilder_copiesGraphBuilder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A17847 warning MethodName Method name 'immutableValueGraphBuilder_addNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A17848 warning MethodName Method name 'immutableValueGraphBuilder_putEdgeFromNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A17849 warning MethodName Method name 'immutableValueGraphBuilder_putEdgeFromEndpointPair' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/NetworkEquivalenceTest.java

    Severity Rule Message Line Col
    #A17850 warning MethodName Method name 'equivalent_nodeSetsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A17851 warning MethodName Method name 'equivalent_edgeSetsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A17852 warning MethodName Method name 'equivalent_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A17853 warning MethodName Method name 'equivalent_selfLoop_directedVsUndirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A17854 warning MethodName Method name 'equivalent_connectionsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A17855 warning MethodName Method name 'equivalent_propertiesDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A17856 warning MethodName Method name 'equivalent_edgeAddOrdersDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A17857 warning MethodName Method name 'equivalent_edgeDirectionsDiffer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/StandardImmutableGraphAdditionalTest.java

    Severity Rule Message Line Col
    #A17858 warning MethodName Method name 'copyOfImmutableGraph_optimized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A17859 warning MethodName Method name 'immutableGraphBuilder_appliesGraphBuilderConfig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A17860 warning MethodName Method name 'immutableGraphBuilder_copiesGraphBuilder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A17861 warning MethodName Method name 'immutableGraphBuilder_addNode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A17862 warning MethodName Method name 'immutableGraphBuilder_putEdgeFromNodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A17863 warning MethodName Method name 'immutableGraphBuilder_putEdgeFromEndpointPair' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/TraverserTest.java

    Severity Rule Message Line Col
    #A17864 warning MethodName Method name 'forGraph_breadthFirst_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A17865 warning MethodName Method name 'forGraph_breadthFirstIterable_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A17866 warning MethodName Method name 'forGraph_breadthFirst_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A17867 warning MethodName Method name 'forGraph_breadthFirstIterable_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A17868 warning MethodName Method name 'forGraph_breadthFirst_multiGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A17869 warning MethodName Method name 'forGraph_breadthFirstIterable_multiGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A17870 warning MethodName Method name 'forGraph_breadthFirst_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A17871 warning MethodName Method name 'forGraph_breadthFirstIterable_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A17872 warning MethodName Method name 'forGraph_breadthFirst_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A17873 warning MethodName Method name 'forGraph_breadthFirstIterable_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 252 15
    #A17874 warning MethodName Method name 'forGraph_breadthFirst_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A17875 warning MethodName Method name 'forGraph_breadthFirstIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A17876 warning MethodName Method name 'forGraph_breadthFirst_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A17877 warning MethodName Method name 'forGraph_breadthFirstIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 15
    #A17878 warning MethodName Method name 'forGraph_breadthFirst_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 292 15
    #A17879 warning MethodName Method name 'forGraph_breadthFirstIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 299 15
    #A17880 warning MethodName Method name 'forGraph_breadthFirst_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A17881 warning MethodName Method name 'forGraph_breadthFirstIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 15
    #A17882 warning MethodName Method name 'forGraph_breadthFirst_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A17883 warning MethodName Method name 'forGraph_breadthFirstIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 15
    #A17884 warning MethodName Method name 'forGraph_depthFirstPreOrder_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A17885 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A17886 warning MethodName Method name 'forGraph_depthFirstPreOrder_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 377 15
    #A17887 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 386 15
    #A17888 warning MethodName Method name 'forGraph_depthFirstPreOrder_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 396 15
    #A17889 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A17890 warning MethodName Method name 'forGraph_depthFirstPreOrder_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 414 15
    #A17891 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 423 15
    #A17892 warning MethodName Method name 'forGraph_depthFirstPreOrder_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 432 15
    #A17893 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A17894 warning MethodName Method name 'forGraph_depthFirstPreOrder_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 450 15
    #A17895 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 459 15
    #A17896 warning MethodName Method name 'forGraph_depthFirstPreOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 468 15
    #A17897 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 475 15
    #A17898 warning MethodName Method name 'forGraph_depthFirstPreOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 482 15
    #A17899 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 489 15
    #A17900 warning MethodName Method name 'forGraph_depthFirstPreOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 497 15
    #A17901 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 15
    #A17902 warning MethodName Method name 'forGraph_depthFirstPreOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 517 15
    #A17903 warning MethodName Method name 'forGraph_depthFirstPreOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 530 15
    #A17904 warning MethodName Method name 'forGraph_depthFirstPostOrder_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 543 15
    #A17905 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_javadocExample_canBeIteratedMultipleTimes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 550 15
    #A17906 warning MethodName Method name 'forGraph_depthFirstPostOrder_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 558 15
    #A17907 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_diamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 567 15
    #A17908 warning MethodName Method name 'forGraph_depthFirstPostOrder_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 577 15
    #A17909 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_multigraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15
    #A17910 warning MethodName Method name 'forGraph_depthFirstPostOrder_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 595 15
    #A17911 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_cycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 604 15
    #A17912 warning MethodName Method name 'forGraph_depthFirstPostOrder_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 613 15
    #A17913 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_twoCycles' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 622 15
    #A17914 warning MethodName Method name 'forGraph_depthFirstPostOrder_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 631 15
    #A17915 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 640 15
    #A17916 warning MethodName Method name 'forGraph_depthFirstPostOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 649 15
    #A17917 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 656 15
    #A17918 warning MethodName Method name 'forGraph_depthFirstPostOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 664 15
    #A17919 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 671 15
    #A17920 warning MethodName Method name 'forGraph_depthFirstPostOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 679 15
    #A17921 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 688 15
    #A17922 warning MethodName Method name 'forGraph_depthFirstPostOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 699 15
    #A17923 warning MethodName Method name 'forGraph_depthFirstPostOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 712 15
    #A17924 warning MethodName Method name 'forTree_acceptsDirectedGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 726 15
    #A17925 warning MethodName Method name 'forTree_withUndirectedGraph_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 734 15
    #A17926 warning MethodName Method name 'forTree_acceptsDirectedValueGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 747 15
    #A17927 warning MethodName Method name 'forTree_withUndirectedValueGraph_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 755 15
    #A17928 warning MethodName Method name 'forTree_acceptsDirectedNetwork' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 768 15
    #A17929 warning MethodName Method name 'forTree_withUndirectedNetwork_throws' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 776 15
    #A17930 warning MethodName Method name 'forTree_breadthFirst_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 788 15
    #A17931 warning MethodName Method name 'forTree_breadthFirstIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 797 15
    #A17932 warning MethodName Method name 'forTree_breadthFirst_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 807 15
    #A17933 warning MethodName Method name 'forTree_breadthFirstIterable_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 816 15
    #A17934 warning MethodName Method name 'forTree_breadthFirst_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 825 15
    #A17935 warning MethodName Method name 'forTree_breadthFirstIterable_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 834 15
    #A17936 warning MethodName Method name 'forTree_breadthFirst_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 843 15
    #A17937 warning MethodName Method name 'forTree_breadthFirstIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 850 15
    #A17938 warning MethodName Method name 'forTree_breadthFirst_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 856 15
    #A17939 warning MethodName Method name 'forTree_breadthFirstIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 863 15
    #A17940 warning MethodName Method name 'forTree_breadthFirst_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 870 15
    #A17941 warning MethodName Method name 'forTree_breadthFirstIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 879 15
    #A17942 warning MethodName Method name 'forTree_breadthFirst_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 15
    #A17943 warning MethodName Method name 'forTree_breadthFirstIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 903 15
    #A17944 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 916 15
    #A17945 warning MethodName Method name 'forTree_depthFirstPreOrderIterableIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 925 15
    #A17946 warning MethodName Method name 'forTree_depthFirstPreOrder_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 15
    #A17947 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 15
    #A17948 warning MethodName Method name 'forTree_depthFirstPreOrder_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 953 15
    #A17949 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 15
    #A17950 warning MethodName Method name 'forTree_depthFirstPreOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 971 15
    #A17951 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 978 15
    #A17952 warning MethodName Method name 'forTree_depthFirstPreOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 985 15
    #A17953 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 992 15
    #A17954 warning MethodName Method name 'forTree_depthFirstPreOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1000 15
    #A17955 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1009 15
    #A17956 warning MethodName Method name 'forTree_depthFirstPreOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1020 15
    #A17957 warning MethodName Method name 'forTree_depthFirstPreOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1033 15
    #A17958 warning MethodName Method name 'forTree_depthFirstPostOrder_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1046 15
    #A17959 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_tree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1055 15
    #A17960 warning MethodName Method name 'forTree_depthFirstPostOrder_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 15
    #A17961 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_cyclicGraphContainingTree' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1074 15
    #A17962 warning MethodName Method name 'forTree_depthFirstPostOrder_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1083 15
    #A17963 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_graphContainingTreeAndDiamond' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1092 15
    #A17964 warning MethodName Method name 'forTree_depthFirstPostOrder_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1101 15
    #A17965 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_twoTrees' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1108 15
    #A17966 warning MethodName Method name 'forTree_depthFirstPostOrder_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1115 15
    #A17967 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_singleRoot' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1122 15
    #A17968 warning MethodName Method name 'forTree_depthFirstPostOrder_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1130 15
    #A17969 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_emptyGraph' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1139 15
    #A17970 warning MethodName Method name 'forTree_depthFirstPostOrder_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1150 15
    #A17971 warning MethodName Method name 'forTree_depthFirstPostOrderIterable_iterableIsLazy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1163 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/graph/ValueGraphTest.java

    Severity Rule Message Line Col
    #A17972 warning MethodName Method name 'hasEdgeConnecting_directed_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A17973 warning MethodName Method name 'hasEdgeConnecting_directed_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A17974 warning MethodName Method name 'hasEdgeConnecting_directed_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A17975 warning MethodName Method name 'hasEdgeConnecting_undirected_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A17976 warning MethodName Method name 'hasEdgeConnecting_undirected_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A17977 warning MethodName Method name 'hasEdgeConnecting_undirected_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A17978 warning MethodName Method name 'edgeValue_directed_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A17979 warning MethodName Method name 'edgeValue_directed_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A17980 warning MethodName Method name 'edgeValue_directed_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A17981 warning MethodName Method name 'edgeValue_undirected_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A17982 warning MethodName Method name 'edgeValue_undirected_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A17983 warning MethodName Method name 'edgeValue_undirected_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 15
    #A17984 warning MethodName Method name 'edgeValueOrDefault_directed_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A17985 warning MethodName Method name 'edgeValueOrDefault_directed_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A17986 warning MethodName Method name 'edgeValueOrDefault_directed_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A17987 warning MethodName Method name 'edgeValueOrDefault_undirected_correct' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A17988 warning MethodName Method name 'edgeValueOrDefault_undirected_backwards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A17989 warning MethodName Method name 'edgeValueOrDefault_undirected_mismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A17990 warning MethodName Method name 'putEdgeValue_directed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A17991 warning MethodName Method name 'putEdgeValue_directed_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A17992 warning MethodName Method name 'putEdgeValue_undirected_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A17993 warning MethodName Method name 'putEdgeValue_undirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A17994 warning MethodName Method name 'removeEdge_directed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A17995 warning MethodName Method name 'removeEdge_undirected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A17996 warning MethodName Method name 'removeEdge_directed_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 335 15
    #A17997 warning MethodName Method name 'removeEdge_undirected_orderMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 15
    #A17998 warning MethodName Method name 'edgeValue_missing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A17999 warning MethodName Method name 'equivalence_considersEdgeValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/BloomFilterTest.java

    Severity Rule Message Line Col
    #A18000 warning GoogleMethodName Method name 'testEquals_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A18001 warning MethodName Method name 'testEquals_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/ChecksumHashFunctionTest.java

    Severity Rule Message Line Col
    #A18002 warning GoogleMethodName Method name 'testCrc32_equalsChecksumValue' has invalid underscore usage, underscores only allowed between adjacent digits. 30 15
    #A18003 warning MethodName Method name 'testCrc32_equalsChecksumValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 15
    #A18004 warning GoogleMethodName Method name 'testAdler32_equalsChecksumValue' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A18005 warning MethodName Method name 'testAdler32_equalsChecksumValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A18006 warning GoogleMethodName Method name 'testCrc32_knownValues' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A18007 warning MethodName Method name 'testCrc32_knownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A18008 warning GoogleMethodName Method name 'testAdler32_knownValues' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A18009 warning MethodName Method name 'testAdler32_knownValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/FunnelsTest.java

    Severity Rule Message Line Col
    #A18010 warning GoogleMethodName Method name 'testForBytes_null' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A18011 warning MethodName Method name 'testForBytes_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A18012 warning GoogleMethodName Method name 'testForStrings_null' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A18013 warning MethodName Method name 'testForStrings_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A18014 warning GoogleMethodName Method name 'testForStringsCharset_null' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A18015 warning MethodName Method name 'testForStringsCharset_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A18016 warning GoogleMethodName Method name 'testForInts_null' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A18017 warning MethodName Method name 'testForInts_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A18018 warning GoogleMethodName Method name 'testForLongs_null' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A18019 warning MethodName Method name 'testForLongs_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashCodeTest.java

    Severity Rule Message Line Col
    #A18020 warning GoogleMethodName Method name 'testFromBytes_copyOccurs' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A18021 warning MethodName Method name 'testFromBytes_copyOccurs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A18022 warning GoogleMethodName Method name 'testFromBytesNoCopy_noCopyOccurs' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A18023 warning MethodName Method name 'testFromBytesNoCopy_noCopyOccurs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A18024 warning GoogleMethodName Method name 'testGetBytesInternal_noCloneOccurs' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A18025 warning MethodName Method name 'testGetBytesInternal_noCloneOccurs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A18026 warning GoogleMethodName Method name 'testHashCode_nulls' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A18027 warning MethodName Method name 'testHashCode_nulls' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A18028 warning GoogleMethodName Method name 'testHashCode_equalsAndSerializable' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A18029 warning MethodName Method name 'testHashCode_equalsAndSerializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashingInputStreamTest.java

    Severity Rule Message Line Col
    #A18030 warning GoogleMethodName Method name 'testRead_putSingleByte' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A18031 warning MethodName Method name 'testRead_putSingleByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A18032 warning GoogleMethodName Method name 'testRead_putByteArray' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A18033 warning MethodName Method name 'testRead_putByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A18034 warning GoogleMethodName Method name 'testRead_putByteArrayAtPos' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A18035 warning MethodName Method name 'testRead_putByteArrayAtPos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A18036 warning GoogleMethodName Method name 'testRead_putByteArrayOutOfBound' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A18037 warning MethodName Method name 'testRead_putByteArrayOutOfBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A18038 warning GoogleMethodName Method name 'testHash_hashesCorrectly' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A18039 warning MethodName Method name 'testHash_hashesCorrectly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A18040 warning GoogleMethodName Method name 'testHash_hashesCorrectlyReadOutOfBound' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A18041 warning MethodName Method name 'testHash_hashesCorrectlyReadOutOfBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A18042 warning GoogleMethodName Method name 'testHash_hashesCorrectlyForSkipping' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A18043 warning MethodName Method name 'testHash_hashesCorrectlyForSkipping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashingOutputStreamTest.java

    Severity Rule Message Line Col
    #A18044 warning GoogleMethodName Method name 'testWrite_putSingleByte' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A18045 warning MethodName Method name 'testWrite_putSingleByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A18046 warning GoogleMethodName Method name 'testWrite_putByteArray' has invalid underscore usage, underscores only allowed between adjacent digits. 57 15
    #A18047 warning MethodName Method name 'testWrite_putByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 15
    #A18048 warning GoogleMethodName Method name 'testWrite_putByteArrayAtPos' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A18049 warning MethodName Method name 'testWrite_putByteArrayAtPos' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A18050 warning GoogleMethodName Method name 'testHash_hashesCorrectly' has invalid underscore usage, underscores only allowed between adjacent digits. 77 15
    #A18051 warning MethodName Method name 'testHash_hashesCorrectly' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/HashingTest.java

    Severity Rule Message Line Col
    #A18052 warning GoogleMethodName Method name 'testConsistentHash_correctness' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A18053 warning MethodName Method name 'testConsistentHash_correctness' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A18054 warning GoogleMethodName Method name 'testConsistentHash_probabilities' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A18055 warning MethodName Method name 'testConsistentHash_probabilities' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A18056 warning GoogleMethodName Method name 'testConsistentHash_outOfRange' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A18057 warning MethodName Method name 'testConsistentHash_outOfRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A18058 warning GoogleMethodName Method name 'testConsistentHash_ofHashCode' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A18059 warning MethodName Method name 'testConsistentHash_ofHashCode' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A18060 warning GoogleMethodName Method name 'testConsistentHash_linearCongruentialGeneratorCompatibility' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A18061 warning MethodName Method name 'testConsistentHash_linearCongruentialGeneratorCompatibility' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A18062 warning GoogleMethodName Method name 'testCombineOrdered_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 253 15
    #A18063 warning MethodName Method name 'testCombineOrdered_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 253 15
    #A18064 warning GoogleMethodName Method name 'testCombineOrdered_differentBitLengths' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A18065 warning MethodName Method name 'testCombineOrdered_differentBitLengths' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A18066 warning GoogleMethodName Method name 'testCombineOrdered_randomHashCodes' has invalid underscore usage, underscores only allowed between adjacent digits. 285 15
    #A18067 warning MethodName Method name 'testCombineOrdered_randomHashCodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 285 15
    #A18068 warning GoogleMethodName Method name 'testCombineUnordered_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 298 15
    #A18069 warning MethodName Method name 'testCombineUnordered_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 298 15
    #A18070 warning GoogleMethodName Method name 'testCombineUnordered_differentBitLengths' has invalid underscore usage, underscores only allowed between adjacent digits. 306 15
    #A18071 warning MethodName Method name 'testCombineUnordered_differentBitLengths' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 306 15
    #A18072 warning GoogleMethodName Method name 'testCombineUnordered_randomHashCodes' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A18073 warning MethodName Method name 'testCombineUnordered_randomHashCodes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A18074 warning GoogleMethodName Method name 'testConcatenating_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A18075 warning MethodName Method name 'testConcatenating_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A18076 warning GoogleMethodName Method name 'testConcatenatingIterable_bits' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A18077 warning MethodName Method name 'testConcatenatingIterable_bits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A18078 warning GoogleMethodName Method name 'testConcatenatingVarArgs_bits' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A18079 warning MethodName Method name 'testConcatenatingVarArgs_bits' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A18080 warning GoogleMethodName Method name 'testConcatenatingHashFunction_makeHash' has invalid underscore usage, underscores only allowed between adjacent digits. 382 15
    #A18081 warning MethodName Method name 'testConcatenatingHashFunction_makeHash' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 382 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/hash/MacHashFunctionTest.java

    Severity Rule Message Line Col
    #A18082 warning GoogleMethodName Method name 'testBadKey_emptyKey' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A18083 warning MethodName Method name 'testBadKey_emptyKey' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A18084 warning GoogleMethodName Method name 'testEmptyInputs_mixedAlgorithms' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A18085 warning MethodName Method name 'testEmptyInputs_mixedAlgorithms' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A18086 warning GoogleMethodName Method name 'testKnownInputs_mixedAlgorithms' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A18087 warning MethodName Method name 'testKnownInputs_mixedAlgorithms' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A18088 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case1' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A18089 warning MethodName Method name 'testRfc2202_hmacSha1_case1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A18090 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case2' has invalid underscore usage, underscores only allowed between adjacent digits. 296 15
    #A18091 warning MethodName Method name 'testRfc2202_hmacSha1_case2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 296 15
    #A18092 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case3' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A18093 warning MethodName Method name 'testRfc2202_hmacSha1_case3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A18094 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case4' has invalid underscore usage, underscores only allowed between adjacent digits. 310 15
    #A18095 warning MethodName Method name 'testRfc2202_hmacSha1_case4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 310 15
    #A18096 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case5' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A18097 warning MethodName Method name 'testRfc2202_hmacSha1_case5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A18098 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case6' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A18099 warning MethodName Method name 'testRfc2202_hmacSha1_case6' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A18100 warning GoogleMethodName Method name 'testRfc2202_hmacSha1_case7' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A18101 warning MethodName Method name 'testRfc2202_hmacSha1_case7' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A18102 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case1' has invalid underscore usage, underscores only allowed between adjacent digits. 338 15
    #A18103 warning MethodName Method name 'testRfc2202_hmacMd5_case1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 338 15
    #A18104 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case2' has invalid underscore usage, underscores only allowed between adjacent digits. 345 15
    #A18105 warning MethodName Method name 'testRfc2202_hmacMd5_case2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 345 15
    #A18106 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case3' has invalid underscore usage, underscores only allowed between adjacent digits. 352 15
    #A18107 warning MethodName Method name 'testRfc2202_hmacMd5_case3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 352 15
    #A18108 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case4' has invalid underscore usage, underscores only allowed between adjacent digits. 359 15
    #A18109 warning MethodName Method name 'testRfc2202_hmacMd5_case4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 359 15
    #A18110 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case5' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A18111 warning MethodName Method name 'testRfc2202_hmacMd5_case5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15
    #A18112 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case6' has invalid underscore usage, underscores only allowed between adjacent digits. 373 15
    #A18113 warning MethodName Method name 'testRfc2202_hmacMd5_case6' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 373 15
    #A18114 warning GoogleMethodName Method name 'testRfc2202_hmacMd5_case7' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A18115 warning MethodName Method name 'testRfc2202_hmacMd5_case7' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSinkTest.java

    Severity Rule Message Line Col
    #A18116 warning GoogleMethodName Method name 'testWrite_bytes' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A18117 warning MethodName Method name 'testWrite_bytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A18118 warning GoogleMethodName Method name 'testWriteFrom_inputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A18119 warning MethodName Method name 'testWriteFrom_inputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A18120 warning GoogleMethodName Method name 'testWriteFromStream_doesNotCloseThatStream' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A18121 warning MethodName Method name 'testWriteFromStream_doesNotCloseThatStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A18122 warning GoogleMethodName Method name 'testClosesOnErrors_copyingFromByteSourceThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A18123 warning MethodName Method name 'testClosesOnErrors_copyingFromByteSourceThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A18124 warning GoogleMethodName Method name 'testClosesOnErrors_whenWriteThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A18125 warning MethodName Method name 'testClosesOnErrors_whenWriteThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A18126 warning GoogleMethodName Method name 'testClosesOnErrors_writingFromInputStreamThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A18127 warning MethodName Method name 'testClosesOnErrors_writingFromInputStreamThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSinkTester.java

    Severity Rule Message Line Col
    #A18128 warning GoogleMethodName Method name 'testWriteFrom_inputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A18129 warning MethodName Method name 'testWriteFrom_inputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSourceTest.java

    Severity Rule Message Line Col
    #A18130 warning GoogleMethodName Method name 'testCopyTo_outputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A18131 warning MethodName Method name 'testCopyTo_outputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A18132 warning GoogleMethodName Method name 'testCopyTo_byteSink' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A18133 warning MethodName Method name 'testCopyTo_byteSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A18134 warning GoogleMethodName Method name 'testRead_toArray' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A18135 warning MethodName Method name 'testRead_toArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A18136 warning GoogleMethodName Method name 'testRead_withProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A18137 warning MethodName Method name 'testRead_withProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A18138 warning GoogleMethodName Method name 'testRead_withProcessor_stopsOnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 152 15
    #A18139 warning MethodName Method name 'testRead_withProcessor_stopsOnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 15
    #A18140 warning GoogleMethodName Method name 'testSlice_appendingAfterSlicing' has invalid underscore usage, underscores only allowed between adjacent digits. 232 15
    #A18141 warning MethodName Method name 'testSlice_appendingAfterSlicing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 232 15
    #A18142 warning GoogleMethodName Method name 'testCopyToStream_doesNotCloseThatStream' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A18143 warning MethodName Method name 'testCopyToStream_doesNotCloseThatStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15
    #A18144 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToByteSinkThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 318 15
    #A18145 warning MethodName Method name 'testClosesOnErrors_copyingToByteSinkThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 15
    #A18146 warning GoogleMethodName Method name 'testClosesOnErrors_whenReadThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A18147 warning MethodName Method name 'testClosesOnErrors_whenReadThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A18148 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToOutputStreamThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 344 15
    #A18149 warning MethodName Method name 'testClosesOnErrors_copyingToOutputStreamThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 15
    #A18150 warning GoogleMethodName Method name 'testConcat_infiniteIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 373 15
    #A18151 warning MethodName Method name 'testConcat_infiniteIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 373 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteSourceTester.java

    Severity Rule Message Line Col
    #A18152 warning GoogleMethodName Method name 'testCopyTo_outputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A18153 warning MethodName Method name 'testCopyTo_outputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A18154 warning GoogleMethodName Method name 'testCopyTo_byteSink' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A18155 warning MethodName Method name 'testCopyTo_byteSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A18156 warning GoogleMethodName Method name 'testRead_usingByteProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 195 15
    #A18157 warning MethodName Method name 'testRead_usingByteProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 195 15
    #A18158 warning GoogleMethodName Method name 'testSlice_illegalArguments' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A18159 warning MethodName Method name 'testSlice_illegalArguments' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A18160 warning GoogleMethodName Method name 'testSlice_constrainedRange' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A18161 warning MethodName Method name 'testSlice_constrainedRange' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ByteStreamsTest.java

    Severity Rule Message Line Col
    #A18162 warning GoogleMethodName Method name 'testNewDataInput_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A18163 warning MethodName Method name 'testNewDataInput_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A18164 warning GoogleMethodName Method name 'testNewDataInput_normal' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A18165 warning MethodName Method name 'testNewDataInput_normal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A18166 warning GoogleMethodName Method name 'testNewDataInput_readFully' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A18167 warning MethodName Method name 'testNewDataInput_readFully' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A18168 warning GoogleMethodName Method name 'testNewDataInput_readFullyAndThenSome' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A18169 warning MethodName Method name 'testNewDataInput_readFullyAndThenSome' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A18170 warning GoogleMethodName Method name 'testNewDataInput_readFullyWithOffset' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A18171 warning MethodName Method name 'testNewDataInput_readFullyWithOffset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A18172 warning GoogleMethodName Method name 'testNewDataInput_readLine' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A18173 warning MethodName Method name 'testNewDataInput_readLine' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A18174 warning GoogleMethodName Method name 'testNewDataInput_readFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A18175 warning MethodName Method name 'testNewDataInput_readFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A18176 warning GoogleMethodName Method name 'testNewDataInput_readDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 227 15
    #A18177 warning MethodName Method name 'testNewDataInput_readDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 227 15
    #A18178 warning GoogleMethodName Method name 'testNewDataInput_readUTF' has invalid underscore usage, underscores only allowed between adjacent digits. 233 15
    #A18179 warning MethodName Method name 'testNewDataInput_readUTF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 233 15
    #A18180 warning GoogleMethodName Method name 'testNewDataInput_readChar' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A18181 warning MethodName Method name 'testNewDataInput_readChar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A18182 warning GoogleMethodName Method name 'testNewDataInput_readUnsignedShort' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A18183 warning MethodName Method name 'testNewDataInput_readUnsignedShort' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A18184 warning GoogleMethodName Method name 'testNewDataInput_readLong' has invalid underscore usage, underscores only allowed between adjacent digits. 258 15
    #A18185 warning MethodName Method name 'testNewDataInput_readLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 15
    #A18186 warning GoogleMethodName Method name 'testNewDataInput_readBoolean' has invalid underscore usage, underscores only allowed between adjacent digits. 264 15
    #A18187 warning MethodName Method name 'testNewDataInput_readBoolean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 264 15
    #A18188 warning GoogleMethodName Method name 'testNewDataInput_readByte' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A18189 warning MethodName Method name 'testNewDataInput_readByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A18190 warning GoogleMethodName Method name 'testNewDataInput_readUnsignedByte' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A18191 warning MethodName Method name 'testNewDataInput_readUnsignedByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A18192 warning GoogleMethodName Method name 'testNewDataInput_offset' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A18193 warning MethodName Method name 'testNewDataInput_offset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A18194 warning GoogleMethodName Method name 'testNewDataInput_skip' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A18195 warning MethodName Method name 'testNewDataInput_skip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A18196 warning GoogleMethodName Method name 'testNewDataInput_BAIS' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A18197 warning MethodName Method name 'testNewDataInput_BAIS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15
    #A18198 warning GoogleMethodName Method name 'testNewDataOutput_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A18199 warning MethodName Method name 'testNewDataOutput_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A18200 warning GoogleMethodName Method name 'testNewDataOutput_writeInt' has invalid underscore usage, underscores only allowed between adjacent digits. 322 15
    #A18201 warning MethodName Method name 'testNewDataOutput_writeInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 322 15
    #A18202 warning GoogleMethodName Method name 'testNewDataOutput_sized' has invalid underscore usage, underscores only allowed between adjacent digits. 329 15
    #A18203 warning MethodName Method name 'testNewDataOutput_sized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 15
    #A18204 warning GoogleMethodName Method name 'testNewDataOutput_writeLong' has invalid underscore usage, underscores only allowed between adjacent digits. 336 15
    #A18205 warning MethodName Method name 'testNewDataOutput_writeLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 336 15
    #A18206 warning GoogleMethodName Method name 'testNewDataOutput_writeByteArray' has invalid underscore usage, underscores only allowed between adjacent digits. 342 15
    #A18207 warning MethodName Method name 'testNewDataOutput_writeByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A18208 warning GoogleMethodName Method name 'testNewDataOutput_writeByte' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A18209 warning MethodName Method name 'testNewDataOutput_writeByte' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A18210 warning GoogleMethodName Method name 'testNewDataOutput_writeByteOffset' has invalid underscore usage, underscores only allowed between adjacent digits. 355 15
    #A18211 warning MethodName Method name 'testNewDataOutput_writeByteOffset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 355 15
    #A18212 warning GoogleMethodName Method name 'testNewDataOutput_writeBoolean' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A18213 warning MethodName Method name 'testNewDataOutput_writeBoolean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A18214 warning GoogleMethodName Method name 'testNewDataOutput_writeChar' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A18215 warning MethodName Method name 'testNewDataOutput_writeChar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A18216 warning GoogleMethodName Method name 'testNewDataOutput_writeChars' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A18217 warning MethodName Method name 'testNewDataOutput_writeChars' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A18218 warning GoogleMethodName Method name 'testNewDataOutput_writeUTF' has invalid underscore usage, underscores only allowed between adjacent digits. 395 15
    #A18219 warning MethodName Method name 'testNewDataOutput_writeUTF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 395 15
    #A18220 warning GoogleMethodName Method name 'testNewDataOutput_writeShort' has invalid underscore usage, underscores only allowed between adjacent digits. 406 15
    #A18221 warning MethodName Method name 'testNewDataOutput_writeShort' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 15
    #A18222 warning GoogleMethodName Method name 'testNewDataOutput_writeDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 412 15
    #A18223 warning MethodName Method name 'testNewDataOutput_writeDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 412 15
    #A18224 warning GoogleMethodName Method name 'testNewDataOutput_writeFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 418 15
    #A18225 warning MethodName Method name 'testNewDataOutput_writeFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 418 15
    #A18226 warning GoogleMethodName Method name 'testNewDataOutput_BAOS' has invalid underscore usage, underscores only allowed between adjacent digits. 425 15
    #A18227 warning MethodName Method name 'testNewDataOutput_BAOS' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 425 15
    #A18228 warning GoogleMethodName Method name 'testToByteArray_emptyStream' has invalid underscore usage, underscores only allowed between adjacent digits. 441 15
    #A18229 warning MethodName Method name 'testToByteArray_emptyStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A18230 warning GoogleMethodName Method name 'testToByteArray_largeStream' has invalid underscore usage, underscores only allowed between adjacent digits. 447 15
    #A18231 warning MethodName Method name 'testToByteArray_largeStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 447 15
    #A18232 warning GoogleMethodName Method name 'testToByteArray_withSize_givenCorrectSize' has invalid underscore usage, underscores only allowed between adjacent digits. 455 15
    #A18233 warning MethodName Method name 'testToByteArray_withSize_givenCorrectSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 455 15
    #A18234 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSmallerSize' has invalid underscore usage, underscores only allowed between adjacent digits. 461 15
    #A18235 warning MethodName Method name 'testToByteArray_withSize_givenSmallerSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 461 15
    #A18236 warning GoogleMethodName Method name 'testToByteArray_withSize_givenLargerSize' has invalid underscore usage, underscores only allowed between adjacent digits. 467 15
    #A18237 warning MethodName Method name 'testToByteArray_withSize_givenLargerSize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 467 15
    #A18238 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSizeZero' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A18239 warning MethodName Method name 'testToByteArray_withSize_givenSizeZero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A18240 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSizeOneSmallerThanActual' has invalid underscore usage, underscores only allowed between adjacent digits. 479 15
    #A18241 warning MethodName Method name 'testToByteArray_withSize_givenSizeOneSmallerThanActual' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 479 15
    #A18242 warning GoogleMethodName Method name 'testToByteArray_withSize_givenSizeTwoSmallerThanActual' has invalid underscore usage, underscores only allowed between adjacent digits. 486 15
    #A18243 warning MethodName Method name 'testToByteArray_withSize_givenSizeTwoSmallerThanActual' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 486 15
    #A18244 warning GoogleMethodName Method name 'testLimit_mark' has invalid underscore usage, underscores only allowed between adjacent digits. 606 15
    #A18245 warning MethodName Method name 'testLimit_mark' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 15
    #A18246 warning GoogleMethodName Method name 'testLimit_skip' has invalid underscore usage, underscores only allowed between adjacent digits. 627 15
    #A18247 warning MethodName Method name 'testLimit_skip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 627 15
    #A18248 warning GoogleMethodName Method name 'testLimit_markNotSet' has invalid underscore usage, underscores only allowed between adjacent digits. 644 15
    #A18249 warning MethodName Method name 'testLimit_markNotSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 644 15
    #A18250 warning GoogleMethodName Method name 'testLimit_markNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 657 15
    #A18251 warning MethodName Method name 'testLimit_markNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 657 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharSinkTest.java

    Severity Rule Message Line Col
    #A18252 warning GoogleMethodName Method name 'testWrite_string' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A18253 warning MethodName Method name 'testWrite_string' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A18254 warning GoogleMethodName Method name 'testWriteFrom_reader' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A18255 warning MethodName Method name 'testWriteFrom_reader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A18256 warning GoogleMethodName Method name 'testWriteFromStream_doesNotCloseThatStream' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A18257 warning MethodName Method name 'testWriteFromStream_doesNotCloseThatStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A18258 warning GoogleMethodName Method name 'testWriteLines_withSpecificSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 81 15
    #A18259 warning MethodName Method name 'testWriteLines_withSpecificSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 15
    #A18260 warning GoogleMethodName Method name 'testWriteLines_withDefaultSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A18261 warning MethodName Method name 'testWriteLines_withDefaultSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A18262 warning GoogleMethodName Method name 'testWriteLines_stream' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A18263 warning MethodName Method name 'testWriteLines_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A18264 warning GoogleMethodName Method name 'testWriteLines_stream_separator' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A18265 warning MethodName Method name 'testWriteLines_stream_separator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A18266 warning GoogleMethodName Method name 'testClosesOnErrors_copyingFromCharSourceThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A18267 warning MethodName Method name 'testClosesOnErrors_copyingFromCharSourceThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A18268 warning GoogleMethodName Method name 'testClosesOnErrors_whenWriteThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A18269 warning MethodName Method name 'testClosesOnErrors_whenWriteThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A18270 warning GoogleMethodName Method name 'testClosesOnErrors_whenWritingFromReaderThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A18271 warning MethodName Method name 'testClosesOnErrors_whenWritingFromReaderThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharSinkTester.java

    Severity Rule Message Line Col
    #A18272 warning GoogleMethodName Method name 'testWriteLines_systemDefaultSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A18273 warning MethodName Method name 'testWriteLines_systemDefaultSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A18274 warning GoogleMethodName Method name 'testWriteLines_specificSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A18275 warning MethodName Method name 'testWriteLines_specificSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A18276 warning GoogleMethodName Method name 'testWriteLinesStream_systemDefaultSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A18277 warning MethodName Method name 'testWriteLinesStream_systemDefaultSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A18278 warning GoogleMethodName Method name 'testWriteLinesStream_specificSeparator' has invalid underscore usage, underscores only allowed between adjacent digits. 124 15
    #A18279 warning MethodName Method name 'testWriteLinesStream_specificSeparator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharSourceTest.java

    Severity Rule Message Line Col
    #A18280 warning GoogleMethodName Method name 'testCopyTo_appendable' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A18281 warning MethodName Method name 'testCopyTo_appendable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A18282 warning GoogleMethodName Method name 'testCopyTo_charSink' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A18283 warning MethodName Method name 'testCopyTo_charSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A18284 warning GoogleMethodName Method name 'testRead_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A18285 warning MethodName Method name 'testRead_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A18286 warning GoogleMethodName Method name 'testReadLines_toList' has invalid underscore usage, underscores only allowed between adjacent digits. 141 15
    #A18287 warning MethodName Method name 'testReadLines_toList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A18288 warning GoogleMethodName Method name 'testReadLines_withProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A18289 warning MethodName Method name 'testReadLines_withProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A18290 warning GoogleMethodName Method name 'testReadLines_withProcessor_stopsOnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A18291 warning MethodName Method name 'testReadLines_withProcessor_stopsOnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A18292 warning GoogleMethodName Method name 'testCopyToAppendable_doesNotCloseIfWriter' has invalid underscore usage, underscores only allowed between adjacent digits. 202 15
    #A18293 warning MethodName Method name 'testCopyToAppendable_doesNotCloseIfWriter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 202 15
    #A18294 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToCharSinkThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A18295 warning MethodName Method name 'testClosesOnErrors_copyingToCharSinkThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A18296 warning GoogleMethodName Method name 'testClosesOnErrors_whenReadThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A18297 warning MethodName Method name 'testClosesOnErrors_whenReadThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A18298 warning GoogleMethodName Method name 'testClosesOnErrors_copyingToWriterThatThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 235 15
    #A18299 warning MethodName Method name 'testClosesOnErrors_copyingToWriterThatThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 235 15
    #A18300 warning GoogleMethodName Method name 'testConcat_infiniteIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A18301 warning MethodName Method name 'testConcat_infiniteIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharSourceTester.java

    Severity Rule Message Line Col
    #A18302 warning GoogleMethodName Method name 'testCopyTo_appendable' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A18303 warning MethodName Method name 'testCopyTo_appendable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A18304 warning GoogleMethodName Method name 'testCopyTo_charSink' has invalid underscore usage, underscores only allowed between adjacent digits. 141 15
    #A18305 warning MethodName Method name 'testCopyTo_charSink' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A18306 warning GoogleMethodName Method name 'testRead_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A18307 warning MethodName Method name 'testRead_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A18308 warning GoogleMethodName Method name 'testReadLines_toList' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A18309 warning MethodName Method name 'testReadLines_toList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A18310 warning GoogleMethodName Method name 'testReadLines_withProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 181 15
    #A18311 warning MethodName Method name 'testReadLines_withProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 15
    #A18312 warning GoogleMethodName Method name 'testReadLines_withProcessor_stopsOnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 202 15
    #A18313 warning MethodName Method name 'testReadLines_withProcessor_stopsOnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 202 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CharStreamsTest.java

    Severity Rule Message Line Col
    #A18314 warning GoogleMethodName Method name 'testReadLines_withLineProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 49 15
    #A18315 warning MethodName Method name 'testReadLines_withLineProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 49 15
    #A18316 warning GoogleMethodName Method name 'testSkipFully_EOF' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A18317 warning MethodName Method name 'testSkipFully_EOF' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A18318 warning GoogleMethodName Method name 'testCopy_toStringBuilder_fromReader' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A18319 warning MethodName Method name 'testCopy_toStringBuilder_fromReader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A18320 warning GoogleMethodName Method name 'testCopy_toStringBuilder_fromReadable' has invalid underscore usage, underscores only allowed between adjacent digits. 184 15
    #A18321 warning MethodName Method name 'testCopy_toStringBuilder_fromReadable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A18322 warning GoogleMethodName Method name 'testCopy_toWriter_fromReader' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A18323 warning MethodName Method name 'testCopy_toWriter_fromReader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A18324 warning GoogleMethodName Method name 'testCopy_toWriter_fromReadable' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A18325 warning MethodName Method name 'testCopy_toWriter_fromReadable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A18326 warning GoogleMethodName Method name 'testExhaust_reader' has invalid underscore usage, underscores only allowed between adjacent digits. 240 15
    #A18327 warning MethodName Method name 'testExhaust_reader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 240 15
    #A18328 warning GoogleMethodName Method name 'testExhaust_readable' has invalid underscore usage, underscores only allowed between adjacent digits. 251 15
    #A18329 warning MethodName Method name 'testExhaust_readable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CloseablesTest.java

    Severity Rule Message Line Col
    #A18330 warning GoogleMethodName Method name 'testClose_closeableClean' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A18331 warning MethodName Method name 'testClose_closeableClean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A18332 warning GoogleMethodName Method name 'testClose_closeableWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A18333 warning MethodName Method name 'testClose_closeableWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A18334 warning GoogleMethodName Method name 'testClose_closeableWithThrownException' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A18335 warning MethodName Method name 'testClose_closeableWithThrownException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A18336 warning GoogleMethodName Method name 'testCloseQuietly_inputStreamWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A18337 warning MethodName Method name 'testCloseQuietly_inputStreamWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A18338 warning GoogleMethodName Method name 'testCloseQuietly_readerWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A18339 warning MethodName Method name 'testCloseQuietly_readerWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A18340 warning GoogleMethodName Method name 'testCloseQuietlyNull_inputStream' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A18341 warning MethodName Method name 'testCloseQuietlyNull_inputStream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A18342 warning GoogleMethodName Method name 'testCloseQuietlyNull_reader' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A18343 warning MethodName Method name 'testCloseQuietlyNull_reader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/CloserTest.java

    Severity Rule Message Line Col
    #A18344 warning GoogleMethodName Method name 'testExceptionThrown_fromTryBlock' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A18345 warning MethodName Method name 'testExceptionThrown_fromTryBlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15
    #A18346 warning GoogleMethodName Method name 'testExceptionThrown_whenCreatingCloseables' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A18347 warning MethodName Method name 'testExceptionThrown_whenCreatingCloseables' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A18348 warning GoogleMethodName Method name 'testExceptionThrown_whileClosingLastCloseable' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A18349 warning MethodName Method name 'testExceptionThrown_whileClosingLastCloseable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A18350 warning GoogleMethodName Method name 'testExceptionThrown_whileClosingFirstCloseable' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A18351 warning MethodName Method name 'testExceptionThrown_whileClosingFirstCloseable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A18352 warning GoogleMethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A18353 warning MethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A18354 warning GoogleMethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A18355 warning MethodName Method name 'testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FileBackedOutputStreamTest.java

    Severity Rule Message Line Col
    #A18356 warning GoogleMethodName Method name 'testThreshold_resetOnFinalize' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A18357 warning MethodName Method name 'testThreshold_resetOnFinalize' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FilesFileTraverserTest.java

    Severity Rule Message Line Col
    #A18358 warning GoogleMethodName Method name 'testFileTraverser_emptyDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A18359 warning MethodName Method name 'testFileTraverser_emptyDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A18360 warning GoogleMethodName Method name 'testFileTraverser_nonExistingFile' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A18361 warning MethodName Method name 'testFileTraverser_nonExistingFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A18362 warning GoogleMethodName Method name 'testFileTraverser_file' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A18363 warning MethodName Method name 'testFileTraverser_file' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A18364 warning GoogleMethodName Method name 'testFileTraverser_singleFile' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A18365 warning MethodName Method name 'testFileTraverser_singleFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A18366 warning GoogleMethodName Method name 'testFileTraverser_singleDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A18367 warning MethodName Method name 'testFileTraverser_singleDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A18368 warning GoogleMethodName Method name 'testFileTraverser_multipleFilesAndDirectories' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A18369 warning MethodName Method name 'testFileTraverser_multipleFilesAndDirectories' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A18370 warning GoogleMethodName Method name 'testFileTraverser_multipleDirectoryLayers_breadthFirstStartsWithTopLayer' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A18371 warning MethodName Method name 'testFileTraverser_multipleDirectoryLayers_breadthFirstStartsWithTopLayer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A18372 warning GoogleMethodName Method name 'testFileTraverser_multipleDirectoryLayers_traversalReturnsAll' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A18373 warning MethodName Method name 'testFileTraverser_multipleDirectoryLayers_traversalReturnsAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FilesTest.java

    Severity Rule Message Line Col
    #A18374 warning GoogleMethodName Method name 'testCreateParentDirs_root' has invalid underscore usage, underscores only allowed between adjacent digits. 309 15
    #A18375 warning MethodName Method name 'testCreateParentDirs_root' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 15
    #A18376 warning GoogleMethodName Method name 'testCreateParentDirs_relativePath' has invalid underscore usage, underscores only allowed between adjacent digits. 316 15
    #A18377 warning MethodName Method name 'testCreateParentDirs_relativePath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 316 15
    #A18378 warning GoogleMethodName Method name 'testCreateParentDirs_noParentsNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 323 15
    #A18379 warning MethodName Method name 'testCreateParentDirs_noParentsNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 323 15
    #A18380 warning GoogleMethodName Method name 'testCreateParentDirs_oneParentNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 329 15
    #A18381 warning MethodName Method name 'testCreateParentDirs_oneParentNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 15
    #A18382 warning GoogleMethodName Method name 'testCreateParentDirs_multipleParentsNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A18383 warning MethodName Method name 'testCreateParentDirs_multipleParentsNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A18384 warning GoogleMethodName Method name 'testCreateParentDirs_nonDirectoryParentExists' has invalid underscore usage, underscores only allowed between adjacent digits. 350 15
    #A18385 warning MethodName Method name 'testCreateParentDirs_nonDirectoryParentExists' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A18386 warning GoogleMethodName Method name 'testReadLines_withLineProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 464 15
    #A18387 warning MethodName Method name 'testReadLines_withLineProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 464 15
    #A18388 warning GoogleMethodName Method name 'testMap_noSuchFile' has invalid underscore usage, underscores only allowed between adjacent digits. 546 15
    #A18389 warning MethodName Method name 'testMap_noSuchFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 546 15
    #A18390 warning GoogleMethodName Method name 'testMap_readWrite' has invalid underscore usage, underscores only allowed between adjacent digits. 560 15
    #A18391 warning MethodName Method name 'testMap_readWrite' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 560 15
    #A18392 warning GoogleMethodName Method name 'testMap_readWrite_creates' has invalid underscore usage, underscores only allowed between adjacent digits. 582 15
    #A18393 warning MethodName Method name 'testMap_readWrite_creates' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 582 15
    #A18394 warning GoogleMethodName Method name 'testMap_readWrite_max_value_plus_1' has invalid underscore usage, underscores only allowed between adjacent digits. 605 15
    #A18395 warning MethodName Method name 'testMap_readWrite_max_value_plus_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 605 15
    #A18396 warning GoogleMethodName Method name 'testReadBytes_returnFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 676 15
    #A18397 warning MethodName Method name 'testReadBytes_returnFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 676 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/FlushablesTest.java

    Severity Rule Message Line Col
    #A18398 warning GoogleMethodName Method name 'testFlush_clean' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A18399 warning MethodName Method name 'testFlush_clean' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A18400 warning GoogleMethodName Method name 'testFlush_flushableWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 48 15
    #A18401 warning MethodName Method name 'testFlush_flushableWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 15
    #A18402 warning GoogleMethodName Method name 'testFlush_flushableWithThrownException' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A18403 warning MethodName Method name 'testFlush_flushableWithThrownException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A18404 warning GoogleMethodName Method name 'testFlushQuietly_flushableWithEatenException' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A18405 warning MethodName Method name 'testFlushQuietly_flushableWithEatenException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/LittleEndianDataInputStreamTest.java

    Severity Rule Message Line Col
    #A18406 warning GoogleMethodName Method name 'testReadUnsignedByte_eof' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A18407 warning MethodName Method name 'testReadUnsignedByte_eof' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A18408 warning GoogleMethodName Method name 'testReadUnsignedShort_eof' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A18409 warning MethodName Method name 'testReadUnsignedShort_eof' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/LittleEndianDataOutputStreamTest.java

    Severity Rule Message Line Col
    #A18410 warning GoogleMethodName Method name 'testWriteBytes_discardHighOrderBytes' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A18411 warning MethodName Method name 'testWriteBytes_discardHighOrderBytes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/MoreFilesFileTraverserTest.java

    Severity Rule Message Line Col
    #A18412 warning GoogleMethodName Method name 'testFileTraverser_emptyDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A18413 warning MethodName Method name 'testFileTraverser_emptyDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A18414 warning GoogleMethodName Method name 'testFileTraverser_nonExistingFile' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A18415 warning MethodName Method name 'testFileTraverser_nonExistingFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A18416 warning GoogleMethodName Method name 'testFileTraverser_file' has invalid underscore usage, underscores only allowed between adjacent digits. 61 15
    #A18417 warning MethodName Method name 'testFileTraverser_file' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 15
    #A18418 warning GoogleMethodName Method name 'testFileTraverser_singleFile' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A18419 warning MethodName Method name 'testFileTraverser_singleFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A18420 warning GoogleMethodName Method name 'testFileTraverser_singleDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 73 15
    #A18421 warning MethodName Method name 'testFileTraverser_singleDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 15
    #A18422 warning GoogleMethodName Method name 'testFileTraverser_multipleFilesAndDirectories' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A18423 warning MethodName Method name 'testFileTraverser_multipleFilesAndDirectories' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A18424 warning GoogleMethodName Method name 'testFileTraverser_multipleDirectoryLayers_breadthFirstStartsWithTopLayer' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A18425 warning MethodName Method name 'testFileTraverser_multipleDirectoryLayers_breadthFirstStartsWithTopLayer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A18426 warning GoogleMethodName Method name 'testFileTraverser_multipleDirectoryLayers_traversalReturnsAll' has invalid underscore usage, underscores only allowed between adjacent digits. 100 15
    #A18427 warning MethodName Method name 'testFileTraverser_multipleDirectoryLayers_traversalReturnsAll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/MoreFilesTest.java

    Severity Rule Message Line Col
    #A18428 warning GoogleMethodName Method name 'testByteSource_size_ofDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A18429 warning MethodName Method name 'testByteSource_size_ofDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A18430 warning GoogleMethodName Method name 'testByteSource_size_ofSymlinkToDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A18431 warning MethodName Method name 'testByteSource_size_ofSymlinkToDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A18432 warning GoogleMethodName Method name 'testByteSource_size_ofSymlinkToRegularFile' has invalid underscore usage, underscores only allowed between adjacent digits. 166 15
    #A18433 warning MethodName Method name 'testByteSource_size_ofSymlinkToRegularFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 15
    #A18434 warning GoogleMethodName Method name 'testByteSource_size_ofSymlinkToRegularFile_nofollowLinks' has invalid underscore usage, underscores only allowed between adjacent digits. 180 15
    #A18435 warning MethodName Method name 'testByteSource_size_ofSymlinkToRegularFile_nofollowLinks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 15
    #A18436 warning GoogleMethodName Method name 'testEqual_links' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A18437 warning MethodName Method name 'testEqual_links' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A18438 warning GoogleMethodName Method name 'testCreateParentDirectories_root' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A18439 warning MethodName Method name 'testCreateParentDirectories_root' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15
    #A18440 warning GoogleMethodName Method name 'testCreateParentDirectories_relativePath' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A18441 warning MethodName Method name 'testCreateParentDirectories_relativePath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A18442 warning GoogleMethodName Method name 'testCreateParentDirectories_noParentsNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 276 15
    #A18443 warning MethodName Method name 'testCreateParentDirectories_noParentsNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 15
    #A18444 warning GoogleMethodName Method name 'testCreateParentDirectories_oneParentNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 282 15
    #A18445 warning MethodName Method name 'testCreateParentDirectories_oneParentNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 15
    #A18446 warning GoogleMethodName Method name 'testCreateParentDirectories_multipleParentsNeeded' has invalid underscore usage, underscores only allowed between adjacent digits. 290 15
    #A18447 warning MethodName Method name 'testCreateParentDirectories_multipleParentsNeeded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A18448 warning GoogleMethodName Method name 'testCreateParentDirectories_noPermission' has invalid underscore usage, underscores only allowed between adjacent digits. 302 15
    #A18449 warning MethodName Method name 'testCreateParentDirectories_noPermission' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 302 15
    #A18450 warning GoogleMethodName Method name 'testCreateParentDirectories_nonDirectoryParentExists' has invalid underscore usage, underscores only allowed between adjacent digits. 315 15
    #A18451 warning MethodName Method name 'testCreateParentDirectories_nonDirectoryParentExists' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 315 15
    #A18452 warning GoogleMethodName Method name 'testCreateParentDirectories_symlinkParentExists' has invalid underscore usage, underscores only allowed between adjacent digits. 326 15
    #A18453 warning MethodName Method name 'testCreateParentDirectories_symlinkParentExists' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 15
    #A18454 warning GoogleMethodName Method name 'testDirectoryDeletion_basic' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A18455 warning MethodName Method name 'testDirectoryDeletion_basic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A18456 warning GoogleMethodName Method name 'testDirectoryDeletion_emptyDir' has invalid underscore usage, underscores only allowed between adjacent digits. 465 15
    #A18457 warning MethodName Method name 'testDirectoryDeletion_emptyDir' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 465 15
    #A18458 warning GoogleMethodName Method name 'testDeleteRecursively_symlinkToDir' has invalid underscore usage, underscores only allowed between adjacent digits. 477 15
    #A18459 warning MethodName Method name 'testDeleteRecursively_symlinkToDir' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 477 15
    #A18460 warning GoogleMethodName Method name 'testDeleteDirectoryContents_symlinkToDir' has invalid underscore usage, underscores only allowed between adjacent digits. 492 15
    #A18461 warning MethodName Method name 'testDeleteDirectoryContents_symlinkToDir' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 492 15
    #A18462 warning GoogleMethodName Method name 'testDirectoryDeletion_sdsNotSupported_fails' has invalid underscore usage, underscores only allowed between adjacent digits. 508 15
    #A18463 warning MethodName Method name 'testDirectoryDeletion_sdsNotSupported_fails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 15
    #A18464 warning GoogleMethodName Method name 'testDirectoryDeletion_sdsNotSupported_allowInsecure' has invalid underscore usage, underscores only allowed between adjacent digits. 526 15
    #A18465 warning MethodName Method name 'testDirectoryDeletion_sdsNotSupported_allowInsecure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 526 15
    #A18466 warning GoogleMethodName Method name 'testDeleteRecursively_symlinkToDir_sdsNotSupported_allowInsecure' has invalid underscore usage, underscores only allowed between adjacent digits. 543 15
    #A18467 warning MethodName Method name 'testDeleteRecursively_symlinkToDir_sdsNotSupported_allowInsecure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 543 15
    #A18468 warning GoogleMethodName Method name 'testDeleteDirectoryContents_symlinkToDir_sdsNotSupported_allowInsecure' has invalid underscore usage, underscores only allowed between adjacent digits. 559 15
    #A18469 warning MethodName Method name 'testDeleteDirectoryContents_symlinkToDir_sdsNotSupported_allowInsecure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 559 15
    #A18470 warning GoogleMethodName Method name 'testDirectoryDeletion_directorySymlinkRace' has invalid underscore usage, underscores only allowed between adjacent digits. 583 15
    #A18471 warning MethodName Method name 'testDirectoryDeletion_directorySymlinkRace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 583 15
    #A18472 warning GoogleMethodName Method name 'testDeleteRecursively_nonDirectoryFile' has invalid underscore usage, underscores only allowed between adjacent digits. 622 15
    #A18473 warning MethodName Method name 'testDeleteRecursively_nonDirectoryFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 622 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/MultiInputStreamTest.java

    Severity Rule Message Line Col
    #A18474 warning GoogleMethodName Method name 'testReadSingle_noStackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A18475 warning MethodName Method name 'testReadSingle_noStackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A18476 warning GoogleMethodName Method name 'testReadArray_noStackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A18477 warning MethodName Method name 'testReadArray_noStackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/io/ResourcesTest.java

    Severity Rule Message Line Col
    #A18478 warning GoogleMethodName Method name 'testReadLines_withLineProcessor' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A18479 warning MethodName Method name 'testReadLines_withLineProcessor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A18480 warning GoogleMethodName Method name 'testGetResource_notFound' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A18481 warning MethodName Method name 'testGetResource_notFound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A18482 warning GoogleMethodName Method name 'testGetResource_relativePath_notFound' has invalid underscore usage, underscores only allowed between adjacent digits. 120 15
    #A18483 warning MethodName Method name 'testGetResource_relativePath_notFound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 120 15
    #A18484 warning GoogleMethodName Method name 'testGetResource_relativePath' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A18485 warning MethodName Method name 'testGetResource_relativePath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A18486 warning GoogleMethodName Method name 'testGetResource_contextClassLoader' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A18487 warning MethodName Method name 'testGetResource_contextClassLoader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A18488 warning GoogleMethodName Method name 'testGetResource_contextClassLoaderNull' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A18489 warning MethodName Method name 'testGetResource_contextClassLoaderNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/DoubleMathTest.java

    Severity Rule Message Line Col
    #A18490 warning GoogleMethodName Method name 'testMean_doubleVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 714 15
    #A18491 warning MethodName Method name 'testMean_doubleVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 15
    #A18492 warning GoogleMethodName Method name 'testMean_intVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 730 15
    #A18493 warning MethodName Method name 'testMean_intVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 730 15
    #A18494 warning GoogleMethodName Method name 'testMean_longVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 736 15
    #A18495 warning MethodName Method name 'testMean_longVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 736 15
    #A18496 warning GoogleMethodName Method name 'testMean_emptyVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 742 15
    #A18497 warning MethodName Method name 'testMean_emptyVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 742 15
    #A18498 warning GoogleMethodName Method name 'testMean_doubleIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 751 15
    #A18499 warning MethodName Method name 'testMean_doubleIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 15
    #A18500 warning GoogleMethodName Method name 'testMean_intIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 772 15
    #A18501 warning MethodName Method name 'testMean_intIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 772 15
    #A18502 warning GoogleMethodName Method name 'testMean_longIterable' has invalid underscore usage, underscores only allowed between adjacent digits. 783 15
    #A18503 warning MethodName Method name 'testMean_longIterable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 783 15
    #A18504 warning GoogleMethodName Method name 'testMean_intIterator' has invalid underscore usage, underscores only allowed between adjacent digits. 794 15
    #A18505 warning MethodName Method name 'testMean_intIterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 794 15
    #A18506 warning GoogleMethodName Method name 'testMean_longIterator' has invalid underscore usage, underscores only allowed between adjacent digits. 805 15
    #A18507 warning MethodName Method name 'testMean_longIterator' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 805 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/LinearTransformationTest.java

    Severity Rule Message Line Col
    #A18508 warning GoogleMethodName Method name 'testMappingAnd_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A18509 warning MethodName Method name 'testMappingAnd_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A18510 warning GoogleMethodName Method name 'testMappingAnd_horizontal' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A18511 warning MethodName Method name 'testMappingAnd_horizontal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A18512 warning GoogleMethodName Method name 'testMappingAnd_vertical' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A18513 warning MethodName Method name 'testMappingAnd_vertical' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A18514 warning GoogleMethodName Method name 'testMapping_infiniteX1' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A18515 warning MethodName Method name 'testMapping_infiniteX1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A18516 warning GoogleMethodName Method name 'testMapping_infiniteY1' has invalid underscore usage, underscores only allowed between adjacent digits. 70 15
    #A18517 warning MethodName Method name 'testMapping_infiniteY1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 15
    #A18518 warning GoogleMethodName Method name 'testMappingAnd_infiniteX2' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A18519 warning MethodName Method name 'testMappingAnd_infiniteX2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A18520 warning GoogleMethodName Method name 'testMappingAnd_infiniteY2' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A18521 warning MethodName Method name 'testMappingAnd_infiniteY2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A18522 warning GoogleMethodName Method name 'testMapping_nanX1' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A18523 warning MethodName Method name 'testMapping_nanX1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A18524 warning GoogleMethodName Method name 'testMapping_nanY1' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A18525 warning MethodName Method name 'testMapping_nanY1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15
    #A18526 warning GoogleMethodName Method name 'testMappingAnd_nanX2' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A18527 warning MethodName Method name 'testMappingAnd_nanX2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A18528 warning GoogleMethodName Method name 'testMappingAnd_nanY2' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A18529 warning MethodName Method name 'testMappingAnd_nanY2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A18530 warning GoogleMethodName Method name 'testMappingAnd_samePointTwice' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A18531 warning MethodName Method name 'testMappingAnd_samePointTwice' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A18532 warning GoogleMethodName Method name 'testMappingWithSlope_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A18533 warning MethodName Method name 'testMappingWithSlope_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A18534 warning GoogleMethodName Method name 'testMappingWithSlope_horizontal' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A18535 warning MethodName Method name 'testMappingWithSlope_horizontal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A18536 warning GoogleMethodName Method name 'testMappingWithSlope_vertical' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A18537 warning MethodName Method name 'testMappingWithSlope_vertical' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A18538 warning GoogleMethodName Method name 'testMappingWithSlope_minimalSlope' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A18539 warning MethodName Method name 'testMappingWithSlope_minimalSlope' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A18540 warning GoogleMethodName Method name 'testMappingWithSlope_maximalSlope' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A18541 warning MethodName Method name 'testMappingWithSlope_maximalSlope' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A18542 warning GoogleMethodName Method name 'testMappingWithSlope_nanSlope' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A18543 warning MethodName Method name 'testMappingWithSlope_nanSlope' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15
    #A18544 warning GoogleMethodName Method name 'testVertical_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A18545 warning MethodName Method name 'testVertical_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A18546 warning GoogleMethodName Method name 'testVertical_infiniteX' has invalid underscore usage, underscores only allowed between adjacent digits. 200 15
    #A18547 warning MethodName Method name 'testVertical_infiniteX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 15
    #A18548 warning GoogleMethodName Method name 'testVertical_nanX' has invalid underscore usage, underscores only allowed between adjacent digits. 208 15
    #A18549 warning MethodName Method name 'testVertical_nanX' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 208 15
    #A18550 warning GoogleMethodName Method name 'testHorizontal_regular' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A18551 warning MethodName Method name 'testHorizontal_regular' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A18552 warning GoogleMethodName Method name 'testHorizontal_infiniteY' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A18553 warning MethodName Method name 'testHorizontal_infiniteY' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A18554 warning GoogleMethodName Method name 'testHorizontal_nanY' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A18555 warning MethodName Method name 'testHorizontal_nanY' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/LongMathTest.java

    Severity Rule Message Line Col
    #A18556 warning GoogleMethodName Method name 'testBinomial_exhaustiveNotOverflowing' has invalid underscore usage, underscores only allowed between adjacent digits. 749 15
    #A18557 warning MethodName Method name 'testBinomial_exhaustiveNotOverflowing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 749 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/MathPreconditionsTest.java

    Severity Rule Message Line Col
    #A18558 warning GoogleMethodName Method name 'testCheckPositive_zeroInt' has invalid underscore usage, underscores only allowed between adjacent digits. 34 15
    #A18559 warning MethodName Method name 'testCheckPositive_zeroInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 15
    #A18560 warning GoogleMethodName Method name 'testCheckPositive_maxInt' has invalid underscore usage, underscores only allowed between adjacent digits. 42 15
    #A18561 warning MethodName Method name 'testCheckPositive_maxInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 15
    #A18562 warning GoogleMethodName Method name 'testCheckPositive_minInt' has invalid underscore usage, underscores only allowed between adjacent digits. 46 15
    #A18563 warning MethodName Method name 'testCheckPositive_minInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 15
    #A18564 warning GoogleMethodName Method name 'testCheckPositive_positiveInt' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A18565 warning MethodName Method name 'testCheckPositive_positiveInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A18566 warning GoogleMethodName Method name 'testCheckPositive_negativeInt' has invalid underscore usage, underscores only allowed between adjacent digits. 58 15
    #A18567 warning MethodName Method name 'testCheckPositive_negativeInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 15
    #A18568 warning GoogleMethodName Method name 'testCheckPositive_zeroLong' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A18569 warning MethodName Method name 'testCheckPositive_zeroLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A18570 warning GoogleMethodName Method name 'testCheckPositive_maxLong' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A18571 warning MethodName Method name 'testCheckPositive_maxLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A18572 warning GoogleMethodName Method name 'testCheckPositive_minLong' has invalid underscore usage, underscores only allowed between adjacent digits. 78 15
    #A18573 warning MethodName Method name 'testCheckPositive_minLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 15
    #A18574 warning GoogleMethodName Method name 'testCheckPositive_positiveLong' has invalid underscore usage, underscores only allowed between adjacent digits. 86 15
    #A18575 warning MethodName Method name 'testCheckPositive_positiveLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 86 15
    #A18576 warning GoogleMethodName Method name 'testCheckPositive_negativeLong' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A18577 warning MethodName Method name 'testCheckPositive_negativeLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A18578 warning GoogleMethodName Method name 'testCheckPositive_zeroBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A18579 warning MethodName Method name 'testCheckPositive_zeroBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A18580 warning GoogleMethodName Method name 'testCheckPositive_postiveBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A18581 warning MethodName Method name 'testCheckPositive_postiveBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A18582 warning GoogleMethodName Method name 'testCheckPositive_negativeBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A18583 warning MethodName Method name 'testCheckPositive_negativeBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A18584 warning GoogleMethodName Method name 'testCheckNonNegative_zeroInt' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A18585 warning MethodName Method name 'testCheckNonNegative_zeroInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A18586 warning GoogleMethodName Method name 'testCheckNonNegative_maxInt' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A18587 warning MethodName Method name 'testCheckNonNegative_maxInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A18588 warning GoogleMethodName Method name 'testCheckNonNegative_minInt' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A18589 warning MethodName Method name 'testCheckNonNegative_minInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A18590 warning GoogleMethodName Method name 'testCheckNonNegative_positiveInt' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A18591 warning MethodName Method name 'testCheckNonNegative_positiveInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A18592 warning GoogleMethodName Method name 'testCheckNonNegative_negativeInt' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A18593 warning MethodName Method name 'testCheckNonNegative_negativeInt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A18594 warning GoogleMethodName Method name 'testCheckNonNegative_zeroLong' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A18595 warning MethodName Method name 'testCheckNonNegative_zeroLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A18596 warning GoogleMethodName Method name 'testCheckNonNegative_maxLong' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A18597 warning MethodName Method name 'testCheckNonNegative_maxLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A18598 warning GoogleMethodName Method name 'testCheckNonNegative_minLong' has invalid underscore usage, underscores only allowed between adjacent digits. 154 15
    #A18599 warning MethodName Method name 'testCheckNonNegative_minLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 15
    #A18600 warning GoogleMethodName Method name 'testCheckNonNegative_positiveLong' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A18601 warning MethodName Method name 'testCheckNonNegative_positiveLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A18602 warning GoogleMethodName Method name 'testCheckNonNegative_negativeLong' has invalid underscore usage, underscores only allowed between adjacent digits. 166 15
    #A18603 warning MethodName Method name 'testCheckNonNegative_negativeLong' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 15
    #A18604 warning GoogleMethodName Method name 'testCheckNonNegative_zeroBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A18605 warning MethodName Method name 'testCheckNonNegative_zeroBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A18606 warning GoogleMethodName Method name 'testCheckNonNegative_positiveBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A18607 warning MethodName Method name 'testCheckNonNegative_positiveBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A18608 warning GoogleMethodName Method name 'testCheckNonNegative_negativeBigInteger' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A18609 warning MethodName Method name 'testCheckNonNegative_negativeBigInteger' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A18610 warning GoogleMethodName Method name 'testCheckNonNegative_zeroFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 190 15
    #A18611 warning MethodName Method name 'testCheckNonNegative_zeroFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 190 15
    #A18612 warning GoogleMethodName Method name 'testCheckNonNegative_maxFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A18613 warning MethodName Method name 'testCheckNonNegative_maxFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A18614 warning GoogleMethodName Method name 'testCheckNonNegative_minFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A18615 warning MethodName Method name 'testCheckNonNegative_minFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A18616 warning GoogleMethodName Method name 'testCheckNonNegative_positiveFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 202 15
    #A18617 warning MethodName Method name 'testCheckNonNegative_positiveFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 202 15
    #A18618 warning GoogleMethodName Method name 'testCheckNonNegative_negativeFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 206 15
    #A18619 warning MethodName Method name 'testCheckNonNegative_negativeFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 206 15
    #A18620 warning GoogleMethodName Method name 'testCheckNonNegative_nanFloat' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A18621 warning MethodName Method name 'testCheckNonNegative_nanFloat' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A18622 warning GoogleMethodName Method name 'testCheckNonNegative_zeroDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 222 15
    #A18623 warning MethodName Method name 'testCheckNonNegative_zeroDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 222 15
    #A18624 warning GoogleMethodName Method name 'testCheckNonNegative_maxDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A18625 warning MethodName Method name 'testCheckNonNegative_maxDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A18626 warning GoogleMethodName Method name 'testCheckNonNegative_minDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A18627 warning MethodName Method name 'testCheckNonNegative_minDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A18628 warning GoogleMethodName Method name 'testCheckNonNegative_positiveDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A18629 warning MethodName Method name 'testCheckNonNegative_positiveDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A18630 warning GoogleMethodName Method name 'testCheckNonNegative_negativeDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A18631 warning MethodName Method name 'testCheckNonNegative_negativeDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A18632 warning GoogleMethodName Method name 'testCheckNonNegative_nanDouble' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A18633 warning MethodName Method name 'testCheckNonNegative_nanDouble' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15
    #A18634 warning GoogleMethodName Method name 'testCheckRoundingUnnnecessary_success' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A18635 warning MethodName Method name 'testCheckRoundingUnnnecessary_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A18636 warning GoogleMethodName Method name 'testCheckRoundingUnnecessary_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 258 15
    #A18637 warning MethodName Method name 'testCheckRoundingUnnecessary_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 258 15
    #A18638 warning GoogleMethodName Method name 'testCheckInRange_success' has invalid underscore usage, underscores only allowed between adjacent digits. 266 15
    #A18639 warning MethodName Method name 'testCheckInRange_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 266 15
    #A18640 warning GoogleMethodName Method name 'testCheckInRange_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A18641 warning MethodName Method name 'testCheckInRange_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A18642 warning GoogleMethodName Method name 'testCheckNoOverflow_success' has invalid underscore usage, underscores only allowed between adjacent digits. 280 15
    #A18643 warning MethodName Method name 'testCheckNoOverflow_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 280 15
    #A18644 warning GoogleMethodName Method name 'testCheckNoOverflow_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 284 15
    #A18645 warning MethodName Method name 'testCheckNoOverflow_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 284 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A18646 warning GoogleMethodName Method name 'testCountOverflow_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A18647 warning MethodName Method name 'testCountOverflow_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/PairedStatsTest.java

    Severity Rule Message Line Col
    #A18648 warning GoogleMethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A18649 warning MethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A18650 warning GoogleMethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 313 15
    #A18651 warning MethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 15
    #A18652 warning GoogleMethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A18653 warning MethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/QuantilesAlgorithmTest.java

    Severity Rule Message Line Col
    #A18654 warning GoogleMethodName Method name 'testSingleQuantile_median' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A18655 warning MethodName Method name 'testSingleQuantile_median' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A18656 warning GoogleMethodName Method name 'testSingleQuantile_percentile99' has invalid underscore usage, underscores only allowed between adjacent digits. 63 15
    #A18657 warning MethodName Method name 'testSingleQuantile_percentile99' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/QuantilesTest.java

    Severity Rule Message Line Col
    #A18658 warning GoogleMethodName Method name 'testMedian_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A18659 warning MethodName Method name 'testMedian_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A18660 warning GoogleMethodName Method name 'testMedian_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A18661 warning MethodName Method name 'testMedian_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A18662 warning GoogleMethodName Method name 'testQuartiles_index_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A18663 warning MethodName Method name 'testQuartiles_index_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A18664 warning GoogleMethodName Method name 'testQuartiles_index_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A18665 warning MethodName Method name 'testQuartiles_index_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A18666 warning GoogleMethodName Method name 'testQuartiles_indexes_varargs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A18667 warning MethodName Method name 'testQuartiles_indexes_varargs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A18668 warning GoogleMethodName Method name 'testQuartiles_indexes_varargs_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A18669 warning MethodName Method name 'testQuartiles_indexes_varargs_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A18670 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A18671 warning MethodName Method name 'testScale_index_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A18672 warning GoogleMethodName Method name 'testScale_index_compute_longCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A18673 warning MethodName Method name 'testScale_index_compute_longCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A18674 warning GoogleMethodName Method name 'testScale_index_compute_integerCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A18675 warning MethodName Method name 'testScale_index_compute_integerCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A18676 warning GoogleMethodName Method name 'testScale_index_compute_doubleVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A18677 warning MethodName Method name 'testScale_index_compute_doubleVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A18678 warning GoogleMethodName Method name 'testScale_index_compute_longVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A18679 warning MethodName Method name 'testScale_index_compute_longVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A18680 warning GoogleMethodName Method name 'testScale_index_compute_intVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 204 15
    #A18681 warning MethodName Method name 'testScale_index_compute_intVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 15
    #A18682 warning GoogleMethodName Method name 'testScale_index_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A18683 warning MethodName Method name 'testScale_index_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A18684 warning GoogleMethodName Method name 'testScale_index_computeInPlace_explicitVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A18685 warning MethodName Method name 'testScale_index_computeInPlace_explicitVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A18686 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 226 15
    #A18687 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 226 15
    #A18688 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A18689 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A18690 warning GoogleMethodName Method name 'testScale_indexes_largeVarargs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 255 15
    #A18691 warning MethodName Method name 'testScale_indexes_largeVarargs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 255 15
    #A18692 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_longCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A18693 warning MethodName Method name 'testScale_indexes_varargs_compute_longCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A18694 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_integerCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 281 15
    #A18695 warning MethodName Method name 'testScale_indexes_varargs_compute_integerCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 15
    #A18696 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_indexOrderIsMaintained' has invalid underscore usage, underscores only allowed between adjacent digits. 293 15
    #A18697 warning MethodName Method name 'testScale_indexes_varargs_compute_indexOrderIsMaintained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 293 15
    #A18698 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A18699 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A18700 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_longVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A18701 warning MethodName Method name 'testScale_indexes_varargs_compute_longVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A18702 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_intVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 334 15
    #A18703 warning MethodName Method name 'testScale_indexes_varargs_compute_intVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 334 15
    #A18704 warning GoogleMethodName Method name 'testScale_indexes_varargs_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 347 15
    #A18705 warning MethodName Method name 'testScale_indexes_varargs_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 15
    #A18706 warning GoogleMethodName Method name 'testScale_indexes_varargs_computeInPlace_explicitVarargs' has invalid underscore usage, underscores only allowed between adjacent digits. 360 15
    #A18707 warning MethodName Method name 'testScale_indexes_varargs_computeInPlace_explicitVarargs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 360 15
    #A18708 warning GoogleMethodName Method name 'testScale_indexes_collection_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 368 15
    #A18709 warning MethodName Method name 'testScale_indexes_collection_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 15
    #A18710 warning GoogleMethodName Method name 'testScale_indexes_collection_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 383 15
    #A18711 warning MethodName Method name 'testScale_indexes_collection_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 383 15
    #A18712 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_positiveInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 416 15
    #A18713 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_positiveInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A18714 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_positiveInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A18715 warning MethodName Method name 'testScale_index_compute_doubleCollection_positiveInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A18716 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_negativeInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 437 15
    #A18717 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_negativeInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 437 15
    #A18718 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_negativeInfinity' has invalid underscore usage, underscores only allowed between adjacent digits. 452 15
    #A18719 warning MethodName Method name 'testScale_index_compute_doubleCollection_negativeInfinity' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 452 15
    #A18720 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_bothInfinities' has invalid underscore usage, underscores only allowed between adjacent digits. 458 15
    #A18721 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_bothInfinities' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 458 15
    #A18722 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_nan' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A18723 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_nan' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A18724 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_nan' has invalid underscore usage, underscores only allowed between adjacent digits. 485 15
    #A18725 warning MethodName Method name 'testScale_index_compute_doubleCollection_nan' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 485 15
    #A18726 warning GoogleMethodName Method name 'testPercentiles_index_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 521 15
    #A18727 warning MethodName Method name 'testPercentiles_index_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 15
    #A18728 warning GoogleMethodName Method name 'testPercentiles_index_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 531 15
    #A18729 warning MethodName Method name 'testPercentiles_index_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 531 15
    #A18730 warning GoogleMethodName Method name 'testPercentiles_indexes_varargsPairs_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 550 15
    #A18731 warning MethodName Method name 'testPercentiles_indexes_varargsPairs_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 550 15
    #A18732 warning GoogleMethodName Method name 'testPercentiles_indexes_varargsAll_compute_doubleCollection' has invalid underscore usage, underscores only allowed between adjacent digits. 565 15
    #A18733 warning MethodName Method name 'testPercentiles_indexes_varargsAll_compute_doubleCollection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 565 15
    #A18734 warning GoogleMethodName Method name 'testPercentiles_indexes_varargsAll_computeInPlace' has invalid underscore usage, underscores only allowed between adjacent digits. 580 15
    #A18735 warning MethodName Method name 'testPercentiles_indexes_varargsAll_computeInPlace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 580 15
    #A18736 warning GoogleMethodName Method name 'testScale_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 600 15
    #A18737 warning MethodName Method name 'testScale_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 600 15
    #A18738 warning GoogleMethodName Method name 'testScale_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 608 15
    #A18739 warning MethodName Method name 'testScale_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 608 15
    #A18740 warning GoogleMethodName Method name 'testScale_index_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 616 15
    #A18741 warning MethodName Method name 'testScale_index_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 616 15
    #A18742 warning GoogleMethodName Method name 'testScale_index_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 625 15
    #A18743 warning MethodName Method name 'testScale_index_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 625 15
    #A18744 warning GoogleMethodName Method name 'testScale_indexes_varargs_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 634 15
    #A18745 warning MethodName Method name 'testScale_indexes_varargs_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 634 15
    #A18746 warning GoogleMethodName Method name 'testScale_indexes_varargs_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 643 15
    #A18747 warning MethodName Method name 'testScale_indexes_varargs_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 643 15
    #A18748 warning GoogleMethodName Method name 'testScale_indexes_collection_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 652 15
    #A18749 warning MethodName Method name 'testScale_indexes_collection_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 652 15
    #A18750 warning GoogleMethodName Method name 'testScale_indexes_collection_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 661 15
    #A18751 warning MethodName Method name 'testScale_indexes_collection_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 661 15
    #A18752 warning GoogleMethodName Method name 'testScale_index_compute_doubleCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 670 15
    #A18753 warning MethodName Method name 'testScale_index_compute_doubleCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 670 15
    #A18754 warning GoogleMethodName Method name 'testScale_index_compute_doubleVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 679 15
    #A18755 warning MethodName Method name 'testScale_index_compute_doubleVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 679 15
    #A18756 warning GoogleMethodName Method name 'testScale_index_compute_longVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 688 15
    #A18757 warning MethodName Method name 'testScale_index_compute_longVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 688 15
    #A18758 warning GoogleMethodName Method name 'testScale_index_compute_intVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 697 15
    #A18759 warning MethodName Method name 'testScale_index_compute_intVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 697 15
    #A18760 warning GoogleMethodName Method name 'testScale_index_computeInPlace_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 706 15
    #A18761 warning MethodName Method name 'testScale_index_computeInPlace_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 706 15
    #A18762 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 715 15
    #A18763 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 715 15
    #A18764 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 724 15
    #A18765 warning MethodName Method name 'testScale_indexes_varargs_compute_doubleVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 724 15
    #A18766 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_longVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 733 15
    #A18767 warning MethodName Method name 'testScale_indexes_varargs_compute_longVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 733 15
    #A18768 warning GoogleMethodName Method name 'testScale_indexes_varargs_compute_intVarargs_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 742 15
    #A18769 warning MethodName Method name 'testScale_indexes_varargs_compute_intVarargs_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 742 15
    #A18770 warning GoogleMethodName Method name 'testScale_indexes_varargs_computeInPlace_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 751 15
    #A18771 warning MethodName Method name 'testScale_indexes_varargs_computeInPlace_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 751 15
    #A18772 warning GoogleMethodName Method name 'testScale_indexes_indexes_computeInPlace_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 760 15
    #A18773 warning MethodName Method name 'testScale_indexes_indexes_computeInPlace_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 760 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/StatsAccumulatorTest.java

    Severity Rule Message Line Col
    #A18774 warning GoogleMethodName Method name 'testCountOverflow_doesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 186 15
    #A18775 warning MethodName Method name 'testCountOverflow_doesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 186 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/math/StatsTest.java

    Severity Rule Message Line Col
    #A18776 warning GoogleMethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' has invalid underscore usage, underscores only allowed between adjacent digits. 632 15
    #A18777 warning MethodName Method name 'testFromByteArray_withNullInputThrowsNullPointerException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 632 15
    #A18778 warning GoogleMethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 640 15
    #A18779 warning MethodName Method name 'testFromByteArray_withEmptyArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 640 15
    #A18780 warning GoogleMethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' has invalid underscore usage, underscores only allowed between adjacent digits. 648 15
    #A18781 warning MethodName Method name 'testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 648 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/InetAddressesTest.java

    Severity Rule Message Line Col
    #A18782 warning GoogleMethodName Method name 'testTeredoAddress_nullServer' has invalid underscore usage, underscores only allowed between adjacent digits. 491 15
    #A18783 warning MethodName Method name 'testTeredoAddress_nullServer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 491 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/MediaTypeTest.java

    Severity Rule Message Line Col
    #A18784 warning GoogleMethodName Method name 'testParse_useConstants' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A18785 warning MethodName Method name 'testParse_useConstants' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A18786 warning GoogleMethodName Method name 'testCreate_useConstants' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A18787 warning MethodName Method name 'testCreate_useConstants' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A18788 warning GoogleMethodName Method name 'testConstants_charset' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A18789 warning MethodName Method name 'testConstants_charset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15
    #A18790 warning GoogleMethodName Method name 'testConstants_areUnique' has invalid underscore usage, underscores only allowed between adjacent digits. 91 15
    #A18791 warning MethodName Method name 'testConstants_areUnique' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 15
    #A18792 warning GoogleMethodName Method name 'testCreate_invalidType' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A18793 warning MethodName Method name 'testCreate_invalidType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A18794 warning GoogleMethodName Method name 'testCreate_invalidSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A18795 warning MethodName Method name 'testCreate_invalidSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A18796 warning GoogleMethodName Method name 'testCreate_wildcardTypeDeclaredSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A18797 warning MethodName Method name 'testCreate_wildcardTypeDeclaredSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A18798 warning GoogleMethodName Method name 'testCreate_nonAsciiType' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A18799 warning MethodName Method name 'testCreate_nonAsciiType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A18800 warning GoogleMethodName Method name 'testCreate_nonAsciiSubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A18801 warning MethodName Method name 'testCreate_nonAsciiSubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A18802 warning GoogleMethodName Method name 'testCreate_emptyType' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A18803 warning MethodName Method name 'testCreate_emptyType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A18804 warning GoogleMethodName Method name 'testCreate_emptySubtype' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A18805 warning MethodName Method name 'testCreate_emptySubtype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A18806 warning GoogleMethodName Method name 'testWithParameters_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 249 15
    #A18807 warning MethodName Method name 'testWithParameters_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 249 15
    #A18808 warning GoogleMethodName Method name 'testWithParameters_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A18809 warning MethodName Method name 'testWithParameters_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A18810 warning GoogleMethodName Method name 'testWithParameters_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A18811 warning MethodName Method name 'testWithParameters_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A18812 warning GoogleMethodName Method name 'testWithParameter_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 294 15
    #A18813 warning MethodName Method name 'testWithParameter_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 294 15
    #A18814 warning GoogleMethodName Method name 'testWithParameter_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A18815 warning MethodName Method name 'testWithParameter_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A18816 warning GoogleMethodName Method name 'testWithParameter_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A18817 warning MethodName Method name 'testWithParameter_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A18818 warning GoogleMethodName Method name 'testWithParameter_emptyParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A18819 warning MethodName Method name 'testWithParameter_emptyParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A18820 warning GoogleMethodName Method name 'testWithParametersIterable_invalidAttribute' has invalid underscore usage, underscores only allowed between adjacent digits. 348 15
    #A18821 warning MethodName Method name 'testWithParametersIterable_invalidAttribute' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 348 15
    #A18822 warning GoogleMethodName Method name 'testWithParametersIterable_nonAsciiParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A18823 warning MethodName Method name 'testWithParametersIterable_nonAsciiParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A18824 warning GoogleMethodName Method name 'testWithParametersIterable_nonAsciiParameterValue' has invalid underscore usage, underscores only allowed between adjacent digits. 366 15
    #A18825 warning MethodName Method name 'testWithParametersIterable_nonAsciiParameterValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 366 15
    #A18826 warning GoogleMethodName Method name 'testWithParametersIterable_nullValue' has invalid underscore usage, underscores only allowed between adjacent digits. 375 15
    #A18827 warning MethodName Method name 'testWithParametersIterable_nullValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 15
    #A18828 warning GoogleMethodName Method name 'testParse_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 419 15
    #A18829 warning MethodName Method name 'testParse_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 419 15
    #A18830 warning GoogleMethodName Method name 'testParse_badInput' has invalid underscore usage, underscores only allowed between adjacent digits. 427 15
    #A18831 warning MethodName Method name 'testParse_badInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 427 15
    #A18832 warning GoogleMethodName Method name 'testGetCharset_utf16' has invalid underscore usage, underscores only allowed between adjacent digits. 516 15
    #A18833 warning MethodName Method name 'testGetCharset_utf16' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 516 15
    #A18834 warning GoogleMethodName Method name 'testGetCharset_tooMany' has invalid underscore usage, underscores only allowed between adjacent digits. 520 15
    #A18835 warning MethodName Method name 'testGetCharset_tooMany' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A18836 warning GoogleMethodName Method name 'testGetCharset_illegalCharset' has invalid underscore usage, underscores only allowed between adjacent digits. 529 15
    #A18837 warning MethodName Method name 'testGetCharset_illegalCharset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 15
    #A18838 warning GoogleMethodName Method name 'testGetCharset_unsupportedCharset' has invalid underscore usage, underscores only allowed between adjacent digits. 538 15
    #A18839 warning MethodName Method name 'testGetCharset_unsupportedCharset' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 538 15
    #A18840 warning GoogleMethodName Method name 'testEquals_nonUtf8Charsets' has invalid underscore usage, underscores only allowed between adjacent digits. 588 15
    #A18841 warning MethodName Method name 'testEquals_nonUtf8Charsets' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 588 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/net/PercentEscaperTest.java

    Severity Rule Message Line Col
    #A18842 warning GoogleMethodName Method name 'testCustomEscaper_withpercent' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A18843 warning MethodName Method name 'testCustomEscaper_withpercent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A18844 warning GoogleMethodName Method name 'testBadArguments_null' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A18845 warning MethodName Method name 'testBadArguments_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A18846 warning GoogleMethodName Method name 'testBadArguments_badchars' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A18847 warning MethodName Method name 'testBadArguments_badchars' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A18848 warning GoogleMethodName Method name 'testBadArguments_plusforspace' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A18849 warning MethodName Method name 'testBadArguments_plusforspace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/BooleansTest.java

    Severity Rule Message Line Col
    #A18850 warning GoogleMethodName Method name 'testIndexOf_arrays' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A18851 warning MethodName Method name 'testIndexOf_arrays' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A18852 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A18853 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A18854 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 228 15
    #A18855 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A18856 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A18857 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/BytesTest.java

    Severity Rule Message Line Col
    #A18858 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A18859 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15
    #A18860 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 137 15
    #A18861 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 15
    #A18862 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A18863 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A18864 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 182 15
    #A18865 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 15
    #A18866 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A18867 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A18868 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 209 15
    #A18869 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 15
    #A18870 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 218 15
    #A18871 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15
    #A18872 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A18873 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/CharsTest.java

    Severity Rule Message Line Col
    #A18874 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A18875 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A18876 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 160 15
    #A18877 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 160 15
    #A18878 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 175 15
    #A18879 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 175 15
    #A18880 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 279 15
    #A18881 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A18882 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 398 15
    #A18883 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 398 15
    #A18884 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 413 15
    #A18885 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 413 15
    #A18886 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 422 15
    #A18887 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 15
    #A18888 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A18889 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A18890 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 444 15
    #A18891 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 444 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/DoublesTest.java

    Severity Rule Message Line Col
    #A18892 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A18893 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A18894 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 197 15
    #A18895 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 15
    #A18896 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 219 15
    #A18897 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 15
    #A18898 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A18899 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15
    #A18900 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A18901 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A18902 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 446 15
    #A18903 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 446 15
    #A18904 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 455 15
    #A18905 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 455 15
    #A18906 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A18907 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A18908 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 482 15
    #A18909 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 482 15
    #A18910 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 495 15
    #A18911 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 495 15
    #A18912 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 643 15
    #A18913 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 643 15
    #A18914 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 655 15
    #A18915 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 655 15
    #A18916 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 663 15
    #A18917 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 663 15
    #A18918 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 669 15
    #A18919 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 669 15
    #A18920 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 679 15
    #A18921 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 679 15
    #A18922 warning GoogleMethodName Method name 'testTryParse_withNullNoGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 685 15
    #A18923 warning MethodName Method name 'testTryParse_withNullNoGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 685 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/FloatsTest.java

    Severity Rule Message Line Col
    #A18924 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A18925 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A18926 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A18927 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A18928 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A18929 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A18930 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 270 15
    #A18931 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 15
    #A18932 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 406 15
    #A18933 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 15
    #A18934 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 421 15
    #A18935 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 421 15
    #A18936 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 430 15
    #A18937 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 430 15
    #A18938 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 448 15
    #A18939 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 448 15
    #A18940 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 457 15
    #A18941 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 457 15
    #A18942 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 470 15
    #A18943 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 470 15
    #A18944 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 597 15
    #A18945 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 597 15
    #A18946 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 609 15
    #A18947 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 609 15
    #A18948 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 617 15
    #A18949 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 617 15
    #A18950 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 623 15
    #A18951 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 623 15
    #A18952 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 633 15
    #A18953 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 633 15
    #A18954 warning GoogleMethodName Method name 'testTryParse_withNullNoGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 639 15
    #A18955 warning MethodName Method name 'testTryParse_withNullNoGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 639 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java

    Severity Rule Message Line Col
    #A18956 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A18957 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A18958 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A18959 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A18960 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A18961 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A18962 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A18963 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A18964 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A18965 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A18966 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A18967 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A18968 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A18969 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A18970 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A18971 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A18972 warning GoogleMethodName Method name 'testCopyOf_stream' has invalid underscore usage, underscores only allowed between adjacent digits. 141 15
    #A18973 warning MethodName Method name 'testCopyOf_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A18974 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A18975 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A18976 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A18977 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A18978 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 168 15
    #A18979 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 15
    #A18980 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 281 15
    #A18981 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 15
    #A18982 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 288 15
    #A18983 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 288 15
    #A18984 warning GoogleMethodName Method name 'testIndexOf_specialValues' has invalid underscore usage, underscores only allowed between adjacent digits. 319 15
    #A18985 warning MethodName Method name 'testIndexOf_specialValues' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java

    Severity Rule Message Line Col
    #A18986 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A18987 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A18988 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A18989 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A18990 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 102 15
    #A18991 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 15
    #A18992 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A18993 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A18994 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A18995 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A18996 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A18997 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A18998 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 126 15
    #A18999 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 15
    #A19000 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A19001 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A19002 warning GoogleMethodName Method name 'testCopyOf_stream' has invalid underscore usage, underscores only allowed between adjacent digits. 138 15
    #A19003 warning MethodName Method name 'testCopyOf_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 15
    #A19004 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A19005 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A19006 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A19007 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A19008 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A19009 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A19010 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 278 15
    #A19011 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 15
    #A19012 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 285 15
    #A19013 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 285 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java

    Severity Rule Message Line Col
    #A19014 warning GoogleMethodName Method name 'testCopyOf_array_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A19015 warning MethodName Method name 'testCopyOf_array_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A19016 warning GoogleMethodName Method name 'testCopyOf_array_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A19017 warning MethodName Method name 'testCopyOf_array_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A19018 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 104 15
    #A19019 warning MethodName Method name 'testCopyOf_iterable_notCollection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 15
    #A19020 warning GoogleMethodName Method name 'testCopyOf_iterable_notCollection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A19021 warning MethodName Method name 'testCopyOf_iterable_notCollection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A19022 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 116 15
    #A19023 warning MethodName Method name 'testCopyOf_iterable_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 15
    #A19024 warning GoogleMethodName Method name 'testCopyOf_iterable_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A19025 warning MethodName Method name 'testCopyOf_iterable_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A19026 warning GoogleMethodName Method name 'testCopyOf_collection_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A19027 warning MethodName Method name 'testCopyOf_collection_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A19028 warning GoogleMethodName Method name 'testCopyOf_collection_nonempty' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A19029 warning MethodName Method name 'testCopyOf_collection_nonempty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A19030 warning GoogleMethodName Method name 'testCopyOf_stream' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A19031 warning MethodName Method name 'testCopyOf_stream' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A19032 warning GoogleMethodName Method name 'testBuilder_presize_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 148 15
    #A19033 warning MethodName Method name 'testBuilder_presize_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 15
    #A19034 warning GoogleMethodName Method name 'testBuilder_presize_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A19035 warning MethodName Method name 'testBuilder_presize_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15
    #A19036 warning GoogleMethodName Method name 'testBuilder_bruteForce' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A19037 warning MethodName Method name 'testBuilder_bruteForce' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A19038 warning GoogleMethodName Method name 'testGet_good' has invalid underscore usage, underscores only allowed between adjacent digits. 280 15
    #A19039 warning MethodName Method name 'testGet_good' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 280 15
    #A19040 warning GoogleMethodName Method name 'testGet_bad' has invalid underscore usage, underscores only allowed between adjacent digits. 287 15
    #A19041 warning MethodName Method name 'testGet_bad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/IntsTest.java

    Severity Rule Message Line Col
    #A19042 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A19043 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A19044 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A19045 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A19046 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 172 15
    #A19047 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 15
    #A19048 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 263 15
    #A19049 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 263 15
    #A19050 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 387 15
    #A19051 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 387 15
    #A19052 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 402 15
    #A19053 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 402 15
    #A19054 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 411 15
    #A19055 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 411 15
    #A19056 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 429 15
    #A19057 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 429 15
    #A19058 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 438 15
    #A19059 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 438 15
    #A19060 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 451 15
    #A19061 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 451 15
    #A19062 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 467 15
    #A19063 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 467 15
    #A19064 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 479 15
    #A19065 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 479 15
    #A19066 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 487 15
    #A19067 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 487 15
    #A19068 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 492 15
    #A19069 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 492 15
    #A19070 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 504 15
    #A19071 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 504 15
    #A19072 warning GoogleMethodName Method name 'testTryParse_radix' has invalid underscore usage, underscores only allowed between adjacent digits. 539 15
    #A19073 warning MethodName Method name 'testTryParse_radix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 539 15
    #A19074 warning GoogleMethodName Method name 'testTryParse_radixTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 563 15
    #A19075 warning MethodName Method name 'testTryParse_radixTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 563 15
    #A19076 warning GoogleMethodName Method name 'testTryParse_radixTooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 571 15
    #A19077 warning MethodName Method name 'testTryParse_radixTooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 571 15
    #A19078 warning GoogleMethodName Method name 'testTryParse_withNullGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 579 15
    #A19079 warning MethodName Method name 'testTryParse_withNullGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 579 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/LongsTest.java

    Severity Rule Message Line Col
    #A19080 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A19081 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A19082 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A19083 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A19084 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A19085 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A19086 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 277 15
    #A19087 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 277 15
    #A19088 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 401 15
    #A19089 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 401 15
    #A19090 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 416 15
    #A19091 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A19092 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 425 15
    #A19093 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 425 15
    #A19094 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 443 15
    #A19095 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 443 15
    #A19096 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 452 15
    #A19097 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 452 15
    #A19098 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 465 15
    #A19099 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 465 15
    #A19100 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 481 15
    #A19101 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 481 15
    #A19102 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 493 15
    #A19103 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 493 15
    #A19104 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 501 15
    #A19105 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 15
    #A19106 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 506 15
    #A19107 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 506 15
    #A19108 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 518 15
    #A19109 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 518 15
    #A19110 warning GoogleMethodName Method name 'testTryParse_radix' has invalid underscore usage, underscores only allowed between adjacent digits. 559 15
    #A19111 warning MethodName Method name 'testTryParse_radix' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 559 15
    #A19112 warning GoogleMethodName Method name 'testTryParse_radixTooBig' has invalid underscore usage, underscores only allowed between adjacent digits. 586 15
    #A19113 warning MethodName Method name 'testTryParse_radixTooBig' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 586 15
    #A19114 warning GoogleMethodName Method name 'testTryParse_radixTooSmall' has invalid underscore usage, underscores only allowed between adjacent digits. 594 15
    #A19115 warning MethodName Method name 'testTryParse_radixTooSmall' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 594 15
    #A19116 warning GoogleMethodName Method name 'testTryParse_withNullGwt' has invalid underscore usage, underscores only allowed between adjacent digits. 602 15
    #A19117 warning MethodName Method name 'testTryParse_withNullGwt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 602 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/ShortsTest.java

    Severity Rule Message Line Col
    #A19118 warning GoogleMethodName Method name 'testIndexOf_arrayTarget' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A19119 warning MethodName Method name 'testIndexOf_arrayTarget' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A19120 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A19121 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A19122 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A19123 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A19124 warning GoogleMethodName Method name 'testEnsureCapacity_fail' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A19125 warning MethodName Method name 'testEnsureCapacity_fail' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A19126 warning GoogleMethodName Method name 'testToArray_threadSafe' has invalid underscore usage, underscores only allowed between adjacent digits. 416 15
    #A19127 warning MethodName Method name 'testToArray_threadSafe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 416 15
    #A19128 warning GoogleMethodName Method name 'testToArray_withNull' has invalid underscore usage, underscores only allowed between adjacent digits. 431 15
    #A19129 warning MethodName Method name 'testToArray_withNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 431 15
    #A19130 warning GoogleMethodName Method name 'testToArray_withConversion' has invalid underscore usage, underscores only allowed between adjacent digits. 440 15
    #A19131 warning MethodName Method name 'testToArray_withConversion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 440 15
    #A19132 warning GoogleMethodName Method name 'testAsList_isAView' has invalid underscore usage, underscores only allowed between adjacent digits. 458 15
    #A19133 warning MethodName Method name 'testAsList_isAView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 458 15
    #A19134 warning GoogleMethodName Method name 'testAsList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 467 15
    #A19135 warning MethodName Method name 'testAsList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 467 15
    #A19136 warning GoogleMethodName Method name 'testAsList_subList_toArray_roundTrip' has invalid underscore usage, underscores only allowed between adjacent digits. 480 15
    #A19137 warning MethodName Method name 'testAsList_subList_toArray_roundTrip' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 15
    #A19138 warning GoogleMethodName Method name 'testStringConverter_convert' has invalid underscore usage, underscores only allowed between adjacent digits. 497 15
    #A19139 warning MethodName Method name 'testStringConverter_convert' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 497 15
    #A19140 warning GoogleMethodName Method name 'testStringConverter_convertError' has invalid underscore usage, underscores only allowed between adjacent digits. 509 15
    #A19141 warning MethodName Method name 'testStringConverter_convertError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 509 15
    #A19142 warning GoogleMethodName Method name 'testStringConverter_nullConversions' has invalid underscore usage, underscores only allowed between adjacent digits. 517 15
    #A19143 warning MethodName Method name 'testStringConverter_nullConversions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 517 15
    #A19144 warning GoogleMethodName Method name 'testStringConverter_reverse' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A19145 warning MethodName Method name 'testStringConverter_reverse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A19146 warning GoogleMethodName Method name 'testStringConverter_nullPointerTester' has invalid underscore usage, underscores only allowed between adjacent digits. 534 15
    #A19147 warning MethodName Method name 'testStringConverter_nullPointerTester' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 534 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/SignedBytesTest.java

    Severity Rule Message Line Col
    #A19148 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A19149 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A19150 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A19151 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java

    Severity Rule Message Line Col
    #A19152 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A19153 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A19154 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A19155 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

    Severity Rule Message Line Col
    #A19156 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 98 15
    #A19157 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 15
    #A19158 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A19159 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

    Severity Rule Message Line Col
    #A19160 warning GoogleMethodName Method name 'testMax_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A19161 warning MethodName Method name 'testMax_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A19162 warning GoogleMethodName Method name 'testMin_noArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 79 15
    #A19163 warning MethodName Method name 'testMin_noArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 79 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/ClassPathTest.java

    Severity Rule Message Line Col
    #A19164 warning GoogleMethodName Method name 'testClassPathEntries_emptyURLClassLoader_noParent' has invalid underscore usage, underscores only allowed between adjacent digits. 82 15
    #A19165 warning MethodName Method name 'testClassPathEntries_emptyURLClassLoader_noParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 15
    #A19166 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_noParent' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A19167 warning MethodName Method name 'testClassPathEntries_URLClassLoader_noParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15
    #A19168 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_withParent' has invalid underscore usage, underscores only allowed between adjacent digits. 97 15
    #A19169 warning MethodName Method name 'testClassPathEntries_URLClassLoader_withParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 15
    #A19170 warning GoogleMethodName Method name 'testClassPathEntries_duplicateUri_parentWins' has invalid underscore usage, underscores only allowed between adjacent digits. 108 15
    #A19171 warning MethodName Method name 'testClassPathEntries_duplicateUri_parentWins' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 15
    #A19172 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_noParent' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A19173 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_noParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A19174 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_withParent' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A19175 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_withParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A19176 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_withParentAndGrandParent' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A19177 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_withParentAndGrandParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A19178 warning GoogleMethodName Method name 'testClassPathEntries_notURLClassLoader_withGrandParent' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A19179 warning MethodName Method name 'testClassPathEntries_notURLClassLoader_withGrandParent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A19180 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_pathWithSpace' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A19181 warning MethodName Method name 'testClassPathEntries_URLClassLoader_pathWithSpace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A19182 warning GoogleMethodName Method name 'testClassPathEntries_URLClassLoader_pathWithEscapedSpace' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A19183 warning MethodName Method name 'testClassPathEntries_URLClassLoader_pathWithEscapedSpace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A19184 warning GoogleMethodName Method name 'testToFile_AndroidIncompatible' has invalid underscore usage, underscores only allowed between adjacent digits. 176 15
    #A19185 warning MethodName Method name 'testToFile_AndroidIncompatible' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A19186 warning GoogleMethodName Method name 'testScan_classPathCycle' has invalid underscore usage, underscores only allowed between adjacent digits. 193 15
    #A19187 warning MethodName Method name 'testScan_classPathCycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 15
    #A19188 warning GoogleMethodName Method name 'testScanDirectory_symlinkCycle' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A19189 warning MethodName Method name 'testScanDirectory_symlinkCycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A19190 warning GoogleMethodName Method name 'testScanDirectory_symlinkToRootCycle' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A19191 warning MethodName Method name 'testScanDirectory_symlinkToRootCycle' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A19192 warning GoogleMethodName Method name 'testScanFromFile_fileNotExists' has invalid underscore usage, underscores only allowed between adjacent digits. 264 15
    #A19193 warning MethodName Method name 'testScanFromFile_fileNotExists' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 264 15
    #A19194 warning GoogleMethodName Method name 'testScanFromFile_notJarFile' has invalid underscore usage, underscores only allowed between adjacent digits. 271 15
    #A19195 warning MethodName Method name 'testScanFromFile_notJarFile' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 15
    #A19196 warning GoogleMethodName Method name 'testGetClassPathFromManifest_nullManifest' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A19197 warning MethodName Method name 'testGetClassPathFromManifest_nullManifest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A19198 warning GoogleMethodName Method name 'testGetClassPathFromManifest_noClassPath' has invalid underscore usage, underscores only allowed between adjacent digits. 309 15
    #A19199 warning MethodName Method name 'testGetClassPathFromManifest_noClassPath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 15
    #A19200 warning GoogleMethodName Method name 'testGetClassPathFromManifest_emptyClassPath' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A19201 warning MethodName Method name 'testGetClassPathFromManifest_emptyClassPath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A19202 warning GoogleMethodName Method name 'testGetClassPathFromManifest_badClassPath' has invalid underscore usage, underscores only allowed between adjacent digits. 320 15
    #A19203 warning MethodName Method name 'testGetClassPathFromManifest_badClassPath' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 320 15
    #A19204 warning GoogleMethodName Method name 'testGetClassPathFromManifest_pathWithStrangeCharacter' has invalid underscore usage, underscores only allowed between adjacent digits. 326 15
    #A19205 warning MethodName Method name 'testGetClassPathFromManifest_pathWithStrangeCharacter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 326 15
    #A19206 warning GoogleMethodName Method name 'testGetClassPathFromManifest_relativeDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 333 15
    #A19207 warning MethodName Method name 'testGetClassPathFromManifest_relativeDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 15
    #A19208 warning GoogleMethodName Method name 'testGetClassPathFromManifest_relativeJar' has invalid underscore usage, underscores only allowed between adjacent digits. 341 15
    #A19209 warning MethodName Method name 'testGetClassPathFromManifest_relativeJar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 341 15
    #A19210 warning GoogleMethodName Method name 'testGetClassPathFromManifest_jarInCurrentDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 349 15
    #A19211 warning MethodName Method name 'testGetClassPathFromManifest_jarInCurrentDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 15
    #A19212 warning GoogleMethodName Method name 'testGetClassPathFromManifest_absoluteDirectory' has invalid underscore usage, underscores only allowed between adjacent digits. 357 15
    #A19213 warning MethodName Method name 'testGetClassPathFromManifest_absoluteDirectory' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 357 15
    #A19214 warning GoogleMethodName Method name 'testGetClassPathFromManifest_absoluteJar' has invalid underscore usage, underscores only allowed between adjacent digits. 364 15
    #A19215 warning MethodName Method name 'testGetClassPathFromManifest_absoluteJar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 364 15
    #A19216 warning GoogleMethodName Method name 'testGetClassPathFromManifest_multiplePaths' has invalid underscore usage, underscores only allowed between adjacent digits. 371 15
    #A19217 warning MethodName Method name 'testGetClassPathFromManifest_multiplePaths' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 15
    #A19218 warning GoogleMethodName Method name 'testGetClassPathFromManifest_leadingBlanks' has invalid underscore usage, underscores only allowed between adjacent digits. 382 15
    #A19219 warning MethodName Method name 'testGetClassPathFromManifest_leadingBlanks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 382 15
    #A19220 warning GoogleMethodName Method name 'testGetClassPathFromManifest_trailingBlanks' has invalid underscore usage, underscores only allowed between adjacent digits. 389 15
    #A19221 warning MethodName Method name 'testGetClassPathFromManifest_trailingBlanks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 15
    #A19222 warning GoogleMethodName Method name 'testResourceInfo_of' has invalid underscore usage, underscores only allowed between adjacent digits. 400 15
    #A19223 warning MethodName Method name 'testResourceInfo_of' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 400 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/ImmutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A19224 warning GoogleMethodName Method name 'testGetInstance_containsTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A19225 warning MethodName Method name 'testGetInstance_containsTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A19226 warning GoogleMethodName Method name 'testPut_containsTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A19227 warning MethodName Method name 'testPut_containsTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/InvokableTest.java

    Severity Rule Message Line Col
    #A19228 warning GoogleMethodName Method name 'testConstructor_returnType' has invalid underscore usage, underscores only allowed between adjacent digits. 43 15
    #A19229 warning MethodName Method name 'testConstructor_returnType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 15
    #A19230 warning GoogleMethodName Method name 'testConstructor_returnType_hasTypeParameter' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A19231 warning MethodName Method name 'testConstructor_returnType_hasTypeParameter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A19232 warning GoogleMethodName Method name 'testConstructor_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 68 15
    #A19233 warning MethodName Method name 'testConstructor_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 15
    #A19234 warning GoogleMethodName Method name 'testConstructor_typeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A19235 warning MethodName Method name 'testConstructor_typeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A19236 warning GoogleMethodName Method name 'testConstructor_parameters' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A19237 warning MethodName Method name 'testConstructor_parameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A19238 warning GoogleMethodName Method name 'testConstructor_call' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A19239 warning MethodName Method name 'testConstructor_call' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15
    #A19240 warning GoogleMethodName Method name 'testConstructor_returning' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A19241 warning MethodName Method name 'testConstructor_returning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A19242 warning GoogleMethodName Method name 'testConstructor_invalidReturning' has invalid underscore usage, underscores only allowed between adjacent digits. 109 15
    #A19243 warning MethodName Method name 'testConstructor_invalidReturning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 15
    #A19244 warning GoogleMethodName Method name 'testStaticMethod_returnType' has invalid underscore usage, underscores only allowed between adjacent digits. 118 15
    #A19245 warning MethodName Method name 'testStaticMethod_returnType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 118 15
    #A19246 warning GoogleMethodName Method name 'testStaticMethod_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A19247 warning MethodName Method name 'testStaticMethod_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A19248 warning GoogleMethodName Method name 'testStaticMethod_typeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A19249 warning MethodName Method name 'testStaticMethod_typeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15
    #A19250 warning GoogleMethodName Method name 'testStaticMethod_parameters' has invalid underscore usage, underscores only allowed between adjacent digits. 135 15
    #A19251 warning MethodName Method name 'testStaticMethod_parameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 15
    #A19252 warning GoogleMethodName Method name 'testStaticMethod_call' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A19253 warning MethodName Method name 'testStaticMethod_call' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A19254 warning GoogleMethodName Method name 'testStaticMethod_returning' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A19255 warning MethodName Method name 'testStaticMethod_returning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A19256 warning GoogleMethodName Method name 'testStaticMethod_returningRawType' has invalid underscore usage, underscores only allowed between adjacent digits. 166 15
    #A19257 warning MethodName Method name 'testStaticMethod_returningRawType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 15
    #A19258 warning GoogleMethodName Method name 'testStaticMethod_invalidReturning' has invalid underscore usage, underscores only allowed between adjacent digits. 176 15
    #A19259 warning MethodName Method name 'testStaticMethod_invalidReturning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 15
    #A19260 warning GoogleMethodName Method name 'testInstanceMethod_returnType' has invalid underscore usage, underscores only allowed between adjacent digits. 185 15
    #A19261 warning MethodName Method name 'testInstanceMethod_returnType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 15
    #A19262 warning GoogleMethodName Method name 'testInstanceMethod_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 190 15
    #A19263 warning MethodName Method name 'testInstanceMethod_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 190 15
    #A19264 warning GoogleMethodName Method name 'testInstanceMethod_typeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A19265 warning MethodName Method name 'testInstanceMethod_typeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A19266 warning GoogleMethodName Method name 'testInstanceMethod_parameters' has invalid underscore usage, underscores only allowed between adjacent digits. 203 15
    #A19267 warning MethodName Method name 'testInstanceMethod_parameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 15
    #A19268 warning GoogleMethodName Method name 'testInstanceMethod_call' has invalid underscore usage, underscores only allowed between adjacent digits. 212 15
    #A19269 warning MethodName Method name 'testInstanceMethod_call' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 212 15
    #A19270 warning GoogleMethodName Method name 'testInstanceMethod_returning' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A19271 warning MethodName Method name 'testInstanceMethod_returning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A19272 warning GoogleMethodName Method name 'testInstanceMethod_returningRawType' has invalid underscore usage, underscores only allowed between adjacent digits. 228 15
    #A19273 warning MethodName Method name 'testInstanceMethod_returningRawType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 228 15
    #A19274 warning GoogleMethodName Method name 'testInstanceMethod_invalidReturning' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A19275 warning MethodName Method name 'testInstanceMethod_invalidReturning' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A19276 warning GoogleMethodName Method name 'testPrivateInstanceMethod_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 247 15
    #A19277 warning MethodName Method name 'testPrivateInstanceMethod_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 247 15
    #A19278 warning GoogleMethodName Method name 'testPrivateFinalInstanceMethod_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 254 15
    #A19279 warning MethodName Method name 'testPrivateFinalInstanceMethod_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 15
    #A19280 warning GoogleMethodName Method name 'testStaticMethod_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 262 15
    #A19281 warning MethodName Method name 'testStaticMethod_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 262 15
    #A19282 warning GoogleMethodName Method name 'testStaticFinalMethod_isFinal' has invalid underscore usage, underscores only allowed between adjacent digits. 269 15
    #A19283 warning MethodName Method name 'testStaticFinalMethod_isFinal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 269 15
    #A19284 warning GoogleMethodName Method name 'testConstructor_isOverridablel' has invalid underscore usage, underscores only allowed between adjacent digits. 279 15
    #A19285 warning MethodName Method name 'testConstructor_isOverridablel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 279 15
    #A19286 warning GoogleMethodName Method name 'testMethod_isVarArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 285 15
    #A19287 warning MethodName Method name 'testMethod_isVarArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 285 15
    #A19288 warning GoogleMethodName Method name 'testConstructor_isVarArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 290 15
    #A19289 warning MethodName Method name 'testConstructor_isVarArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 15
    #A19290 warning GoogleMethodName Method name 'testGetOwnerType_constructor' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A19291 warning MethodName Method name 'testGetOwnerType_constructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A19292 warning GoogleMethodName Method name 'testGetOwnerType_method' has invalid underscore usage, underscores only allowed between adjacent digits. 300 15
    #A19293 warning MethodName Method name 'testGetOwnerType_method' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 300 15
    #A19294 warning GoogleMethodName Method name 'testNonFinalMethodInFinalClass_isOverridable' has invalid underscore usage, underscores only allowed between adjacent digits. 310 15
    #A19295 warning MethodName Method name 'testNonFinalMethodInFinalClass_isOverridable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 310 15
    #A19296 warning GoogleMethodName Method name 'testLocalClassWithSeeminglyHiddenThisInStaticInitializer_BUG' has invalid underscore usage, underscores only allowed between adjacent digits. 470 15
    #A19297 warning MethodName Method name 'testLocalClassWithSeeminglyHiddenThisInStaticInitializer_BUG' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 470 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/MutableTypeToInstanceMapTest.java

    Severity Rule Message Line Col
    #A19298 warning GoogleMethodName Method name 'testGetInstance_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 210 15
    #A19299 warning MethodName Method name 'testGetInstance_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 15
    #A19300 warning GoogleMethodName Method name 'testPutInstance_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 218 15
    #A19301 warning MethodName Method name 'testPutInstance_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 218 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypeResolverTest.java

    Severity Rule Message Line Col
    #A19302 warning GoogleMethodName Method name 'testWhere_noMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 33 15
    #A19303 warning MethodName Method name 'testWhere_noMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 15
    #A19304 warning GoogleMethodName Method name 'testWhere_typeVariableMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A19305 warning MethodName Method name 'testWhere_typeVariableMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15
    #A19306 warning GoogleMethodName Method name 'testWhere_indirectMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 43 19
    #A19307 warning MethodName Method name 'testWhere_indirectMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 19
    #A19308 warning GoogleMethodName Method name 'testWhere_typeVariableSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A19309 warning MethodName Method name 'testWhere_typeVariableSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A19310 warning GoogleMethodName Method name 'testWhere_parameterizedSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 56 19
    #A19311 warning MethodName Method name 'testWhere_parameterizedSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 19
    #A19312 warning GoogleMethodName Method name 'testWhere_genericArraySelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 62 19
    #A19313 warning MethodName Method name 'testWhere_genericArraySelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 19
    #A19314 warning GoogleMethodName Method name 'testWhere_rawClassSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 68 19
    #A19315 warning MethodName Method name 'testWhere_rawClassSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 19
    #A19316 warning GoogleMethodName Method name 'testWhere_wildcardSelfMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 74 19
    #A19317 warning MethodName Method name 'testWhere_wildcardSelfMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 19
    #A19318 warning GoogleMethodName Method name 'testWhere_duplicateMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 80 19
    #A19319 warning MethodName Method name 'testWhere_duplicateMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 19
    #A19320 warning GoogleMethodName Method name 'testWhere_recursiveMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 90 41
    #A19321 warning MethodName Method name 'testWhere_recursiveMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 41
    #A19322 warning GoogleMethodName Method name 'testWhere_genericArrayMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 96 19
    #A19323 warning MethodName Method name 'testWhere_genericArrayMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 19
    #A19324 warning GoogleMethodName Method name 'testWhere_primitiveArrayMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 105 19
    #A19325 warning MethodName Method name 'testWhere_primitiveArrayMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 19
    #A19326 warning GoogleMethodName Method name 'testWhere_parameterizedTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 112 19
    #A19327 warning MethodName Method name 'testWhere_parameterizedTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 19
    #A19328 warning GoogleMethodName Method name 'testWhere_wildcardTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 137 19
    #A19329 warning MethodName Method name 'testWhere_wildcardTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 137 19
    #A19330 warning GoogleMethodName Method name 'testWhere_incompatibleGenericArrayMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 155 19
    #A19331 warning MethodName Method name 'testWhere_incompatibleGenericArrayMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 19
    #A19332 warning GoogleMethodName Method name 'testWhere_incompatibleParameterizedTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 163 19
    #A19333 warning MethodName Method name 'testWhere_incompatibleParameterizedTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 19
    #A19334 warning GoogleMethodName Method name 'testWhere_impossibleParameterizedTypeMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 171 19
    #A19335 warning MethodName Method name 'testWhere_impossibleParameterizedTypeMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 19
    #A19336 warning GoogleMethodName Method name 'testWhere_incompatibleWildcardUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 182 19
    #A19337 warning MethodName Method name 'testWhere_incompatibleWildcardUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 19
    #A19338 warning GoogleMethodName Method name 'testWhere_incompatibleWildcardLowerBound' has invalid underscore usage, underscores only allowed between adjacent digits. 193 19
    #A19339 warning MethodName Method name 'testWhere_incompatibleWildcardLowerBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 193 19
    #A19340 warning GoogleMethodName Method name 'testWhere_incompatibleWildcardBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 204 19
    #A19341 warning MethodName Method name 'testWhere_incompatibleWildcardBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 204 19
    #A19342 warning GoogleMethodName Method name 'testWhere_wrongOrder' has invalid underscore usage, underscores only allowed between adjacent digits. 215 19
    #A19343 warning MethodName Method name 'testWhere_wrongOrder' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 19
    #A19344 warning GoogleMethodName Method name 'testWhere_mapFromConcreteParameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 223 19
    #A19345 warning MethodName Method name 'testWhere_mapFromConcreteParameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 19
    #A19346 warning GoogleMethodName Method name 'testWhere_mapFromConcreteGenericArrayType' has invalid underscore usage, underscores only allowed between adjacent digits. 231 19
    #A19347 warning MethodName Method name 'testWhere_mapFromConcreteGenericArrayType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 19
    #A19348 warning GoogleMethodName Method name 'testWhere_actualArgHasWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 239 22
    #A19349 warning MethodName Method name 'testWhere_actualArgHasWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 239 22
    #A19350 warning GoogleMethodName Method name 'testWhere_mapFromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 250 19
    #A19351 warning MethodName Method name 'testWhere_mapFromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 250 19
    #A19352 warning GoogleMethodName Method name 'testWhere_mapFromWildcardToParameterized' has invalid underscore usage, underscores only allowed between adjacent digits. 261 19
    #A19353 warning MethodName Method name 'testWhere_mapFromWildcardToParameterized' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 19
    #A19354 warning GoogleMethodName Method name 'testWhere_mapFromBoundedWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 272 19
    #A19355 warning MethodName Method name 'testWhere_mapFromBoundedWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 19
    #A19356 warning MethodName Method name 'aTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 287 27
    #A19357 warning GoogleMethodName Method name 'aTypeVariable' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 287 27
    #A19358 warning MethodName Method name 'aWildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 27
    #A19359 warning GoogleMethodName Method name 'aWildcardType' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 291 27

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

    Severity Rule Message Line Col
    #A19360 warning GoogleMethodName Method name 'testResolveType_parameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 122 15
    #A19361 warning MethodName Method name 'testResolveType_parameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 15
    #A19362 warning GoogleMethodName Method name 'testConstructor_typeArgsResolvedFromAncestorClass' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A19363 warning MethodName Method name 'testConstructor_typeArgsResolvedFromAncestorClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A19364 warning GoogleMethodName Method name 'testFalseRecursiveType_mappingOnTheSameDeclarationNotUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 507 15
    #A19365 warning MethodName Method name 'testFalseRecursiveType_mappingOnTheSameDeclarationNotUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 507 15
    #A19366 warning GoogleMethodName Method name 'testFalseRecursiveType_notRealRecursiveMapping' has invalid underscore usage, underscores only allowed between adjacent digits. 515 15
    #A19367 warning MethodName Method name 'testFalseRecursiveType_notRealRecursiveMapping' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 515 15
    #A19368 warning GoogleMethodName Method name 'testFalseRecursiveType_referenceOfSubtypeDoesNotConfuseMe' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A19369 warning MethodName Method name 'testFalseRecursiveType_referenceOfSubtypeDoesNotConfuseMe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A19370 warning GoogleMethodName Method name 'testFalseRecursiveType_intermediaryTypeMappingDoesNotConfuseMe' has invalid underscore usage, underscores only allowed between adjacent digits. 529 15
    #A19371 warning MethodName Method name 'testFalseRecursiveType_intermediaryTypeMappingDoesNotConfuseMe' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 529 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

    Severity Rule Message Line Col
    #A19372 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 50 15
    #A19373 warning MethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 15
    #A19374 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfOwnerTypeNotMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A19375 warning MethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfOwnerTypeNotMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A19376 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfInnerTypeNotMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A19377 warning MethodName Method name 'testSubtypeOfInnerClass_nonStaticAnonymousClass_typeParameterOfInnerTypeNotMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A19378 warning GoogleMethodName Method name 'testSubtypeOfInnerClass_staticAnonymousClass' has invalid underscore usage, underscores only allowed between adjacent digits. 68 22
    #A19379 warning MethodName Method name 'testSubtypeOfInnerClass_staticAnonymousClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 22
    #A19380 warning GoogleMethodName Method name 'testGetSubtypeOf_impossibleWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 90 15
    #A19381 warning MethodName Method name 'testGetSubtypeOf_impossibleWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 15
    #A19382 warning GoogleMethodName Method name 'innerTypeIsSubtype_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 108 54
    #A19383 warning MethodName Method name 'innerTypeIsSubtype_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 54
    #A19384 warning GoogleMethodName Method name 'innerTypeIsSubtype_withWildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 114 28
    #A19385 warning MethodName Method name 'innerTypeIsSubtype_withWildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 28
    #A19386 warning GoogleMethodName Method name 'ownerTypeIsSubtype_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 126 54
    #A19387 warning MethodName Method name 'ownerTypeIsSubtype_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 54
    #A19388 warning GoogleMethodName Method name 'ownerTypeIsSubtype_withWildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 132 38
    #A19389 warning MethodName Method name 'ownerTypeIsSubtype_withWildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 38
    #A19390 warning GoogleMethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 145 9
    #A19391 warning MethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 145 9
    #A19392 warning GoogleMethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_withWildcards' has invalid underscore usage, underscores only allowed between adjacent digits. 152 9
    #A19393 warning MethodName Method name 'bothOwnerTypeAndInnerTypeAreSubtypes_withWildcards' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 152 9
    #A19394 warning GoogleMethodName Method name 'ownerTypeDoesNotMatch_subtypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 164 44
    #A19395 warning MethodName Method name 'ownerTypeDoesNotMatch_subtypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 44
    #A19396 warning GoogleMethodName Method name 'ownerTypeDoesNotMatch_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 170 54
    #A19397 warning MethodName Method name 'ownerTypeDoesNotMatch_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 54
    #A19398 warning GoogleMethodName Method name 'innerTypeDoesNotMatch_subtypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 182 44
    #A19399 warning MethodName Method name 'innerTypeDoesNotMatch_subtypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 182 44
    #A19400 warning GoogleMethodName Method name 'innerTypeDoesNotMatch_supertypeWithWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 188 54
    #A19401 warning MethodName Method name 'innerTypeDoesNotMatch_supertypeWithWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 54
    #A19402 warning GoogleMethodName Method name 'supertypeWithWildcardUpperBound_notMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 400 38
    #A19403 warning MethodName Method name 'supertypeWithWildcardUpperBound_notMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 400 38
    #A19404 warning GoogleMethodName Method name 'supertypeWithWildcardULowerBound_notMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 410 38
    #A19405 warning MethodName Method name 'supertypeWithWildcardULowerBound_notMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 38

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

    Severity Rule Message Line Col
    #A19406 warning GoogleMethodName Method name 'testResolveType_fromTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 138 12
    #A19407 warning MethodName Method name 'testResolveType_fromTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 138 12
    #A19408 warning GoogleMethodName Method name 'testResolveType_fromTypeVariable_onlyDirectBoundsAreUsed' has invalid underscore usage, underscores only allowed between adjacent digits. 146 12
    #A19409 warning MethodName Method name 'testResolveType_fromTypeVariable_onlyDirectBoundsAreUsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 12
    #A19410 warning GoogleMethodName Method name 'testResolveType_fromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 151 15
    #A19411 warning MethodName Method name 'testResolveType_fromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 151 15
    #A19412 warning GoogleMethodName Method name 'testGetTypes_noSuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 159 15
    #A19413 warning MethodName Method name 'testGetTypes_noSuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 159 15
    #A19414 warning GoogleMethodName Method name 'testGetTypes_fromInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A19415 warning MethodName Method name 'testGetTypes_fromInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A19416 warning GoogleMethodName Method name 'testGetTypes_fromPrimitive' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A19417 warning MethodName Method name 'testGetTypes_fromPrimitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A19418 warning GoogleMethodName Method name 'testGetTypes_withInterfacesAndSuperclasses' has invalid underscore usage, underscores only allowed between adjacent digits. 189 15
    #A19419 warning MethodName Method name 'testGetTypes_withInterfacesAndSuperclasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 189 15
    #A19420 warning GoogleMethodName Method name 'testGetTypes_rawTypes_withInterfacesAndSuperclasses' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A19421 warning MethodName Method name 'testGetTypes_rawTypes_withInterfacesAndSuperclasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A19422 warning GoogleMethodName Method name 'testGetTypes_ignoresTypeVariablesByDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 248 12
    #A19423 warning MethodName Method name 'testGetTypes_ignoresTypeVariablesByDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 12
    #A19424 warning GoogleMethodName Method name 'testGetTypes_rawTypes_ignoresTypeVariablesByDefault' has invalid underscore usage, underscores only allowed between adjacent digits. 261 12
    #A19425 warning MethodName Method name 'testGetTypes_rawTypes_ignoresTypeVariablesByDefault' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 12
    #A19426 warning GoogleMethodName Method name 'testGetTypes_manyBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 271 72
    #A19427 warning MethodName Method name 'testGetTypes_manyBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 271 72
    #A19428 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 317 15
    #A19429 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 317 15
    #A19430 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_oneType' has invalid underscore usage, underscores only allowed between adjacent digits. 321 15
    #A19431 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_oneType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 15
    #A19432 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_subtypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 325 15
    #A19433 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_subtypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 15
    #A19434 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_supertypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 330 15
    #A19435 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_supertypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 330 15
    #A19436 warning GoogleMethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 340 15
    #A19437 warning MethodName Method name 'testAssertSubtypeTokenBeforeSupertypeToken_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 340 15
    #A19438 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_empty' has invalid underscore usage, underscores only allowed between adjacent digits. 350 15
    #A19439 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_empty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A19440 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_oneType' has invalid underscore usage, underscores only allowed between adjacent digits. 354 15
    #A19441 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_oneType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 354 15
    #A19442 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_subtypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 358 15
    #A19443 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_subtypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 358 15
    #A19444 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_supertypeFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 362 15
    #A19445 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_supertypeFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 362 15
    #A19446 warning GoogleMethodName Method name 'testAssertSubtypeBeforeSupertype_duplicate' has invalid underscore usage, underscores only allowed between adjacent digits. 371 15
    #A19447 warning MethodName Method name 'testAssertSubtypeBeforeSupertype_duplicate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 371 15
    #A19448 warning GoogleMethodName Method name 'testGetGenericSuperclass_noSuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A19449 warning MethodName Method name 'testGetGenericSuperclass_noSuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A19450 warning GoogleMethodName Method name 'testGetGenericSuperclass_withSuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 388 15
    #A19451 warning MethodName Method name 'testGetGenericSuperclass_withSuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 388 15
    #A19452 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_unbounded' has invalid underscore usage, underscores only allowed between adjacent digits. 398 19
    #A19453 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_unbounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 398 19
    #A19454 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 406 12
    #A19455 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 406 12
    #A19456 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsFBoundedClass' has invalid underscore usage, underscores only allowed between adjacent digits. 414 12
    #A19457 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsFBoundedClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 414 12
    #A19458 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 422 12
    #A19459 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 12
    #A19460 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass' has invalid underscore usage, underscores only allowed between adjacent digits. 428 12
    #A19461 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 12
    #A19462 warning GoogleMethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 436 12
    #A19463 warning MethodName Method name 'testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 12
    #A19464 warning GoogleMethodName Method name 'testGetGenericSuperclass_wildcard_lowerBounded' has invalid underscore usage, underscores only allowed between adjacent digits. 441 15
    #A19465 warning MethodName Method name 'testGetGenericSuperclass_wildcard_lowerBounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 441 15
    #A19466 warning GoogleMethodName Method name 'testGetGenericSuperclass_wildcard_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 453 15
    #A19467 warning MethodName Method name 'testGetGenericSuperclass_wildcard_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 453 15
    #A19468 warning GoogleMethodName Method name 'testGetGenericSuperclass_wildcard_boundIsInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 462 15
    #A19469 warning MethodName Method name 'testGetGenericSuperclass_wildcard_boundIsInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 462 15
    #A19470 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_unbounded' has invalid underscore usage, underscores only allowed between adjacent digits. 469 19
    #A19471 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_unbounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 469 19
    #A19472 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 474 39
    #A19473 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 474 39
    #A19474 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 480 12
    #A19475 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 480 12
    #A19476 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreInterfaces' has invalid underscore usage, underscores only allowed between adjacent digits. 487 12
    #A19477 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreInterfaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 487 12
    #A19478 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreFBoundedInterfaces' has invalid underscore usage, underscores only allowed between adjacent digits. 494 12
    #A19479 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreFBoundedInterfaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 494 12
    #A19480 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithFBoundedInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 501 12
    #A19481 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundsAreClassWithFBoundedInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 501 12
    #A19482 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndClass' has invalid underscore usage, underscores only allowed between adjacent digits. 508 12
    #A19483 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 508 12
    #A19484 warning GoogleMethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 514 12
    #A19485 warning MethodName Method name 'testGetGenericInterfaces_typeVariable_boundIsTypeVariableAndInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 12
    #A19486 warning GoogleMethodName Method name 'testGetGenericInterfaces_wildcard_lowerBounded' has invalid underscore usage, underscores only allowed between adjacent digits. 520 15
    #A19487 warning MethodName Method name 'testGetGenericInterfaces_wildcard_lowerBounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A19488 warning GoogleMethodName Method name 'testGetGenericInterfaces_wildcard_boundIsClass' has invalid underscore usage, underscores only allowed between adjacent digits. 525 15
    #A19489 warning MethodName Method name 'testGetGenericInterfaces_wildcard_boundIsClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 525 15
    #A19490 warning GoogleMethodName Method name 'testGetGenericInterfaces_wildcard_boundIsInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 530 15
    #A19491 warning MethodName Method name 'testGetGenericInterfaces_wildcard_boundIsInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 530 15
    #A19492 warning GoogleMethodName Method name 'testGetGenericInterfaces_noInterface' has invalid underscore usage, underscores only allowed between adjacent digits. 537 15
    #A19493 warning MethodName Method name 'testGetGenericInterfaces_noInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 537 15
    #A19494 warning GoogleMethodName Method name 'testGetGenericInterfaces_withInterfaces' has invalid underscore usage, underscores only allowed between adjacent digits. 542 15
    #A19495 warning MethodName Method name 'testGetGenericInterfaces_withInterfaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 542 15
    #A19496 warning GoogleMethodName Method name 'testisSupertypeOf_typeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 848 12
    #A19497 warning MethodName Method name 'testisSupertypeOf_typeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 848 12
    #A19498 warning GoogleMethodName Method name 'testisSupertypeOf_equalWildcardTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 864 12
    #A19499 warning MethodName Method name 'testisSupertypeOf_equalWildcardTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 864 12
    #A19500 warning GoogleMethodName Method name 'testisSupertypeOf_wildcard_noBound' has invalid underscore usage, underscores only allowed between adjacent digits. 874 19
    #A19501 warning MethodName Method name 'testisSupertypeOf_wildcard_noBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 874 19
    #A19502 warning GoogleMethodName Method name 'testisSupertypeOf_wildcardType_upperBoundMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 880 12
    #A19503 warning MethodName Method name 'testisSupertypeOf_wildcardType_upperBoundMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 880 12
    #A19504 warning GoogleMethodName Method name 'testisSupertypeOf_wildcardType_lowerBoundMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 894 12
    #A19505 warning MethodName Method name 'testisSupertypeOf_wildcardType_lowerBoundMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 894 12
    #A19506 warning GoogleMethodName Method name 'testisSupertypeOf_recursiveTypeVariableBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 915 12
    #A19507 warning MethodName Method name 'testisSupertypeOf_recursiveTypeVariableBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 915 12
    #A19508 warning GoogleMethodName Method name 'testisSupertypeOf_resolved' has invalid underscore usage, underscores only allowed between adjacent digits. 925 15
    #A19509 warning MethodName Method name 'testisSupertypeOf_resolved' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 925 15
    #A19510 warning GoogleMethodName Method name 'testIsArray_arrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 946 15
    #A19511 warning MethodName Method name 'testIsArray_arrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 946 15
    #A19512 warning GoogleMethodName Method name 'testIsArray_genericArrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 961 19
    #A19513 warning MethodName Method name 'testIsArray_genericArrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 961 19
    #A19514 warning GoogleMethodName Method name 'testIsArray_wildcardType' has invalid underscore usage, underscores only allowed between adjacent digits. 967 15
    #A19515 warning MethodName Method name 'testIsArray_wildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 967 15
    #A19516 warning GoogleMethodName Method name 'testGetComponentType_arrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 988 15
    #A19517 warning MethodName Method name 'testGetComponentType_arrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 988 15
    #A19518 warning GoogleMethodName Method name 'testGetComponentType_genericArrayClasses' has invalid underscore usage, underscores only allowed between adjacent digits. 1003 19
    #A19519 warning MethodName Method name 'testGetComponentType_genericArrayClasses' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1003 19
    #A19520 warning GoogleMethodName Method name 'testGetComponentType_wildcardType' has invalid underscore usage, underscores only allowed between adjacent digits. 1011 15
    #A19521 warning MethodName Method name 'testGetComponentType_wildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1011 15
    #A19522 warning GoogleMethodName Method name 'testToGenericType_staticMemberClass' has invalid underscore usage, underscores only allowed between adjacent digits. 1050 15
    #A19523 warning MethodName Method name 'testToGenericType_staticMemberClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1050 15
    #A19524 warning GoogleMethodName Method name 'testGetSupertype_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1076 15
    #A19525 warning MethodName Method name 'testGetSupertype_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1076 15
    #A19526 warning GoogleMethodName Method name 'testGetSupertype_typeVariableWithMultipleBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 1086 12
    #A19527 warning MethodName Method name 'testGetSupertype_typeVariableWithMultipleBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1086 12
    #A19528 warning GoogleMethodName Method name 'testGetSupertype_withoutTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1094 15
    #A19529 warning MethodName Method name 'testGetSupertype_withoutTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1094 15
    #A19530 warning GoogleMethodName Method name 'testGetSupertype_chained' has invalid underscore usage, underscores only allowed between adjacent digits. 1103 15
    #A19531 warning MethodName Method name 'testGetSupertype_chained' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1103 15
    #A19532 warning GoogleMethodName Method name 'testGetSupertype_withArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1114 15
    #A19533 warning MethodName Method name 'testGetSupertype_withArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1114 15
    #A19534 warning GoogleMethodName Method name 'testGetSupertype_fromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 1126 15
    #A19535 warning MethodName Method name 'testGetSupertype_fromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1126 15
    #A19536 warning GoogleMethodName Method name 'testGetSupertype_fromTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1134 44
    #A19537 warning MethodName Method name 'testGetSupertype_fromTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1134 44
    #A19538 warning GoogleMethodName Method name 'testGetSupertype_fromRawClass' has invalid underscore usage, underscores only allowed between adjacent digits. 1142 15
    #A19539 warning MethodName Method name 'testGetSupertype_fromRawClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1142 15
    #A19540 warning GoogleMethodName Method name 'testGetSupertype_notSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. 1149 15
    #A19541 warning MethodName Method name 'testGetSupertype_notSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1149 15
    #A19542 warning GoogleMethodName Method name 'testGetSupertype_fromArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1157 15
    #A19543 warning MethodName Method name 'testGetSupertype_fromArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1157 15
    #A19544 warning GoogleMethodName Method name 'testGetSupertype_fullyGenericType' has invalid underscore usage, underscores only allowed between adjacent digits. 1165 15
    #A19545 warning MethodName Method name 'testGetSupertype_fullyGenericType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1165 15
    #A19546 warning GoogleMethodName Method name 'testGetSupertype_fullySpecializedType' has invalid underscore usage, underscores only allowed between adjacent digits. 1174 15
    #A19547 warning MethodName Method name 'testGetSupertype_fullySpecializedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1174 15
    #A19548 warning GoogleMethodName Method name 'testGetSupertype_partiallySpecializedType' has invalid underscore usage, underscores only allowed between adjacent digits. 1183 19
    #A19549 warning MethodName Method name 'testGetSupertype_partiallySpecializedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1183 19
    #A19550 warning GoogleMethodName Method name 'testGetSubtype_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1189 15
    #A19551 warning MethodName Method name 'testGetSubtype_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1189 15
    #A19552 warning GoogleMethodName Method name 'testGetSubtype_withoutTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1201 15
    #A19553 warning MethodName Method name 'testGetSubtype_withoutTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1201 15
    #A19554 warning GoogleMethodName Method name 'testGetSubtype_withArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1216 15
    #A19555 warning MethodName Method name 'testGetSubtype_withArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1216 15
    #A19556 warning GoogleMethodName Method name 'testGetSubtype_fromWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 1225 15
    #A19557 warning MethodName Method name 'testGetSubtype_fromWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1225 15
    #A19558 warning GoogleMethodName Method name 'testGetSubtype_fromWildcard_lowerBoundNotSupertype' has invalid underscore usage, underscores only allowed between adjacent digits. 1233 15
    #A19559 warning MethodName Method name 'testGetSubtype_fromWildcard_lowerBoundNotSupertype' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1233 15
    #A19560 warning GoogleMethodName Method name 'testGetSubtype_fromWildcard_upperBounded' has invalid underscore usage, underscores only allowed between adjacent digits. 1245 15
    #A19561 warning MethodName Method name 'testGetSubtype_fromWildcard_upperBounded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1245 15
    #A19562 warning GoogleMethodName Method name 'testGetSubtype_fromTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1257 44
    #A19563 warning MethodName Method name 'testGetSubtype_fromTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1257 44
    #A19564 warning GoogleMethodName Method name 'testGetSubtype_fromRawClass' has invalid underscore usage, underscores only allowed between adjacent digits. 1266 15
    #A19565 warning MethodName Method name 'testGetSubtype_fromRawClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1266 15
    #A19566 warning GoogleMethodName Method name 'testGetSubtype_fromArray' has invalid underscore usage, underscores only allowed between adjacent digits. 1270 15
    #A19567 warning MethodName Method name 'testGetSubtype_fromArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1270 15
    #A19568 warning GoogleMethodName Method name 'testGetSubtype_toWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 1276 15
    #A19569 warning MethodName Method name 'testGetSubtype_toWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1276 15
    #A19570 warning GoogleMethodName Method name 'testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars' has invalid underscore usage, underscores only allowed between adjacent digits. 1295 15
    #A19571 warning MethodName Method name 'testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1295 15
    #A19572 warning GoogleMethodName Method name 'testGetSubtype_outerTypeVarTranslatesInnerTypeVar' has invalid underscore usage, underscores only allowed between adjacent digits. 1309 15
    #A19573 warning MethodName Method name 'testGetSubtype_outerTypeVarTranslatesInnerTypeVar' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1309 15
    #A19574 warning GoogleMethodName Method name 'testGetSubtype_toWildcardWithBounds' has invalid underscore usage, underscores only allowed between adjacent digits. 1318 15
    #A19575 warning MethodName Method name 'testGetSubtype_toWildcardWithBounds' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1318 15
    #A19576 warning GoogleMethodName Method name 'testGetSubtype_baseClassWithNoTypeArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1331 15
    #A19577 warning MethodName Method name 'testGetSubtype_baseClassWithNoTypeArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1331 15
    #A19578 warning GoogleMethodName Method name 'testGetSubtype_baseClassInGenericClassWithNoTypeArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1342 15
    #A19579 warning MethodName Method name 'testGetSubtype_baseClassInGenericClassWithNoTypeArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1342 15
    #A19580 warning GoogleMethodName Method name 'testGetSubtype_genericSubtypeOfNonGenericType' has invalid underscore usage, underscores only allowed between adjacent digits. 1354 15
    #A19581 warning MethodName Method name 'testGetSubtype_genericSubtypeOfNonGenericType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1354 15
    #A19582 warning GoogleMethodName Method name 'testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 1367 15
    #A19583 warning MethodName Method name 'testGetSubtype_genericSubtypeOfGenericTypeWithFewerParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1367 15
    #A19584 warning GoogleMethodName Method name 'testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 1379 15
    #A19585 warning MethodName Method name 'testGetSubtype_genericSubtypeOfRawTypeWithFewerTypeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1379 15
    #A19586 warning GoogleMethodName Method name 'testGetSubtype_baseClassWithLessTypeArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1388 15
    #A19587 warning MethodName Method name 'testGetSubtype_baseClassWithLessTypeArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1388 15
    #A19588 warning GoogleMethodName Method name 'testGetSubtype_manyGenericArgs' has invalid underscore usage, underscores only allowed between adjacent digits. 1402 19
    #A19589 warning MethodName Method name 'testGetSubtype_manyGenericArgs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1402 19
    #A19590 warning GoogleMethodName Method name 'testGetSubtype_recursiveTypeBoundInSubtypeTranslatedAsIs' has invalid underscore usage, underscores only allowed between adjacent digits. 1415 15
    #A19591 warning MethodName Method name 'testGetSubtype_recursiveTypeBoundInSubtypeTranslatedAsIs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1415 15
    #A19592 warning GoogleMethodName Method name 'testGetSubtype_subtypeSameAsDeclaringType' has invalid underscore usage, underscores only allowed between adjacent digits. 1433 15
    #A19593 warning MethodName Method name 'testGetSubtype_subtypeSameAsDeclaringType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1433 15
    #A19594 warning GoogleMethodName Method name 'testWhere_circleRejected' has invalid underscore usage, underscores only allowed between adjacent digits. 1451 19
    #A19595 warning MethodName Method name 'testWhere_circleRejected' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1451 19
    #A19596 warning GoogleMethodName Method name 'testWildcardCaptured_methodParameter_upperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1475 15
    #A19597 warning MethodName Method name 'testWildcardCaptured_methodParameter_upperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1475 15
    #A19598 warning GoogleMethodName Method name 'testWildcardCaptured_field_upperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1487 15
    #A19599 warning MethodName Method name 'testWildcardCaptured_field_upperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1487 15
    #A19600 warning GoogleMethodName Method name 'testWildcardCaptured_wildcardWithImplicitBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1495 15
    #A19601 warning MethodName Method name 'testWildcardCaptured_wildcardWithImplicitBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1495 15
    #A19602 warning GoogleMethodName Method name 'testWildcardCaptured_wildcardWithExplicitBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1508 15
    #A19603 warning MethodName Method name 'testWildcardCaptured_wildcardWithExplicitBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1508 15
    #A19604 warning GoogleMethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1526 15
    #A19605 warning MethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasNoExplicitUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1526 15
    #A19606 warning GoogleMethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1539 15
    #A19607 warning MethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1539 15
    #A19608 warning GoogleMethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardAddsNewUpperBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1552 15
    #A19609 warning MethodName Method name 'testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardAddsNewUpperBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1552 15
    #A19610 warning GoogleMethodName Method name 'testMethod_getOwnerType' has invalid underscore usage, underscores only allowed between adjacent digits. 1579 15
    #A19611 warning MethodName Method name 'testMethod_getOwnerType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1579 15
    #A19612 warning GoogleMethodName Method name 'testMethod_notDeclaredByType' has invalid underscore usage, underscores only allowed between adjacent digits. 1588 15
    #A19613 warning MethodName Method name 'testMethod_notDeclaredByType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1588 15
    #A19614 warning GoogleMethodName Method name 'testMethod_declaredBySuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 1597 15
    #A19615 warning MethodName Method name 'testMethod_declaredBySuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1597 15
    #A19616 warning GoogleMethodName Method name 'testMethod_returnType_resolvedAgainstTypeBound' has invalid underscore usage, underscores only allowed between adjacent digits. 1603 49
    #A19617 warning MethodName Method name 'testMethod_returnType_resolvedAgainstTypeBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1603 49
    #A19618 warning GoogleMethodName Method name 'testMethod_parameterTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1611 40
    #A19619 warning MethodName Method name 'testMethod_parameterTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1611 40
    #A19620 warning GoogleMethodName Method name 'testMethod_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 1620 15
    #A19621 warning MethodName Method name 'testMethod_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1620 15
    #A19622 warning GoogleMethodName Method name 'testMethod_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1637 49
    #A19623 warning MethodName Method name 'testMethod_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1637 49
    #A19624 warning GoogleMethodName Method name 'testConstructor_getOwnerType' has invalid underscore usage, underscores only allowed between adjacent digits. 1644 15
    #A19625 warning MethodName Method name 'testConstructor_getOwnerType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1644 15
    #A19626 warning GoogleMethodName Method name 'testConstructor_notDeclaredByType' has invalid underscore usage, underscores only allowed between adjacent digits. 1655 15
    #A19627 warning MethodName Method name 'testConstructor_notDeclaredByType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1655 15
    #A19628 warning GoogleMethodName Method name 'testConstructor_declaredBySuperclass' has invalid underscore usage, underscores only allowed between adjacent digits. 1664 15
    #A19629 warning MethodName Method name 'testConstructor_declaredBySuperclass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1664 15
    #A19630 warning GoogleMethodName Method name 'testConstructor_equals' has invalid underscore usage, underscores only allowed between adjacent digits. 1673 15
    #A19631 warning MethodName Method name 'testConstructor_equals' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1673 15
    #A19632 warning GoogleMethodName Method name 'testConstructor_parameterTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1691 45
    #A19633 warning MethodName Method name 'testConstructor_parameterTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1691 45
    #A19634 warning GoogleMethodName Method name 'testConstructor_exceptionTypes' has invalid underscore usage, underscores only allowed between adjacent digits. 1706 59
    #A19635 warning MethodName Method name 'testConstructor_exceptionTypes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1706 59
    #A19636 warning GoogleMethodName Method name 'testRejectTypeVariable_class' has invalid underscore usage, underscores only allowed between adjacent digits. 1714 15
    #A19637 warning MethodName Method name 'testRejectTypeVariable_class' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1714 15
    #A19638 warning GoogleMethodName Method name 'testRejectTypeVariable_parameterizedType' has invalid underscore usage, underscores only allowed between adjacent digits. 1720 15
    #A19639 warning MethodName Method name 'testRejectTypeVariable_parameterizedType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1720 15
    #A19640 warning GoogleMethodName Method name 'testRejectTypeVariable_wildcardType' has invalid underscore usage, underscores only allowed between adjacent digits. 1724 15
    #A19641 warning MethodName Method name 'testRejectTypeVariable_wildcardType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1724 15
    #A19642 warning GoogleMethodName Method name 'testRejectTypeVariable_genericArrayType' has invalid underscore usage, underscores only allowed between adjacent digits. 1729 15
    #A19643 warning MethodName Method name 'testRejectTypeVariable_genericArrayType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1729 15
    #A19644 warning GoogleMethodName Method name 'testRejectTypeVariable_withTypeVariable' has invalid underscore usage, underscores only allowed between adjacent digits. 1733 19
    #A19645 warning MethodName Method name 'testRejectTypeVariable_withTypeVariable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1733 19
    #A19646 warning GoogleMethodName Method name 'testRejectTypeVariable_withOwnerType' has invalid underscore usage, underscores only allowed between adjacent digits. 1750 19
    #A19647 warning MethodName Method name 'testRejectTypeVariable_withOwnerType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1750 19
    #A19648 warning GoogleMethodName Method name 'testSerializable_typeVariableNotSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 1849 19
    #A19649 warning MethodName Method name 'testSerializable_typeVariableNotSupported' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1849 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/TypesTest.java

    Severity Rule Message Line Col
    #A19650 warning GoogleMethodName Method name 'testNewParameterizedType_ownerTypeImplied' has invalid underscore usage, underscores only allowed between adjacent digits. 47 15
    #A19651 warning MethodName Method name 'testNewParameterizedType_ownerTypeImplied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 15
    #A19652 warning GoogleMethodName Method name 'testNewParameterizedType_nonStaticLocalClass' has invalid underscore usage, underscores only allowed between adjacent digits. 76 15
    #A19653 warning MethodName Method name 'testNewParameterizedType_nonStaticLocalClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 15
    #A19654 warning GoogleMethodName Method name 'testNewParameterizedType_staticLocalClass' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A19655 warning MethodName Method name 'testNewParameterizedType_staticLocalClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A19656 warning GoogleMethodName Method name 'doTestNewParameterizedType_staticLocalClass' has invalid underscore usage, underscores only allowed between adjacent digits. 87 23
    #A19657 warning MethodName Method name 'doTestNewParameterizedType_staticLocalClass' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 23
    #A19658 warning GoogleMethodName Method name 'testNewParameterizedType_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 114 15
    #A19659 warning MethodName Method name 'testNewParameterizedType_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 15
    #A19660 warning GoogleMethodName Method name 'testNewParameterizedType_ownerMismatch' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A19661 warning MethodName Method name 'testNewParameterizedType_ownerMismatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A19662 warning GoogleMethodName Method name 'testNewParameterizedType_ownerMissing' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A19663 warning MethodName Method name 'testNewParameterizedType_ownerMissing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A19664 warning GoogleMethodName Method name 'testNewParameterizedType_invalidTypeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 133 15
    #A19665 warning MethodName Method name 'testNewParameterizedType_invalidTypeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A19666 warning GoogleMethodName Method name 'testNewParameterizedType_primitiveTypeParameters' has invalid underscore usage, underscores only allowed between adjacent digits. 141 15
    #A19667 warning MethodName Method name 'testNewParameterizedType_primitiveTypeParameters' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 15
    #A19668 warning GoogleMethodName Method name 'testNewArrayType_primitive' has invalid underscore usage, underscores only allowed between adjacent digits. 171 15
    #A19669 warning MethodName Method name 'testNewArrayType_primitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 15
    #A19670 warning GoogleMethodName Method name 'testNewArrayType_upperBoundedWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 178 15
    #A19671 warning MethodName Method name 'testNewArrayType_upperBoundedWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 178 15
    #A19672 warning GoogleMethodName Method name 'testNewArrayType_lowerBoundedWildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 183 15
    #A19673 warning MethodName Method name 'testNewArrayType_lowerBoundedWildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 183 15
    #A19674 warning GoogleMethodName Method name 'testNewArrayType_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A19675 warning MethodName Method name 'testNewArrayType_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A19676 warning GoogleMethodName Method name 'testNewWildcardType_primitiveTypeBound' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A19677 warning MethodName Method name 'testNewWildcardType_primitiveTypeBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A19678 warning GoogleMethodName Method name 'testNewWildcardType_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 244 15
    #A19679 warning MethodName Method name 'testNewWildcardType_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 244 15
    #A19680 warning GoogleMethodName Method name 'testNewTypeVariable_primitiveTypeBound' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A19681 warning MethodName Method name 'testNewTypeVariable_primitiveTypeBound' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A19682 warning GoogleMethodName Method name 'testNewTypeVariable_serializable' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A19683 warning MethodName Method name 'testNewTypeVariable_serializable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractExecutionThreadServiceTest.java

    Severity Rule Message Line Col
    #A19684 warning GoogleMethodName Method name 'testStopWhileStarting_runNotCalled' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A19685 warning MethodName Method name 'testStopWhileStarting_runNotCalled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A19686 warning GoogleMethodName Method name 'testStop_noStart' has invalid underscore usage, underscores only allowed between adjacent digits. 347 15
    #A19687 warning MethodName Method name 'testStop_noStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 347 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractFutureCancellationCauseTest.java

    Severity Rule Message Line Col
    #A19688 warning GoogleMethodName Method name 'testCancel_notDoneNoInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 85 15
    #A19689 warning MethodName Method name 'testCancel_notDoneNoInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 15
    #A19690 warning GoogleMethodName Method name 'testCancel_notDoneInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 99 15
    #A19691 warning MethodName Method name 'testCancel_notDoneInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 15
    #A19692 warning GoogleMethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A19693 warning MethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

    Severity Rule Message Line Col
    #A19694 warning GoogleMethodName Method name 'testCancel_notDoneNoInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 89 15
    #A19695 warning MethodName Method name 'testCancel_notDoneNoInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 15
    #A19696 warning GoogleMethodName Method name 'testCancel_notDoneInterrupt' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A19697 warning MethodName Method name 'testCancel_notDoneInterrupt' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A19698 warning GoogleMethodName Method name 'testCancel_done' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A19699 warning MethodName Method name 'testCancel_done' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A19700 warning GoogleMethodName Method name 'testEvilFuture_setFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 143 15
    #A19701 warning MethodName Method name 'testEvilFuture_setFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A19702 warning GoogleMethodName Method name 'testRemoveWaiter_interruption' has invalid underscore usage, underscores only allowed between adjacent digits. 163 15
    #A19703 warning MethodName Method name 'testRemoveWaiter_interruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 15
    #A19704 warning GoogleMethodName Method name 'testRemoveWaiter_polling' has invalid underscore usage, underscores only allowed between adjacent digits. 187 15
    #A19705 warning MethodName Method name 'testRemoveWaiter_polling' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 187 15
    #A19706 warning GoogleMethodName Method name 'testToString_allUnique' has invalid underscore usage, underscores only allowed between adjacent digits. 211 15
    #A19707 warning MethodName Method name 'testToString_allUnique' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 211 15
    #A19708 warning GoogleMethodName Method name 'testToString_notDone' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A19709 warning MethodName Method name 'testToString_notDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A19710 warning GoogleMethodName Method name 'testToString_completesDuringToString' has invalid underscore usage, underscores only allowed between adjacent digits. 236 15
    #A19711 warning MethodName Method name 'testToString_completesDuringToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 15
    #A19712 warning GoogleMethodName Method name 'testToString_delayedTimeout' has invalid underscore usage, underscores only allowed between adjacent digits. 255 15
    #A19713 warning MethodName Method name 'testToString_delayedTimeout' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 255 15
    #A19714 warning GoogleMethodName Method name 'testToString_completed' has invalid underscore usage, underscores only allowed between adjacent digits. 295 15
    #A19715 warning MethodName Method name 'testToString_completed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 295 15
    #A19716 warning GoogleMethodName Method name 'testToString_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A19717 warning MethodName Method name 'testToString_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A19718 warning GoogleMethodName Method name 'testToString_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 319 15
    #A19719 warning MethodName Method name 'testToString_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 15
    #A19720 warning GoogleMethodName Method name 'testToString_misbehaving' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A19721 warning MethodName Method name 'testToString_misbehaving' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A19722 warning GoogleMethodName Method name 'testSetFutureCancelBash_withDoneFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 704 15
    #A19723 warning MethodName Method name 'testSetFutureCancelBash_withDoneFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 704 15
    #A19724 warning GoogleMethodName Method name 'testSetFuture_stackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 787 15
    #A19725 warning MethodName Method name 'testSetFuture_stackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 787 15
    #A19726 warning GoogleMethodName Method name 'testSetFutureToString_stackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 804 15
    #A19727 warning MethodName Method name 'testSetFutureToString_stackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 804 15
    #A19728 warning GoogleMethodName Method name 'testSetFuture_misbehavingFutureThrows' has invalid underscore usage, underscores only allowed between adjacent digits. 817 15
    #A19729 warning MethodName Method name 'testSetFuture_misbehavingFutureThrows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 817 15
    #A19730 warning GoogleMethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' has invalid underscore usage, underscores only allowed between adjacent digits. 857 15
    #A19731 warning MethodName Method name 'testSetFuture_misbehavingFutureDoesNotThrow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 857 15
    #A19732 warning GoogleMethodName Method name 'testCancel_stackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 895 15
    #A19733 warning MethodName Method name 'testCancel_stackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 895 15
    #A19734 warning GoogleMethodName Method name 'testSetFutureSelf_cancel' has invalid underscore usage, underscores only allowed between adjacent digits. 910 15
    #A19735 warning MethodName Method name 'testSetFutureSelf_cancel' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 910 15
    #A19736 warning GoogleMethodName Method name 'testSetFutureSelf_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 917 15
    #A19737 warning MethodName Method name 'testSetFutureSelf_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 917 15
    #A19738 warning GoogleMethodName Method name 'testSetSelf_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 923 15
    #A19739 warning MethodName Method name 'testSetSelf_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 15
    #A19740 warning GoogleMethodName Method name 'testSetFutureSelf_toStringException' has invalid underscore usage, underscores only allowed between adjacent digits. 929 15
    #A19741 warning MethodName Method name 'testSetFutureSelf_toStringException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 929 15
    #A19742 warning GoogleMethodName Method name 'testSetIndirectSelf_toString' has invalid underscore usage, underscores only allowed between adjacent digits. 944 15
    #A19743 warning MethodName Method name 'testSetIndirectSelf_toString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 15
    #A19744 warning GoogleMethodName Method name 'testListenersExecuteImmediately_fromAfterDone' has invalid underscore usage, underscores only allowed between adjacent digits. 960 15
    #A19745 warning MethodName Method name 'testListenersExecuteImmediately_fromAfterDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 960 15
    #A19746 warning GoogleMethodName Method name 'testListenersExecuteImmediately_afterWaiterWakesUp' has invalid underscore usage, underscores only allowed between adjacent digits. 982 15
    #A19747 warning MethodName Method name 'testListenersExecuteImmediately_afterWaiterWakesUp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 982 15
    #A19748 warning GoogleMethodName Method name 'testTrustedGetFailure_Completed' has invalid underscore usage, underscores only allowed between adjacent digits. 1018 15
    #A19749 warning MethodName Method name 'testTrustedGetFailure_Completed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1018 15
    #A19750 warning GoogleMethodName Method name 'testTrustedGetFailure_Failed' has invalid underscore usage, underscores only allowed between adjacent digits. 1024 15
    #A19751 warning MethodName Method name 'testTrustedGetFailure_Failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1024 15
    #A19752 warning GoogleMethodName Method name 'testTrustedGetFailure_NotCompleted' has invalid underscore usage, underscores only allowed between adjacent digits. 1031 15
    #A19753 warning MethodName Method name 'testTrustedGetFailure_NotCompleted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1031 15
    #A19754 warning GoogleMethodName Method name 'testTrustedGetFailure_CanceledNoCause' has invalid underscore usage, underscores only allowed between adjacent digits. 1037 15
    #A19755 warning MethodName Method name 'testTrustedGetFailure_CanceledNoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1037 15
    #A19756 warning GoogleMethodName Method name 'testGetFailure_Completed' has invalid underscore usage, underscores only allowed between adjacent digits. 1043 15
    #A19757 warning MethodName Method name 'testGetFailure_Completed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1043 15
    #A19758 warning GoogleMethodName Method name 'testGetFailure_Failed' has invalid underscore usage, underscores only allowed between adjacent digits. 1049 15
    #A19759 warning MethodName Method name 'testGetFailure_Failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1049 15
    #A19760 warning GoogleMethodName Method name 'testGetFailure_NotCompleted' has invalid underscore usage, underscores only allowed between adjacent digits. 1056 15
    #A19761 warning MethodName Method name 'testGetFailure_NotCompleted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1056 15
    #A19762 warning GoogleMethodName Method name 'testGetFailure_CanceledNoCause' has invalid underscore usage, underscores only allowed between adjacent digits. 1062 15
    #A19763 warning MethodName Method name 'testGetFailure_CanceledNoCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1062 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractIdleServiceTest.java

    Severity Rule Message Line Col
    #A19764 warning GoogleMethodName Method name 'testStart_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 58 17
    #A19765 warning MethodName Method name 'testStart_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 17
    #A19766 warning GoogleMethodName Method name 'testStop_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 76 17
    #A19767 warning MethodName Method name 'testStop_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 17
    #A19768 warning GoogleMethodName Method name 'testStart_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 105 15
    #A19769 warning MethodName Method name 'testStart_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 15
    #A19770 warning GoogleMethodName Method name 'testStop_withoutStart' has invalid underscore usage, underscores only allowed between adjacent digits. 127 15
    #A19771 warning MethodName Method name 'testStop_withoutStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 127 15
    #A19772 warning GoogleMethodName Method name 'testStop_afterStart' has invalid underscore usage, underscores only allowed between adjacent digits. 136 15
    #A19773 warning MethodName Method name 'testStop_afterStart' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A19774 warning GoogleMethodName Method name 'testStop_failed' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A19775 warning MethodName Method name 'testStop_failed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

    Severity Rule Message Line Col
    #A19776 warning GoogleMethodName Method name 'testCustomSchedule_startStop' has invalid underscore usage, underscores only allowed between adjacent digits. 478 17
    #A19777 warning MethodName Method name 'testCustomSchedule_startStop' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 478 17
    #A19778 warning GoogleMethodName Method name 'testCustomScheduler_deadlock' has invalid underscore usage, underscores only allowed between adjacent digits. 521 17
    #A19779 warning MethodName Method name 'testCustomScheduler_deadlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 521 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AbstractServiceTest.java

    Severity Rule Message Line Col
    #A19780 warning GoogleMethodName Method name 'testAwaitTerminated_FailedService' has invalid underscore usage, underscores only allowed between adjacent digits. 350 15
    #A19781 warning MethodName Method name 'testAwaitTerminated_FailedService' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 350 15
    #A19782 warning GoogleMethodName Method name 'testFailingServiceStopAndWait_stopFailing' has invalid underscore usage, underscores only allowed between adjacent digits. 556 15
    #A19783 warning MethodName Method name 'testFailingServiceStopAndWait_stopFailing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 556 15
    #A19784 warning GoogleMethodName Method name 'testFailingServiceStopAndWait_runFailing' has invalid underscore usage, underscores only allowed between adjacent digits. 573 15
    #A19785 warning MethodName Method name 'testFailingServiceStopAndWait_runFailing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 573 15
    #A19786 warning GoogleMethodName Method name 'testThrowingServiceStopAndWait_stopThrowing' has invalid underscore usage, underscores only allowed between adjacent digits. 603 15
    #A19787 warning MethodName Method name 'testThrowingServiceStopAndWait_stopThrowing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 603 15
    #A19788 warning GoogleMethodName Method name 'testThrowingServiceStopAndWait_runThrowing' has invalid underscore usage, underscores only allowed between adjacent digits. 620 15
    #A19789 warning MethodName Method name 'testThrowingServiceStopAndWait_runThrowing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 620 15
    #A19790 warning GoogleMethodName Method name 'testFailureCause_throwsIfNotFailed' has invalid underscore usage, underscores only allowed between adjacent digits. 636 15
    #A19791 warning MethodName Method name 'testFailureCause_throwsIfNotFailed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 636 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AtomicLongMapBasherTest.java

    Severity Rule Message Line Col
    #A19792 warning GoogleMethodName Method name 'testModify_basher' has invalid underscore usage, underscores only allowed between adjacent digits. 38 15
    #A19793 warning MethodName Method name 'testModify_basher' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AtomicLongMapTest.java

    Severity Rule Message Line Col
    #A19794 warning GoogleMethodName Method name 'testCreate_map' has invalid underscore usage, underscores only allowed between adjacent digits. 51 15
    #A19795 warning MethodName Method name 'testCreate_map' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 15
    #A19796 warning GoogleMethodName Method name 'testIncrementAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A19797 warning MethodName Method name 'testIncrementAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A19798 warning GoogleMethodName Method name 'testGetAndIncrement_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 113 15
    #A19799 warning MethodName Method name 'testGetAndIncrement_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 15
    #A19800 warning GoogleMethodName Method name 'testDecrementAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A19801 warning MethodName Method name 'testDecrementAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A19802 warning GoogleMethodName Method name 'testGetAndDecrement_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A19803 warning MethodName Method name 'testGetAndDecrement_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A19804 warning GoogleMethodName Method name 'testAddAndGet_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A19805 warning MethodName Method name 'testAddAndGet_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A19806 warning GoogleMethodName Method name 'testGetAndAdd_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A19807 warning MethodName Method name 'testGetAndAdd_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A19808 warning GoogleMethodName Method name 'testPut_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 283 15
    #A19809 warning MethodName Method name 'testPut_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 283 15
    #A19810 warning GoogleMethodName Method name 'testPutIfAbsent_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 358 15
    #A19811 warning MethodName Method name 'testPutIfAbsent_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 358 15
    #A19812 warning GoogleMethodName Method name 'testReplace_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 394 15
    #A19813 warning MethodName Method name 'testReplace_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 15
    #A19814 warning GoogleMethodName Method name 'testRemove_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 436 15
    #A19815 warning MethodName Method name 'testRemove_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 436 15
    #A19816 warning GoogleMethodName Method name 'testRemoveValue_zero' has invalid underscore usage, underscores only allowed between adjacent digits. 498 15
    #A19817 warning MethodName Method name 'testRemoveValue_zero' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 498 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/AtomicsTest.java

    Severity Rule Message Line Col
    #A19818 warning GoogleMethodName Method name 'testNewReference_withInitialValue' has invalid underscore usage, underscores only allowed between adjacent digits. 36 15
    #A19819 warning MethodName Method name 'testNewReference_withInitialValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A19820 warning GoogleMethodName Method name 'testNewReferenceArray_withLength' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A19821 warning MethodName Method name 'testNewReferenceArray_withLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 15
    #A19822 warning GoogleMethodName Method name 'testNewReferenceArray_withNegativeLength' has invalid underscore usage, underscores only allowed between adjacent digits. 54 15
    #A19823 warning MethodName Method name 'testNewReferenceArray_withNegativeLength' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 15
    #A19824 warning GoogleMethodName Method name 'testNewReferenceArray_withStringArray' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A19825 warning MethodName Method name 'testNewReferenceArray_withStringArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A19826 warning GoogleMethodName Method name 'testNewReferenceArray_withNullArray' has invalid underscore usage, underscores only allowed between adjacent digits. 75 15
    #A19827 warning MethodName Method name 'testNewReferenceArray_withNullArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/CallablesTest.java

    Severity Rule Message Line Col
    #A19828 warning GoogleMethodName Method name 'testAsAsyncCallable_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 67 15
    #A19829 warning MethodName Method name 'testAsAsyncCallable_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 15
    #A19830 warning GoogleMethodName Method name 'testRenaming_exceptionalReturn' has invalid underscore usage, underscores only allowed between adjacent digits. 106 15
    #A19831 warning MethodName Method name 'testRenaming_exceptionalReturn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 15
    #A19832 warning GoogleMethodName Method name 'testRenaming_noPermissions' has invalid underscore usage, underscores only allowed between adjacent digits. 128 15
    #A19833 warning MethodName Method name 'testRenaming_noPermissions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/CycleDetectingLockFactoryTest.java

    Severity Rule Message Line Col
    #A19834 warning GoogleMethodName Method name 'testDeadlock_twoLocks' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A19835 warning MethodName Method name 'testDeadlock_twoLocks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A19836 warning GoogleMethodName Method name 'testDeadlock_threeLocks' has invalid underscore usage, underscores only allowed between adjacent digits. 129 15
    #A19837 warning MethodName Method name 'testDeadlock_threeLocks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A19838 warning GoogleMethodName Method name 'testReentrancy_noDeadlock' has invalid underscore usage, underscores only allowed between adjacent digits. 150 15
    #A19839 warning MethodName Method name 'testReentrancy_noDeadlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 15
    #A19840 warning GoogleMethodName Method name 'testExplicitOrdering_noViolations' has invalid underscore usage, underscores only allowed between adjacent digits. 156 15
    #A19841 warning MethodName Method name 'testExplicitOrdering_noViolations' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 156 15
    #A19842 warning GoogleMethodName Method name 'testExplicitOrdering_violations' has invalid underscore usage, underscores only allowed between adjacent digits. 164 15
    #A19843 warning MethodName Method name 'testExplicitOrdering_violations' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 164 15
    #A19844 warning GoogleMethodName Method name 'testDifferentOrderings_noViolations' has invalid underscore usage, underscores only allowed between adjacent digits. 191 15
    #A19845 warning MethodName Method name 'testDifferentOrderings_noViolations' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 15
    #A19846 warning GoogleMethodName Method name 'testExplicitOrderings_generalCycleDetection' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A19847 warning MethodName Method name 'testExplicitOrderings_generalCycleDetection' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A19848 warning GoogleMethodName Method name 'testExplicitOrdering_cycleWithUnorderedLock' has invalid underscore usage, underscores only allowed between adjacent digits. 223 15
    #A19849 warning MethodName Method name 'testExplicitOrdering_cycleWithUnorderedLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 15
    #A19850 warning GoogleMethodName Method name 'testExplicitOrdering_reentrantAcquisition' has invalid underscore usage, underscores only allowed between adjacent digits. 241 15
    #A19851 warning MethodName Method name 'testExplicitOrdering_reentrantAcquisition' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 15
    #A19852 warning GoogleMethodName Method name 'testExplicitOrdering_acquiringMultipleLocksWithSameRank' has invalid underscore usage, underscores only allowed between adjacent digits. 257 15
    #A19853 warning MethodName Method name 'testExplicitOrdering_acquiringMultipleLocksWithSameRank' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 15
    #A19854 warning GoogleMethodName Method name 'testReadLock_deadlock' has invalid underscore usage, underscores only allowed between adjacent digits. 274 15
    #A19855 warning MethodName Method name 'testReadLock_deadlock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 15
    #A19856 warning GoogleMethodName Method name 'testReadLock_transitive' has invalid underscore usage, underscores only allowed between adjacent digits. 289 15
    #A19857 warning MethodName Method name 'testReadLock_transitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 289 15
    #A19858 warning GoogleMethodName Method name 'testWriteLock_threeLockDeadLock' has invalid underscore usage, underscores only allowed between adjacent digits. 312 15
    #A19859 warning MethodName Method name 'testWriteLock_threeLockDeadLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 312 15
    #A19860 warning GoogleMethodName Method name 'testReadWriteLockDeadlock_transitive' has invalid underscore usage, underscores only allowed between adjacent digits. 370 15
    #A19861 warning MethodName Method name 'testReadWriteLockDeadlock_transitive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 370 15
    #A19862 warning GoogleMethodName Method name 'testReadWriteLockDeadlock_treatedEquivalently' has invalid underscore usage, underscores only allowed between adjacent digits. 392 15
    #A19863 warning MethodName Method name 'testReadWriteLockDeadlock_treatedEquivalently' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 392 15
    #A19864 warning GoogleMethodName Method name 'testDifferentLockFactories_policyExecution' has invalid underscore usage, underscores only allowed between adjacent digits. 428 15
    #A19865 warning MethodName Method name 'testDifferentLockFactories_policyExecution' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 428 15
    #A19866 warning GoogleMethodName Method name 'testReentrantLock_tryLock' has invalid underscore usage, underscores only allowed between adjacent digits. 444 15
    #A19867 warning MethodName Method name 'testReentrantLock_tryLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 444 15
    #A19868 warning GoogleMethodName Method name 'testReentrantWriteLock_tryLock' has invalid underscore usage, underscores only allowed between adjacent digits. 455 15
    #A19869 warning MethodName Method name 'testReentrantWriteLock_tryLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 455 15
    #A19870 warning GoogleMethodName Method name 'testReentrantReadLock_tryLock' has invalid underscore usage, underscores only allowed between adjacent digits. 468 15
    #A19871 warning MethodName Method name 'testReentrantReadLock_tryLock' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 468 15
    #A19872 warning GoogleMethodName Method name 'testReentrantReadWriteLock_implDoesNotExposeShadowedLocks' has invalid underscore usage, underscores only allowed between adjacent digits. 515 15
    #A19873 warning MethodName Method name 'testReentrantReadWriteLock_implDoesNotExposeShadowedLocks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 515 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ExecutionListTest.java

    Severity Rule Message Line Col
    #A19874 warning GoogleMethodName Method name 'testExecute_idempotent' has invalid underscore usage, underscores only allowed between adjacent digits. 53 15
    #A19875 warning MethodName Method name 'testExecute_idempotent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 15
    #A19876 warning GoogleMethodName Method name 'testExecute_idempotentConcurrently' has invalid underscore usage, underscores only allowed between adjacent digits. 69 15
    #A19877 warning MethodName Method name 'testExecute_idempotentConcurrently' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FakeTimeLimiterTest.java

    Severity Rule Message Line Col
    #A19878 warning GoogleMethodName Method name 'testCallWithTimeout_propagatesReturnValue' has invalid underscore usage, underscores only allowed between adjacent digits. 44 15
    #A19879 warning MethodName Method name 'testCallWithTimeout_propagatesReturnValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 15
    #A19880 warning GoogleMethodName Method name 'testCallWithTimeout_wrapsCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 52 15
    #A19881 warning MethodName Method name 'testCallWithTimeout_wrapsCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 15
    #A19882 warning GoogleMethodName Method name 'testCallWithTimeout_wrapsUncheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 62 15
    #A19883 warning MethodName Method name 'testCallWithTimeout_wrapsUncheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 15
    #A19884 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_propagatesReturnValue' has invalid underscore usage, underscores only allowed between adjacent digits. 72 15
    #A19885 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_propagatesReturnValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 15
    #A19886 warning GoogleMethodName Method name 'testRunWithTimeout_returnsWithoutException' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A19887 warning MethodName Method name 'testRunWithTimeout_returnsWithoutException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A19888 warning GoogleMethodName Method name 'testRunWithTimeout_wrapsUncheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A19889 warning MethodName Method name 'testRunWithTimeout_wrapsUncheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A19890 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_wrapsUncheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 94 15
    #A19891 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_wrapsUncheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 94 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java

    Severity Rule Message Line Col
    #A19892 warning GoogleMethodName Method name 'testGetCheckedUntimed_success' has invalid underscore usage, underscores only allowed between adjacent digits. 56 15
    #A19893 warning MethodName Method name 'testGetCheckedUntimed_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 15
    #A19894 warning GoogleMethodName Method name 'testGetCheckedUntimed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 60 15
    #A19895 warning MethodName Method name 'testGetCheckedUntimed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 15
    #A19896 warning GoogleMethodName Method name 'testGetCheckedUntimed_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A19897 warning MethodName Method name 'testGetCheckedUntimed_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A19898 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A19899 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A19900 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionUnchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 93 15
    #A19901 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionUnchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 15
    #A19902 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionError' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A19903 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A19904 warning GoogleMethodName Method name 'testGetCheckedUntimed_ExecutionExceptionOtherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 112 15
    #A19905 warning MethodName Method name 'testGetCheckedUntimed_ExecutionExceptionOtherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 112 15
    #A19906 warning GoogleMethodName Method name 'testGetCheckedUntimed_RuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 121 15
    #A19907 warning MethodName Method name 'testGetCheckedUntimed_RuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 121 15
    #A19908 warning GoogleMethodName Method name 'testGetCheckedUntimed_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 130 15
    #A19909 warning MethodName Method name 'testGetCheckedUntimed_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 130 15
    #A19910 warning GoogleMethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_failsEvenForSuccessfulInput' has invalid underscore usage, underscores only allowed between adjacent digits. 140 15
    #A19911 warning MethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_failsEvenForSuccessfulInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A19912 warning GoogleMethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_wrapsOriginalChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 149 15
    #A19913 warning MethodName Method name 'testGetCheckedUntimed_badExceptionConstructor_wrapsOriginalChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 15
    #A19914 warning GoogleMethodName Method name 'testGetCheckedUntimed_withGoodAndBadExceptionConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 158 15
    #A19915 warning MethodName Method name 'testGetCheckedUntimed_withGoodAndBadExceptionConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 158 15
    #A19916 warning GoogleMethodName Method name 'testGetCheckedTimed_success' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A19917 warning MethodName Method name 'testGetCheckedTimed_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A19918 warning GoogleMethodName Method name 'testGetCheckedTimed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 174 15
    #A19919 warning MethodName Method name 'testGetCheckedTimed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 174 15
    #A19920 warning GoogleMethodName Method name 'testGetCheckedTimed_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A19921 warning MethodName Method name 'testGetCheckedTimed_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A19922 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 198 15
    #A19923 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 198 15
    #A19924 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionUnchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 207 15
    #A19925 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionUnchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 207 15
    #A19926 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionError' has invalid underscore usage, underscores only allowed between adjacent digits. 216 15
    #A19927 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 216 15
    #A19928 warning GoogleMethodName Method name 'testGetCheckedTimed_ExecutionExceptionOtherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 225 15
    #A19929 warning MethodName Method name 'testGetCheckedTimed_ExecutionExceptionOtherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 225 15
    #A19930 warning GoogleMethodName Method name 'testGetCheckedTimed_RuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 234 15
    #A19931 warning MethodName Method name 'testGetCheckedTimed_RuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 234 15
    #A19932 warning GoogleMethodName Method name 'testGetCheckedTimed_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A19933 warning MethodName Method name 'testGetCheckedTimed_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15
    #A19934 warning GoogleMethodName Method name 'testGetCheckedTimed_TimeoutException' has invalid underscore usage, underscores only allowed between adjacent digits. 253 15
    #A19935 warning MethodName Method name 'testGetCheckedTimed_TimeoutException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 253 15
    #A19936 warning GoogleMethodName Method name 'testGetCheckedTimed_badExceptionConstructor_failsEvenForSuccessfulInput' has invalid underscore usage, underscores only allowed between adjacent digits. 263 15
    #A19937 warning MethodName Method name 'testGetCheckedTimed_badExceptionConstructor_failsEvenForSuccessfulInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 263 15
    #A19938 warning GoogleMethodName Method name 'testGetCheckedTimed_badExceptionConstructor_wrapsOriginalChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 272 15
    #A19939 warning MethodName Method name 'testGetCheckedTimed_badExceptionConstructor_wrapsOriginalChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 272 15
    #A19940 warning GoogleMethodName Method name 'testGetCheckedTimed_withGoodAndBadExceptionConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 281 15
    #A19941 warning MethodName Method name 'testGetCheckedTimed_withGoodAndBadExceptionConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 281 15
    #A19942 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassIsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 297 15
    #A19943 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassIsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 297 15
    #A19944 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassSomePrivateConstructors' has invalid underscore usage, underscores only allowed between adjacent digits. 305 15
    #A19945 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassSomePrivateConstructors' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 305 15
    #A19946 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassNoPublicConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 314 15
    #A19947 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassNoPublicConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 314 15
    #A19948 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassPublicConstructorWrongType' has invalid underscore usage, underscores only allowed between adjacent digits. 324 15
    #A19949 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassPublicConstructorWrongType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 324 15
    #A19950 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassPrefersStringConstructor' has invalid underscore usage, underscores only allowed between adjacent digits. 333 15
    #A19951 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassPrefersStringConstructor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 333 15
    #A19952 warning GoogleMethodName Method name 'testGetCheckedUntimed_exceptionClassUsedInitCause' has invalid underscore usage, underscores only allowed between adjacent digits. 342 15
    #A19953 warning MethodName Method name 'testGetCheckedUntimed_exceptionClassUsedInitCause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 342 15
    #A19954 warning GoogleMethodName Method name 'testGetChecked_classUnloading' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A19955 warning MethodName Method name 'testGetChecked_classUnloading' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesGetUncheckedTest.java

    Severity Rule Message Line Col
    #A19956 warning GoogleMethodName Method name 'testGetUnchecked_success' has invalid underscore usage, underscores only allowed between adjacent digits. 40 15
    #A19957 warning MethodName Method name 'testGetUnchecked_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 15
    #A19958 warning GoogleMethodName Method name 'testGetUnchecked_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A19959 warning MethodName Method name 'testGetUnchecked_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 45 15
    #A19960 warning GoogleMethodName Method name 'testGetUnchecked_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 55 15
    #A19961 warning MethodName Method name 'testGetUnchecked_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 15
    #A19962 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionChecked' has invalid underscore usage, underscores only allowed between adjacent digits. 65 15
    #A19963 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionChecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 15
    #A19964 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionUnchecked' has invalid underscore usage, underscores only allowed between adjacent digits. 74 15
    #A19965 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionUnchecked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 15
    #A19966 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionError' has invalid underscore usage, underscores only allowed between adjacent digits. 83 15
    #A19967 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 83 15
    #A19968 warning GoogleMethodName Method name 'testGetUnchecked_ExecutionExceptionOtherThrowable' has invalid underscore usage, underscores only allowed between adjacent digits. 92 15
    #A19969 warning MethodName Method name 'testGetUnchecked_ExecutionExceptionOtherThrowable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 15
    #A19970 warning GoogleMethodName Method name 'testGetUnchecked_RuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 101 15
    #A19971 warning MethodName Method name 'testGetUnchecked_RuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 15
    #A19972 warning GoogleMethodName Method name 'testGetUnchecked_Error' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A19973 warning MethodName Method name 'testGetUnchecked_Error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

    Severity Rule Message Line Col
    #A19974 warning GoogleMethodName Method name 'testImmediateFailedFuture_cancellationException' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A19975 warning MethodName Method name 'testImmediateFailedFuture_cancellationException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A19976 warning GoogleMethodName Method name 'testTransform_genericsNull' has invalid underscore usage, underscores only allowed between adjacent digits. 242 15
    #A19977 warning MethodName Method name 'testTransform_genericsNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 15
    #A19978 warning GoogleMethodName Method name 'testTransform_genericsHierarchy' has invalid underscore usage, underscores only allowed between adjacent digits. 248 15
    #A19979 warning MethodName Method name 'testTransform_genericsHierarchy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 15
    #A19980 warning GoogleMethodName Method name 'testTransform_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 268 15
    #A19981 warning MethodName Method name 'testTransform_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 268 15
    #A19982 warning GoogleMethodName Method name 'testTransform_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 291 15
    #A19983 warning MethodName Method name 'testTransform_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 291 15
    #A19984 warning GoogleMethodName Method name 'testTransform_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 311 15
    #A19985 warning MethodName Method name 'testTransform_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 15
    #A19986 warning GoogleMethodName Method name 'testTransform_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A19987 warning MethodName Method name 'testTransform_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A19988 warning GoogleMethodName Method name 'testTransform_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 344 15
    #A19989 warning MethodName Method name 'testTransform_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 344 15
    #A19990 warning GoogleMethodName Method name 'testTransform_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A19991 warning MethodName Method name 'testTransform_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A19992 warning GoogleMethodName Method name 'testTransformAsync_cancelPropagatesToInput' has invalid underscore usage, underscores only allowed between adjacent digits. 375 15
    #A19993 warning MethodName Method name 'testTransformAsync_cancelPropagatesToInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 375 15
    #A19994 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToInput' has invalid underscore usage, underscores only allowed between adjacent digits. 389 15
    #A19995 warning MethodName Method name 'testTransformAsync_interruptPropagatesToInput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 389 15
    #A19996 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToTransformingThread' has invalid underscore usage, underscores only allowed between adjacent digits. 405 15
    #A19997 warning MethodName Method name 'testTransformAsync_interruptPropagatesToTransformingThread' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 405 15
    #A19998 warning GoogleMethodName Method name 'testTransformAsync_cancelPropagatesToAsyncOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 443 15
    #A19999 warning MethodName Method name 'testTransformAsync_cancelPropagatesToAsyncOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 443 15
    #A20000 warning GoogleMethodName Method name 'testTransformAsync_interruptPropagatesToAsyncOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 458 15
    #A20001 warning MethodName Method name 'testTransformAsync_interruptPropagatesToAsyncOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 458 15
    #A20002 warning GoogleMethodName Method name 'testTransformAsync_inputCancelButNotInterruptPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 473 15
    #A20003 warning MethodName Method name 'testTransformAsync_inputCancelButNotInterruptPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 473 15
    #A20004 warning GoogleMethodName Method name 'testTransformAsync_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 499 15
    #A20005 warning MethodName Method name 'testTransformAsync_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 499 15
    #A20006 warning GoogleMethodName Method name 'testTransformAsync_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 522 15
    #A20007 warning MethodName Method name 'testTransformAsync_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 522 15
    #A20008 warning GoogleMethodName Method name 'testTransformAsync_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 542 15
    #A20009 warning MethodName Method name 'testTransformAsync_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 542 15
    #A20010 warning GoogleMethodName Method name 'testTransformAsync_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 562 15
    #A20011 warning MethodName Method name 'testTransformAsync_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 562 15
    #A20012 warning GoogleMethodName Method name 'testTransformAsync_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 575 15
    #A20013 warning MethodName Method name 'testTransformAsync_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 575 15
    #A20014 warning GoogleMethodName Method name 'testTransformAsync_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 587 15
    #A20015 warning MethodName Method name 'testTransformAsync_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 587 15
    #A20016 warning GoogleMethodName Method name 'testTransform_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 606 15
    #A20017 warning MethodName Method name 'testTransform_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 606 15
    #A20018 warning GoogleMethodName Method name 'testTransformAsync_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 619 15
    #A20019 warning MethodName Method name 'testTransformAsync_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 619 15
    #A20020 warning GoogleMethodName Method name 'testTransform_Executor' has invalid underscore usage, underscores only allowed between adjacent digits. 784 15
    #A20021 warning MethodName Method name 'testTransform_Executor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 784 15
    #A20022 warning GoogleMethodName Method name 'testTransformAsync_functionToString' has invalid underscore usage, underscores only allowed between adjacent digits. 798 15
    #A20023 warning MethodName Method name 'testTransformAsync_functionToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 798 15
    #A20024 warning GoogleMethodName Method name 'testLazyTransform_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 838 15
    #A20025 warning MethodName Method name 'testLazyTransform_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 838 15
    #A20026 warning GoogleMethodName Method name 'testCatchingAsync_inputDoesNotRaiseException' has invalid underscore usage, underscores only allowed between adjacent digits. 935 15
    #A20027 warning MethodName Method name 'testCatchingAsync_inputDoesNotRaiseException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 15
    #A20028 warning GoogleMethodName Method name 'testCatchingAsync_inputRaisesException' has invalid underscore usage, underscores only allowed between adjacent digits. 943 15
    #A20029 warning MethodName Method name 'testCatchingAsync_inputRaisesException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 943 15
    #A20030 warning GoogleMethodName Method name 'testCatchingAsync_inputCancelledWithoutFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 962 15
    #A20031 warning MethodName Method name 'testCatchingAsync_inputCancelledWithoutFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 15
    #A20032 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 970 15
    #A20033 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 970 15
    #A20034 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 975 15
    #A20035 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 975 15
    #A20036 warning GoogleMethodName Method name 'testCatchingAsync_fallbackGeneratesError' has invalid underscore usage, underscores only allowed between adjacent digits. 980 15
    #A20037 warning MethodName Method name 'testCatchingAsync_fallbackGeneratesError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 980 15
    #A20038 warning GoogleMethodName Method name 'testCatchingAsync_fallbackReturnsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 998 15
    #A20039 warning MethodName Method name 'testCatchingAsync_fallbackReturnsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 998 15
    #A20040 warning GoogleMethodName Method name 'testCatchingAsync_fallbackReturnsCheckedException' has invalid underscore usage, underscores only allowed between adjacent digits. 1003 15
    #A20041 warning MethodName Method name 'testCatchingAsync_fallbackReturnsCheckedException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1003 15
    #A20042 warning GoogleMethodName Method name 'testCatchingAsync_fallbackNotReady' has invalid underscore usage, underscores only allowed between adjacent digits. 1036 15
    #A20043 warning MethodName Method name 'testCatchingAsync_fallbackNotReady' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1036 15
    #A20044 warning GoogleMethodName Method name 'testCatchingAsync_resultInterruptedBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1052 15
    #A20045 warning MethodName Method name 'testCatchingAsync_resultInterruptedBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1052 15
    #A20046 warning GoogleMethodName Method name 'testCatchingAsync_resultCancelledBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1062 15
    #A20047 warning MethodName Method name 'testCatchingAsync_resultCancelledBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1062 15
    #A20048 warning GoogleMethodName Method name 'testCatchingAsync_resultCancelledAfterFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1075 15
    #A20049 warning MethodName Method name 'testCatchingAsync_resultCancelledAfterFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1075 15
    #A20050 warning GoogleMethodName Method name 'testCatchingAsync_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1098 15
    #A20051 warning MethodName Method name 'testCatchingAsync_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1098 15
    #A20052 warning GoogleMethodName Method name 'testCatchingAsync_interruptPropagatesToTransformingThread' has invalid underscore usage, underscores only allowed between adjacent digits. 1127 15
    #A20053 warning MethodName Method name 'testCatchingAsync_interruptPropagatesToTransformingThread' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1127 15
    #A20054 warning GoogleMethodName Method name 'testCatchingAsync_functionToString' has invalid underscore usage, underscores only allowed between adjacent digits. 1167 15
    #A20055 warning MethodName Method name 'testCatchingAsync_functionToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1167 15
    #A20056 warning GoogleMethodName Method name 'testCatchingAsync_futureToString' has invalid underscore usage, underscores only allowed between adjacent digits. 1195 15
    #A20057 warning MethodName Method name 'testCatchingAsync_futureToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1195 15
    #A20058 warning GoogleMethodName Method name 'testCatching_inputDoesNotRaiseException' has invalid underscore usage, underscores only allowed between adjacent digits. 1218 15
    #A20059 warning MethodName Method name 'testCatching_inputDoesNotRaiseException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1218 15
    #A20060 warning GoogleMethodName Method name 'testCatching_inputRaisesException' has invalid underscore usage, underscores only allowed between adjacent digits. 1226 15
    #A20061 warning MethodName Method name 'testCatching_inputRaisesException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1226 15
    #A20062 warning GoogleMethodName Method name 'testCatching_inputCancelledWithoutFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1245 15
    #A20063 warning MethodName Method name 'testCatching_inputCancelledWithoutFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1245 15
    #A20064 warning GoogleMethodName Method name 'testCatching_fallbackGeneratesRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1253 15
    #A20065 warning MethodName Method name 'testCatching_fallbackGeneratesRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1253 15
    #A20066 warning GoogleMethodName Method name 'testCatching_fallbackGeneratesError' has invalid underscore usage, underscores only allowed between adjacent digits. 1263 15
    #A20067 warning MethodName Method name 'testCatching_fallbackGeneratesError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1263 15
    #A20068 warning GoogleMethodName Method name 'testCatching_resultInterruptedBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1312 15
    #A20069 warning MethodName Method name 'testCatching_resultInterruptedBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1312 15
    #A20070 warning GoogleMethodName Method name 'testCatching_resultCancelledBeforeFallback' has invalid underscore usage, underscores only allowed between adjacent digits. 1322 15
    #A20071 warning MethodName Method name 'testCatching_resultCancelledBeforeFallback' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1322 15
    #A20072 warning GoogleMethodName Method name 'testCatching_Throwable' has invalid underscore usage, underscores only allowed between adjacent digits. 1338 15
    #A20073 warning MethodName Method name 'testCatching_Throwable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1338 15
    #A20074 warning GoogleMethodName Method name 'testCatching_customTypeMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1347 15
    #A20075 warning MethodName Method name 'testCatching_customTypeMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1347 15
    #A20076 warning GoogleMethodName Method name 'testCatching_customTypeNoMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1356 15
    #A20077 warning MethodName Method name 'testCatching_customTypeNoMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1356 15
    #A20078 warning GoogleMethodName Method name 'testCatching_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 1370 15
    #A20079 warning MethodName Method name 'testCatching_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1370 15
    #A20080 warning GoogleMethodName Method name 'testCatching_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1394 15
    #A20081 warning MethodName Method name 'testCatching_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1394 15
    #A20082 warning GoogleMethodName Method name 'testCatching_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1414 15
    #A20083 warning MethodName Method name 'testCatching_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1414 15
    #A20084 warning GoogleMethodName Method name 'testCatching_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1434 15
    #A20085 warning MethodName Method name 'testCatching_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1434 15
    #A20086 warning GoogleMethodName Method name 'testCatching_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1444 15
    #A20087 warning MethodName Method name 'testCatching_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1444 15
    #A20088 warning GoogleMethodName Method name 'testCatching_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1453 15
    #A20089 warning MethodName Method name 'testCatching_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1453 15
    #A20090 warning GoogleMethodName Method name 'testCatchingAsync_Throwable' has invalid underscore usage, underscores only allowed between adjacent digits. 1473 15
    #A20091 warning MethodName Method name 'testCatchingAsync_Throwable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1473 15
    #A20092 warning GoogleMethodName Method name 'testCatchingAsync_customTypeMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1482 15
    #A20093 warning MethodName Method name 'testCatchingAsync_customTypeMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1482 15
    #A20094 warning GoogleMethodName Method name 'testCatchingAsync_customTypeNoMatch' has invalid underscore usage, underscores only allowed between adjacent digits. 1491 15
    #A20095 warning MethodName Method name 'testCatchingAsync_customTypeNoMatch' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1491 15
    #A20096 warning GoogleMethodName Method name 'testCatchingAsync_StackOverflow' has invalid underscore usage, underscores only allowed between adjacent digits. 1505 15
    #A20097 warning MethodName Method name 'testCatchingAsync_StackOverflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1505 15
    #A20098 warning GoogleMethodName Method name 'testCatchingAsync_ErrorAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1529 15
    #A20099 warning MethodName Method name 'testCatchingAsync_ErrorAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1529 15
    #A20100 warning GoogleMethodName Method name 'testCatchingAsync_ExceptionAfterCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 1550 15
    #A20101 warning MethodName Method name 'testCatchingAsync_ExceptionAfterCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1550 15
    #A20102 warning GoogleMethodName Method name 'testCatchingAsync_getThrowsRuntimeException' has invalid underscore usage, underscores only allowed between adjacent digits. 1571 15
    #A20103 warning MethodName Method name 'testCatchingAsync_getThrowsRuntimeException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1571 15
    #A20104 warning GoogleMethodName Method name 'testCatchingAsync_getThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1581 15
    #A20105 warning MethodName Method name 'testCatchingAsync_getThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1581 15
    #A20106 warning GoogleMethodName Method name 'testCatchingAsync_listenerThrowsError' has invalid underscore usage, underscores only allowed between adjacent digits. 1590 15
    #A20107 warning MethodName Method name 'testCatchingAsync_listenerThrowsError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1590 15
    #A20108 warning GoogleMethodName Method name 'testCatching_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 1610 15
    #A20109 warning MethodName Method name 'testCatching_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1610 15
    #A20110 warning GoogleMethodName Method name 'testCatchingAsync_rejectionPropagatesToOutput' has invalid underscore usage, underscores only allowed between adjacent digits. 1623 15
    #A20111 warning MethodName Method name 'testCatchingAsync_rejectionPropagatesToOutput' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1623 15
    #A20112 warning GoogleMethodName Method name 'testTransformAsync_genericsWildcard_AsyncFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1668 15
    #A20113 warning MethodName Method name 'testTransformAsync_genericsWildcard_AsyncFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1668 15
    #A20114 warning GoogleMethodName Method name 'testTransformAsync_genericsHierarchy_AsyncFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1675 15
    #A20115 warning MethodName Method name 'testTransformAsync_genericsHierarchy_AsyncFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1675 15
    #A20116 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_timeout' has invalid underscore usage, underscores only allowed between adjacent digits. 1692 15
    #A20117 warning MethodName Method name 'testTransformAsync_asyncFunction_timeout' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1692 15
    #A20118 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_error' has invalid underscore usage, underscores only allowed between adjacent digits. 1704 15
    #A20119 warning MethodName Method name 'testTransformAsync_asyncFunction_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1704 15
    #A20120 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1725 15
    #A20121 warning MethodName Method name 'testTransformAsync_asyncFunction_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1725 15
    #A20122 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_cancelledWhileApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1744 15
    #A20123 warning MethodName Method name 'testTransformAsync_asyncFunction_cancelledWhileApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1744 15
    #A20124 warning GoogleMethodName Method name 'testTransformAsync_asyncFunction_cancelledBeforeApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1779 15
    #A20125 warning MethodName Method name 'testTransformAsync_asyncFunction_cancelledBeforeApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1779 15
    #A20126 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_error' has invalid underscore usage, underscores only allowed between adjacent digits. 1816 15
    #A20127 warning MethodName Method name 'testSubmitAsync_asyncCallable_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1816 15
    #A20128 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1836 15
    #A20129 warning MethodName Method name 'testSubmitAsync_asyncCallable_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1836 15
    #A20130 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_cancelledWhileApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1853 15
    #A20131 warning MethodName Method name 'testSubmitAsync_asyncCallable_cancelledWhileApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1853 15
    #A20132 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_cancelledBeforeApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 1887 15
    #A20133 warning MethodName Method name 'testSubmitAsync_asyncCallable_cancelledBeforeApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1887 15
    #A20134 warning GoogleMethodName Method name 'testSubmitAsync_asyncCallable_returnsInterruptedFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 1921 15
    #A20135 warning MethodName Method name 'testSubmitAsync_asyncCallable_returnsInterruptedFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1921 15
    #A20136 warning GoogleMethodName Method name 'testSubmit_callable_returnsValue' has invalid underscore usage, underscores only allowed between adjacent digits. 1932 15
    #A20137 warning MethodName Method name 'testSubmit_callable_returnsValue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1932 15
    #A20138 warning GoogleMethodName Method name 'testSubmit_callable_throwsException' has invalid underscore usage, underscores only allowed between adjacent digits. 1945 15
    #A20139 warning MethodName Method name 'testSubmit_callable_throwsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1945 15
    #A20140 warning GoogleMethodName Method name 'testSubmit_runnable_completesAfterRun' has invalid underscore usage, underscores only allowed between adjacent digits. 1963 15
    #A20141 warning MethodName Method name 'testSubmit_runnable_completesAfterRun' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1963 15
    #A20142 warning GoogleMethodName Method name 'testSubmit_runnable_throwsException' has invalid underscore usage, underscores only allowed between adjacent digits. 1990 15
    #A20143 warning MethodName Method name 'testSubmit_runnable_throwsException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1990 15
    #A20144 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2010 15
    #A20145 warning MethodName Method name 'testScheduleAsync_asyncCallable_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2010 15
    #A20146 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_nullInsteadOfFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 2032 15
    #A20147 warning MethodName Method name 'testScheduleAsync_asyncCallable_nullInsteadOfFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2032 15
    #A20148 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_cancelledWhileApplyingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 2054 15
    #A20149 warning MethodName Method name 'testScheduleAsync_asyncCallable_cancelledWhileApplyingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2054 15
    #A20150 warning GoogleMethodName Method name 'testScheduleAsync_asyncCallable_cancelledBeforeCallingFunction' has invalid underscore usage, underscores only allowed between adjacent digits. 2087 15
    #A20151 warning MethodName Method name 'testScheduleAsync_asyncCallable_cancelledBeforeCallingFunction' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2087 15
    #A20152 warning GoogleMethodName Method name 'testAllAsList_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 2178 15
    #A20153 warning MethodName Method name 'testAllAsList_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2178 15
    #A20154 warning GoogleMethodName Method name 'testAllAsList_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 2188 15
    #A20155 warning MethodName Method name 'testAllAsList_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2188 15
    #A20156 warning GoogleMethodName Method name 'testAllAsList_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 2198 15
    #A20157 warning MethodName Method name 'testAllAsList_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2198 15
    #A20158 warning GoogleMethodName Method name 'testAllAsList_singleFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 2221 15
    #A20159 warning MethodName Method name 'testAllAsList_singleFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2221 15
    #A20160 warning GoogleMethodName Method name 'testAllAsList_immediateFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 2234 15
    #A20161 warning MethodName Method name 'testAllAsList_immediateFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2234 15
    #A20162 warning GoogleMethodName Method name 'testAllAsList_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2248 15
    #A20163 warning MethodName Method name 'testAllAsList_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2248 15
    #A20164 warning GoogleMethodName Method name 'testAllAsList_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 2263 15
    #A20165 warning MethodName Method name 'testAllAsList_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2263 15
    #A20166 warning GoogleMethodName Method name 'testAllAsList_resultCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 2284 15
    #A20167 warning MethodName Method name 'testAllAsList_resultCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2284 15
    #A20168 warning GoogleMethodName Method name 'testAllAsList_resultCancelledInterrupted_withSecondaryListFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 2298 15
    #A20169 warning MethodName Method name 'testAllAsList_resultCancelledInterrupted_withSecondaryListFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2298 15
    #A20170 warning GoogleMethodName Method name 'testAllAsList_resultCancelled_withSecondaryListFuture' has invalid underscore usage, underscores only allowed between adjacent digits. 2314 15
    #A20171 warning MethodName Method name 'testAllAsList_resultCancelled_withSecondaryListFuture' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2314 15
    #A20172 warning GoogleMethodName Method name 'testAllAsList_resultInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 2328 15
    #A20173 warning MethodName Method name 'testAllAsList_resultInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2328 15
    #A20174 warning GoogleMethodName Method name 'testAllAsList_doneFutures' has invalid underscore usage, underscores only allowed between adjacent digits. 2348 15
    #A20175 warning MethodName Method name 'testAllAsList_doneFutures' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2348 15
    #A20176 warning GoogleMethodName Method name 'testAllAsList_logging_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 2375 15
    #A20177 warning MethodName Method name 'testAllAsList_logging_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2375 15
    #A20178 warning GoogleMethodName Method name 'testAllAsList_logging_error' has invalid underscore usage, underscores only allowed between adjacent digits. 2388 15
    #A20179 warning MethodName Method name 'testAllAsList_logging_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2388 15
    #A20180 warning GoogleMethodName Method name 'testAllAsList_logging_multipleExceptions_alreadyDone' has invalid underscore usage, underscores only allowed between adjacent digits. 2402 15
    #A20181 warning MethodName Method name 'testAllAsList_logging_multipleExceptions_alreadyDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2402 15
    #A20182 warning GoogleMethodName Method name 'testAllAsList_logging_multipleExceptions_doneLater' has invalid underscore usage, underscores only allowed between adjacent digits. 2418 15
    #A20183 warning MethodName Method name 'testAllAsList_logging_multipleExceptions_doneLater' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2418 15
    #A20184 warning GoogleMethodName Method name 'testAllAsList_logging_same_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 2441 15
    #A20185 warning MethodName Method name 'testAllAsList_logging_same_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2441 15
    #A20186 warning GoogleMethodName Method name 'testAllAsList_logging_seenExceptionUpdateRace' has invalid underscore usage, underscores only allowed between adjacent digits. 2453 15
    #A20187 warning MethodName Method name 'testAllAsList_logging_seenExceptionUpdateRace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2453 15
    #A20188 warning GoogleMethodName Method name 'testAllAsList_logging_seenExceptionUpdateCancelRace' has invalid underscore usage, underscores only allowed between adjacent digits. 2483 15
    #A20189 warning MethodName Method name 'testAllAsList_logging_seenExceptionUpdateCancelRace' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2483 15
    #A20190 warning GoogleMethodName Method name 'testAllAsList_logging_same_cause' has invalid underscore usage, underscores only allowed between adjacent digits. 2517 15
    #A20191 warning MethodName Method name 'testAllAsList_logging_same_cause' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2517 15
    #A20192 warning GoogleMethodName Method name 'testWhenAllComplete_noLeakInterruption' has invalid underscore usage, underscores only allowed between adjacent digits. 2542 15
    #A20193 warning MethodName Method name 'testWhenAllComplete_noLeakInterruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2542 15
    #A20194 warning GoogleMethodName Method name 'testWhenAllComplete_wildcard' has invalid underscore usage, underscores only allowed between adjacent digits. 2559 15
    #A20195 warning MethodName Method name 'testWhenAllComplete_wildcard' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2559 15
    #A20196 warning GoogleMethodName Method name 'testWhenAllComplete_asyncResult' has invalid underscore usage, underscores only allowed between adjacent digits. 2586 15
    #A20197 warning MethodName Method name 'testWhenAllComplete_asyncResult' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2586 15
    #A20198 warning GoogleMethodName Method name 'testWhenAllComplete_asyncError' has invalid underscore usage, underscores only allowed between adjacent digits. 2646 15
    #A20199 warning MethodName Method name 'testWhenAllComplete_asyncError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2646 15
    #A20200 warning GoogleMethodName Method name 'testWhenAllComplete_cancelledNotInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 2678 15
    #A20201 warning MethodName Method name 'testWhenAllComplete_cancelledNotInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2678 15
    #A20202 warning GoogleMethodName Method name 'testWhenAllComplete_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 2717 15
    #A20203 warning MethodName Method name 'testWhenAllComplete_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2717 15
    #A20204 warning GoogleMethodName Method name 'testWhenAllComplete_runnableResult' has invalid underscore usage, underscores only allowed between adjacent digits. 2752 15
    #A20205 warning MethodName Method name 'testWhenAllComplete_runnableResult' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2752 15
    #A20206 warning GoogleMethodName Method name 'testWhenAllComplete_runnableError' has invalid underscore usage, underscores only allowed between adjacent digits. 2778 15
    #A20207 warning MethodName Method name 'testWhenAllComplete_runnableError' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2778 15
    #A20208 warning GoogleMethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithoutInterrupt_doesNotInterruptRunnable' has invalid underscore usage, underscores only allowed between adjacent digits. 2810 15
    #A20209 warning MethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithoutInterrupt_doesNotInterruptRunnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2810 15
    #A20210 warning GoogleMethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithInterrupt_InterruptsRunnable' has invalid underscore usage, underscores only allowed between adjacent digits. 2851 15
    #A20211 warning MethodName Method name 'testWhenAllCompleteRunnable_resultCanceledWithInterrupt_InterruptsRunnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2851 15
    #A20212 warning GoogleMethodName Method name 'testWhenAllSucceed_releasesInputFuturesUponSubmission' has invalid underscore usage, underscores only allowed between adjacent digits. 2916 15
    #A20213 warning MethodName Method name 'testWhenAllSucceed_releasesInputFuturesUponSubmission' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2916 15
    #A20214 warning GoogleMethodName Method name 'testWhenAllComplete_releasesInputFuturesUponCancellation' has invalid underscore usage, underscores only allowed between adjacent digits. 2951 15
    #A20215 warning MethodName Method name 'testWhenAllComplete_releasesInputFuturesUponCancellation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2951 15
    #A20216 warning GoogleMethodName Method name 'testWhenAllSucceed_releasesCallable' has invalid underscore usage, underscores only allowed between adjacent digits. 2974 15
    #A20217 warning MethodName Method name 'testWhenAllSucceed_releasesCallable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 2974 15
    #A20218 warning GoogleMethodName Method name 'testAllAsList_extensive' has invalid underscore usage, underscores only allowed between adjacent digits. 3370 15
    #A20219 warning MethodName Method name 'testAllAsList_extensive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3370 15
    #A20220 warning GoogleMethodName Method name 'testSuccessfulAsList_extensive' has invalid underscore usage, underscores only allowed between adjacent digits. 3375 15
    #A20221 warning MethodName Method name 'testSuccessfulAsList_extensive' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3375 15
    #A20222 warning GoogleMethodName Method name 'testSuccessfulAsList_emptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 3405 15
    #A20223 warning MethodName Method name 'testSuccessfulAsList_emptyList' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3405 15
    #A20224 warning GoogleMethodName Method name 'testSuccessfulAsList_emptyArray' has invalid underscore usage, underscores only allowed between adjacent digits. 3415 15
    #A20225 warning MethodName Method name 'testSuccessfulAsList_emptyArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3415 15
    #A20226 warning GoogleMethodName Method name 'testSuccessfulAsList_partialFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 3425 15
    #A20227 warning MethodName Method name 'testSuccessfulAsList_partialFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3425 15
    #A20228 warning GoogleMethodName Method name 'testSuccessfulAsList_totalFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 3444 15
    #A20229 warning MethodName Method name 'testSuccessfulAsList_totalFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3444 15
    #A20230 warning GoogleMethodName Method name 'testSuccessfulAsList_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3463 15
    #A20231 warning MethodName Method name 'testSuccessfulAsList_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3463 15
    #A20232 warning GoogleMethodName Method name 'testSuccessfulAsList_resultCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3482 15
    #A20233 warning MethodName Method name 'testSuccessfulAsList_resultCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3482 15
    #A20234 warning GoogleMethodName Method name 'testSuccessfulAsList_resultCancelledRacingInputDone' has invalid underscore usage, underscores only allowed between adjacent digits. 3496 15
    #A20235 warning MethodName Method name 'testSuccessfulAsList_resultCancelledRacingInputDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3496 15
    #A20236 warning GoogleMethodName Method name 'doTestSuccessfulAsList_resultCancelledRacingInputDone' has invalid underscore usage, underscores only allowed between adjacent digits. 3511 23
    #A20237 warning MethodName Method name 'doTestSuccessfulAsList_resultCancelledRacingInputDone' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3511 23
    #A20238 warning GoogleMethodName Method name 'testSuccessfulAsList_resultInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 3554 15
    #A20239 warning MethodName Method name 'testSuccessfulAsList_resultInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3554 15
    #A20240 warning GoogleMethodName Method name 'testSuccessfulAsList_mixed' has invalid underscore usage, underscores only allowed between adjacent digits. 3568 15
    #A20241 warning MethodName Method name 'testSuccessfulAsList_mixed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3568 15
    #A20242 warning GoogleMethodName Method name 'testSuccessfulAsList_logging_exception' has invalid underscore usage, underscores only allowed between adjacent digits. 3593 15
    #A20243 warning MethodName Method name 'testSuccessfulAsList_logging_exception' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3593 15
    #A20244 warning GoogleMethodName Method name 'testSuccessfulAsList_logging_error' has invalid underscore usage, underscores only allowed between adjacent digits. 3616 15
    #A20245 warning MethodName Method name 'testSuccessfulAsList_logging_error' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3616 15
    #A20246 warning GoogleMethodName Method name 'testSuccessfulAsList_failureLoggedEvenAfterOutputCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3625 15
    #A20247 warning MethodName Method name 'testSuccessfulAsList_failureLoggedEvenAfterOutputCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3625 15
    #A20248 warning GoogleMethodName Method name 'testNonCancellationPropagating_successful' has invalid underscore usage, underscores only allowed between adjacent digits. 3643 15
    #A20249 warning MethodName Method name 'testNonCancellationPropagating_successful' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3643 15
    #A20250 warning GoogleMethodName Method name 'testNonCancellationPropagating_failure' has invalid underscore usage, underscores only allowed between adjacent digits. 3654 15
    #A20251 warning MethodName Method name 'testNonCancellationPropagating_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3654 15
    #A20252 warning GoogleMethodName Method name 'testNonCancellationPropagating_delegateCancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 3669 15
    #A20253 warning MethodName Method name 'testNonCancellationPropagating_delegateCancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3669 15
    #A20254 warning GoogleMethodName Method name 'testNonCancellationPropagating_doesNotPropagate' has invalid underscore usage, underscores only allowed between adjacent digits. 3678 15
    #A20255 warning MethodName Method name 'testNonCancellationPropagating_doesNotPropagate' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3678 15
    #A20256 warning GoogleMethodName Method name 'testFutures_nullChecks' has invalid underscore usage, underscores only allowed between adjacent digits. 3889 15
    #A20257 warning MethodName Method name 'testFutures_nullChecks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 3889 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java

    Severity Rule Message Line Col
    #A20258 warning GoogleMethodName Method name 'testAdapters_nullChecks' has invalid underscore usage, underscores only allowed between adjacent digits. 265 15
    #A20259 warning MethodName Method name 'testAdapters_nullChecks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 265 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ListenerCallQueueTest.java

    Severity Rule Message Line Col
    #A20260 warning GoogleMethodName Method name 'testEnqueueAndDispatch_multipleListeners' has invalid underscore usage, underscores only allowed between adjacent digits. 66 15
    #A20261 warning MethodName Method name 'testEnqueueAndDispatch_multipleListeners' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 15
    #A20262 warning GoogleMethodName Method name 'testEnqueueAndDispatch_withExceptions' has invalid underscore usage, underscores only allowed between adjacent digits. 84 15
    #A20263 warning MethodName Method name 'testEnqueueAndDispatch_withExceptions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 15
    #A20264 warning GoogleMethodName Method name 'testEnqueueAndDispatch_withLabeledExceptions' has invalid underscore usage, underscores only allowed between adjacent digits. 110 15
    #A20265 warning MethodName Method name 'testEnqueueAndDispatch_withLabeledExceptions' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 15
    #A20266 warning GoogleMethodName Method name 'testEnqueueAndDispatch_multithreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 132 15
    #A20267 warning MethodName Method name 'testEnqueueAndDispatch_multithreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 132 15
    #A20268 warning GoogleMethodName Method name 'testEnqueueAndDispatch_multithreaded_withThrowingRunnable' has invalid underscore usage, underscores only allowed between adjacent digits. 155 15
    #A20269 warning MethodName Method name 'testEnqueueAndDispatch_multithreaded_withThrowingRunnable' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/MonitorTestCase.java

    Severity Rule Message Line Col
    #A20270 warning GoogleMethodName Method name 'testEnterWhen_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 141 21
    #A20271 warning MethodName Method name 'testEnterWhen_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 21
    #A20272 warning GoogleMethodName Method name 'testEnterWhen_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 148 21
    #A20273 warning MethodName Method name 'testEnterWhen_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 148 21
    #A20274 warning GoogleMethodName Method name 'testEnterWhen_alreadyOccupied' has invalid underscore usage, underscores only allowed between adjacent digits. 157 21
    #A20275 warning MethodName Method name 'testEnterWhen_alreadyOccupied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 21
    #A20276 warning GoogleMethodName Method name 'testEnterIf_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 165 21
    #A20277 warning MethodName Method name 'testEnterIf_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 21
    #A20278 warning GoogleMethodName Method name 'testEnterIf_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 171 21
    #A20279 warning MethodName Method name 'testEnterIf_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 21
    #A20280 warning GoogleMethodName Method name 'testEnterIf_alreadyOccupied' has invalid underscore usage, underscores only allowed between adjacent digits. 177 21
    #A20281 warning MethodName Method name 'testEnterIf_alreadyOccupied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 21
    #A20282 warning GoogleMethodName Method name 'testTryEnterIf_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 185 21
    #A20283 warning MethodName Method name 'testTryEnterIf_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 21
    #A20284 warning GoogleMethodName Method name 'testTryEnterIf_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 191 21
    #A20285 warning MethodName Method name 'testTryEnterIf_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 191 21
    #A20286 warning GoogleMethodName Method name 'testTryEnterIf_alreadyOccupied' has invalid underscore usage, underscores only allowed between adjacent digits. 197 21
    #A20287 warning MethodName Method name 'testTryEnterIf_alreadyOccupied' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 197 21
    #A20288 warning GoogleMethodName Method name 'testWaitFor_initiallyTrue' has invalid underscore usage, underscores only allowed between adjacent digits. 203 21
    #A20289 warning MethodName Method name 'testWaitFor_initiallyTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 203 21
    #A20290 warning GoogleMethodName Method name 'testWaitFor_initiallyFalse' has invalid underscore usage, underscores only allowed between adjacent digits. 209 21
    #A20291 warning MethodName Method name 'testWaitFor_initiallyFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 209 21
    #A20292 warning GoogleMethodName Method name 'testWaitFor_withoutEnter' has invalid underscore usage, underscores only allowed between adjacent digits. 219 21
    #A20293 warning MethodName Method name 'testWaitFor_withoutEnter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java

    Severity Rule Message Line Col
    #A20294 warning GoogleMethodName Method name 'testDirectExecutorService_awaitTermination_missedSignal' has invalid underscore usage, underscores only allowed between adjacent digits. 261 15
    #A20295 warning MethodName Method name 'testDirectExecutorService_awaitTermination_missedSignal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 261 15
    #A20296 warning GoogleMethodName Method name 'testDirectExecutorService_shutdownNow' has invalid underscore usage, underscores only allowed between adjacent digits. 303 15
    #A20297 warning MethodName Method name 'testDirectExecutorService_shutdownNow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 15
    #A20298 warning GoogleMethodName Method name 'testListeningDecorator_noWrapExecuteTask' has invalid underscore usage, underscores only allowed between adjacent digits. 343 15
    #A20299 warning MethodName Method name 'testListeningDecorator_noWrapExecuteTask' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 343 15
    #A20300 warning GoogleMethodName Method name 'testListeningDecorator_scheduleSuccess' has invalid underscore usage, underscores only allowed between adjacent digits. 355 15
    #A20301 warning MethodName Method name 'testListeningDecorator_scheduleSuccess' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 355 15
    #A20302 warning GoogleMethodName Method name 'testListeningDecorator_scheduleFailure' has invalid underscore usage, underscores only allowed between adjacent digits. 380 15
    #A20303 warning MethodName Method name 'testListeningDecorator_scheduleFailure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 380 15
    #A20304 warning GoogleMethodName Method name 'testListeningDecorator_schedulePeriodic' has invalid underscore usage, underscores only allowed between adjacent digits. 390 15
    #A20305 warning MethodName Method name 'testListeningDecorator_schedulePeriodic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 390 15
    #A20306 warning GoogleMethodName Method name 'testListeningDecorator_cancelled' has invalid underscore usage, underscores only allowed between adjacent digits. 410 15
    #A20307 warning MethodName Method name 'testListeningDecorator_cancelled' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 410 15
    #A20308 warning GoogleMethodName Method name 'testInvokeAnyImpl_nullTasks' has invalid underscore usage, underscores only allowed between adjacent digits. 475 15
    #A20309 warning MethodName Method name 'testInvokeAnyImpl_nullTasks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 475 15
    #A20310 warning GoogleMethodName Method name 'testInvokeAnyImpl_emptyTasks' has invalid underscore usage, underscores only allowed between adjacent digits. 487 15
    #A20311 warning MethodName Method name 'testInvokeAnyImpl_emptyTasks' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 487 15
    #A20312 warning GoogleMethodName Method name 'testInvokeAnyImpl_nullElement' has invalid underscore usage, underscores only allowed between adjacent digits. 499 15
    #A20313 warning MethodName Method name 'testInvokeAnyImpl_nullElement' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 499 15
    #A20314 warning GoogleMethodName Method name 'testInvokeAnyImpl_noTaskCompletes' has invalid underscore usage, underscores only allowed between adjacent digits. 520 15
    #A20315 warning MethodName Method name 'testInvokeAnyImpl_noTaskCompletes' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 520 15
    #A20316 warning GoogleMethodName Method name 'testAddDelayedShutdownHook_success' has invalid underscore usage, underscores only allowed between adjacent digits. 563 15
    #A20317 warning MethodName Method name 'testAddDelayedShutdownHook_success' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 563 15
    #A20318 warning GoogleMethodName Method name 'testAddDelayedShutdownHook_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 574 15
    #A20319 warning MethodName Method name 'testAddDelayedShutdownHook_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 574 15
    #A20320 warning GoogleMethodName Method name 'testGetExitingExecutorService_executorSetToUseDaemonThreads' has invalid underscore usage, underscores only allowed between adjacent digits. 583 15
    #A20321 warning MethodName Method name 'testGetExitingExecutorService_executorSetToUseDaemonThreads' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 583 15
    #A20322 warning GoogleMethodName Method name 'testGetExitingExecutorService_executorDelegatesToOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 591 15
    #A20323 warning MethodName Method name 'testGetExitingExecutorService_executorDelegatesToOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 591 15
    #A20324 warning GoogleMethodName Method name 'testGetExitingExecutorService_shutdownHookRegistered' has invalid underscore usage, underscores only allowed between adjacent digits. 600 15
    #A20325 warning MethodName Method name 'testGetExitingExecutorService_shutdownHookRegistered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 600 15
    #A20326 warning GoogleMethodName Method name 'testGetExitingScheduledExecutorService_executorSetToUseDaemonThreads' has invalid underscore usage, underscores only allowed between adjacent digits. 610 15
    #A20327 warning MethodName Method name 'testGetExitingScheduledExecutorService_executorSetToUseDaemonThreads' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 610 15
    #A20328 warning GoogleMethodName Method name 'testGetExitingScheduledExecutorService_executorDelegatesToOriginal' has invalid underscore usage, underscores only allowed between adjacent digits. 617 15
    #A20329 warning MethodName Method name 'testGetExitingScheduledExecutorService_executorDelegatesToOriginal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 617 15
    #A20330 warning GoogleMethodName Method name 'testGetScheduledExitingExecutorService_shutdownHookRegistered' has invalid underscore usage, underscores only allowed between adjacent digits. 626 15
    #A20331 warning MethodName Method name 'testGetScheduledExitingExecutorService_shutdownHookRegistered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 626 15
    #A20332 warning GoogleMethodName Method name 'testPlatformThreadFactory_default' has invalid underscore usage, underscores only allowed between adjacent digits. 637 15
    #A20333 warning MethodName Method name 'testPlatformThreadFactory_default' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 637 15
    #A20334 warning GoogleMethodName Method name 'testExecutors_nullCheck' has invalid underscore usage, underscores only allowed between adjacent digits. 658 15
    #A20335 warning MethodName Method name 'testExecutors_nullCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 658 15
    #A20336 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_immediateShutdown' has invalid underscore usage, underscores only allowed between adjacent digits. 687 15
    #A20337 warning MethodName Method name 'testShutdownAndAwaitTermination_immediateShutdown' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 687 15
    #A20338 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_immediateShutdownInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 693 15
    #A20339 warning MethodName Method name 'testShutdownAndAwaitTermination_immediateShutdownInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 693 15
    #A20340 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_forcedShutDownInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 702 15
    #A20341 warning MethodName Method name 'testShutdownAndAwaitTermination_forcedShutDownInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 702 15
    #A20342 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_nonTerminationInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 714 15
    #A20343 warning MethodName Method name 'testShutdownAndAwaitTermination_nonTerminationInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 714 15
    #A20344 warning GoogleMethodName Method name 'testShutdownAndAwaitTermination_interruptedInternal' has invalid underscore usage, underscores only allowed between adjacent digits. 725 15
    #A20345 warning MethodName Method name 'testShutdownAndAwaitTermination_interruptedInternal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 725 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

    Severity Rule Message Line Col
    #A20346 warning GoogleMethodName Method name 'testTryAcquire_noWaitAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 331 15
    #A20347 warning MethodName Method name 'testTryAcquire_noWaitAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 15
    #A20348 warning GoogleMethodName Method name 'testTryAcquire_someWaitAllowed' has invalid underscore usage, underscores only allowed between adjacent digits. 340 15
    #A20349 warning MethodName Method name 'testTryAcquire_someWaitAllowed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 340 15
    #A20350 warning GoogleMethodName Method name 'testTryAcquire_overflow' has invalid underscore usage, underscores only allowed between adjacent digits. 349 15
    #A20351 warning MethodName Method name 'testTryAcquire_overflow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 349 15
    #A20352 warning GoogleMethodName Method name 'testTryAcquire_negative' has invalid underscore usage, underscores only allowed between adjacent digits. 356 15
    #A20353 warning MethodName Method name 'testTryAcquire_negative' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 356 15
    #A20354 warning GoogleMethodName Method name 'testInfinity_Bursty' has invalid underscore usage, underscores only allowed between adjacent digits. 376 15
    #A20355 warning MethodName Method name 'testInfinity_Bursty' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 376 15
    #A20356 warning GoogleMethodName Method name 'testInfinity_BustyTimeElapsed' has invalid underscore usage, underscores only allowed between adjacent digits. 403 15
    #A20357 warning MethodName Method name 'testInfinity_BustyTimeElapsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 403 15
    #A20358 warning GoogleMethodName Method name 'testInfinity_WarmUp' has invalid underscore usage, underscores only allowed between adjacent digits. 417 15
    #A20359 warning MethodName Method name 'testInfinity_WarmUp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 417 15
    #A20360 warning GoogleMethodName Method name 'testInfinity_WarmUpTimeElapsed' has invalid underscore usage, underscores only allowed between adjacent digits. 437 15
    #A20361 warning MethodName Method name 'testInfinity_WarmUpTimeElapsed' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 437 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

    Severity Rule Message Line Col
    #A20362 warning GoogleMethodName Method name 'testConstructingWithNullExecutor_fails' has invalid underscore usage, underscores only allowed between adjacent digits. 80 15
    #A20363 warning MethodName Method name 'testConstructingWithNullExecutor_fails' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 80 15
    #A20364 warning GoogleMethodName Method name 'testRuntimeException_doesNotStopExecution' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A20365 warning MethodName Method name 'testRuntimeException_doesNotStopExecution' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15
    #A20366 warning GoogleMethodName Method name 'testInterrupt_beforeRunRestoresInterruption' has invalid underscore usage, underscores only allowed between adjacent digits. 167 15
    #A20367 warning MethodName Method name 'testInterrupt_beforeRunRestoresInterruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 167 15
    #A20368 warning GoogleMethodName Method name 'testInterrupt_doesNotInterruptSubsequentTask' has invalid underscore usage, underscores only allowed between adjacent digits. 194 15
    #A20369 warning MethodName Method name 'testInterrupt_doesNotInterruptSubsequentTask' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 194 15
    #A20370 warning GoogleMethodName Method name 'testInterrupt_doesNotStopExecution' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A20371 warning MethodName Method name 'testInterrupt_doesNotStopExecution' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

    Severity Rule Message Line Col
    #A20372 warning GoogleMethodName Method name 'testServiceStartupTimes_selfStartingServices' has invalid underscore usage, underscores only allowed between adjacent digits. 134 15
    #A20373 warning MethodName Method name 'testServiceStartupTimes_selfStartingServices' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 134 15
    #A20374 warning GoogleMethodName Method name 'testFailStart_singleServiceCallsHealthy' has invalid underscore usage, underscores only allowed between adjacent digits. 308 15
    #A20375 warning MethodName Method name 'testFailStart_singleServiceCallsHealthy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 308 15
    #A20376 warning GoogleMethodName Method name 'testFailStart_stopOthers' has invalid underscore usage, underscores only allowed between adjacent digits. 327 15
    #A20377 warning MethodName Method name 'testFailStart_stopOthers' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 15
    #A20378 warning GoogleMethodName Method name 'testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady' has invalid underscore usage, underscores only allowed between adjacent digits. 525 15
    #A20379 warning MethodName Method name 'testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 525 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/SettableFutureTest.java

    Severity Rule Message Line Col
    #A20380 warning GoogleMethodName Method name 'testSetValue_simpleThreaded' has invalid underscore usage, underscores only allowed between adjacent digits. 87 15
    #A20381 warning MethodName Method name 'testSetValue_simpleThreaded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 15
    #A20382 warning GoogleMethodName Method name 'testSetFuture_genericsHierarchy' has invalid underscore usage, underscores only allowed between adjacent digits. 146 15
    #A20383 warning MethodName Method name 'testSetFuture_genericsHierarchy' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A20384 warning GoogleMethodName Method name 'testCancel_innerCancelsAsync' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A20385 warning MethodName Method name 'testCancel_innerCancelsAsync' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A20386 warning GoogleMethodName Method name 'testCancel_resultCancelsInner_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 184 15
    #A20387 warning MethodName Method name 'testCancel_resultCancelsInner_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 15
    #A20388 warning GoogleMethodName Method name 'testCancel_resultCancelsInner' has invalid underscore usage, underscores only allowed between adjacent digits. 199 15
    #A20389 warning MethodName Method name 'testCancel_resultCancelsInner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 199 15
    #A20390 warning GoogleMethodName Method name 'testCancel_beforeSet' has invalid underscore usage, underscores only allowed between adjacent digits. 214 15
    #A20391 warning MethodName Method name 'testCancel_beforeSet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 15
    #A20392 warning GoogleMethodName Method name 'testCancel_multipleBeforeSetFuture_noInterruptFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 220 15
    #A20393 warning MethodName Method name 'testCancel_multipleBeforeSetFuture_noInterruptFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 220 15
    #A20394 warning GoogleMethodName Method name 'testCancel_multipleBeforeSetFuture_interruptFirst' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A20395 warning MethodName Method name 'testCancel_multipleBeforeSetFuture_interruptFirst' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/SimpleTimeLimiterTest.java

    Severity Rule Message Line Col
    #A20396 warning GoogleMethodName Method name 'testNewProxy_goodMethodWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A20397 warning MethodName Method name 'testNewProxy_goodMethodWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A20398 warning GoogleMethodName Method name 'testNewProxy_goodMethodWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 107 15
    #A20399 warning MethodName Method name 'testNewProxy_goodMethodWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 15
    #A20400 warning GoogleMethodName Method name 'testNewProxy_badMethodWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 125 15
    #A20401 warning MethodName Method name 'testNewProxy_badMethodWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A20402 warning GoogleMethodName Method name 'testNewProxy_badMethodWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A20403 warning MethodName Method name 'testNewProxy_badMethodWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A20404 warning GoogleMethodName Method name 'testCallWithTimeout_goodCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 153 15
    #A20405 warning MethodName Method name 'testCallWithTimeout_goodCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 153 15
    #A20406 warning GoogleMethodName Method name 'testCallWithTimeout_goodCallableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 162 15
    #A20407 warning MethodName Method name 'testCallWithTimeout_goodCallableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 15
    #A20408 warning GoogleMethodName Method name 'testCallWithTimeout_badCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 170 15
    #A20409 warning MethodName Method name 'testCallWithTimeout_badCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 170 15
    #A20410 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 179 15
    #A20411 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 179 15
    #A20412 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 188 15
    #A20413 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_goodCallableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 15
    #A20414 warning GoogleMethodName Method name 'testCallUninterruptiblyWithTimeout_badCallableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 196 15
    #A20415 warning MethodName Method name 'testCallUninterruptiblyWithTimeout_badCallableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 15
    #A20416 warning GoogleMethodName Method name 'testRunWithTimeout_goodRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 205 15
    #A20417 warning MethodName Method name 'testRunWithTimeout_goodRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 15
    #A20418 warning GoogleMethodName Method name 'testRunWithTimeout_goodRunnableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 213 15
    #A20419 warning MethodName Method name 'testRunWithTimeout_goodRunnableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 213 15
    #A20420 warning GoogleMethodName Method name 'testRunWithTimeout_badRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 221 15
    #A20421 warning MethodName Method name 'testRunWithTimeout_badRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 221 15
    #A20422 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 230 15
    #A20423 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 15
    #A20424 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithNotEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 238 15
    #A20425 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_goodRunnableWithNotEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 238 15
    #A20426 warning GoogleMethodName Method name 'testRunUninterruptiblyWithTimeout_badRunnableWithEnoughTime' has invalid underscore usage, underscores only allowed between adjacent digits. 246 15
    #A20427 warning MethodName Method name 'testRunUninterruptiblyWithTimeout_badRunnableWithEnoughTime' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 246 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java

    Severity Rule Message Line Col
    #A20428 warning GoogleMethodName Method name 'testThreadFactoryBuilder_defaults' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A20429 warning MethodName Method name 'testThreadFactoryBuilder_defaults' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15
    #A20430 warning GoogleMethodName Method name 'testNameFormatWithPercentS_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 95 15
    #A20431 warning MethodName Method name 'testNameFormatWithPercentS_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 15
    #A20432 warning GoogleMethodName Method name 'testNameFormatWithPercentD_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 103 15
    #A20433 warning MethodName Method name 'testNameFormatWithPercentD_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 15
    #A20434 warning GoogleMethodName Method name 'testDaemon_false' has invalid underscore usage, underscores only allowed between adjacent digits. 111 15
    #A20435 warning MethodName Method name 'testDaemon_false' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 111 15
    #A20436 warning GoogleMethodName Method name 'testDaemon_true' has invalid underscore usage, underscores only allowed between adjacent digits. 117 15
    #A20437 warning MethodName Method name 'testDaemon_true' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 15
    #A20438 warning GoogleMethodName Method name 'testPriority_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 123 15
    #A20439 warning MethodName Method name 'testPriority_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 123 15
    #A20440 warning GoogleMethodName Method name 'testPriority_tooLow' has invalid underscore usage, underscores only allowed between adjacent digits. 131 15
    #A20441 warning MethodName Method name 'testPriority_tooLow' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 131 15
    #A20442 warning GoogleMethodName Method name 'testPriority_tooHigh' has invalid underscore usage, underscores only allowed between adjacent digits. 139 15
    #A20443 warning MethodName Method name 'testPriority_tooHigh' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 139 15
    #A20444 warning GoogleMethodName Method name 'testUncaughtExceptionHandler_custom' has invalid underscore usage, underscores only allowed between adjacent digits. 147 15
    #A20445 warning MethodName Method name 'testUncaughtExceptionHandler_custom' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 147 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/TrustedListenableFutureTaskTest.java

    Severity Rule Message Line Col
    #A20446 warning GoogleMethodName Method name 'testCancel_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 88 15
    #A20447 warning MethodName Method name 'testCancel_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/UninterruptibleFutureTest.java

    Severity Rule Message Line Col
    #A20448 warning GoogleMethodName Method name 'testMakeUninterruptible_timeoutPreservedThroughInterruption' has invalid underscore usage, underscores only allowed between adjacent digits. 119 15
    #A20449 warning MethodName Method name 'testMakeUninterruptible_timeoutPreservedThroughInterruption' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 15
    #A20450 warning GoogleMethodName Method name 'testMakeUninterruptible_untimed_uninterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 157 15
    #A20451 warning MethodName Method name 'testMakeUninterruptible_untimed_uninterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 157 15
    #A20452 warning GoogleMethodName Method name 'testMakeUninterruptible_untimed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 161 15
    #A20453 warning MethodName Method name 'testMakeUninterruptible_untimed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 15
    #A20454 warning GoogleMethodName Method name 'testMakeUninterruptible_untimed_multiplyInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 165 15
    #A20455 warning MethodName Method name 'testMakeUninterruptible_untimed_multiplyInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 165 15
    #A20456 warning GoogleMethodName Method name 'testMakeUninterruptible_timed_uninterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 169 15
    #A20457 warning MethodName Method name 'testMakeUninterruptible_timed_uninterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 15
    #A20458 warning GoogleMethodName Method name 'testMakeUninterruptible_timed_interrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 173 15
    #A20459 warning MethodName Method name 'testMakeUninterruptible_timed_interrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 173 15
    #A20460 warning GoogleMethodName Method name 'testMakeUninterruptible_timed_multiplyInterrupted' has invalid underscore usage, underscores only allowed between adjacent digits. 177 15
    #A20461 warning MethodName Method name 'testMakeUninterruptible_timed_multiplyInterrupted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 177 15
    #A20462 warning GoogleMethodName Method name 'testMakeUninterruptible_plainFutureSanityCheck' has invalid underscore usage, underscores only allowed between adjacent digits. 215 15
    #A20463 warning MethodName Method name 'testMakeUninterruptible_plainFutureSanityCheck' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 215 15
    #A20464 warning GoogleMethodName Method name 'testMakeUninterruptible_timedGetZeroTimeoutAttempted' has invalid underscore usage, underscores only allowed between adjacent digits. 231 15
    #A20465 warning MethodName Method name 'testMakeUninterruptible_timedGetZeroTimeoutAttempted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 231 15
    #A20466 warning GoogleMethodName Method name 'testMakeUninterruptible_timedGetNegativeTimeoutAttempted' has invalid underscore usage, underscores only allowed between adjacent digits. 243 15
    #A20467 warning MethodName Method name 'testMakeUninterruptible_timedGetNegativeTimeoutAttempted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 243 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/util/concurrent/WrappingScheduledExecutorServiceTest.java

    Severity Rule Message Line Col
    #A20468 warning GoogleMethodName Method name 'testSchedule_repeating' has invalid underscore usage, underscores only allowed between adjacent digits. 59 15
    #A20469 warning MethodName Method name 'testSchedule_repeating' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/graph/ConfigurableValueGraph.java

    Severity Rule Message Line Col
    #A20470 warning GoogleMethodName Method name 'hasEdgeConnecting_internal' has invalid underscore usage, underscores only allowed between adjacent digits. 171 27
    #A20471 warning MethodName Method name 'hasEdgeConnecting_internal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 171 27
    #A20472 warning GoogleMethodName Method name 'edgeValueOrDefault_internal' has invalid underscore usage, underscores only allowed between adjacent digits. 176 21
    #A20473 warning MethodName Method name 'edgeValueOrDefault_internal' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/PairedStats.java

    Severity Rule Message Line Col
    #A20474 warning MethodName Method name 'xStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 16
    #A20475 warning GoogleMethodName Method name 'xStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 72 16
    #A20476 warning MethodName Method name 'yStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 16
    #A20477 warning GoogleMethodName Method name 'yStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava/src/com/google/common/math/PairedStatsAccumulator.java

    Severity Rule Message Line Col
    #A20478 warning MethodName Method name 'xStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 103 16
    #A20479 warning GoogleMethodName Method name 'xStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 103 16
    #A20480 warning MethodName Method name 'yStats' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 16
    #A20481 warning GoogleMethodName Method name 'yStats' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 108 16