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/12/13 07:31:39 UTC

[GitHub] [maven-checkstyle-plugin] bmhm commented on issue #18: [MCHECKSTYLE-381] remove call to checker.setClassLoader().

bmhm commented on issue #18: [MCHECKSTYLE-381] remove call to checker.setClassLoader().
URL: https://github.com/apache/maven-checkstyle-plugin/pull/18#issuecomment-565334303
 
 
   The method `private List<File> getFilesToProcess( CheckstyleExecutorRequest request )` also has a unused variable `StringBuilder excludesStr = new StringBuilder();`. It is only updated but never read. Since my changes did not interfere with that part of the code, I left it the way it was.
   Feel free to rework that part of code in another commit.

----------------------------------------------------------------
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