You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/11/09 02:26:18 UTC

[maven-surefire] branch maven2surefire-jvm-communication updated: checkstyle

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch maven2surefire-jvm-communication
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/maven2surefire-jvm-communication by this push:
     new 018ce06  checkstyle
018ce06 is described below

commit 018ce06d3c7bf534f5ce44fcfb4b211264a371e5
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Nov 9 03:26:05 2019 +0100

    checkstyle
---
 .../maven/plugin/surefire/extensions/NetworkingProcessExecutor.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/NetworkingProcessExecutor.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/NetworkingProcessExecutor.java
index c5da33b..8031413 100644
--- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/NetworkingProcessExecutor.java
+++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/NetworkingProcessExecutor.java
@@ -110,10 +110,12 @@ final class NetworkingProcessExecutor implements ExecutableCommandline
                 executorService.submit( new Runnable()
                 {
                     @Override
+                    @SuppressWarnings( "checkstyle:innerassignment" )
                     public void run()
                     {
                         try
                         {
+
                             for ( Command cmd; ( cmd = commands.readNextCommand() ) != null;  )
                             {
                                 MasterProcessCommand cmdType = cmd.getCommandType();