Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DA8CF200C02 for ; Fri, 6 Jan 2017 02:16:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D958C160B45; Fri, 6 Jan 2017 01:16:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5B2B7160B33 for ; Fri, 6 Jan 2017 02:16:59 +0100 (CET) Received: (qmail 14106 invoked by uid 500); 6 Jan 2017 01:16:58 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 14079 invoked by uid 99); 6 Jan 2017 01:16:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 01:16:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 64A9B2C2A6A for ; Fri, 6 Jan 2017 01:16:58 +0000 (UTC) Date: Fri, 6 Jan 2017 01:16:58 +0000 (UTC) From: "Alejandro Fernandez (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-19395) Relax checkstyle rules since causing unit test failures MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 Jan 2017 01:17:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Fernandez updated AMBARI-19395: ----------------------------------------- Attachment: AMBARI-19395.patch > Relax checkstyle rules since causing unit test failures > ------------------------------------------------------- > > Key: AMBARI-19395 > URL: https://issues.apache.org/jira/browse/AMBARI-19395 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: trunk > Reporter: Alejandro Fernandez > Assignee: Alejandro Fernandez > Fix For: trunk > > Attachments: AMBARI-19395.patch > > > Unit tests on Apache are failing because the checkstyle rules are too strict, especially when it comes to imports. > Right now, it requires this, which I want to remove because it means that everyone has to use an IDE and setup the same rules for something that is trivial at compile-time and actually causes more headaches for developers. > {code} > > > > > > > > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)