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 3364 110 110
    patch 3364 88 (110 removed, 88 added) 88 (110 removed, 88 added)
    35 files with differences 198 changes in violations 198 changes in violations

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

    Number of unique base messages reported below: 110
    Number of unique patch messages reported below: 88

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/main/java/org/springframework/integration/dsl/BaseIntegrationFlowDefinition.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/main/java/org/springframework/integration/dsl/IntegrationComponentSpec.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/main/java/org/springframework/integration/support/BaseMessageBuilder.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/main/java/org/springframework/integration/support/MapBuilder.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/channel/interceptor/ThreadStatePropagationChannelInterceptorTests.java

    Severity Rule Message Line Col
    #A9 warning MethodName Method name 'ThreadStatePropagationChannelInterceptorsCanBeStacked' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 43 14
    #A10 warning GoogleMethodName Test method name 'ThreadStatePropagationChannelInterceptorsCanBeStacked' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, 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/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/config/xml/ConstructorAutowireTests.java

    Severity Rule Message Line Col
    #A11 warning MethodName Method name 'aProducer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 73 31
    #A12 warning GoogleMethodName Method name 'aProducer' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 73 31
    #A13 warning MethodName Method name 'aConsumer' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 29
    #A14 warning GoogleMethodName Method name 'aConsumer' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 29
    #A15 warning MethodName Method name 'aSplitter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 37
    #A16 warning GoogleMethodName Method name 'aSplitter' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 82 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/dsl/transformers/TransformerTests.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/endpoint/PollingConsumerEndpointTests.java

    Severity Rule Message Line Col
    #A19 warning MethodName Method name 'multipleMessages_under_run' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 107 21
    #A20 warning GoogleMethodName Test method name 'multipleMessages_under_run' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 107 21
    #A21 warning MethodName Method name 'droppedMessage_onePerPoll' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 140 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/gateway/GatewayProxyFactoryBeanTests.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/gateway/MessagingGatewayTests.java

    Severity Rule Message Line Col
    #A24 warning MethodName Method name 'sendMessage_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 98 21
    #A25 warning GoogleMethodName Test method name 'sendMessage_failure' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 98 21
    #A26 warning MethodName Method name 'sendObject_failure' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 117 21
    #A27 warning GoogleMethodName Test method name 'sendObject_failure' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 117 21
    #A28 warning MethodName Method name 'sendMessage_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 128 21
    #A29 warning GoogleMethodName Test method name 'sendMessage_null' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 128 21
    #A30 warning MethodName Method name 'receiveMessage_null' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 144 21
    #A31 warning GoogleMethodName Test method name 'receiveMessage_null' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 144 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/json/JsonTransformersSymmetricalTests.java

    Severity Rule Message Line Col
    #A32 warning MethodName Method name 'testInt2809ObjectToJson_JsonToObject' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 21
    #A33 warning GoogleMethodName Test method name 'testInt2809ObjectToJson_JsonToObject' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 37 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/splitter/SplitterIntegrationTests.java

    Severity Rule Message Line Col
    #A34 warning MethodName Method name 'channelResolver_isNotNull' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 163 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/splitter/StreamingSplitterTests.java

    Severity Rule Message Line Col
    #A35 warning MethodName Method name 'splitToIterator_sequenceSizeInLastMessageHeader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 21
    #A36 warning MethodName Method name 'splitToIterator_sourceMessageHeadersIncluded' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 21
    #A37 warning MethodName Method name 'splitToIterator_allMessagesSent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 102 21
    #A38 warning MethodName Method name 'splitToIterable_allMessagesSent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 21
    #A39 warning MethodName Method name 'splitToIterator_allMessagesContainSequenceNumber' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 126 21
    #A40 warning MethodName Method name 'splitWithMassiveReplyMessages_allMessagesSent' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 141 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-core/src/test/java/org/springframework/integration/transformer/ObjectToMapTransformerTests.java

    Severity Rule Message Line Col
    #A41 warning MethodName Method name 'testJacksonJSR310Support_PassInstantField_ReturnsMapWithOnlyOneEntryForInstantField' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 169 21
    #A42 warning GoogleMethodName Test method name 'testJacksonJSR310Support_PassInstantField_ReturnsMapWithOnlyOneEntryForInstantField' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 169 21
    #A43 warning MethodName Method name 'testCustomMapperSupport_DisableTimestampFlag_SerializesDateAsString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 184 21
    #A44 warning GoogleMethodName Test method name 'testCustomMapperSupport_DisableTimestampFlag_SerializesDateAsString' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 184 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-file/src/main/java/org/springframework/integration/file/remote/gateway/AbstractRemoteFileOutboundGateway.java

    Severity Rule Message Line Col
    #A45 warning MethodName Method name 'mPut' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 964 32
    #A46 warning GoogleMethodName Method name 'mPut' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 964 32
    #A47 warning MethodName Method name 'mGet' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1255 30
    #A48 warning GoogleMethodName Method name 'mGet' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1255 30
    #A49 warning MethodName Method name 'mGetWithoutRecursion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1270 28
    #A50 warning GoogleMethodName Method name 'mGetWithoutRecursion' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1270 28
    #A51 warning MethodName Method name 'mGetWithRecursion' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 1314 28
    #A52 warning GoogleMethodName Method name 'mGetWithRecursion' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 1314 28

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-file/src/test/java/org/springframework/integration/file/filters/AcceptOnceFileListFilterTests.java

    Severity Rule Message Line Col
    #A53 warning MethodName Method name 'testPerformance_INT3572' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 44 21
    #A54 warning GoogleMethodName Test method name 'testPerformance_INT3572' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 44 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-file/src/test/java/org/springframework/integration/file/remote/gateway/RemoteFileOutboundGatewayTests.java

    Severity Rule Message Line Col
    #A55 warning MethodName Method name 'testLs_f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 327 21
    #A56 warning GoogleMethodName Test method name 'testLs_f' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 327 21
    #A57 warning MethodName Method name 'testLs_f_R' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 368 21
    #A58 warning GoogleMethodName Test method name 'testLs_f_R' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 368 21
    #A59 warning MethodName Method name 'testLs_f_R_dirs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 394 21
    #A60 warning GoogleMethodName Test method name 'testLs_f_R_dirs' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 394 21
    #A61 warning MethodName Method name 'testLs_None' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 422 21
    #A62 warning GoogleMethodName Test method name 'testLs_None' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 422 21
    #A63 warning GoogleMethodName Test method name 'testLs_1' has invalid underscore usage, underscore only allowed between letters or between digits. 438 21
    #A64 warning MethodName Method name 'testLs_1_f' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 457 21
    #A65 warning GoogleMethodName Test method name 'testLs_1_f' has invalid underscore usage, underscore only allowed between letters or between digits. 457 21
    #A66 warning MethodName Method name 'testLs_1_dirs' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 475 21
    #A67 warning GoogleMethodName Test method name 'testLs_1_dirs' has invalid underscore usage, underscore only allowed between letters or between digits. 475 21
    #A68 warning MethodName Method name 'testLs_1_dirs_links' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 494 21
    #A69 warning GoogleMethodName Test method name 'testLs_1_dirs_links' has invalid underscore usage, underscore only allowed between letters or between digits. 494 21
    #A70 warning MethodName Method name 'testLs_1_a_f_dirs_links' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 514 21
    #A71 warning GoogleMethodName Test method name 'testLs_1_a_f_dirs_links' has invalid underscore usage, underscore only allowed between letters or between digits. 514 21
    #A72 warning MethodName Method name 'testLs_1_a_f_dirs_links_filtered' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 536 21
    #A73 warning GoogleMethodName Test method name 'testLs_1_a_f_dirs_links_filtered' has invalid underscore usage, underscore only allowed between letters or between digits. 536 21
    #A74 warning MethodName Method name 'testGet_P' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 746 21
    #A75 warning GoogleMethodName Test method name 'testGet_P' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 746 21
    #A76 warning MethodName Method name 'testGet_create_dir' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 784 21
    #A77 warning GoogleMethodName Test method name 'testGet_create_dir' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 784 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-file/src/test/java/org/springframework/integration/file/transformer/AbstractFilePayloadTransformerTests.java

    Severity Rule Message Line Col
    #A78 warning MethodName Method name 'transform_withSourceHeaderValues_copiedToResult' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 68 21
    #A79 warning GoogleMethodName Test method name 'transform_withSourceHeaderValues_copiedToResult' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 68 21
    #A80 warning MethodName Method name 'transform_withFilePayload_filenameInHeaders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 21
    #A81 warning GoogleMethodName Test method name 'transform_withFilePayload_filenameInHeaders' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 78 21
    #A82 warning MethodName Method name 'transform_withDefaultSettings_fileNotDeleted' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 85 21
    #A83 warning GoogleMethodName Test method name 'transform_withDefaultSettings_fileNotDeleted' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 85 21
    #A84 warning MethodName Method name 'transform_withDeleteSetting_doesNotExistAtOldLocation' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 91 21
    #A85 warning GoogleMethodName Test method name 'transform_withDeleteSetting_doesNotExistAtOldLocation' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, 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/spring-integration/spring-integration-file/src/test/java/org/springframework/integration/file/transformer/FileToByteArrayTransformerTests.java

    Severity Rule Message Line Col
    #A86 warning MethodName Method name 'transform_withFilePayload_convertedToByteArray' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 21
    #A87 warning GoogleMethodName Test method name 'transform_withFilePayload_convertedToByteArray' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 41 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-file/src/test/java/org/springframework/integration/file/transformer/FileToStringTransformerTests.java

    Severity Rule Message Line Col
    #A88 warning MethodName Method name 'transform_withFilePayload_convertedToString' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 21
    #A89 warning GoogleMethodName Test method name 'transform_withFilePayload_convertedToString' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 41 21
    #A90 warning MethodName Method name 'transform_withWrongEncoding_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 50 21
    #A91 warning GoogleMethodName Test method name 'transform_withWrongEncoding_notMatching' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 50 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/IdempotentReceiverIntegrationTests.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLInboundChannelAdapterTests.java

    Severity Rule Message Line Col
    #A94 warning MethodName Method name 'testDistributedSQLForOnlyLOCAL_KEYIterationType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 78 21
    #A95 warning GoogleMethodName Test method name 'testDistributedSQLForOnlyLOCAL_KEYIterationType' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 78 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastDistributedSQLInboundChannelAdapterConfigTests.java

    Severity Rule Message Line Col
    #A96 warning MethodName Method name 'testDistributedSQLForLOCAL_KEYIterationType' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 21
    #A97 warning GoogleMethodName Test method name 'testDistributedSQLForLOCAL_KEYIterationType' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 82 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/util/HazelcastInboundChannelAdapterTestUtils.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-http/src/test/java/org/springframework/integration/http/inbound/HttpRequestHandlingMessagingGatewayTests.java

    Severity Rule Message Line Col
    #A100 warning MethodName Method name 'INT2680DuplicateContentTypeHeader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 318 21
    #A101 warning GoogleMethodName Test method name 'INT2680DuplicateContentTypeHeader' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 318 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-jms/src/test/java/org/springframework/integration/jms/config/ExceptionHandlingSiConsumerTests.java

    Severity Rule Message Line Col
    #A102 warning MethodName Method name 'nonSiProducer_siConsumer_sync_withReturn' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 21
    #A103 warning GoogleMethodName Test method name 'nonSiProducer_siConsumer_sync_withReturn' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 46 21
    #A104 warning MethodName Method name 'nonSiProducer_siConsumer_sync_withReturnNoException' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 21
    #A105 warning GoogleMethodName Test method name 'nonSiProducer_siConsumer_sync_withReturnNoException' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 61 21
    #A106 warning MethodName Method name 'nonSiProducer_siConsumer_sync_withOutboundGateway' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 21
    #A107 warning GoogleMethodName Test method name 'nonSiProducer_siConsumer_sync_withOutboundGateway' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-jmx/src/test/java/org/springframework/integration/jmx/outbound/OperationInvokingMessageHandlerTests.java

    Severity Rule Message Line Col
    #A108 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]+)*$'. 156 24
    #A109 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. 156 24
    #A110 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]+)*$'. 158 24
    #A111 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. 158 24
    #A112 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]+)*$'. 160 22
    #A113 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. 160 22

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-jmx/src/test/java/org/springframework/integration/monitor/ScatterGatherHandlerIntegrationTests.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-jmx/src/test/java/org/springframework/integration_/mbeanexporterhelper/Int2307Tests.java

    Severity Rule Message Line Col
    #A116 warning MethodName Method name 'testInt2307_DefaultMBeanExporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 42 21
    #A117 warning GoogleMethodName Test method name 'testInt2307_DefaultMBeanExporter' has invalid underscore usage, underscore only allowed between letters or between digits. 42 21
    #A118 warning MethodName Method name 'testInt2307_CustomMBeanExporter' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 81 21
    #A119 warning GoogleMethodName Test method name 'testInt2307_CustomMBeanExporter' has invalid underscore usage, underscore only allowed between letters or between digits. 81 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/store/MongoDbMessageStore.java

    Severity Rule Message Line Col
    #A120 warning GoogleMethodName Method name 'get_LastReleasedSequenceNumber' has invalid underscore usage, underscores only allowed between adjacent digits. 935 28
    #A121 warning MethodName Method name 'get_LastReleasedSequenceNumber' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 935 28
    #A122 warning GoogleMethodName Method name 'get_Group_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 939 29
    #A123 warning MethodName Method name 'get_Group_timestamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 939 29
    #A124 warning GoogleMethodName Method name 'get_Group_complete' has invalid underscore usage, underscores only allowed between adjacent digits. 943 32
    #A125 warning MethodName Method name 'get_Group_complete' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 943 32
    #A126 warning GoogleMethodName Method name 'get_GroupId' has invalid underscore usage, underscores only allowed between adjacent digits. 948 41
    #A127 warning MethodName Method name 'get_GroupId' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 948 41
    #A128 warning GoogleMethodName Method name 'set_GroupId' has invalid underscore usage, underscores only allowed between adjacent digits. 956 29
    #A129 warning MethodName Method name 'set_GroupId' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 956 29
    #A130 warning GoogleMethodName Method name 'set_Group_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 960 29
    #A131 warning MethodName Method name 'set_Group_timestamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 960 29
    #A132 warning GoogleMethodName Method name 'get_message_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 964 29
    #A133 warning MethodName Method name 'get_message_timestamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 964 29
    #A134 warning GoogleMethodName Method name 'set_message_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 968 29
    #A135 warning MethodName Method name 'set_message_timestamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 968 29
    #A136 warning GoogleMethodName Method name 'get_Group_update_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 972 29
    #A137 warning MethodName Method name 'get_Group_update_timestamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 972 29
    #A138 warning GoogleMethodName Method name 'set_Group_update_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 976 29
    #A139 warning MethodName Method name 'set_Group_update_timestamp' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 976 29
    #A140 warning GoogleMethodName Method name 'set_LastReleasedSequenceNumber' has invalid underscore usage, underscores only allowed between adjacent digits. 980 29
    #A141 warning MethodName Method name 'set_LastReleasedSequenceNumber' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 980 29
    #A142 warning GoogleMethodName Method name 'set_Group_complete' has invalid underscore usage, underscores only allowed between adjacent digits. 984 29
    #A143 warning MethodName Method name 'set_Group_complete' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 984 29

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-r2dbc/src/test/java/org/springframework/integration/r2dbc/outbound/R2dbcMessageHandlerTests.java

    Severity Rule Message Line Col
    #A144 warning MethodName Method name 'validateMessageHandlingWithDeleteQueryCollection_MultipleRows' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 241 21
    #A145 warning GoogleMethodName Test method name 'validateMessageHandlingWithDeleteQueryCollection_MultipleRows' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 241 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-test-support/src/test/java/org/springframework/integration/test/matcher/HeaderMatcherTests.java

    Severity Rule Message Line Col
    #A146 warning MethodName Method name 'hasEntry_withValidKeyValue_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 63 21
    #A147 warning GoogleMethodName Test method name 'hasEntry_withValidKeyValue_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 63 21
    #A148 warning MethodName Method name 'hasEntry_withUnknownKey_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 69 21
    #A149 warning MethodName Method name 'hasEntry_withValidKeyAndMatcherValue_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 74 21
    #A150 warning GoogleMethodName Test method name 'hasEntry_withValidKeyAndMatcherValue_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 74 21
    #A151 warning MethodName Method name 'hasEntry_withValidKeyAndMatcherValue_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 82 21
    #A152 warning MethodName Method name 'hasKey_withValidKey_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 89 21
    #A153 warning GoogleMethodName Test method name 'hasKey_withValidKey_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 89 21
    #A154 warning MethodName Method name 'hasKey_withInvalidKey_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 95 21
    #A155 warning MethodName Method name 'hasAllEntries_withMessageHeader_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 21
    #A156 warning GoogleMethodName Test method name 'hasAllEntries_withMessageHeader_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 100 21
    #A157 warning MethodName Method name 'hasAllEntries_withValidKeyValueOrMatcherValue_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 106 21
    #A158 warning GoogleMethodName Test method name 'hasAllEntries_withValidKeyValueOrMatcherValue_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 106 21
    #A159 warning MethodName Method name 'hasAllEntries_withInvalidValidKeyValueOrMatcherValue_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 114 21
    #A160 warning MethodName Method name 'readableException_singleHeader' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 124 21
    #A161 warning MethodName Method name 'readableException_allHeaders' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 135 21
    #A162 warning MethodName Method name 'hasMessageId_sameId' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 149 21
    #A163 warning MethodName Method name 'hasCorrelationId_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 154 21
    #A164 warning GoogleMethodName Test method name 'hasCorrelationId_' has invalid underscore usage, underscore only allowed between letters or between digits. 154 21
    #A165 warning MethodName Method name 'hasSequenceNumber_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 161 21
    #A166 warning GoogleMethodName Test method name 'hasSequenceNumber_' has invalid underscore usage, underscore only allowed between letters or between digits. 161 21
    #A167 warning MethodName Method name 'hasSequenceSize_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 168 21
    #A168 warning GoogleMethodName Test method name 'hasSequenceSize_' has invalid underscore usage, underscore only allowed between letters or between digits. 168 21
    #A169 warning MethodName Method name 'hasTimestamp_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 176 21
    #A170 warning GoogleMethodName Test method name 'hasTimestamp_' has invalid underscore usage, underscore only allowed between letters or between digits. 176 21
    #A171 warning MethodName Method name 'hasExpirationDate_' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 181 21
    #A172 warning GoogleMethodName Test method name 'hasExpirationDate_' has invalid underscore usage, underscore only allowed between letters or between digits. 181 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-test-support/src/test/java/org/springframework/integration/test/matcher/MapContainsTests.java

    Severity Rule Message Line Col
    #A173 warning MethodName Method name 'hasKey_validKey_matching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 55 21
    #A174 warning GoogleMethodName Test method name 'hasKey_validKey_matching' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 55 21
    #A175 warning MethodName Method name 'hasKey_unknownKey_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 61 21
    #A176 warning MethodName Method name 'hasEntry_withValidKeyValue_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 66 21
    #A177 warning GoogleMethodName Test method name 'hasEntry_withValidKeyValue_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 66 21
    #A178 warning MethodName Method name 'hasEntry_withUnknownKey_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 72 21
    #A179 warning MethodName Method name 'hasEntry_withValidKeyAndMatcherValue_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 77 21
    #A180 warning GoogleMethodName Test method name 'hasEntry_withValidKeyAndMatcherValue_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 77 21
    #A181 warning MethodName Method name 'hasEntry_withValidKeyAndMatcherValue_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 21
    #A182 warning MethodName Method name 'hasEntry_withTypedValueMap_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 21
    #A183 warning GoogleMethodName Test method name 'hasEntry_withTypedValueMap_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 90 21
    #A184 warning MethodName Method name 'hasAllEntries_withValidKeyValueOrMatcherValue_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 100 21
    #A185 warning GoogleMethodName Test method name 'hasAllEntries_withValidKeyValueOrMatcherValue_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 100 21
    #A186 warning MethodName Method name 'hasAllEntries_withInvalidValidKeyValueOrMatcherValue_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 108 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-test-support/src/test/java/org/springframework/integration/test/matcher/MockitoMessageMatchersTests.java

    Severity Rule Message Line Col
    #A187 warning MethodName Method name 'anyMatcher_withVerifyArgumentMatcherAndEqualPayload_matching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 67 21
    #A188 warning GoogleMethodName Test method name 'anyMatcher_withVerifyArgumentMatcherAndEqualPayload_matching' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 67 21
    #A189 warning MethodName Method name 'anyMatcher_withVerifyAndDifferentPayload_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 75 21
    #A190 warning MethodName Method name 'anyMatcher_withWhenArgumentMatcherAndEqualPayload_matching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 84 21
    #A191 warning GoogleMethodName Test method name 'anyMatcher_withWhenArgumentMatcherAndEqualPayload_matching' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 84 21
    #A192 warning MethodName Method name 'anyMatcher_withWhenAndDifferentPayload_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 90 21

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-test-support/src/test/java/org/springframework/integration/test/matcher/PayloadMatcherTests.java

    Severity Rule Message Line Col
    #A193 warning MethodName Method name 'hasPayload_withEqualValue_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 41 21
    #A194 warning GoogleMethodName Test method name 'hasPayload_withEqualValue_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 41 21
    #A195 warning MethodName Method name 'hasPayload_withNotEqualValue_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 46 21
    #A196 warning MethodName Method name 'hasPayload_withMatcher_matches' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 51 21
    #A197 warning GoogleMethodName Test method name 'hasPayload_withMatcher_matches' is not valid. Each segment must start lowercase, contain at least one uppercase letter for multi-segment names, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 51 21
    #A198 warning MethodName Method name 'hasPayload_withNotMatchingMatcher_notMatching' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 58 21