From issues-return-147408-archive-asf-public=cust-asf.ponee.io@maven.apache.org Mon Apr 1 19:30:38 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8F1A6180621 for ; Mon, 1 Apr 2019 21:30:37 +0200 (CEST) Received: (qmail 81005 invoked by uid 500); 1 Apr 2019 19:30:36 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 80994 invoked by uid 99); 1 Apr 2019 19:30:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2019 19:30:36 +0000 From: GitBox To: issues@maven.apache.org Subject: [GitHub] [maven-pmd-plugin] adangel commented on a change in pull request #6: [MPMD-275] update to PMD 6.13.0 Message-ID: <155414703603.20464.1081815295195717005.gitbox@gitbox.apache.org> Date: Mon, 01 Apr 2019 19:30:36 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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