Return-Path: X-Original-To: apmail-apex-dev-archive@minotaur.apache.org Delivered-To: apmail-apex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6496189B2 for ; Thu, 24 Sep 2015 21:38:45 +0000 (UTC) Received: (qmail 33962 invoked by uid 500); 24 Sep 2015 21:38:45 -0000 Delivered-To: apmail-apex-dev-archive@apex.apache.org Received: (qmail 33898 invoked by uid 500); 24 Sep 2015 21:38:45 -0000 Mailing-List: contact dev-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list dev@apex.incubator.apache.org Received: (qmail 33886 invoked by uid 99); 24 Sep 2015 21:38:45 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 21:38:45 +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 C252A181123 for ; Thu, 24 Sep 2015 21:38:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.98 X-Spam-Level: ** X-Spam-Status: No, score=2.98 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Kdp44_ZBdzxn for ; Thu, 24 Sep 2015 21:38:40 +0000 (UTC) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 4A56820F1E for ; Thu, 24 Sep 2015 21:38:40 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so46415968wic.1 for ; Thu, 24 Sep 2015 14:38:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=6EblVeQAmtOFzP0kwnpm4LU8Z5wLnfnmE2EY4bQfC1o=; b=Da4WjbkoKY0Pqiwf/awmGD87gYxTEb1vYBHcUqw9wIKCYuy4urQI4D/Ek0y3VLsxtq S26sbn8YS/P4BSVEgbrMGuzJEQF9J9chdBOJTwJIfVhHkXQO46fvHhaOpLvH7v82PM1x pllKU9Z/T5w/SPxBtMogGWNxNaGqydQ7p5jw+lMn7ka5lIlDwt0i1Ia2O3JnDomarv+S emGenvQC+MDLd45IFDe9ZfmBsmx1epxQgKJjoUBIrNFyjz8EVsZrPSPEiyzs9Nv+etZA A14XcN+NKp1BR9PG4Apxb0EYTgNXdiIxyYCYbQSdTqZqUftBcRrlNOedMT4GJX+dv5p6 n0fA== X-Gm-Message-State: ALoCoQkTxEI7QOSgrhR7c+ExxVLJL0nndkfOCw6OeA2W3KXPQMe99NuMDmeuzmXK3DxoSMCC9VIS MIME-Version: 1.0 X-Received: by 10.180.187.142 with SMTP id fs14mr2726106wic.6.1443130718974; Thu, 24 Sep 2015 14:38:38 -0700 (PDT) Received: by 10.28.98.68 with HTTP; Thu, 24 Sep 2015 14:38:38 -0700 (PDT) Date: Thu, 24 Sep 2015 14:38:38 -0700 Message-ID: Subject: Re: Checkstyle violations From: Chandni Singh To: dev@apex.incubator.apache.org Content-Type: multipart/alternative; boundary=001a11c25e3cde8b1d0520850d2f --001a11c25e3cde8b1d0520850d2f Content-Type: text/plain; charset=UTF-8 Hi Chaitanya, This indicates that your changes have style violations. You can view it by : Run the following for sub-module engine: mvn clean install -Dcheckstyle.console This will print all the violations. Right now we don't have a way of printing just the new ones so you have to check for the files that were modified by you and your changes. Chandni On Thu, Sep 24, 2015 at 2:44 AM, Chaitanya Chebolu < chaitanya@datatorrent.com> wrote: > Hi , > > I'm compiling the Apex core and facing the following error: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (checkstyle) on > project dt-engine: You have 2391 Checkstyle violations. The maximum number > of allowed violations is 2385. -> [Help 1] > > > Please let me know how to check these CheckStyle violations. > > Regards, > Chaitanya > --001a11c25e3cde8b1d0520850d2f--