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

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

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • GoogleMethodName

    Summary:

    Report id Files Violations Severity-warning
    base 0 0 0
    patch 2686 278 (278 added) 278 (278 added)
    142 files with differences 278 changes in violations 278 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck
    base 0
    patch 278 (278 added)
    changes in violations 278

    Number of unique base messages reported below: 0
    Number of unique patch messages reported below: 278

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/eclipsePlugin-test/src/de/tobject/findbugs/actions/test/GroupByActionTest.java

    Severity Rule Message Line Col
    #A1 warning GoogleMethodName Test method name 'testAction_Priority_Category_Project_Package_Class_PatternType_Pattern_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 85 17
    #A2 warning GoogleMethodName Test method name 'testAction_Priority_Category_Project_PatternType_Pattern_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 93 17
    #A3 warning GoogleMethodName Test method name 'testAction_Priority_Project_Pattern_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 101 17
    #A4 warning GoogleMethodName Test method name 'testAction_Project_Pattern_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 108 17
    #A5 warning GoogleMethodName Test method name 'testAction_Project_Priority_Category_PatternType_Pattern_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 115 17
    #A6 warning GoogleMethodName Test method name 'testAction_Project_Priority_Pattern_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 123 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/eclipsePlugin-test/src/de/tobject/findbugs/quickfix/test/QuickfixTest.java

    Severity Rule Message Line Col
    #A7 warning GoogleMethodName Test method name 'testRemoveUselessMethodResolution_FI_Empty' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 98 17
    #A8 warning GoogleMethodName Test method name 'testRemoveUselessMethodResolution_FI_Useless' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 103 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/eclipsePlugin-test/src/de/tobject/findbugs/reporter/test/MarkerUtilTest.java

    Severity Rule Message Line Col
    #A9 warning GoogleMethodName Test method name 'testGetAllMarkers_Empty' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 65 17
    #A10 warning GoogleMethodName Test method name 'testIsFiltered_EmptyFilters' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 92 17
    #A11 warning GoogleMethodName Test method name 'testIsFiltered_NullFilters' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 101 17
    #A12 warning GoogleMethodName Test method name 'testIsFiltered_NullMarker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 110 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/eclipsePlugin-test/src/de/tobject/findbugs/view/test/BugExplorerViewTest.java

    Severity Rule Message Line Col
    #A13 warning GoogleMethodName Test method name 'testViewContents_Empty' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 60 17
    #A14 warning GoogleMethodName Test method name 'testViewContents_Project_Pattern_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 72 17
    #A15 warning GoogleMethodName Test method name 'testViewContents_Project_Pattern_Package_Marker' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 88 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/AccidentalNonConstructorInInnerClass.java

    Severity Rule Message Line Col
    #A16 warning GoogleMethodName Method name 'Report' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 14
    #A17 warning GoogleMethodName Method name 'DeeplyNested' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 18
    #A18 warning GoogleMethodName Method name 'Report2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 14
    #A19 warning GoogleMethodName Method name 'DoNotReport' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 14
    #A20 warning GoogleMethodName Method name 'DoNotReport2' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 28 14

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/AnnotationTest.java

    Severity Rule Message Line Col
    #A21 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 6 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/BC_Unconfirmed_Cast.java

    Severity Rule Message Line Col
    #A22 warning GoogleMethodName Method name 'Blargh' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/BadCast.java

    Severity Rule Message Line Col
    #A23 warning GoogleMethodName Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 58 9
    #A24 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 64 9
    #A25 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 74 9
    #A26 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 85 9
    #A27 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 108 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/BadConstructor.java

    Severity Rule Message Line Col
    #A28 warning GoogleMethodName Method name 'BadConstructor' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/BadEquals.java

    Severity Rule Message Line Col
    #A29 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 50 20
    #A30 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 55 20
    #A31 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 60 20
    #A32 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 65 20
    #A33 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 70 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/BadRegEx.java

    Severity Rule Message Line Col
    #A34 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 13
    #A35 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 12
    #A36 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 19 12
    #A37 warning GoogleMethodName Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 24 10
    #A38 warning GoogleMethodName Method name 'y' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 29 13
    #A39 warning GoogleMethodName Method name 'z' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 34 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/BlockingMethodsOnURLs.java

    Severity Rule Message Line Col
    #A40 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 16
    #A41 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 18 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/BooleanReturnsNull.java

    Severity Rule Message Line Col
    #A42 warning GoogleMethodName Method name 'always_null' has invalid underscore usage, underscores only allowed between adjacent digits. 10 20
    #A43 warning GoogleMethodName Method name 'sometimes_null' has invalid underscore usage, underscores only allowed between adjacent digits. 15 20
    #A44 warning GoogleMethodName Method name 'sometimes_null_as_specified_with_nullable' has invalid underscore usage, underscores only allowed between adjacent digits. 28 20
    #A45 warning GoogleMethodName Method name 'sometimes_null_as_specified_with_checkfornull' has invalid underscore usage, underscores only allowed between adjacent digits. 40 20
    #A46 warning GoogleMethodName Method name 'never_null' has invalid underscore usage, underscores only allowed between adjacent digits. 52 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/DETest.java

    Severity Rule Message Line Col
    #A47 warning GoogleMethodName Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 3 23
    #A48 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/DangerousStoreIntoField.java

    Severity Rule Message Line Col
    #A49 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 13 17
    #A50 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 17 17
    #A51 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 21 17
    #A52 warning GoogleMethodName Method name 'i' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 25 17
    #A53 warning GoogleMethodName Method name 'j' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 31 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/DoNotRunAThread.java

    Severity Rule Message Line Col
    #A54 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 10
    #A55 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 10
    #A56 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 15 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/DumbMethodInvocations.java

    Severity Rule Message Line Col
    #A57 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 26 12
    #A58 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 30 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/DuplicateBranches.java

    Severity Rule Message Line Col
    #A59 warning GoogleMethodName Method name 'g_korland' has invalid underscore usage, underscores only allowed between adjacent digits. 65 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/EscapeIntoLoadProperties.java

    Severity Rule Message Line Col
    #A60 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 12 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/ExceptionSetMerge.java

    Severity Rule Message Line Col
    #A61 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/IgnoredTrim.java

    Severity Rule Message Line Col
    #A62 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 3 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/Infeasible.java

    Severity Rule Message Line Col
    #A63 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/InfiniteLoopFalsePositive.java

    Severity Rule Message Line Col
    #A64 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 17
    #A65 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 11 16
    #A66 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 23 20
    #A67 warning GoogleMethodName Method name 'z' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 33 9
    #A68 warning GoogleMethodName Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 38 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/InfiniteRecursiveLoopFalsePositive.java

    Severity Rule Message Line Col
    #A69 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/InnerIS.java

    Severity Rule Message Line Col
    #A70 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/JSR166.java

    Severity Rule Message Line Col
    #A71 warning GoogleMethodName Method name 'l' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/LongNaming.java

    Severity Rule Message Line Col
    #A72 warning GoogleMethodName Method name 'Wait' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 26 14

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/MaskMe.java

    Severity Rule Message Line Col
    #A73 warning GoogleMethodName Method name 'modify_base_class_var' has invalid underscore usage, underscores only allowed between adjacent digits. 6 16
    #A74 warning GoogleMethodName Method name 'get_base_class_var' has invalid underscore usage, underscores only allowed between adjacent digits. 21 16
    #A75 warning GoogleMethodName Method name 'copy_base_class_var' has invalid underscore usage, underscores only allowed between adjacent digits. 26 17
    #A76 warning GoogleMethodName Method name 'get_cruft' has invalid underscore usage, underscores only allowed between adjacent digits. 37 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/MethodCapitalization.java

    Severity Rule Message Line Col
    #A77 warning GoogleMethodName Method name 'MethodCapitalization' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 17
    #A78 warning GoogleMethodName Method name 'ToString' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 35 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/N2.java

    Severity Rule Message Line Col
    #A79 warning GoogleMethodName Method name 'N1' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/NonShortCircuit.java

    Severity Rule Message Line Col
    #A80 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 64 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/OverwrittenParameter.java

    Severity Rule Message Line Col
    #A81 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 3 17
    #A82 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/RLETest.java

    Severity Rule Message Line Col
    #A83 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 32 26
    #A84 warning GoogleMethodName Method name 'y' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 38 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/RV.java

    Severity Rule Message Line Col
    #A85 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 17
    #A86 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/RedundantNullCheck.java

    Severity Rule Message Line Col
    #A87 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 51 12
    #A88 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 55 16
    #A89 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 62 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/RedundantNullCheck2.java

    Severity Rule Message Line Col
    #A90 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/RunFinalizersOnExit.java

    Severity Rule Message Line Col
    #A91 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 3 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/SelfFieldOperation.java

    Severity Rule Message Line Col
    #A92 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 26 9
    #A93 warning GoogleMethodName Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 59 13
    #A94 warning GoogleMethodName Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 64 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/SelfLocalOperation.java

    Severity Rule Message Line Col
    #A95 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 6 9
    #A96 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 10
    #A97 warning GoogleMethodName Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 31 13
    #A98 warning GoogleMethodName Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 36 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/SqlInjection.java

    Severity Rule Message Line Col
    #A99 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 15
    #A100 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 15
    #A101 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 32 15
    #A102 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 38 15

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/SwitchDup.java

    Severity Rule Message Line Col
    #A103 warning GoogleMethodName Method name 'g_korland' has invalid underscore usage, underscores only allowed between adjacent digits. 157 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/SwitchFallthroughDeadStoreFalsePositive.java

    Severity Rule Message Line Col
    #A104 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 2 16
    #A105 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 15 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/UncalledPrivateMethod.java

    Severity Rule Message Line Col
    #A106 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 28 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/UnreadFieldFalsePositiveAtomicUpdater.java

    Severity Rule Message Line Col
    #A107 warning GoogleMethodName Method name 'CAS_newkvs' has invalid underscore usage, underscores only allowed between adjacent digits. 33 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/UserAss3rtion.java

    Severity Rule Message Line Col
    #A108 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2009_04_10.java

    Severity Rule Message Line Col
    #A109 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 12
    #A110 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2009_05_01.java

    Severity Rule Message Line Col
    #A111 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9
    #A112 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2009_05_20.java

    Severity Rule Message Line Col
    #A113 warning GoogleMethodName Method name 'falsePositive_ifnonull' has invalid underscore usage, underscores only allowed between adjacent digits. 12 24
    #A114 warning GoogleMethodName Method name 'falsePositive_ifnonnull' has invalid underscore usage, underscores only allowed between adjacent digits. 22 24
    #A115 warning GoogleMethodName Method name 'removeDuplicates_FalsePositive' has invalid underscore usage, underscores only allowed between adjacent digits. 58 40

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2009_05_26.java

    Severity Rule Message Line Col
    #A116 warning GoogleMethodName Method name 'Ideas_2009_05_26' has invalid underscore usage, underscores only allowed between adjacent digits. 11 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2009_10_06.java

    Severity Rule Message Line Col
    #A117 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2009_10_07.java

    Severity Rule Message Line Col
    #A118 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 16
    #A119 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2010_04_29.java

    Severity Rule Message Line Col
    #A120 warning GoogleMethodName Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 60 14

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2010_08_06.java

    Severity Rule Message Line Col
    #A121 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 24
    #A122 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 13 25

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2011_03_30.java

    Severity Rule Message Line Col
    #A123 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2011_04_24.java

    Severity Rule Message Line Col
    #A124 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 18 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2011_06_29a.java

    Severity Rule Message Line Col
    #A125 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2011_07_26.java

    Severity Rule Message Line Col
    #A126 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 11 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2011_12_19.java

    Severity Rule Message Line Col
    #A127 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 18 9
    #A128 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 98 12
    #A129 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 102 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2012_10_18.java

    Severity Rule Message Line Col
    #A130 warning GoogleMethodName Method name 'OK' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2012_11_15.java

    Severity Rule Message Line Col
    #A131 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 21 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2012_11_19.java

    Severity Rule Message Line Col
    #A132 warning GoogleMethodName Method name 'OK' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 27 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/deref/CorrectHandlingOfNoInformation.java

    Severity Rule Message Line Col
    #A133 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 6 13
    #A134 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 23 16
    #A135 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 27 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/deref/UnconditionalDeref.java

    Severity Rule Message Line Col
    #A136 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 18
    #A137 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 17
    #A138 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 13 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/deref/UnconditionalDeref2.java

    Severity Rule Message Line Col
    #A139 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 18
    #A140 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 18

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/ghIssues/Issue389.java

    Severity Rule Message Line Col
    #A141 warning GoogleMethodName Method name 'i2f_error' has invalid underscore usage, underscores only allowed between adjacent digits. 14 24
    #A142 warning GoogleMethodName Method name 'i2d_error' has invalid underscore usage, underscores only allowed between adjacent digits. 20 24
    #A143 warning GoogleMethodName Method name 'i2l_error' has invalid underscore usage, underscores only allowed between adjacent digits. 26 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/ghIssues/Issue413.java

    Severity Rule Message Line Col
    #A144 warning GoogleMethodName Method name 'error_in_ldiv' has invalid underscore usage, underscores only allowed between adjacent digits. 5 21
    #A145 warning GoogleMethodName Method name 'error_in_lrem' has invalid underscore usage, underscores only allowed between adjacent digits. 9 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/inefficient/InefficientIndexOfDemo.java

    Severity Rule Message Line Col
    #A146 warning GoogleMethodName Method name 'indexOf_1_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 11 9
    #A147 warning GoogleMethodName Method name 'indexOf_1_ok_int' has invalid underscore usage, underscores only allowed between adjacent digits. 16 9
    #A148 warning GoogleMethodName Method name 'indexOf_1_ok_2chars' has invalid underscore usage, underscores only allowed between adjacent digits. 21 9
    #A149 warning GoogleMethodName Method name 'indexOf_1_nok' has invalid underscore usage, underscores only allowed between adjacent digits. 26 9
    #A150 warning GoogleMethodName Method name 'indexOf_2_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 34 9
    #A151 warning GoogleMethodName Method name 'indexOf_2_ok_int' has invalid underscore usage, underscores only allowed between adjacent digits. 39 9
    #A152 warning GoogleMethodName Method name 'indexOf_2_ok_2chars' has invalid underscore usage, underscores only allowed between adjacent digits. 44 9
    #A153 warning GoogleMethodName Method name 'indexOf_2_nok' has invalid underscore usage, underscores only allowed between adjacent digits. 49 9
    #A154 warning GoogleMethodName Method name 'lastIndexOf_1_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 57 9
    #A155 warning GoogleMethodName Method name 'lastIndexOf_1_ok_int' has invalid underscore usage, underscores only allowed between adjacent digits. 62 9
    #A156 warning GoogleMethodName Method name 'lastIndexOf_1_ok_2chars' has invalid underscore usage, underscores only allowed between adjacent digits. 67 9
    #A157 warning GoogleMethodName Method name 'lastIndexOf_1_nok' has invalid underscore usage, underscores only allowed between adjacent digits. 72 9
    #A158 warning GoogleMethodName Method name 'lastIndexOf_2_ok' has invalid underscore usage, underscores only allowed between adjacent digits. 80 9
    #A159 warning GoogleMethodName Method name 'lastIndexOf_2_ok_int' has invalid underscore usage, underscores only allowed between adjacent digits. 85 9
    #A160 warning GoogleMethodName Method name 'lastIndexOf_2_ok_2chars' has invalid underscore usage, underscores only allowed between adjacent digits. 90 9
    #A161 warning GoogleMethodName Method name 'lastIndexOf_2_nok' has invalid underscore usage, underscores only allowed between adjacent digits. 95 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/jsr305/TestFooUnknownSource.java

    Severity Rule Message Line Col
    #A162 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 9
    #A163 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/jsr305/TestInterprocedural.java

    Severity Rule Message Line Col
    #A164 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 36 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/jsr305/TestOverridesSuper.java

    Severity Rule Message Line Col
    #A165 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 10
    #A166 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 12 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/jsr305/TestViolatedInheritedAnnotations.java

    Severity Rule Message Line Col
    #A167 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 48 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/jsr305/TrickyInheritedQualifiers.java

    Severity Rule Message Line Col
    #A168 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 13 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nonnull/TestNonNull.java

    Severity Rule Message Line Col
    #A169 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/AtomicFieldUpdater.java

    Severity Rule Message Line Col
    #A170 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 22 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/BranchOrStatement.java

    Severity Rule Message Line Col
    #A171 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/ComparisonWithThis.java

    Severity Rule Message Line Col
    #A172 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/CorrectlyLocalizeWarning.java

    Severity Rule Message Line Col
    #A173 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/FalsePositiveFromEclipseCommentRegion.java

    Severity Rule Message Line Col
    #A174 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 11 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/FalsePositiveOnExceptionPath.java

    Severity Rule Message Line Col
    #A175 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 49 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/GuaranteedDerefInterproc.java

    Severity Rule Message Line Col
    #A176 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/GuaranteedDereference2.java

    Severity Rule Message Line Col
    #A177 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 6 17
    #A178 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/GuaranteedDereferenceLocationReporting.java

    Severity Rule Message Line Col
    #A179 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/GuaranteedDereferencesShouldBeReducedByPostDominatorAnalysis.java

    Severity Rule Message Line Col
    #A180 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/GuaranteedUseRequiringNonNullValue.java

    Severity Rule Message Line Col
    #A181 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 16
    #A182 warning GoogleMethodName Method name 'gNull' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 15 9
    #A183 warning GoogleMethodName Method name 'gNSP' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 9
    #A184 warning GoogleMethodName Method name 'gNCP' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 27 9
    #A185 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 46 12
    #A186 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 54 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/HandleAssert.java

    Severity Rule Message Line Col
    #A187 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/IdentifyCorrectBranchPlease.java

    Severity Rule Message Line Col
    #A188 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9
    #A189 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 15 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/IgnoreBranchesWhereValueIsKnownNonNull.java

    Severity Rule Message Line Col
    #A190 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/InSwitchStatement.java

    Severity Rule Message Line Col
    #A191 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/InstanceOfInteraction.java

    Severity Rule Message Line Col
    #A192 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/InterproceduralAnalysisOfNonnullReturnValues.java

    Severity Rule Message Line Col
    #A193 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 12
    #A194 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/InterproceduralMethodOrdering.java

    Severity Rule Message Line Col
    #A195 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 17
    #A196 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 24 17
    #A197 warning GoogleMethodName Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 28 17
    #A198 warning GoogleMethodName Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 32 17
    #A199 warning GoogleMethodName Method name 'e' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 36 17
    #A200 warning GoogleMethodName Method name 'w' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 40 17
    #A201 warning GoogleMethodName Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 44 17
    #A202 warning GoogleMethodName Method name 'y' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 48 17
    #A203 warning GoogleMethodName Method name 'z' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 52 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/JunitFailFalsePositive.java

    Severity Rule Message Line Col
    #A204 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 6 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/Logging.java

    Severity Rule Message Line Col
    #A205 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/NullPointerLattice.java

    Severity Rule Message Line Col
    #A206 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/ParameterNumberingTest.java

    Severity Rule Message Line Col
    #A207 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9
    #A208 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/SinksRequiringNonNull.java

    Severity Rule Message Line Col
    #A209 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 10
    #A210 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/TrackFields.java

    Severity Rule Message Line Col
    #A211 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 9
    #A212 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 23 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/TrickyLoop.java

    Severity Rule Message Line Col
    #A213 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/npe/UseCheckUse.java

    Severity Rule Message Line Col
    #A214 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/T6.java

    Severity Rule Message Line Col
    #A215 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 10
    #A216 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/Test6.java

    Severity Rule Message Line Col
    #A217 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 10
    #A218 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/TestNonNull1.java

    Severity Rule Message Line Col
    #A219 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/TestNonNull3.java

    Severity Rule Message Line Col
    #A220 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/TestNonNull5.java

    Severity Rule Message Line Col
    #A221 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/TestNonNull6a.java

    Severity Rule Message Line Col
    #A222 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 6 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/UseAnnotations.java

    Severity Rule Message Line Col
    #A223 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 12
    #A224 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 15 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/packageDefault/Interface1.java

    Severity Rule Message Line Col
    #A225 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 12
    #A226 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/packageDefault/TestNonNull1.java

    Severity Rule Message Line Col
    #A227 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 11 19
    #A228 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 15 19
    #A229 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 21 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/packageDefault/TestNonNull2.java

    Severity Rule Message Line Col
    #A230 warning GoogleMethodName Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 31 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/packageDefault_JDT/Interface1.java

    Severity Rule Message Line Col
    #A231 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 12
    #A232 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 12

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/packageDefault_JDT/TestNonNull1.java

    Severity Rule Message Line Col
    #A233 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 12 19
    #A234 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 17 19
    #A235 warning GoogleMethodName Method name 'h' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 23 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/packageDefault_JDT/TestNonNull2.java

    Severity Rule Message Line Col
    #A236 warning GoogleMethodName Method name 'k' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 32 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/returnValue/TestReturnOverride.java

    Severity Rule Message Line Col
    #A237 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 13 10
    #A238 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 19 16
    #A239 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 31 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/nullnessAnnotations/returnValue/TestReturnOverride2.java

    Severity Rule Message Line Col
    #A240 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 12 10
    #A241 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 18 16
    #A242 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 30 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1006704.java

    Severity Rule Message Line Col
    #A243 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 12 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1551726.java

    Severity Rule Message Line Col
    #A244 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 15 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1563719.java

    Severity Rule Message Line Col
    #A245 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1564367.java

    Severity Rule Message Line Col
    #A246 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1609941.java

    Severity Rule Message Line Col
    #A247 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1629176.java

    Severity Rule Message Line Col
    #A248 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1633245.java

    Severity Rule Message Line Col
    #A249 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1649494.java

    Severity Rule Message Line Col
    #A250 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 7 29

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1710812.java

    Severity Rule Message Line Col
    #A251 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 5 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1714571.java

    Severity Rule Message Line Col
    #A252 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1908621.java

    Severity Rule Message Line Col
    #A253 warning GoogleMethodName Method name 'get_bool' has invalid underscore usage, underscores only allowed between adjacent digits. 4 27

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1993328.java

    Severity Rule Message Line Col
    #A254 warning GoogleMethodName Method name 'assign_conditional' has invalid underscore usage, underscores only allowed between adjacent digits. 27 17
    #A255 warning GoogleMethodName Method name 'assign_explicit' has invalid underscore usage, underscores only allowed between adjacent digits. 38 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1994945.java

    Severity Rule Message Line Col
    #A256 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 22 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug2353694.java

    Severity Rule Message Line Col
    #A257 warning GoogleMethodName Method name 'fp_warning_OS' has invalid underscore usage, underscores only allowed between adjacent digits. 38 17
    #A258 warning GoogleMethodName Method name 'correct_warning_OS' has invalid underscore usage, underscores only allowed between adjacent digits. 59 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug2533036.java

    Severity Rule Message Line Col
    #A259 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 13 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug2845557.java

    Severity Rule Message Line Col
    #A260 warning GoogleMethodName Method name 'iAmCreatingAnObject' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 8 19
    #A261 warning GoogleMethodName Method name 'iHaveToThrowAnException' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 10 28
    #A262 warning GoogleMethodName Method name 'iThrowAnException' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 16 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug2930744.java

    Severity Rule Message Line Col
    #A263 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 14 13

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug3031977.java

    Severity Rule Message Line Col
    #A264 warning GoogleMethodName Method name 'm' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug3126724.java

    Severity Rule Message Line Col
    #A265 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 19 24

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug3204236.java

    Severity Rule Message Line Col
    #A266 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 11 10
    #A267 warning GoogleMethodName Method name 'g' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 16 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug3554835.java

    Severity Rule Message Line Col
    #A268 warning GoogleMethodName Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 11 10
    #A269 warning GoogleMethodName Method name 'y' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 24 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/a/Bug1718199.java

    Severity Rule Message Line Col
    #A270 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 4 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/b/bug2010156.java

    Severity Rule Message Line Col
    #A271 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 41 16

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/sfBugsNew/Bug1291.java

    Severity Rule Message Line Col
    #A272 warning GoogleMethodName Method name 'a' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 11 20
    #A273 warning GoogleMethodName Method name 'b' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 20 20
    #A274 warning GoogleMethodName Method name 'c' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 27 20

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/tomcat/IntrospectionUtils.java

    Severity Rule Message Line Col
    #A275 warning GoogleMethodName Method name 'd' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 22 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/worseThanFailure/Post20061102.java

    Severity Rule Message Line Col
    #A276 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 9 10

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/worseThanFailure/Post20070330.java

    Severity Rule Message Line Col
    #A277 warning GoogleMethodName Method name 'f' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 6 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spotbugs/spotbugsTestCases/src/java/worseThanFailure/Post20071210.java

    Severity Rule Message Line Col
    #A278 warning GoogleMethodName Method name 'it_Only_Seems_Redundant_and_Stupid' has invalid underscore usage, underscores only allowed between adjacent digits. 9 17