You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/06/04 07:58:55 UTC

[GitHub] [maven-compiler-plugin] rhowe commented on a change in pull request #19: (doc) Simplify CompilationFailureException

rhowe commented on a change in pull request #19: (doc) Simplify CompilationFailureException
URL: https://github.com/apache/maven-compiler-plugin/pull/19#discussion_r290170781
 
 

 ##########
 File path: src/main/java/org/apache/maven/plugin/compiler/CompilationFailureException.java
 ##########
 @@ -43,13 +43,11 @@ public static String longMessage( List<CompilerMessage> messages )
     {
         StringBuilder sb = new StringBuilder();
 
-        if ( messages != null )
+        for ( CompilerMessage compilerError : messages )
 
 Review comment:
   Sounds good to me - how's it looking now?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services