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 3407 58 (58 added) 58 (58 added)
    24 files with differences 58 changes in violations 58 changes in violations

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

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

    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

    /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
    #A2 warning GoogleMethodName Method name '_this' has invalid underscore usage, underscores only allowed between adjacent digits. 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
    #A3 warning GoogleMethodName Method name '_this' has invalid underscore usage, underscores only allowed between adjacent digits. 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
    #A4 warning GoogleMethodName Method name '_this' has invalid underscore usage, underscores only allowed between adjacent digits. 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
    #A5 warning GoogleMethodName Test method name 'ThreadStatePropagationChannelInterceptorsCanBeStacked' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 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
    #A6 warning GoogleMethodName Method name 'aProducer' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 73 31
    #A7 warning GoogleMethodName Method name 'aConsumer' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 77 29
    #A8 warning GoogleMethodName Method name 'aSplitter' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 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
    #A9 warning GoogleMethodName Method name 'aTerminatingServiceMethod' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 596 29

    /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
    #A10 warning GoogleMethodName Method name 'NotOverridden' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 568 24

    /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
    #A11 warning GoogleMethodName Test method name 'testInt2809ObjectToJson_JsonToObject' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 37 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
    #A12 warning GoogleMethodName Test method name 'testJacksonJSR310Support_PassInstantField_ReturnsMapWithOnlyOneEntryForInstantField' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 169 21
    #A13 warning GoogleMethodName Test method name 'testCustomMapperSupport_DisableTimestampFlag_SerializesDateAsString' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 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
    #A14 warning GoogleMethodName Method name 'mPut' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 964 32
    #A15 warning GoogleMethodName Method name 'mGet' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 1255 30
    #A16 warning GoogleMethodName Method name 'mGetWithoutRecursion' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 1270 28
    #A17 warning GoogleMethodName Method name 'mGetWithRecursion' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 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
    #A18 warning GoogleMethodName Test method name 'testPerformance_INT3572' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 43 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
    #A19 warning GoogleMethodName Test method name 'testLs_f' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 327 21
    #A20 warning GoogleMethodName Test method name 'testLs_f_R' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 368 21
    #A21 warning GoogleMethodName Test method name 'testLs_f_R_dirs' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 394 21
    #A22 warning GoogleMethodName Test method name 'testLs_None' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 422 21
    #A23 warning GoogleMethodName Test method name 'testLs_1' has invalid underscore usage, underscore only allowed between letters or between digits. 438 21
    #A24 warning GoogleMethodName Test method name 'testLs_1_f' has invalid underscore usage, underscore only allowed between letters or between digits. 457 21
    #A25 warning GoogleMethodName Test method name 'testLs_1_dirs' has invalid underscore usage, underscore only allowed between letters or between digits. 475 21
    #A26 warning GoogleMethodName Test method name 'testLs_1_dirs_links' has invalid underscore usage, underscore only allowed between letters or between digits. 494 21
    #A27 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
    #A28 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
    #A29 warning GoogleMethodName Test method name 'testGet_P' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 746 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
    #A30 warning GoogleMethodName Method name 'mBeanServer' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 224 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
    #A31 warning GoogleMethodName Test method name 'testDistributedSQLForOnlyLOCAL_KEYIterationType' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 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
    #A32 warning GoogleMethodName Test method name 'testDistributedSQLForLOCAL_KEYIterationType' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 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
    #A33 warning GoogleMethodName Method name 'testDistributedSQLForLOCAL_KEYIterationType' has invalid underscore usage, underscores only allowed between adjacent digits. 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
    #A34 warning GoogleMethodName Test method name 'INT2680DuplicateContentTypeHeader' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 318 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
    #A35 warning GoogleMethodName Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 156 24
    #A36 warning GoogleMethodName Method name 'x' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 158 24
    #A37 warning GoogleMethodName Method name 'y' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 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
    #A38 warning GoogleMethodName Method name 'mBeanServer' must be lowerCamelCase: start with lowercase, at least 2 characters, and avoid single lowercase followed by uppercase. 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
    #A39 warning GoogleMethodName Test method name 'testInt2307_DefaultMBeanExporter' has invalid underscore usage, underscore only allowed between letters or between digits. 42 21
    #A40 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
    #A41 warning GoogleMethodName Method name 'get_LastReleasedSequenceNumber' has invalid underscore usage, underscores only allowed between adjacent digits. 935 28
    #A42 warning GoogleMethodName Method name 'get_Group_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 939 29
    #A43 warning GoogleMethodName Method name 'get_Group_complete' has invalid underscore usage, underscores only allowed between adjacent digits. 943 32
    #A44 warning GoogleMethodName Method name 'get_GroupId' has invalid underscore usage, underscores only allowed between adjacent digits. 948 41
    #A45 warning GoogleMethodName Method name 'set_GroupId' has invalid underscore usage, underscores only allowed between adjacent digits. 956 29
    #A46 warning GoogleMethodName Method name 'set_Group_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 960 29
    #A47 warning GoogleMethodName Method name 'get_message_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 964 29
    #A48 warning GoogleMethodName Method name 'set_message_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 968 29
    #A49 warning GoogleMethodName Method name 'get_Group_update_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 972 29
    #A50 warning GoogleMethodName Method name 'set_Group_update_timestamp' has invalid underscore usage, underscores only allowed between adjacent digits. 976 29
    #A51 warning GoogleMethodName Method name 'set_LastReleasedSequenceNumber' has invalid underscore usage, underscores only allowed between adjacent digits. 980 29
    #A52 warning GoogleMethodName Method name 'set_Group_complete' has invalid underscore usage, underscores only allowed between adjacent digits. 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
    #A53 warning GoogleMethodName Test method name 'validateMessageHandlingWithDeleteQueryCollection_MultipleRows' is not valid, each segment must be lowerCamelCase: start lowercase, min 2 chars, avoid single lowercase followed by uppercase. 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
    #A54 warning GoogleMethodName Test method name 'hasCorrelationId_' has invalid underscore usage, underscore only allowed between letters or between digits. 154 21
    #A55 warning GoogleMethodName Test method name 'hasSequenceNumber_' has invalid underscore usage, underscore only allowed between letters or between digits. 161 21
    #A56 warning GoogleMethodName Test method name 'hasSequenceSize_' has invalid underscore usage, underscore only allowed between letters or between digits. 168 21
    #A57 warning GoogleMethodName Test method name 'hasTimestamp_' has invalid underscore usage, underscore only allowed between letters or between digits. 176 21
    #A58 warning GoogleMethodName Test method name 'hasExpirationDate_' has invalid underscore usage, underscore only allowed between letters or between digits. 181 21