michael-o commented on a change in pull request #300: URL: https://github.com/apache/maven-surefire/pull/300#discussion_r436266749
########## File path: surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java ########## @@ -119,4 +129,23 @@ private final void setTrueOptions( SocketOption<Boolean>... options ) } } } + + private UUID parseAuth( URI uri ) Review comment: The method should be renamed because nothing is parsed, you have a `URI` instance already. It is a matter of calling a getter. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org