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

  • ArrayBracketNoWhitespace

    Summary:

    Report id Files Violations Severity-warning Severity-error
    base 0 0 0 0
    patch 3406 64 (64 added) 63 (63 added) 1 (1 added)
    54 files with differences 64 changes in violations 63 changes in violations 1 change in violations

    Report id com.puppycrawl.tools.checkstyle.Checker com.puppycrawl.tools.checkstyle.checks.whitespace.ArrayBracketNoWhitespaceCheck
    base 0 0
    patch 1 (1 added) 63 (63 added)
    changes in violations 1 63

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-amqp/src/main/java/org/springframework/integration/amqp/config/AmqpChannelFactoryBean.java

    Severity Rule Message Line Col
    #A1 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 97 34

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

    Severity Rule Message Line Col
    #A2 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 93 60
    #A3 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 93 100

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

    Severity Rule Message Line Col
    #A4 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 114 69

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

    Severity Rule Message Line Col
    #A5 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 158 44

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

    Severity Rule Message Line Col
    #A6 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 66 36

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

    Severity Rule Message Line Col
    #A7 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 269 65

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

    Severity Rule Message Line Col
    #A8 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 429 40

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

    Severity Rule Message Line Col
    #A9 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 77 34

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

    Severity Rule Message Line Col
    #A10 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 147 51

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

    Severity Rule Message Line Col
    #A11 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 89 34

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

    Severity Rule Message Line Col
    #A12 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 92 40

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

    Severity Rule Message Line Col
    #A13 error Checker Got an exception - java.lang.ArrayIndexOutOfBoundsException: Index 86 out of bounds for length 86
    #x9;at com.puppycrawl.tools.checkstyle.checks.whitespace.ArrayBracketNoWhitespaceCheck.isAngleBracketOrShiftOperator(ArrayBracketNoWhitespaceCheck.java:274)
    #x9;at com.puppycrawl.tools.checkstyle.checks.whitespace.ArrayBracketNoWhitespaceCheck.isCharacterValidAfterRightBracket(ArrayBracketNoWhitespaceCheck.java:220)
    #x9;at com.puppycrawl.tools.checkstyle.checks.whitespace.ArrayBracketNoWhitespaceCheck.processRightBracket(ArrayBracketNoWhitespaceCheck.java:195)
    #x9;at com.puppycrawl.tools.checkstyle.checks.whitespace.ArrayBracketNoWhitespaceCheck.visitToken(ArrayBracketNoWhitespaceCheck.java:137)
    #x9;at com.puppycrawl.tools.checkstyle.TreeWalker.notifyVisit(TreeWalker.java:390)
    #x9;at com.puppycrawl.tools.checkstyle.TreeWalker.processIter(TreeWalker.java:463)
    #x9;at com.puppycrawl.tools.checkstyle.TreeWalker.walk(TreeWalker.java:328)
    #x9;at com.puppycrawl.tools.checkstyle.TreeWalker.processFiltered(TreeWalker.java:208)
    #x9;at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:101)
    #x9;at com.puppycrawl.tools.checkstyle.Checker.processFile(Checker.java:341)
    #x9;at com.puppycrawl.tools.checkstyle.Checker.processFiles(Checker.java:300)
    #x9;at com.puppycrawl.tools.checkstyle.Checker.process(Checker.java:227)
    #x9;at org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:202)
    #x9;at org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport.executeReport(AbstractCheckstyleReport.java:533)
    #x9;at org.apache.maven.plugins.checkstyle.CheckstyleReport.executeReport(CheckstyleReport.java:57)
    #x9;at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255)
    #x9;at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:226)
    #x9;at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:348)
    #x9;at org.apache.maven.plugins.site.render.SiteMojo.renderLocale(SiteMojo.java:194)
    #x9;at org.apache.maven.plugins.site.render.SiteMojo.execute(SiteMojo.java:143)
    #x9;at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
    #x9;at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
    #x9;at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
    #x9;at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
    #x9;at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
    #x9;at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
    #x9;at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
    #x9;at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
    #x9;at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
    #x9;at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
    #x9;at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
    #x9;at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
    #x9;at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
    #x9;at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
    #x9;at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
    #x9;at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
    #x9;at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
    #x9;at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
    #x9;at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
    #x9;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    #x9;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    #x9;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    #x9;at java.base/java.lang.reflect.Method.invoke(Method.java:569)
    #x9;at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:255)
    #x9;at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:201)
    #x9;at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:361)
    #x9;at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314)
    1

    /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
    #A14 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 70 34

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

    Severity Rule Message Line Col
    #A15 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 35 34

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

    Severity Rule Message Line Col
    #A16 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 134 48

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

    Severity Rule Message Line Col
    #A17 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 129 48

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

    Severity Rule Message Line Col
    #A18 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 120 38
    #A19 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 138 69

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

    Severity Rule Message Line Col
    #A20 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 47 34

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

    Severity Rule Message Line Col
    #A21 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 127 91

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

    Severity Rule Message Line Col
    #A22 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 98 39

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

    Severity Rule Message Line Col
    #A23 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 93 32
    #A24 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 108 34

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

    Severity Rule Message Line Col
    #A25 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 65 62

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

    Severity Rule Message Line Col
    #A26 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 61 67

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

    Severity Rule Message Line Col
    #A27 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 41 54

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

    Severity Rule Message Line Col
    #A28 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 86 48

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

    Severity Rule Message Line Col
    #A29 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 122 48

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

    Severity Rule Message Line Col
    #A30 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 61 48

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

    Severity Rule Message Line Col
    #A31 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 52 48

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

    Severity Rule Message Line Col
    #A32 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 152 48

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

    Severity Rule Message Line Col
    #A33 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 44 41

    /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
    #A34 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 1135 67

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

    Severity Rule Message Line Col
    #A35 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 53 43

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-ftp/src/main/java/org/springframework/integration/ftp/session/DefaultFtpsSessionFactory.java

    Severity Rule Message Line Col
    #A36 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 52 34
    #A37 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 54 34

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

    Severity Rule Message Line Col
    #A38 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 43 34
    #A39 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 68 33

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-http/src/main/java/org/springframework/integration/http/multipart/UploadedMultipartFile.java

    Severity Rule Message Line Col
    #A40 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 46 38

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpConnectionInterceptorFactoryChain.java

    Severity Rule Message Line Col
    #A41 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 32 59
    #A42 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 34 58

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpNioConnection.java

    Severity Rule Message Line Col
    #A43 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 720 49
    #A44 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 790 40

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

    Severity Rule Message Line Col
    #A45 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 44 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-kafka/src/main/java/org/springframework/integration/kafka/channel/PollableKafkaChannel.java

    Severity Rule Message Line Col
    #A46 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 201 44

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-kafka/src/main/java/org/springframework/integration/kafka/inbound/KafkaMessageSource.java

    Severity Rule Message Line Col
    #A47 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 509 66

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-mail/src/main/java/org/springframework/integration/mail/inbound/MailReceiver.java

    Severity Rule Message Line Col
    #A48 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 32 26

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-mail/src/main/java/org/springframework/integration/mail/outbound/MailSendingMessageHandler.java

    Severity Rule Message Line Col
    #A49 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 202 41

    /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
    #A50 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 142 34
    #A51 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 541 42

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/inbound/Mqttv5PahoMessageDrivenChannelAdapter.java

    Severity Rule Message Line Col
    #A52 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 501 44

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-redis/src/main/java/org/springframework/integration/redis/inbound/RedisQueueInboundGateway.java

    Severity Rule Message Line Col
    #A53 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 286 32

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-redis/src/main/java/org/springframework/integration/redis/inbound/RedisQueueMessageDrivenEndpoint.java

    Severity Rule Message Line Col
    #A54 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 240 32

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-redis/src/main/java/org/springframework/integration/redis/util/RedisLockRegistry.java

    Severity Rule Message Line Col
    #A55 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 773 79

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-rsocket/src/main/java/org/springframework/integration/rsocket/outbound/RSocketOutboundGateway.java

    Severity Rule Message Line Col
    #A56 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 124 85

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-stream/src/main/java/org/springframework/integration/stream/inbound/ByteStreamReadingMessageSource.java

    Severity Rule Message Line Col
    #A57 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 80 34

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

    Severity Rule Message Line Col
    #A58 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 60 40

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

    Severity Rule Message Line Col
    #A59 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 61 69

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-websocket/src/main/java/org/springframework/integration/websocket/ServerWebSocketContainer.java

    Severity Rule Message Line Col
    #A60 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 66 60
    #A61 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 284 52

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

    Severity Rule Message Line Col
    #A62 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 75 53
    #A63 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 77 47

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/spring-integration/spring-integration-xml/src/main/java/org/springframework/integration/xml/transformer/XsltPayloadTransformer.java

    Severity Rule Message Line Col
    #A64 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 115 34