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 5956 761 761
    patch 5956 775 (761 removed, 775 added) 775 (761 removed, 775 added)
    321 files with differences 1536 changes in violations 1536 changes in violations

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

    Number of unique base messages reported below: 761
    Number of unique patch messages reported below: 775

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter5naming/rule523methodnames/InputMethodName.java

    Severity Rule Message Line Col
    #A1 warning MethodName Method name 'Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 8
    #A2 warning GoogleMethodName Method name 'Foo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 17 8
    #A3 warning MethodName Method name 'fOo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 8
    #A4 warning GoogleMethodName Method name 'fOo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 8
    #A5 warning MethodName Method name 'f$o' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 23 8
    #A6 warning GoogleMethodName Method name 'f$o' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 23 8
    #A7 warning GoogleMethodName Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. 25 8
    #A8 warning MethodName Method name 'f_oo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 8
    #A9 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 8
    #A10 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 27 8
    #A11 warning MethodName Method name 'fO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 29 8
    #A12 warning GoogleMethodName Method name 'fO' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 29 8
    #A13 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 32 8
    #A14 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 37 12
    #A15 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 12
    #A16 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 44 12
    #A17 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 12
    #A18 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 48 8
    #A19 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 8
    #A20 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 54 12
    #A21 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 12
    #A22 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 61 12
    #A23 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 12
    #A24 warning MethodName Method name 'testing_Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 8
    #A25 warning GoogleMethodName Test method name 'testing_Foo' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 66 8
    #A26 warning MethodName Method name 'testing_fOo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 8
    #A27 warning GoogleMethodName Test method name 'testing_fOo' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 69 8
    #A28 warning MethodName Method name 'testingFoo_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 8
    #A29 warning GoogleMethodName Test method name 'testing_0123' has invalid underscore usage, underscore only allowed between letters or between digits. 78 8
    #A30 warning MethodName Method name 'testing_0123_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 8
    #A31 warning GoogleMethodName Test method name 'testing_0123_' has invalid underscore usage, underscore only allowed between letters or between digits. 81 8
    #A32 warning MethodName Method name 'testing__0123' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 8
    #A33 warning GoogleMethodName Test method name 'testing__0123' has invalid underscore usage, underscore only allowed between letters or between digits. 84 8
    #A34 warning MethodName Method name 'testing__0123_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 8
    #A35 warning GoogleMethodName Test method name 'testing__0123_' has invalid underscore usage, underscore only allowed between letters or between digits. 87 8
    #A36 warning MethodName Method name 'testing__0123__' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 8
    #A37 warning GoogleMethodName Test method name 'testing__0123__' has invalid underscore usage, underscore only allowed between letters or between digits. 90 8
    #A38 warning MethodName Method name 'Testing_Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 8
    #A39 warning GoogleMethodName Test method name 'Testing_Foo' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 93 8
    #A40 warning MethodName Method name 't_esting' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 96 8
    #A41 warning GoogleMethodName Test method name 't_esting' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 96 8
    #A42 warning MethodName Method name '_testing' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 99 8
    #A43 warning GoogleMethodName Test method name '_testing' has invalid underscore usage, underscore only allowed between letters or between digits. 99 8
    #A44 warning GoogleMethodName Method name 'Testing_Foo2' has invalid underscore usage, underscores only allowed between adjacent digits. 101 8
    #A45 warning MethodName Method name 'Testing_Foo2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 101 8
    #A46 warning MethodName Method name 'TestingFooBad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 8
    #A47 warning GoogleMethodName Test method name 'TestingFooBad' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 104 8
    #A48 warning MethodName Method name 'testing_foo_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 8
    #A49 warning GoogleMethodName Test method name 'testing_foo_' has invalid underscore usage, underscore only allowed between letters or between digits. 107 8
    #A50 warning MethodName Method name 'testing_Foo_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 8
    #A51 warning GoogleMethodName Test method name 'testing_Foo_' has invalid underscore usage, underscore only allowed between letters or between digits. 110 8
    #A52 warning MethodName Method name 'testing__foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 8
    #A53 warning GoogleMethodName Test method name 'testing__foo' has invalid underscore usage, underscore only allowed between letters or between digits. 113 8
    #A54 warning MethodName Method name 'testing__Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 116 8
    #A55 warning GoogleMethodName Test method name 'testing__Foo' has invalid underscore usage, underscore only allowed between letters or between digits. 116 8
    #A56 warning MethodName Method name 'testing__foo_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 119 8
    #A57 warning GoogleMethodName Test method name 'testing__foo_' has invalid underscore usage, underscore only allowed between letters or between digits. 119 8
    #A58 warning MethodName Method name 'testing__Foo_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 122 8
    #A59 warning GoogleMethodName Test method name 'testing__Foo_' has invalid underscore usage, underscore only allowed between letters or between digits. 122 8
    #A60 warning MethodName Method name 'testing_123Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 125 15
    #A61 warning GoogleMethodName Test method name 'testing_123Foo' has invalid underscore usage, underscore only allowed between letters or between digits. 125 15
    #A62 warning MethodName Method name 'testing_123FOO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 129 15
    #A63 warning GoogleMethodName Test method name 'testing_123FOO' has invalid underscore usage, underscore only allowed between letters or between digits. 129 15
    #A64 warning MethodName Method name 'TESTING_123Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 133 15
    #A65 warning GoogleMethodName Test method name 'TESTING_123Foo' has invalid underscore usage, underscore only allowed between letters or between digits. 133 15
    #A66 warning MethodName Method name 'testing_Foo123' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 136 15
    #A67 warning GoogleMethodName Test method name 'testing_Foo123' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 136 15
    #A68 warning MethodName Method name 'testing_FOO123' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 15
    #A69 warning GoogleMethodName Test method name 'testing_FOO123' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 140 15
    #A70 warning MethodName Method name 'testing_Foo_123' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 143 15
    #A71 warning GoogleMethodName Test method name 'testing_Foo_123' has invalid underscore usage, underscore only allowed between letters or between digits. 143 15
    #A72 warning MethodName Method name 'testing_123_Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 146 15
    #A73 warning GoogleMethodName Test method name 'testing_123_Foo' has invalid underscore usage, underscore only allowed between letters or between digits. 146 15
    #A74 warning MethodName Method name 'testing_foo1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 8
    #A75 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 155 12
    #A76 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 155 12
    #A77 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 162 12
    #A78 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 162 12
    #A79 warning MethodName Method name 'testing_Foo1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 8
    #A80 warning GoogleMethodName Test method name 'testing_Foo1' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 168 8
    #A81 warning MethodName Method name 'testing_fOo1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 172 8
    #A82 warning GoogleMethodName Test method name 'testing_fOo1' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 172 8
    #A83 warning MethodName Method name 'testingFoo_foo1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 180 8
    #A84 warning GoogleMethodName Test method name 'testing_01231' has invalid underscore usage, underscore only allowed between letters or between digits. 184 8
    #A85 warning MethodName Method name 'Testing_Foo1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 188 8
    #A86 warning GoogleMethodName Test method name 'Testing_Foo1' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 188 8
    #A87 warning MethodName Method name 't_esting1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 192 8
    #A88 warning GoogleMethodName Test method name 't_esting1' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 192 8
    #A89 warning MethodName Method name '_testing1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 196 8
    #A90 warning GoogleMethodName Test method name '_testing1' has invalid underscore usage, underscore only allowed between letters or between digits. 196 8
    #A91 warning MethodName Method name 'testing_124Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 200 8
    #A92 warning GoogleMethodName Test method name 'testing_124Foo' has invalid underscore usage, underscore only allowed between letters or between digits. 200 8
    #A93 warning MethodName Method name 'testing_124FOO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 205 8
    #A94 warning GoogleMethodName Test method name 'testing_124FOO' has invalid underscore usage, underscore only allowed between letters or between digits. 205 8
    #A95 warning MethodName Method name 'TESTING_124Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 210 8
    #A96 warning GoogleMethodName Test method name 'TESTING_124Foo' has invalid underscore usage, underscore only allowed between letters or between digits. 210 8
    #A97 warning MethodName Method name 'testing_Foo124' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 214 8
    #A98 warning GoogleMethodName Test method name 'testing_Foo124' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 214 8
    #A99 warning MethodName Method name 'testing_FOO124' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 219 8
    #A100 warning GoogleMethodName Test method name 'testing_FOO124' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 219 8
    #A101 warning MethodName Method name 'testing_Foo_124' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 223 8
    #A102 warning GoogleMethodName Test method name 'testing_Foo_124' has invalid underscore usage, underscore only allowed between letters or between digits. 223 8
    #A103 warning MethodName Method name 'testing_124_Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 227 8
    #A104 warning GoogleMethodName Test method name 'testing_124_Foo' has invalid underscore usage, underscore only allowed between letters or between digits. 227 8
    #A105 warning MethodName Method name 'testing_foo4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 230 8
    #A106 warning MethodName Method name 'testing_Foo2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 233 8
    #A107 warning GoogleMethodName Test method name 'testing_Foo2' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 233 8
    #A108 warning MethodName Method name 'testing_fOo2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 236 8
    #A109 warning GoogleMethodName Test method name 'testing_fOo2' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 236 8
    #A110 warning MethodName Method name 'testingFoo_foo2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 242 8
    #A111 warning GoogleMethodName Test method name 'testing_01232' has invalid underscore usage, underscore only allowed between letters or between digits. 245 8
    #A112 warning MethodName Method name 'Testing_Foo3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 248 8
    #A113 warning GoogleMethodName Test method name 'Testing_Foo3' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 248 8
    #A114 warning MethodName Method name 't_esting2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 251 8
    #A115 warning GoogleMethodName Test method name 't_esting2' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 251 8
    #A116 warning MethodName Method name '_testing2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 254 8
    #A117 warning GoogleMethodName Test method name '_testing2' has invalid underscore usage, underscore only allowed between letters or between digits. 254 8
    #A118 warning MethodName Method name 'TestingFooBad2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 257 8
    #A119 warning GoogleMethodName Test method name 'TestingFooBad2' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 257 8
    #A120 warning GoogleMethodName Method name '_testingFoooo' has invalid underscore usage, underscores only allowed between adjacent digits. 260 15
    #A121 warning MethodName Method name '_testingFoooo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 260 15
    #A122 warning MethodName Method name 'testing_fq' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 263 8
    #A123 warning MethodName Method name 'Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 268 10
    #A124 warning GoogleMethodName Method name 'Foo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 268 10
    #A125 warning MethodName Method name 'fOo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 270 10
    #A126 warning GoogleMethodName Method name 'fOo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 270 10
    #A127 warning MethodName Method name 'f$o' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 274 10
    #A128 warning GoogleMethodName Method name 'f$o' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 274 10
    #A129 warning GoogleMethodName Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. 276 10
    #A130 warning MethodName Method name 'f_oo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 276 10
    #A131 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 278 10
    #A132 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 278 10
    #A133 warning MethodName Method name 'fO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 280 10
    #A134 warning GoogleMethodName Method name 'fO' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 280 10
    #A135 warning GoogleMethodName Method name 'testing_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 282 10
    #A136 warning MethodName Method name 'testing_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 282 10
    #A137 warning GoogleMethodName Method name 'testing_Foo' has invalid underscore usage, underscores only allowed between adjacent digits. 284 10
    #A138 warning MethodName Method name 'testing_Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 284 10
    #A139 warning GoogleMethodName Method name 'testing_fOo' has invalid underscore usage, underscores only allowed between adjacent digits. 286 10
    #A140 warning MethodName Method name 'testing_fOo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 286 10
    #A141 warning GoogleMethodName Method name 'testingFoo_foo' has invalid underscore usage, underscores only allowed between adjacent digits. 290 10
    #A142 warning MethodName Method name 'testingFoo_foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 290 10
    #A143 warning GoogleMethodName Method name 'testing_0123' has invalid underscore usage, underscores only allowed between adjacent digits. 292 10
    #A144 warning MethodName Method name 'TestingFooBad' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 294 10
    #A145 warning GoogleMethodName Method name 'TestingFooBad' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 294 10
    #A146 warning MethodName Method name 'Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 301 14
    #A147 warning GoogleMethodName Method name 'Foo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 301 14
    #A148 warning MethodName Method name 'fOo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 303 14
    #A149 warning GoogleMethodName Method name 'fOo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 303 14
    #A150 warning MethodName Method name 'f$o' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 307 14
    #A151 warning GoogleMethodName Method name 'f$o' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 307 14
    #A152 warning GoogleMethodName Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. 309 14
    #A153 warning MethodName Method name 'f_oo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 309 14
    #A154 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 311 14
    #A155 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 311 14
    #A156 warning MethodName Method name 'fO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 313 14
    #A157 warning GoogleMethodName Method name 'fO' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 313 14
    #A158 warning MethodName Method name 'Foo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 319 10
    #A159 warning GoogleMethodName Method name 'Foo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 319 10
    #A160 warning MethodName Method name 'fOo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 321 10
    #A161 warning GoogleMethodName Method name 'fOo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 321 10
    #A162 warning MethodName Method name 'f$o' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 325 10
    #A163 warning GoogleMethodName Method name 'f$o' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 325 10
    #A164 warning GoogleMethodName Method name 'f_oo' has invalid underscore usage, underscores only allowed between adjacent digits. 327 10
    #A165 warning MethodName Method name 'f_oo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 10
    #A166 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 329 10
    #A167 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 329 10
    #A168 warning MethodName Method name 'fO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 331 10
    #A169 warning GoogleMethodName Method name 'fO' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 331 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter5naming/rule523methodnames/InputMethodName2.java

    Severity Rule Message Line Col
    #A170 warning MethodName Method name 'transferMoney_deductsFromSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 9 15
    #A171 warning MethodName Method name 'transferMoney_DeductsFromSource' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 12 15
    #A172 warning GoogleMethodName Test method name 'transferMoney_DeductsFromSource' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 12 15
    #A173 warning MethodName Method name 'solve6x6_returnsTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 15 15
    #A174 warning GoogleMethodName Test method name 'solve6x6_returnsTrue' has invalid underscore usage, underscore only allowed between letters or between digits. 15 15
    #A175 warning MethodName Method name 'solve6x6_ReturnsTrue' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 15
    #A176 warning GoogleMethodName Test method name 'solve6x6_ReturnsTrue' has invalid underscore usage, underscore only allowed between letters or between digits. 18 15
    #A177 warning MethodName Method name 'solve6x6_noSolution_returnsFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 15
    #A178 warning GoogleMethodName Test method name 'solve6x6_noSolution_returnsFalse' has invalid underscore usage, underscore only allowed between letters or between digits. 21 15
    #A179 warning MethodName Method name 'solve6x6_NoSolution_ReturnsFalse' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 24 15
    #A180 warning GoogleMethodName Test method name 'solve6x6_NoSolution_ReturnsFalse' has invalid underscore usage, underscore only allowed between letters or between digits. 24 15
    #A181 warning MethodName Method name 'openMenu_deletePreviousView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 15
    #A182 warning MethodName Method name 'openMenu_DeletePreviousView' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 15
    #A183 warning GoogleMethodName Test method name 'openMenu_DeletePreviousView' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 30 15
    #A184 warning MethodName Method name 'test_general_logic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 15
    #A185 warning MethodName Method name 'test_General_Logic' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 15
    #A186 warning GoogleMethodName Test method name 'test_General_Logic' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 36 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter5naming/rule53camelcase/InputCamelCaseDefined.java

    Severity Rule Message Line Col
    #A187 warning MethodName Method name 'XmlHttpRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 11 8
    #A188 warning GoogleMethodName Method name 'XmlHttpRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 11 8
    #A189 warning MethodName Method name 'YouTubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 14 8
    #A190 warning GoogleMethodName Method name 'YouTubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 14 8
    #A191 warning MethodName Method name 'YoutubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 8
    #A192 warning GoogleMethodName Method name 'YoutubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 17 8
    #A193 warning MethodName Method name 'XmlHttpRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 10
    #A194 warning GoogleMethodName Method name 'XmlHttpRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 28 10
    #A195 warning MethodName Method name 'YouTubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 10
    #A196 warning GoogleMethodName Method name 'YouTubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 31 10
    #A197 warning MethodName Method name 'YoutubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 10
    #A198 warning GoogleMethodName Method name 'YoutubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 34 10
    #A199 warning MethodName Method name 'XmlHttpRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 18
    #A200 warning GoogleMethodName Method name 'XmlHttpRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 47 18
    #A201 warning MethodName Method name 'YouTubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 18
    #A202 warning GoogleMethodName Method name 'YouTubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 50 18
    #A203 warning MethodName Method name 'YoutubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 18
    #A204 warning GoogleMethodName Method name 'YoutubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 53 18
    #A205 warning MethodName Method name 'XMLHTTPRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 65 10
    #A206 warning GoogleMethodName Method name 'XMLHTTPRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 65 10
    #A207 warning MethodName Method name 'XMLHTTPRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 12
    #A208 warning GoogleMethodName Method name 'XMLHTTPRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 78 12
    #A209 warning MethodName Method name 'XMLHTTPRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 93 20
    #A210 warning GoogleMethodName Method name 'XMLHTTPRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 93 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter5naming/rule53camelcase/InputFormattedCamelCaseDefined.java

    Severity Rule Message Line Col
    #A211 warning MethodName Method name 'XmlHttpRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 11 8
    #A212 warning GoogleMethodName Method name 'XmlHttpRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 11 8
    #A213 warning MethodName Method name 'YouTubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 15 8
    #A214 warning GoogleMethodName Method name 'YouTubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 15 8
    #A215 warning MethodName Method name 'YoutubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 8
    #A216 warning GoogleMethodName Method name 'YoutubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 8
    #A217 warning MethodName Method name 'XmlHttpRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 10
    #A218 warning GoogleMethodName Method name 'XmlHttpRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 31 10
    #A219 warning MethodName Method name 'YouTubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 10
    #A220 warning GoogleMethodName Method name 'YouTubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 35 10
    #A221 warning MethodName Method name 'YoutubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 10
    #A222 warning GoogleMethodName Method name 'YoutubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 39 10
    #A223 warning MethodName Method name 'XmlHttpRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 14
    #A224 warning GoogleMethodName Method name 'XmlHttpRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 52 14
    #A225 warning MethodName Method name 'YouTubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 14
    #A226 warning GoogleMethodName Method name 'YouTubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 56 14
    #A227 warning MethodName Method name 'YoutubeImporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 14
    #A228 warning GoogleMethodName Method name 'YoutubeImporter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 60 14
    #A229 warning MethodName Method name 'XMLHTTPRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 10
    #A230 warning GoogleMethodName Method name 'XMLHTTPRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 73 10
    #A231 warning MethodName Method name 'XMLHTTPRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 12
    #A232 warning GoogleMethodName Method name 'XMLHTTPRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 88 12
    #A233 warning MethodName Method name 'XMLHTTPRequest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 104 16
    #A234 warning GoogleMethodName Method name 'XMLHTTPRequest' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 104 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/com/google/checkstyle/test/chapter5naming/rule53camelcase/InputUnderscoreUsedInNames.java

    Severity Rule Message Line Col
    #A235 warning GoogleMethodName Method name 'guava_34_4_6' has invalid underscore usage, underscores only allowed between adjacent digits. 51 10
    #A236 warning GoogleMethodName Method name 'kotlin_2_9_94' has invalid underscore usage, underscores only allowed between adjacent digits. 55 10
    #A237 warning GoogleMethodName Method name 'gradle_9_5_1' has invalid underscore usage, underscores only allowed between adjacent digits. 59 10
    #A238 warning GoogleMethodName Method name 'jdk_9_0_392' has invalid underscore usage, underscores only allowed between adjacent digits. 63 10
    #A239 warning GoogleMethodName Method name 'kotlin_lang1_9_2' has invalid underscore usage, underscores only allowed between adjacent digits. 68 10
    #A240 warning MethodName Method name 'kotlin_lang1_9_2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 10
    #A241 warning GoogleMethodName Method name 'jdk_method8_90' has invalid underscore usage, underscores only allowed between adjacent digits. 75 10
    #A242 warning MethodName Method name 'jdk_method8_90' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 10
    #A243 warning GoogleMethodName Method name 'jdk_Method8_90' has invalid underscore usage, underscores only allowed between adjacent digits. 77 10
    #A244 warning MethodName Method name 'jdk_Method8_90' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 10
    #A245 warning GoogleMethodName Method name 'guava_version33_4_2' has invalid underscore usage, underscores only allowed between adjacent digits. 82 10
    #A246 warning MethodName Method name 'guava_version33_4_2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 10
    #A247 warning GoogleMethodName Method name 'guava_Version33_4_2' has invalid underscore usage, underscores only allowed between adjacent digits. 84 10
    #A248 warning MethodName Method name 'guava_Version33_4_2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 10
    #A249 warning GoogleMethodName Method name 'kotlin1_9_24_' has invalid underscore usage, underscores only allowed between adjacent digits. 88 10
    #A250 warning MethodName Method name 'kotlin1_9_24_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 88 10
    #A251 warning GoogleMethodName Method name 'guava_33_4_5_' has invalid underscore usage, underscores only allowed between adjacent digits. 92 10
    #A252 warning MethodName Method name 'guava_33_4_5_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 10
    #A253 warning GoogleMethodName Method name 'testSetCount_zeroToZero_addSupported' has invalid underscore usage, underscores only allowed between adjacent digits. 100 10
    #A254 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]+)*$'. 100 10
    #A255 warning GoogleMethodName Method name 'testPutNullValue_supported' has invalid underscore usage, underscores only allowed between adjacent digits. 105 10
    #A256 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]+)*$'. 105 10
    #A257 warning GoogleMethodName Method name 'testAddAll_nonEmptyList' has invalid underscore usage, underscores only allowed between adjacent digits. 110 10
    #A258 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]+)*$'. 110 10
    #A259 warning GoogleMethodName Method name 'testEntrySet_hashCode_size1' has invalid underscore usage, underscores only allowed between adjacent digits. 115 10
    #A260 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]+)*$'. 115 10
    #A261 warning GoogleMethodName Method name 'testCount_3' has invalid underscore usage, underscores only allowed between adjacent digits. 119 10
    #A262 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]+)*$'. 127 10
    #A263 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]+)*$'. 130 10
    #A264 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]+)*$'. 133 10
    #A265 warning GoogleMethodName Test method name 'testSetCount_ZeroToZero_AddSupported' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 133 10
    #A266 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]+)*$'. 136 10
    #A267 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]+)*$'. 139 10
    #A268 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]+)*$'. 142 10
    #A269 warning GoogleMethodName Test method name 'testPutNullValue_Supported' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 142 10
    #A270 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]+)*$'. 145 10
    #A271 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]+)*$'. 148 10
    #A272 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]+)*$'. 151 10
    #A273 warning GoogleMethodName Test method name 'testAddAll_NonEmptyList' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 151 10
    #A274 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]+)*$'. 154 10
    #A275 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]+)*$'. 157 10
    #A276 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]+)*$'. 160 10
    #A277 warning GoogleMethodName Test method name 'testEntrySet_HashCode_Size1' is not valid. Each segment must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 160 10
    #A278 warning GoogleMethodName Test method name 'testCount_3' has invalid underscore usage, underscore only allowed between letters or between digits. 163 10
    #A279 warning MethodName Method name 'testCount_number3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 166 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/blocks/avoidnestedblocks/InputXpathAvoidNestedBlocksAllowedInSwitchCase.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/blocks/avoidnestedblocks/InputXpathAvoidNestedBlocksBreakOutside.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/blocks/avoidnestedblocks/InputXpathAvoidNestedBlocksNotAllowedInSwitchCase.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/coding/parameterassignment/InputXpathParameterAssignmentMethods.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/coding/unnecessarysemicolonintrywithresources/InputXpathUnnecessarySemicolonInTryWithResourcesDefault.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/coding/unusedlocalvariable/InputXpathUnusedLocalVariableTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/indentation/indentation/InputXpathIndentationIfWithoutCurly.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/modifier/redundantmodifier/InputXpathRedundantModifierInterface.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/modifier/redundantmodifier/InputXpathRedundantModifierWithEnum.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/abbreviationaswordinname/InputXpathAbbreviationAsWordInNameMethod.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/localfinalvariablename/InputXpathLocalFinalVariableNameInner.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/localfinalvariablename/InputXpathLocalFinalVariableNameResource.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/localfinalvariablename/InputXpathLocalFinalVariableNameVar.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/localvariablename/InputXpathLocalVariableNameIteration.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/localvariablename/InputXpathLocalVariableNameMethod.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/methodname/InputXpathMethodNameCustomProperties.java

    Severity Rule Message Line Col
    #A312 warning MethodName Method name 'FirstMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 5 19
    #A313 warning GoogleMethodName Method name 'FirstMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 5 19
    #A314 warning MethodName Method name 'SecondMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 6 19
    #A315 warning GoogleMethodName Method name 'SecondMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 6 19
    #A316 warning MethodName Method name 'ThirdMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 7 19
    #A317 warning GoogleMethodName Method name 'ThirdMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 7 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/methodname/InputXpathMethodNameDefault.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/methodname/InputXpathMethodNameInner.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/patternvariablename/InputXpathPatternVariableNameFour.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/patternvariablename/InputXpathPatternVariableNameOne.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/patternvariablename/InputXpathPatternVariableNameThree.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/naming/patternvariablename/InputXpathPatternVariableNameTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/sizes/executablestatementcount/InputXpathExecutableStatementCountDefault.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/it/resources/org/checkstyle/suppressionxpathfilter/whitespace/methodparampad/InputXpathMethodParamPadOne.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant6.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant6.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant7.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/coding/modifiedcontrolvariable/InputModifiedControlVariableRecordDecomposition.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputAntlr4AstRegressionUncommon.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputAntlr4AstRegressionUncommon3.java

    Severity Rule Message Line Col
    #A392 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 11 13
    #A393 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 11 13
    #A394 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 30
    #A395 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 30
    #A396 warning GoogleMethodName Method name 'xsA__' has invalid underscore usage, underscores only allowed between adjacent digits. 28 24
    #A397 warning MethodName Method name 'xsA__' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 24
    #A398 warning GoogleMethodName Method name 'xsAB_' has invalid underscore usage, underscores only allowed between adjacent digits. 32 24
    #A399 warning MethodName Method name 'xsAB_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 32 24
    #A400 warning GoogleMethodName Method name 'xsAB_' has invalid underscore usage, underscores only allowed between adjacent digits. 40 24
    #A401 warning MethodName Method name 'xsAB_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 24
    #A402 warning GoogleMethodName Method name 'xs_B_' has invalid underscore usage, underscores only allowed between adjacent digits. 44 24
    #A403 warning MethodName Method name 'xs_B_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/grammar/java14/InputJava14InstanceofWithPatternMatching.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/grammar/java14/InputJava14SwitchExpression.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/grammar/java20/InputJava20RecordDecompositionEnhancedForLoopTricky.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java

    Severity Rule Message Line Col
    #A410 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 23 22
    #A411 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 23 22
    #A412 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 24 22
    #A413 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 24 22
    #A414 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 22
    #A415 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 22
    #A416 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 22
    #A417 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 26 22
    #A418 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 22
    #A419 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 27 22
    #A420 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 11
    #A421 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 28 11

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/asttreestringprinter/InputAstTreeStringPrinterJavadoc.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle6.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle7.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/leftcurly/InputLeftCurlyMethodTestNewLine2.java

    Severity Rule Message Line Col
    #A452 warning MethodName Method name 'InputLeftCurlyMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 10
    #A453 warning GoogleMethodName Method name 'InputLeftCurlyMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 10
    #A454 warning MethodName Method name 'InputLeftCurlyMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 10
    #A455 warning GoogleMethodName Method name 'InputLeftCurlyMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 10
    #A456 warning MethodName Method name 'InputLeftCurlyMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 10
    #A457 warning GoogleMethodName Method name 'InputLeftCurlyMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 10
    #A458 warning MethodName Method name 'InputLeftCurlyMethodEnum' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 18
    #A459 warning GoogleMethodName Method name 'InputLeftCurlyMethodEnum' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 73 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/leftcurly/InputLeftCurlyTestNewLine3.java

    Severity Rule Message Line Col
    #A460 warning MethodName Method name 'FooCtor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 113 21
    #A461 warning GoogleMethodName Method name 'FooCtor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 113 21
    #A462 warning GoogleMethodName Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. 154 17
    #A463 warning MethodName Method name 'Absent_CustomFieldSerializer4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/InputNeedBracesTestCaseDefaultNoSingleLine.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyLeftTestAlone.java

    Severity Rule Message Line Col
    #A466 warning MethodName Method name 'FooCtor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 21
    #A467 warning GoogleMethodName Method name 'FooCtor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 109 21
    #A468 warning GoogleMethodName Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. 150 17
    #A469 warning MethodName Method name 'Absent_CustomFieldSerializer4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyLeftTestNewLine.java

    Severity Rule Message Line Col
    #A470 warning MethodName Method name 'FooCtor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 21
    #A471 warning GoogleMethodName Method name 'FooCtor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 108 21
    #A472 warning GoogleMethodName Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. 149 8
    #A473 warning MethodName Method name 'Absent_CustomFieldSerializer4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyLeftTestSame.java

    Severity Rule Message Line Col
    #A474 warning MethodName Method name 'FooCtor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 109 21
    #A475 warning GoogleMethodName Method name 'FooCtor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 109 21
    #A476 warning GoogleMethodName Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. 150 17
    #A477 warning MethodName Method name 'Absent_CustomFieldSerializer4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 150 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyLeftTestShouldStartLine2.java

    Severity Rule Message Line Col
    #A478 warning MethodName Method name 'FooCtor' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 21
    #A479 warning GoogleMethodName Method name 'FooCtor' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 108 21
    #A480 warning GoogleMethodName Method name 'Absent_CustomFieldSerializer4' has invalid underscore usage, underscores only allowed between adjacent digits. 149 17
    #A481 warning MethodName Method name 'Absent_CustomFieldSerializer4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyTestForceLineBreakBefore2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/avoiddoublebraceinitialization/InputAvoidDoubleBraceInitialization.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/declarationorder/InputDeclarationOrderRecordsAndCompactCtors.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/emptystatement/InputEmptyStatement.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariable2One.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariableCheckSwitchAssignment.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariableOne.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/hiddenfield/InputHiddenFieldRecordsImplicitlyStaticClassComparison.java

    Severity Rule Message Line Col
    #A500 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 32 21
    #A501 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 32 21
    #A502 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 21
    #A503 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 36 21
    #A504 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 21
    #A505 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 41 21
    #A506 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 21
    #A507 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 46 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeTestEnhancedInstanceof.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/innerassignment/InputInnerAssignmentLambdaExpressions.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/magicnumber/InputMagicNumberMagicNumberInGuards.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingnullcaseinswitch/InputMissingNullCaseInSwitchWithPattern2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingswitchdefault/InputMissingSwitchDefaultCaseLabelElements.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/modifiedcontrolvariable/InputModifiedControlVariableBothForLoops.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/modifiedcontrolvariable/InputModifiedControlVariableEnhancedForLoopVariable2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/onestatementperline/InputOneStatementPerLineBeginTreeLastVariableResourcesStatementEnd2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisEnumInnerClassesAndBugs.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisEnumInnerClassesAndBugs2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisEnumInnerClassesAndBugs3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisRecordsWithCheckFields.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisRecordsWithCheckFieldsOverlap.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/simplifybooleanexpression/InputSimplifyBooleanExpression.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/simplifybooleanreturn/InputSimplifyBooleanReturn.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessaryparentheses/InputUnnecessaryParenthesesIfStatement.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessarysemicoloninenumeration/InputUnnecessarySemicolonInEnumeration.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedcatchparametershouldbeunnamed/InputUnusedCatchParameterShouldBeUnnamed.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedcatchparametershouldbeunnamed/InputUnusedCatchParameterShouldBeUnnamedWithResourceAndFinally.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlambdaparametershouldbeunnamed/InputUnusedLambdaParameterShouldBeUnnamedMultipleParameters.java

    Severity Rule Message Line Col
    #A552 warning MethodName Method name 's' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 105 16
    #A553 warning GoogleMethodName Method name 's' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 105 16
    #A554 warning MethodName Method name 'x' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 110 12
    #A555 warning GoogleMethodName Method name 'x' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 110 12
    #A556 warning MethodName Method name 'y' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 12
    #A557 warning GoogleMethodName Method name 'y' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 114 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlambdaparametershouldbeunnamed/InputUnusedLambdaParameterShouldBeUnnamedNested.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlocalvariable/InputUnusedLocalVariable.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlocalvariable/InputUnusedLocalVariable2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlocalvariable/InputUnusedLocalVariableLambdaAnonInner.java

    Severity Rule Message Line Col
    #A564 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 12 18
    #A565 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 12 18
    #A566 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 14
    #A567 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 14
    #A568 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 26 18
    #A569 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 26 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlocalvariable/InputUnusedLocalVariableNestedClasses3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlocalvariable/InputUnusedLocalVariableTestWarningSeverity.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlocalvariable/InputUnusedLocalVariableWithAllowUnnamed.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unusedlocalvariable/InputUnusedLocalVariableWithAllowUnnamedFalse.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistance.java

    Severity Rule Message Line Col
    #A578 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 10
    #A579 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 854 10
    #A580 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 10
    #A581 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 866 10
    #A582 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 878 10
    #A583 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 878 10
    #A584 warning MethodName Method name 'd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 10
    #A585 warning GoogleMethodName Method name 'd' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 890 10
    #A586 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 902 10
    #A587 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 902 10
    #A588 warning MethodName Method name 'h' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 912 10
    #A589 warning GoogleMethodName Method name 'h' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 912 10
    #A590 warning MethodName Method name 'i' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 10
    #A591 warning GoogleMethodName Method name 'i' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 923 10
    #A592 warning MethodName Method name 'k' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 10
    #A593 warning GoogleMethodName Method name 'k' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 944 10
    #A594 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 10
    #A595 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 962 10
    #A596 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 989 10
    #A597 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 989 10
    #A598 warning MethodName Method name 'n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 18
    #A599 warning GoogleMethodName Method name 'n' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1065 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistanceDefault.java

    Severity Rule Message Line Col
    #A600 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 10
    #A601 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 854 10
    #A602 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 10
    #A603 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 866 10
    #A604 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 878 10
    #A605 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 878 10
    #A606 warning MethodName Method name 'd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 10
    #A607 warning GoogleMethodName Method name 'd' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 890 10
    #A608 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 902 10
    #A609 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 902 10
    #A610 warning MethodName Method name 'h' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 912 10
    #A611 warning GoogleMethodName Method name 'h' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 912 10
    #A612 warning MethodName Method name 'i' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 10
    #A613 warning GoogleMethodName Method name 'i' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 923 10
    #A614 warning MethodName Method name 'k' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 10
    #A615 warning GoogleMethodName Method name 'k' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 944 10
    #A616 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 10
    #A617 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 962 10
    #A618 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 989 10
    #A619 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 989 10
    #A620 warning MethodName Method name 'n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 18
    #A621 warning GoogleMethodName Method name 'n' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1065 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistanceFinal.java

    Severity Rule Message Line Col
    #A622 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 10
    #A623 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 854 10
    #A624 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 10
    #A625 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 866 10
    #A626 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 878 10
    #A627 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 878 10
    #A628 warning MethodName Method name 'd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 10
    #A629 warning GoogleMethodName Method name 'd' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 890 10
    #A630 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 902 10
    #A631 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 902 10
    #A632 warning MethodName Method name 'h' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 912 10
    #A633 warning GoogleMethodName Method name 'h' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 912 10
    #A634 warning MethodName Method name 'i' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 10
    #A635 warning GoogleMethodName Method name 'i' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 923 10
    #A636 warning MethodName Method name 'k' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 10
    #A637 warning GoogleMethodName Method name 'k' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 944 10
    #A638 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 10
    #A639 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 962 10
    #A640 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 989 10
    #A641 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 989 10
    #A642 warning MethodName Method name 'n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 18
    #A643 warning GoogleMethodName Method name 'n' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1065 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistanceGeneral.java

    Severity Rule Message Line Col
    #A644 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 10
    #A645 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 854 10
    #A646 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 10
    #A647 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 866 10
    #A648 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 878 10
    #A649 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 878 10
    #A650 warning MethodName Method name 'd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 10
    #A651 warning GoogleMethodName Method name 'd' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 890 10
    #A652 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 902 10
    #A653 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 902 10
    #A654 warning MethodName Method name 'h' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 912 10
    #A655 warning GoogleMethodName Method name 'h' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 912 10
    #A656 warning MethodName Method name 'i' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 10
    #A657 warning GoogleMethodName Method name 'i' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 923 10
    #A658 warning MethodName Method name 'k' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 10
    #A659 warning GoogleMethodName Method name 'k' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 944 10
    #A660 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 10
    #A661 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 962 10
    #A662 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 989 10
    #A663 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 989 10
    #A664 warning MethodName Method name 'n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 18
    #A665 warning GoogleMethodName Method name 'n' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1065 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistanceGeneral2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistancePatternVariables.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistanceRegExp.java

    Severity Rule Message Line Col
    #A672 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 10
    #A673 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 854 10
    #A674 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 10
    #A675 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 866 10
    #A676 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 878 10
    #A677 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 878 10
    #A678 warning MethodName Method name 'd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 10
    #A679 warning GoogleMethodName Method name 'd' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 890 10
    #A680 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 902 10
    #A681 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 902 10
    #A682 warning MethodName Method name 'h' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 912 10
    #A683 warning GoogleMethodName Method name 'h' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 912 10
    #A684 warning MethodName Method name 'i' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 10
    #A685 warning GoogleMethodName Method name 'i' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 923 10
    #A686 warning MethodName Method name 'k' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 10
    #A687 warning GoogleMethodName Method name 'k' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 944 10
    #A688 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 10
    #A689 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 962 10
    #A690 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 989 10
    #A691 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 989 10
    #A692 warning MethodName Method name 'n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 18
    #A693 warning GoogleMethodName Method name 'n' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1065 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistanceScope2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistanceScopes.java

    Severity Rule Message Line Col
    #A696 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 854 10
    #A697 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 854 10
    #A698 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 866 10
    #A699 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 866 10
    #A700 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 878 10
    #A701 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 878 10
    #A702 warning MethodName Method name 'd' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 890 10
    #A703 warning GoogleMethodName Method name 'd' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 890 10
    #A704 warning MethodName Method name 'f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 902 10
    #A705 warning GoogleMethodName Method name 'f' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 902 10
    #A706 warning MethodName Method name 'h' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 912 10
    #A707 warning GoogleMethodName Method name 'h' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 912 10
    #A708 warning MethodName Method name 'i' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 923 10
    #A709 warning GoogleMethodName Method name 'i' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 923 10
    #A710 warning MethodName Method name 'k' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 944 10
    #A711 warning GoogleMethodName Method name 'k' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 944 10
    #A712 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 962 10
    #A713 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 962 10
    #A714 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 989 10
    #A715 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 989 10
    #A716 warning MethodName Method name 'n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1065 18
    #A717 warning GoogleMethodName Method name 'n' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1065 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/descendanttoken/InputDescendantTokenEmptyStatement.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtension.java

    Severity Rule Message Line Col
    #A722 warning MethodName Method name 'aPrivateMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 18
    #A723 warning GoogleMethodName Method name 'aPrivateMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 41 18
    #A724 warning MethodName Method name 'aFinalMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 23
    #A725 warning GoogleMethodName Method name 'aFinalMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 55 23
    #A726 warning MethodName Method name 'aStaticMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 24
    #A727 warning GoogleMethodName Method name 'aStaticMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 60 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/hideutilityclassconstructor/InputHideUtilityClassConstructorDesignForExtension.java

    Severity Rule Message Line Col
    #A728 warning MethodName Method name 'aPrivateMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 18
    #A729 warning GoogleMethodName Method name 'aPrivateMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 39 18
    #A730 warning MethodName Method name 'aFinalMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 53 23
    #A731 warning GoogleMethodName Method name 'aFinalMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 53 23
    #A732 warning MethodName Method name 'aStaticMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 24
    #A733 warning GoogleMethodName Method name 'aStaticMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 58 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/finalparameters/InputFinalParameters.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/finalparameters/InputFinalParameters2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/finalparameters/InputFinalParameters3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/finalparameters/InputFinalParameters4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/finalparameters/InputFinalParameters5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstarimport/InputAvoidStarImportAllowClass.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstarimport/InputAvoidStarImportAllowStaticMember.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstarimport/InputAvoidStarImportDefault.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstarimport/InputAvoidStarImportExcludes.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstaticimport/InputAvoidStaticImportDefault.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstaticimport/InputAvoidStaticImportDefault2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstaticimport/InputAvoidStaticImportDefault3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstaticimport/InputAvoidStaticImportDefault4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/avoidstaticimport/InputAvoidStaticImportDefault5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/illegalimport/InputIllegalImportDefault1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/illegalimport/InputIllegalImportDefault2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/illegalimport/InputIllegalImportDefault3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/illegalimport/InputIllegalImportDefault4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/illegalimport/InputIllegalImportDefault5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/illegalimport/InputIllegalImportDefault6.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/illegalimport/InputIllegalImportDefault7.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/redundantimport/InputRedundantImportWithChecker.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImports.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImports2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImportsFromStaticMethodRefInDocsOnly.java

    Severity Rule Message Line Col
    #A820 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 24 24
    #A821 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 24 24
    #A822 warning MethodName Method name 'n' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 32 24
    #A823 warning GoogleMethodName Method name 'n' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 32 24
    #A824 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 39 24
    #A825 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 39 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImportsWithLinkAndMethodTagSuperClass.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationCommentIsAtTheEndOfBlockSix.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationSurroundingCode2One.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationSurroundingCode3One.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationSurroundingCodeOne.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnonymousClassInMethodCurlyOnNewLine.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationCorrectIfAndParameter1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationLambda1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationSwitchExpressionWrappingIndentation.java

    Severity Rule Message Line Col
    #A842 warning GoogleMethodName Method name 'testMethod3_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 38 8
    #A843 warning MethodName Method name 'testMethod3_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 8
    #A844 warning GoogleMethodName Method name 'testMethod4_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 48 10
    #A845 warning MethodName Method name 'testMethod4_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationSwitchOnStartOfLine.java

    Severity Rule Message Line Col
    #A846 warning GoogleMethodName Method name 'testMethod3_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 38 8
    #A847 warning MethodName Method name 'testMethod3_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 8
    #A848 warning GoogleMethodName Method name 'testMethod1_invalid' has invalid underscore usage, underscores only allowed between adjacent digits. 47 10
    #A849 warning MethodName Method name 'testMethod1_invalid' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 47 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/abstractjavadoc/InputAbstractJavadocLeaveTokenOne.java

    Severity Rule Message Line Col
    #A850 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 19
    #A851 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 72 19
    #A852 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 36
    #A853 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 36
    #A854 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 52
    #A855 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 82 52
    #A856 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 39
    #A857 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 87 39
    #A858 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 56
    #A859 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 92 56
    #A860 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 72
    #A861 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 97 72
    #A862 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 19
    #A863 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 102 19
    #A864 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 31
    #A865 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 107 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/abstractjavadoc/InputAbstractJavadocPositionOne.java

    Severity Rule Message Line Col
    #A866 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 19
    #A867 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 72 19
    #A868 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 36
    #A869 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 36
    #A870 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 52
    #A871 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 82 52
    #A872 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 39
    #A873 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 87 39
    #A874 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 56
    #A875 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 92 56
    #A876 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 72
    #A877 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 97 72
    #A878 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 19
    #A879 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 102 19
    #A880 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 31
    #A881 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 107 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/abstractjavadoc/InputAbstractJavadocPositionWithSinglelineCommentsOne.java

    Severity Rule Message Line Col
    #A882 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 19
    #A883 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 72 19
    #A884 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 36
    #A885 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 36
    #A886 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 52
    #A887 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 82 52
    #A888 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 87 40
    #A889 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 87 40
    #A890 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 92 57
    #A891 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 92 57
    #A892 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 97 73
    #A893 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 97 73
    #A894 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 19
    #A895 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 102 19
    #A896 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 31
    #A897 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 107 31

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/atclauseorder/InputAtclauseOrderLotsOfRecords1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/atclauseorder/InputAtclauseOrderLotsOfRecords4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodExtendAnnotation.java

    Severity Rule Message Line Col
    #A904 warning GoogleMethodName Method name 'testSetCount_zeroToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 41 15
    #A905 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]+)*$'. 41 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodsNotSkipWritten.java

    Severity Rule Message Line Col
    #A906 warning MethodName Method Name 'InputJavadocMethodsNotSkipWritten' must not equal the enclosing class name. 24 17
    #A907 warning MethodName Method name 'InputJavadocMethodsNotSkipWritten' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 24 17
    #A908 warning GoogleMethodName Method name 'InputJavadocMethodsNotSkipWritten' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 24 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocpackage/InputJavadocPackageBadCls.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocpackage/InputJavadocPackageBadCls2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleDefaultSettingsThree.java

    Severity Rule Message Line Col
    #A913 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 53 31
    #A914 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 64 42
    #A915 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 74 38
    #A916 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 83 17
    #A917 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 89 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleEmptyJavadoc3.java

    Severity Rule Message Line Col
    #A918 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 52 31
    #A919 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 63 42
    #A920 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 73 38
    #A921 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 82 17
    #A922 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 88 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleExcludeScope3.java

    Severity Rule Message Line Col
    #A923 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 53 31
    #A924 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 64 42
    #A925 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 74 38
    #A926 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 83 17
    #A927 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 89 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleFirstSentenceFormatThree.java

    Severity Rule Message Line Col
    #A928 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 53 31
    #A929 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 64 42
    #A930 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 74 38
    #A931 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 83 17
    #A932 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 89 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleFirstSentenceThree.java

    Severity Rule Message Line Col
    #A933 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 53 31
    #A934 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 64 42
    #A935 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 74 38
    #A936 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 83 17
    #A937 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 89 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleHtml3.java

    Severity Rule Message Line Col
    #A938 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 52 31
    #A939 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 63 42
    #A940 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 73 38
    #A941 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 82 17
    #A942 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 88 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleRestrictedTokenSet3.java

    Severity Rule Message Line Col
    #A943 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 58 31
    #A944 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 69 42
    #A945 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 79 38
    #A946 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 88 17
    #A947 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 94 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleScopePackage3.java

    Severity Rule Message Line Col
    #A948 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 53 31
    #A949 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 64 42
    #A950 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 74 38
    #A951 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 83 17
    #A952 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 89 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleScopeProtected3.java

    Severity Rule Message Line Col
    #A953 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 53 31
    #A954 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 64 42
    #A955 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 74 38
    #A956 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 83 17
    #A957 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 89 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/InputJavadocStyleScopePublic3.java

    Severity Rule Message Line Col
    #A958 warning GoogleMethodName Method name 'getZ_1649020_1' has invalid underscore usage, underscores only allowed between adjacent digits. 53 31
    #A959 warning GoogleMethodName Method name 'getEh_1649020_2' has invalid underscore usage, underscores only allowed between adjacent digits. 64 42
    #A960 warning GoogleMethodName Method name 'getUmmm_1649020_3' has invalid underscore usage, underscores only allowed between adjacent digits. 74 38
    #A961 warning GoogleMethodName Method name 'foo_1291847_1' has invalid underscore usage, underscores only allowed between adjacent digits. 83 17
    #A962 warning GoogleMethodName Method name 'foo_1291847_2' has invalid underscore usage, underscores only allowed between adjacent digits. 89 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodExtendAnnotation.java

    Severity Rule Message Line Col
    #A963 warning GoogleMethodName Method name 'testSetCount_zeroToZero_unsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 45 15
    #A964 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]+)*$'. 45 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodSetterGetter4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodsNotSkipWritten.java

    Severity Rule Message Line Col
    #A967 warning MethodName Method Name 'InputMissingJavadocMethodsNotSkipWritten' must not equal the enclosing class name. 24 17
    #A968 warning MethodName Method name 'InputMissingJavadocMethodsNotSkipWritten' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 24 17
    #A969 warning GoogleMethodName Method name 'InputMissingJavadocMethodsNotSkipWritten' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 24 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/requireemptylinebeforeblocktaggroup/InputRequireEmptyLineBeforeBlockTagGroupIncorrect.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/InputNPathComplexityDefault.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/InputNPathComplexityDefault2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/InputNPathComplexityWhenExpression.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/interfacememberimpliedmodifier/InputInterfaceMemberImpliedModifierSealedClasses.java

    Severity Rule Message Line Col
    #A978 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 23 10
    #A979 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 23 10
    #A980 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 14
    #A981 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 31 14
    #A982 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 26
    #A983 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 48 26
    #A984 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 30
    #A985 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 50 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderItOne.java

    Severity Rule Message Line Col
    #A986 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 21
    #A987 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 58 21
    #A988 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 14
    #A989 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 61 14
    #A990 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 23
    #A991 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 64 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderItTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalInEnumMethods.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalUnnamedVariables.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalUnnamedVariablesWithOldVersion.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierItOne.java

    Severity Rule Message Line Col
    #A1004 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 21
    #A1005 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 60 21
    #A1006 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 14
    #A1007 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 63 14
    #A1008 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 23
    #A1009 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 66 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierItTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierSealedClasses.java

    Severity Rule Message Line Col
    #A1014 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 16 25
    #A1015 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 16 25
    #A1016 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 24 30
    #A1017 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 24 30
    #A1018 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 10
    #A1019 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 41 10
    #A1020 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 14
    #A1021 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 43 14

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierStaticMethodInInterface.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameAbstractMultisetSetCount.java

    Severity Rule Message Line Col
    #A1024 warning GoogleMethodName Method name 'testSetCount_negative_removeUnsupported' has invalid underscore usage, underscores only allowed between adjacent digits. 23 15
    #A1025 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]+)*$'. 23 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameCheckEnhancedInstanceof.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameCheckEnhancedInstanceofAllowXmlLength1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameCheckRecordPatterns.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameCheckRecords.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameTypeSnakeStyle.java

    Severity Rule Message Line Col
    #A1036 warning GoogleMethodName Method name 'getORDER_OBSERVATION' has invalid underscore usage, underscores only allowed between adjacent digits. 46 10
    #A1037 warning MethodName Method name 'getORDER_OBSERVATION' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 10
    #A1038 warning GoogleMethodName Method name 'getNONE_Test' has invalid underscore usage, underscores only allowed between adjacent digits. 48 10
    #A1039 warning MethodName Method name 'getNONE_Test' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 10
    #A1040 warning GoogleMethodName Method name 'getCLR_Test' has invalid underscore usage, underscores only allowed between adjacent digits. 50 10
    #A1041 warning MethodName Method name 'getCLR_Test' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 10
    #A1042 warning GoogleMethodName Method name 'getTEST_OBSERVATION' has invalid underscore usage, underscores only allowed between adjacent digits. 54 10
    #A1043 warning MethodName Method name 'getTEST_OBSERVATION' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 10
    #A1044 warning GoogleMethodName Method name 'getTEST_UNDERSCORE' has invalid underscore usage, underscores only allowed between adjacent digits. 56 10
    #A1045 warning MethodName Method name 'getTEST_UNDERSCORE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 56 10
    #A1046 warning GoogleMethodName Method name 'getORDER_UNDERSCORE' has invalid underscore usage, underscores only allowed between adjacent digits. 62 10
    #A1047 warning MethodName Method name 'getORDER_UNDERSCORE' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 10
    #A1048 warning GoogleMethodName Method name 'getNON_ETest' has invalid underscore usage, underscores only allowed between adjacent digits. 69 10
    #A1049 warning MethodName Method name 'getNON_ETest' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 10
    #A1050 warning GoogleMethodName Method name 'getIsFIRST_Run' has invalid underscore usage, underscores only allowed between adjacent digits. 72 21
    #A1051 warning MethodName Method name 'getIsFIRST_Run' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 21
    #A1052 warning GoogleMethodName Method name 'getBoolean_VALUES' has invalid underscore usage, underscores only allowed between adjacent digits. 77 21
    #A1053 warning MethodName Method name 'getBoolean_VALUES' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/catchparametername/InputCatchParameterNameSimpleOne2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/catchparametername/InputCatchParameterNameUnnamed.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/constantname/InputConstantNameSimple1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/constantname/InputConstantNameSimple2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/constantname/InputConstantNameStaticModifierInInterface.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/illegalidentifiername/InputIllegalIdentifierNameRecordPattern.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/illegalidentifiername/InputIllegalIdentifierNameUnnamedVariables.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/localfinalvariablename/InputLocalFinalVariableName.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/localfinalvariablename/InputLocalFinalVariableName1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/localvariablename/InputLocalVariableName1two.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/membername/InputMemberNameSimpleTwo.java

    Severity Rule Message Line Col
    #A1074 warning MethodName Method name 'InputMemberNameSimple' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 24 18
    #A1075 warning GoogleMethodName Method name 'InputMemberNameSimple' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 24 18
    #A1076 warning GoogleMethodName Method name 'ALL_UPPERCASE_METHOD' has invalid underscore usage, underscores only allowed between adjacent digits. 59 10
    #A1077 warning MethodName Method name 'ALL_UPPERCASE_METHOD' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 59 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameEqualClassName.java

    Severity Rule Message Line Col
    #A1078 warning MethodName Method Name 'InputMethodNameEqualClassName' must not equal the enclosing class name. 27 16
    #A1079 warning MethodName Method name 'InputMethodNameEqualClassName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 16
    #A1080 warning GoogleMethodName Method name 'InputMethodNameEqualClassName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 27 16
    #A1081 warning MethodName Method name 'PRIVATEInputMethodNameEqualClassName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 17
    #A1082 warning GoogleMethodName Method name 'PRIVATEInputMethodNameEqualClassName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 33 17
    #A1083 warning MethodName Method Name 'Inner' must not equal the enclosing class name. 42 20
    #A1084 warning MethodName Method name 'Inner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 20
    #A1085 warning GoogleMethodName Method name 'Inner' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 42 20
    #A1086 warning MethodName Method name 'InputMethodNameEqualClassName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 48 20
    #A1087 warning GoogleMethodName Method name 'InputMethodNameEqualClassName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 48 20
    #A1088 warning MethodName Method Name 'InputMethodNameEqualClassName' must not equal the enclosing class name. 60 24
    #A1089 warning MethodName Method name 'InputMethodNameEqualClassName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 60 24
    #A1090 warning GoogleMethodName Method name 'InputMethodNameEqualClassName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 60 24
    #A1091 warning MethodName Method Name 'SweetInterface' must not equal the enclosing class name. 73 9
    #A1092 warning MethodName Method name 'SweetInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 9
    #A1093 warning GoogleMethodName Method name 'SweetInterface' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 73 9
    #A1094 warning MethodName Method Name 'Outer' must not equal the enclosing class name. 82 17
    #A1095 warning MethodName Method name 'Outer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 17
    #A1096 warning GoogleMethodName Method name 'Outer' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 82 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameEqualClassName2.java

    Severity Rule Message Line Col
    #A1097 warning MethodName Method Name 'InputMethodNameEqualClassName2' must not equal the enclosing class name. 25 16
    #A1098 warning MethodName Method name 'InputMethodNameEqualClassName2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 16
    #A1099 warning GoogleMethodName Method name 'InputMethodNameEqualClassName2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 16
    #A1100 warning MethodName Method name 'PRIVATEInputMethodNameEqualClassName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 17
    #A1101 warning GoogleMethodName Method name 'PRIVATEInputMethodNameEqualClassName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 31 17
    #A1102 warning MethodName Method Name 'Inner' must not equal the enclosing class name. 38 20
    #A1103 warning MethodName Method name 'Inner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 20
    #A1104 warning GoogleMethodName Method name 'Inner' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 38 20
    #A1105 warning MethodName Method name 'InputMethodNameEqualClassName2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 20
    #A1106 warning GoogleMethodName Method name 'InputMethodNameEqualClassName2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 44 20
    #A1107 warning MethodName Method name 'InputMethodNameEqualClassName2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 54 24
    #A1108 warning GoogleMethodName Method name 'InputMethodNameEqualClassName2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 54 24
    #A1109 warning MethodName Method name 'SweetInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 64 9
    #A1110 warning GoogleMethodName Method name 'SweetInterface' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 64 9
    #A1111 warning MethodName Method name 'Outer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 70 17
    #A1112 warning GoogleMethodName Method name 'Outer' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 70 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameEqualClassName3.java

    Severity Rule Message Line Col
    #A1113 warning MethodName Method Name 'InputMethodNameEqualClassName3' must not equal the enclosing class name. 25 16
    #A1114 warning MethodName Method name 'InputMethodNameEqualClassName3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 16
    #A1115 warning GoogleMethodName Method name 'InputMethodNameEqualClassName3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 16
    #A1116 warning MethodName Method name 'PRIVATEInputMethodNameEqualClassName' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 17
    #A1117 warning GoogleMethodName Method name 'PRIVATEInputMethodNameEqualClassName' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 30 17
    #A1118 warning MethodName Method Name 'Inner' must not equal the enclosing class name. 36 20
    #A1119 warning MethodName Method name 'Inner' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 20
    #A1120 warning GoogleMethodName Method name 'Inner' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 36 20
    #A1121 warning MethodName Method name 'InputMethodNameEqualClassName3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 20
    #A1122 warning GoogleMethodName Method name 'InputMethodNameEqualClassName3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 42 20
    #A1123 warning MethodName Method name 'InputMethodNameEqualClassName3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 52 24
    #A1124 warning GoogleMethodName Method name 'InputMethodNameEqualClassName3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 52 24
    #A1125 warning MethodName Method name 'SweetInterface' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 62 9
    #A1126 warning GoogleMethodName Method name 'SweetInterface' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 62 9
    #A1127 warning MethodName Method name 'Outer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 17
    #A1128 warning GoogleMethodName Method name 'Outer' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 68 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameOverriddenMethods.java

    Severity Rule Message Line Col
    #A1129 warning MethodName Method name 'PUBLICfoo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 29 17
    #A1130 warning GoogleMethodName Method name 'PUBLICfoo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 29 17
    #A1131 warning MethodName Method name 'PROTECTEDfoo' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 32 20
    #A1132 warning GoogleMethodName Method name 'PROTECTEDfoo' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 32 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNamePrivateMethodsInInterfaces.java

    Severity Rule Message Line Col
    #A1133 warning MethodName Method name 'PrivateMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 18
    #A1134 warning GoogleMethodName Method name 'PrivateMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 18
    #A1135 warning MethodName Method name 'PrivateMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 25
    #A1136 warning GoogleMethodName Method name 'PrivateMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 25
    #A1137 warning MethodName Method name 'DefaultMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 18
    #A1138 warning GoogleMethodName Method name 'DefaultMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 22 18
    #A1139 warning MethodName Method name 'DefaultMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 25
    #A1140 warning GoogleMethodName Method name 'DefaultMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 25
    #A1141 warning MethodName Method name 'PublicMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 10
    #A1142 warning GoogleMethodName Method name 'PublicMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 28 10
    #A1143 warning MethodName Method name 'PublicMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 17
    #A1144 warning GoogleMethodName Method name 'PublicMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 30 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameProperties.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNamePublicMethodsInInterfaces.java

    Severity Rule Message Line Col
    #A1149 warning MethodName Method name 'PrivateMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 18
    #A1150 warning GoogleMethodName Method name 'PrivateMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 18
    #A1151 warning MethodName Method name 'PrivateMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 25
    #A1152 warning GoogleMethodName Method name 'PrivateMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 25
    #A1153 warning MethodName Method name 'DefaultMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 18
    #A1154 warning GoogleMethodName Method name 'DefaultMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 22 18
    #A1155 warning MethodName Method name 'DefaultMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 25
    #A1156 warning GoogleMethodName Method name 'DefaultMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 25
    #A1157 warning MethodName Method name 'PublicMethod' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 10
    #A1158 warning GoogleMethodName Method name 'PublicMethod' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 28 10
    #A1159 warning MethodName Method name 'PublicMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 17
    #A1160 warning GoogleMethodName Method name 'PublicMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 30 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameRecordInInterfaceBody.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameSimpleTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/packagename/InputPackageNameSimple.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/packagename/InputPackageNameSimple1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameAccessModifier.java

    Severity Rule Message Line Col
    #A1169 warning MethodName Method name 'i' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 25
    #A1170 warning GoogleMethodName Method name 'i' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 25
    #A1171 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 14
    #A1172 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 73 14
    #A1173 warning MethodName Method name 'l' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 76 17
    #A1174 warning GoogleMethodName Method name 'l' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 76 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameMisc.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameOneMisc.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameOverrideAnnotationNoNPE.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameWhitespaceInAccessModifierProperty.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/patternvariablename/InputPatternVariableNameEnhancedInstanceofNoSingleChar.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/patternvariablename/InputPatternVariableNameEnhancedInstanceofTestDefault.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/staticvariablename/InputStaticVariableName1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/staticvariablename/InputStaticVariableName2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/executablestatementcount/InputExecutableStatementCountRecords.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/filelength/InputFileLength.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/filelength/InputFileLength2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/filelength/InputFileLength3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/filelength/InputFileLength4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/linelength/InputLineLengthSimple1Two.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/linelength/InputLineLengthSimpleTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodlength/InputMethodLengthCompactCtorsCountEmpty.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodlength/InputMethodLengthCountEmptyIsFalseTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodlength/InputMethodLengthModifierOne.java

    Severity Rule Message Line Col
    #A1211 warning MethodName Method name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 21
    #A1212 warning GoogleMethodName Method name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 55 21
    #A1213 warning MethodName Method name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 14
    #A1214 warning GoogleMethodName Method name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 58 14
    #A1215 warning MethodName Method name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 23
    #A1216 warning GoogleMethodName Method name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 61 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodlength/InputMethodLengthRecordsAndCompactCtors.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodlength/InputMethodLengthSimpleTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/outertypenumber/InputOuterTypeNumberSimple.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/outertypenumber/InputOuterTypeNumberSimple1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/parameternumber/InputParameterNumberSimple2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/parameternumber/InputParameterNumberSimple3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/parameternumber/InputParameterNumberSimple4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/parameternumber/InputParameterNumberSimpleTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/recordcomponentnumber/InputRecordComponentNumberOne.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/recordcomponentnumber/InputRecordComponentNumberPrivateModifierOne.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolderAlias7.java

    Severity Rule Message Line Col
    #A1237 warning MethodName Method name 'Method1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 30 17
    #A1238 warning GoogleMethodName Method name 'Method1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 30 17
    #A1239 warning MethodName Method name 'Method2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 18
    #A1240 warning GoogleMethodName Method name 'Method2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 33 18
    #A1241 warning MethodName Method name 'Method3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 35 18
    #A1242 warning GoogleMethodName Method name 'Method3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 35 18
    #A1243 warning MethodName Method name 'Method4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 38 20
    #A1244 warning GoogleMethodName Method name 'Method4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 38 20
    #A1245 warning MethodName Method name 'Method5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 20
    #A1246 warning GoogleMethodName Method name 'Method5' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 40 20
    #A1247 warning GoogleMethodName Method name '_methodCheck1' has invalid underscore usage, underscores only allowed between adjacent digits. 57 17
    #A1248 warning MethodName Method name '_methodCheck1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 57 17
    #A1249 warning GoogleMethodName Method name '_methodCheck2' has invalid underscore usage, underscores only allowed between adjacent digits. 61 17
    #A1250 warning MethodName Method name '_methodCheck2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 17
    #A1251 warning GoogleMethodName Method name '_methodCheck3' has invalid underscore usage, underscores only allowed between adjacent digits. 63 18
    #A1252 warning MethodName Method name '_methodCheck3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 18
    #A1253 warning GoogleMethodName Method name '_methodCheck4' has invalid underscore usage, underscores only allowed between adjacent digits. 69 18
    #A1254 warning MethodName Method name '_methodCheck4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 18
    #A1255 warning GoogleMethodName Method name '_methodCheck5' has invalid underscore usage, underscores only allowed between adjacent digits. 71 20
    #A1256 warning MethodName Method name '_methodCheck5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 71 20
    #A1257 warning GoogleMethodName Method name '_methodCheck6' has invalid underscore usage, underscores only allowed between adjacent digits. 77 20
    #A1258 warning MethodName Method name '_methodCheck6' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/todocomment/InputTodoCommentSimpleTwo.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/filetabcharacter/InputFileTabCharacterSimple.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/filetabcharacter/InputFileTabCharacterSimple1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespaceafter/InputNoWhitespaceAfterArrayDeclarationsAndAnno.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespaceafter/InputNoWhitespaceAfterNewTypeStructure.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespaceafter/InputNoWhitespaceAfterTestSynchronized.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespacebefore/InputNoWhitespaceBeforeEmptyForLoop.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespacebefore/InputNoWhitespaceBeforeTextBlocksTabIndent.java

    Severity Rule Message Line Col
    #A1275 warning GoogleMethodName Method name 'workingCheck_spaces' has invalid underscore usage, underscores only allowed between adjacent digits. 22 18
    #A1276 warning MethodName Method name 'workingCheck_spaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 18
    #A1277 warning GoogleMethodName Method name 'workingCheck_no_spaces' has invalid underscore usage, underscores only allowed between adjacent digits. 28 18
    #A1278 warning MethodName Method name 'workingCheck_no_spaces' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 28 18
    #A1279 warning GoogleMethodName Method name 'brokenCheck_space_before_tabs' has invalid underscore usage, underscores only allowed between adjacent digits. 34 18
    #A1280 warning MethodName Method name 'brokenCheck_space_before_tabs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 34 18
    #A1281 warning GoogleMethodName Method name 'brokenCheck_space_after_tabs' has invalid underscore usage, underscores only allowed between adjacent digits. 40 18
    #A1282 warning MethodName Method name 'brokenCheck_space_after_tabs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 18
    #A1283 warning GoogleMethodName Method name 'brokenCheck_just_tabs' has invalid underscore usage, underscores only allowed between adjacent digits. 46 18
    #A1284 warning MethodName Method name 'brokenCheck_just_tabs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/separatorwrap/InputSeparatorWrapSetOptionTrim.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespaceafter/InputWhitespaceAfterDefaultConfig.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundSimplePart2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundSwitchCasesParens.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundSwitchCasesParensWithAllowEmptySwitchBlockStatements.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJava8Class1.java

    Severity Rule Message Line Col
    #A1295 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 64
    #A1296 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 64
    #A1297 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 42
    #A1298 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 42
    #A1299 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 17
    #A1300 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJava8Class2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJava8Interface1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaClass2.java

    Severity Rule Message Line Col
    #A1307 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 21
    #A1308 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 17 21
    #A1309 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 27 17
    #A1310 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 27 17
    #A1311 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 31 28
    #A1312 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 31 28
    #A1313 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 36 18
    #A1314 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 36 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputAntlr4AstRegressionForLoops.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputAntlr4AstRegressionMethodRefs.java

    Severity Rule Message Line Col
    #A1317 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 10 21
    #A1318 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 10 21
    #A1319 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 28
    #A1320 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 28
    #A1321 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 17
    #A1322 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 17
    #A1323 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 40 19
    #A1324 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 40 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputAntlr4AstRegressionNewTypeTree.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputAntlr4AstRegressionSingleCommaInArrayInit.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputAntlr4AstRegressionUnusualAnnotation.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java14/InputJava14Records.java

    Severity Rule Message Line Col
    #A1333 warning MethodName Method name 'x' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 23
    #A1334 warning GoogleMethodName Method name 'x' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 43 23
    #A1335 warning MethodName Method name 'y' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 23
    #A1336 warning GoogleMethodName Method name 'y' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 44 23
    #A1337 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 185 18
    #A1338 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 185 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputMethodReferences7.java

    Severity Rule Message Line Col
    #A1339 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 21
    #A1340 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 22 21
    #A1341 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 33 28
    #A1342 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 33 28
    #A1343 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 17
    #A1344 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 37 17
    #A1345 warning MethodName Method name 'm' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 19
    #A1346 warning GoogleMethodName Method name 'm' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 51 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/main/InputMainAstTreeStringPrinterJavadoc.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/main/InputMainGenerateChecksAndFilesSuppressions.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/main/InputMainViolationsForGoogle.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/xmllogger/InputXMLLoggerErrorEmptyModuleId.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/xmllogger/InputXMLLoggerErrorModuleId.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/xmllogger/InputXMLLoggerErrorWithAndWithoutModuleId.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/xpath/xpathquerygenerator/InputXpathQueryGenerator.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/Example1.java

    Severity Rule Message Line Col
    #A1361 warning MethodName Method Name 'Example1' must not equal the enclosing class name. 19 18
    #A1362 warning MethodName Method name 'Example1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 18
    #A1363 warning GoogleMethodName Method name 'Example1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/Example2.java

    Severity Rule Message Line Col
    #A1364 warning MethodName Method Name 'Example2' must not equal the enclosing class name. 21 18
    #A1365 warning MethodName Method name 'Example2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 18
    #A1366 warning GoogleMethodName Method name 'Example2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/Example3.java

    Severity Rule Message Line Col
    #A1367 warning MethodName Method Name 'Example3' must not equal the enclosing class name. 23 18
    #A1368 warning MethodName Method name 'Example3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 23 18
    #A1369 warning GoogleMethodName Method name 'Example3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 23 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/Example4.java

    Severity Rule Message Line Col
    #A1370 warning MethodName Method Name 'Example4' must not equal the enclosing class name. 22 18
    #A1371 warning MethodName Method name 'Example4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 18
    #A1372 warning GoogleMethodName Method name 'Example4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 22 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/Example5.java

    Severity Rule Message Line Col
    #A1373 warning MethodName Method Name 'Example5' must not equal the enclosing class name. 22 18
    #A1374 warning MethodName Method name 'Example5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 18
    #A1375 warning GoogleMethodName Method name 'Example5' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 22 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/avoidinlineconditionals/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalinstantiation/Example1.java

    Severity Rule Message Line Col
    #A1378 warning MethodName Method Name 'Example1' must not equal the enclosing class name. 17 8
    #A1379 warning MethodName Method name 'Example1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 8
    #A1380 warning GoogleMethodName Method name 'Example1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 17 8
    #A1381 warning MethodName Method Name 'Example1' must not equal the enclosing class name. 22 8
    #A1382 warning MethodName Method name 'Example1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 8
    #A1383 warning GoogleMethodName Method name 'Example1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 22 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalinstantiation/Example2.java

    Severity Rule Message Line Col
    #A1384 warning MethodName Method Name 'Example2' must not equal the enclosing class name. 20 8
    #A1385 warning MethodName Method name 'Example2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 8
    #A1386 warning GoogleMethodName Method name 'Example2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 8
    #A1387 warning MethodName Method Name 'Example2' must not equal the enclosing class name. 25 8
    #A1388 warning MethodName Method name 'Example2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 8
    #A1389 warning GoogleMethodName Method name 'Example2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalinstantiation/Example3.java

    Severity Rule Message Line Col
    #A1390 warning MethodName Method Name 'Example3' must not equal the enclosing class name. 20 8
    #A1391 warning MethodName Method name 'Example3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 8
    #A1392 warning GoogleMethodName Method name 'Example3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 8
    #A1393 warning MethodName Method Name 'Example3' must not equal the enclosing class name. 25 8
    #A1394 warning MethodName Method name 'Example3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 25 8
    #A1395 warning GoogleMethodName Method name 'Example3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 25 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltoken/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltoken/Example2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/missingswitchdefault/Example1.java

    Severity Rule Message Line Col
    #A1400 warning MethodName Method Name 'Example1' must not equal the enclosing class name. 12 8
    #A1401 warning MethodName Method name 'Example1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 12 8
    #A1402 warning GoogleMethodName Method name 'Example1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 12 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/modifiedcontrolvariable/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/modifiedcontrolvariable/Example2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/nestedifdepth/Example1.java

    Severity Rule Message Line Col
    #A1407 warning MethodName Method Name 'Example1' must not equal the enclosing class name. 12 8
    #A1408 warning MethodName Method name 'Example1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 12 8
    #A1409 warning GoogleMethodName Method name 'Example1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 12 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/nestedifdepth/Example2.java

    Severity Rule Message Line Col
    #A1410 warning MethodName Method Name 'Example2' must not equal the enclosing class name. 14 8
    #A1411 warning MethodName Method name 'Example2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 14 8
    #A1412 warning GoogleMethodName Method name 'Example2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 14 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/noarraytrailingcomma/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/simplifybooleanexpression/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/coding/stringliteralequality/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/Example2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/Example3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/Example3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/localfinalvariablename/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/localfinalvariablename/Example2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/localfinalvariablename/Example3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/localvariablename/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/localvariablename/Example2.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/localvariablename/Example4.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/localvariablename/Example5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/Example1.java

    Severity Rule Message Line Col
    #A1447 warning MethodName Method name 'Method2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 18
    #A1448 warning GoogleMethodName Method name 'Method2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 18
    #A1449 warning MethodName Method name 'Method3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 16
    #A1450 warning GoogleMethodName Method name 'Method3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 16
    #A1451 warning MethodName Method name 'Method4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 15
    #A1452 warning GoogleMethodName Method name 'Method4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 15
    #A1453 warning MethodName Method name 'Method5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 8
    #A1454 warning GoogleMethodName Method name 'Method5' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/Example2.java

    Severity Rule Message Line Col
    #A1455 warning MethodName Method name 'Method2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 18
    #A1456 warning GoogleMethodName Method name 'Method2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 18
    #A1457 warning MethodName Method name 'Method3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 16
    #A1458 warning GoogleMethodName Method name 'Method3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 16
    #A1459 warning MethodName Method name 'Method4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 15
    #A1460 warning GoogleMethodName Method name 'Method4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 15
    #A1461 warning MethodName Method name 'Method5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 8
    #A1462 warning GoogleMethodName Method name 'Method5' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/Example3.java

    Severity Rule Message Line Col
    #A1463 warning MethodName Method Name 'Example3' must not equal the enclosing class name. 17 15
    #A1464 warning MethodName Method name 'Example3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 15
    #A1465 warning GoogleMethodName Method name 'Example3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 17 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/Example4.java

    Severity Rule Message Line Col
    #A1466 warning MethodName Method Name 'Example4' must not equal the enclosing class name. 18 15
    #A1467 warning MethodName Method name 'Example4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 15
    #A1468 warning GoogleMethodName Method name 'Example4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/Example5.java

    Severity Rule Message Line Col
    #A1469 warning MethodName Method name 'Method2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 18
    #A1470 warning GoogleMethodName Method name 'Method2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 18
    #A1471 warning MethodName Method name 'Method3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 16
    #A1472 warning GoogleMethodName Method name 'Method3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 16
    #A1473 warning MethodName Method name 'Method4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 15
    #A1474 warning GoogleMethodName Method name 'Method4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 15
    #A1475 warning MethodName Method name 'Method5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 8
    #A1476 warning GoogleMethodName Method name 'Method5' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/Example6.java

    Severity Rule Message Line Col
    #A1477 warning MethodName Method name 'Method2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 18
    #A1478 warning GoogleMethodName Method name 'Method2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 18
    #A1479 warning MethodName Method name 'Method3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 16
    #A1480 warning GoogleMethodName Method name 'Method3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 16
    #A1481 warning MethodName Method name 'Method4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 15
    #A1482 warning GoogleMethodName Method name 'Method4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 15
    #A1483 warning MethodName Method name 'Method5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 8
    #A1484 warning GoogleMethodName Method name 'Method5' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/Example7.java

    Severity Rule Message Line Col
    #A1485 warning MethodName Method name 'Method2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 18
    #A1486 warning GoogleMethodName Method name 'Method2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 18
    #A1487 warning MethodName Method name 'Method3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 16
    #A1488 warning GoogleMethodName Method name 'Method3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 16
    #A1489 warning MethodName Method name 'Method4' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 15
    #A1490 warning GoogleMethodName Method name 'Method4' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 15
    #A1491 warning MethodName Method name 'Method5' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 8
    #A1492 warning GoogleMethodName Method name 'Method5' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/severitymatchfilter/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathfilter/Example13.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathfilter/Example14.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathfilter/Example5.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathfilter/Example7.java

    Severity Rule Message Line Col
    #A1507 warning MethodName Method name 'DoMATH' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 17 15
    #A1508 warning GoogleMethodName Method name 'DoMATH' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 17 15
    #A1509 warning MethodName Method name 'DoEng' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 15
    #A1510 warning GoogleMethodName Method name 'DoEng' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 15
    #A1511 warning MethodName Method name 'FOO' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 23 8
    #A1512 warning GoogleMethodName Method name 'FOO' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 23 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathsinglefilter/Example1.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathsinglefilter/Example13.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathsinglefilter/Example2.java

    Severity Rule Message Line Col
    #A1519 warning MethodName Method name 'MyMethod1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 18 15
    #A1520 warning GoogleMethodName Method name 'MyMethod1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 18 15
    #A1521 warning MethodName Method name 'MyMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 20 15
    #A1522 warning GoogleMethodName Method name 'MyMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 20 15
    #A1523 warning MethodName Method name 'MyMethodA' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 22 15
    #A1524 warning GoogleMethodName Method name 'MyMethodA' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 22 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathsinglefilter/Example3.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathsinglefilter/Example7.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/xdocs-examples/resources/com/puppycrawl/tools/checkstyle/filters/suppressionxpathsinglefilter/Example8.java

    Severity Rule Message Line Col
    #A1531 warning MethodName Method name 'MyMethod1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 19 15
    #A1532 warning GoogleMethodName Method name 'MyMethod1' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 19 15
    #A1533 warning MethodName Method name 'MyMethod2' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 21 15
    #A1534 warning GoogleMethodName Method name 'MyMethod2' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 21 15
    #A1535 warning MethodName Method name 'MyMethod3' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 23 15
    #A1536 warning GoogleMethodName Method name 'MyMethod3' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 23 15