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/04/01 19:30:36 UTC

[GitHub] [maven-pmd-plugin] adangel commented on a change in pull request #6: [MPMD-275] update to PMD 6.13.0

adangel commented on a change in pull request #6: [MPMD-275] update to PMD 6.13.0
URL: https://github.com/apache/maven-pmd-plugin/pull/6#discussion_r271016731
 
 

 ##########
 File path: src/it/MPMD-268-deprecated-rules/verify.groovy
 ##########
 @@ -19,4 +19,6 @@
 
 File buildLog = new File( basedir, 'build.log' )
 assert buildLog.exists()
-assert buildLog.text.contains( "[WARNING] Use Rule name category/java/codestyle.xml/ControlStatementBraces instead of the deprecated" )
+// Some versions output `WARNING:` and others `[WARNING]`
 
 Review comment:
   Where do you see this difference?
   Running m-pmd-p with PMD 6.13.0 on several platforms doesn't show this problem: https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-pmd-plugin/job/MPMD-275-PMD-6.13.0/

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