From common-issues-return-148769-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Feb 23 14:10:07 2018 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 6490D180652 for ; Fri, 23 Feb 2018 14:10:07 +0100 (CET) Received: (qmail 67368 invoked by uid 500); 23 Feb 2018 13:10:06 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 67357 invoked by uid 99); 23 Feb 2018 13:10:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2018 13:10:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E391F18033B for ; Fri, 23 Feb 2018 13:10:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -107.512 X-Spam-Level: X-Spam-Status: No, score=-107.512 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URI_TRY_3LD=1.999, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id OUiZhBeMXsE3 for ; Fri, 23 Feb 2018 13:10:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0503F5FAC6 for ; Fri, 23 Feb 2018 13:10:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9A9DFE043E for ; Fri, 23 Feb 2018 13:10:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6854121905 for ; Fri, 23 Feb 2018 13:10:00 +0000 (UTC) Date: Fri, 23 Feb 2018 13:10:00 +0000 (UTC) From: "Andras Bokor (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-15252) Checkstyle version is not compatible with IDEA's checkstyle plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-15252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16374316#comment-16374316 ] Andras Bokor commented on HADOOP-15252: --------------------------------------- Attaching the same patch to kick Hadoop QA. > Checkstyle version is not compatible with IDEA's checkstyle plugin > ------------------------------------------------------------------ > > Key: HADOOP-15252 > URL: https://issues.apache.org/jira/browse/HADOOP-15252 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Andras Bokor > Assignee: Andras Bokor > Priority: Major > Attachments: HADOOP-15252.001.patch, HADOOP-15252.002.patch, idea_checkstyle_settings.png > > > After upgrading to the latest IDEA the IDE throws error messages in every few minutes like > {code:java} > The Checkstyle rules file could not be parsed. > SuppressionCommentFilter is not allowed as a child in Checker > The file has been blacklisted for 60s.{code} > This is caused by some backward incompatible changes in checkstyle source code: > [http://checkstyle.sourceforge.net/releasenotes.html] > * 8.1: Make SuppressionCommentFilter and SuppressWithNearbyCommentFilter children of TreeWalker. > * 8.2: remove FileContentsHolder module as FileContents object is available for filters on TreeWalker in TreeWalkerAudit Event. > IDEA uses checkstyle 8.8 > We should upgrade our checkstyle version to be compatible with IDEA's checkstyle plugin. > Also it's a good time to upgrade maven-checkstyle-plugin as well to brand new 3.0. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org