From notifications-return-3606-apmail-accumulo-notifications-archive=accumulo.apache.org@accumulo.apache.org Thu Mar 7 01:50:12 2013 Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC526E6E9 for ; Thu, 7 Mar 2013 01:50:12 +0000 (UTC) Received: (qmail 5531 invoked by uid 500); 7 Mar 2013 01:50:12 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 5497 invoked by uid 500); 7 Mar 2013 01:50:12 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 5486 invoked by uid 99); 7 Mar 2013 01:50:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 01:50:12 +0000 Date: Thu, 7 Mar 2013 01:50:12 +0000 (UTC) From: "David Medinets (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-1158) Remove whitespace at end of lines in java files (a checkstyle rule) 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/ACCUMULO-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Medinets resolved ACCUMULO-1158. -------------------------------------- Resolution: Fixed SVN#1453653. changed eclipse code style so spaces are not added to blank lines. changed pom.xml so that thrift directories are excluded from checkstyle. Added NewlineAtEndOfFile rule to checkstyle since all files pass. > Remove whitespace at end of lines in java files (a checkstyle rule) > ------------------------------------------------------------------- > > Key: ACCUMULO-1158 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1158 > Project: Accumulo > Issue Type: Task > Reporter: David Medinets > Assignee: David Medinets > Priority: Trivial > > Maven has a checkstyle:checkstyle goal which, oddly enough, runs the checkstyle (http://checkstyle.sourceforge.net/) tool that checks coding style. There are many rules available. When all rules are turned on, there are over 80,000 messages. Changing the code base, all at once, to mitigate that many messages is not feasible. > In order to get the process moving, I suggest only the 'no whitespace at end of lines' be turned on. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira