Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 977 invoked from network); 21 Jan 2010 05:59:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2010 05:59:19 -0000 Received: (qmail 52615 invoked by uid 500); 21 Jan 2010 05:59:18 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 52436 invoked by uid 500); 21 Jan 2010 05:59:18 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 52401 invoked by uid 99); 21 Jan 2010 05:59:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2010 05:59:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2010 05:59:16 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9900D234C1F2 for ; Wed, 20 Jan 2010 21:58:56 -0800 (PST) Message-ID: <1362490616.389711264053536625.JavaMail.jira@brutus.apache.org> Date: Thu, 21 Jan 2010 05:58:56 +0000 (UTC) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1081) Automated source code cleanup In-Reply-To: <1429593447.389671264053536568.JavaMail.jira@brutus.apache.org> 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/HIVE-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-1081: --------------------------------- Attachment: cleanup-hwi.patch cleanup-hwi-test.patch cleanup-contrib.patch > Automated source code cleanup > ----------------------------- > > Key: HIVE-1081 > URL: https://issues.apache.org/jira/browse/HIVE-1081 > Project: Hadoop Hive > Issue Type: Task > Reporter: Carl Steinbach > Assignee: Carl Steinbach > Attachments: cleanup-cli.patch, cleanup-common.patch, cleanup-contrib-test.patch, cleanup-contrib.patch, cleanup-hwi-test.patch, cleanup-hwi.patch > > > Reduce the number of Checkstyle violations by applying Eclipse's automated cleanup > tools to the Hive code base: > * Correct indentation > * Remove trailing white spaces on all lines > * Format source code > * Organize imports > * Remove unnecessary casts > * Add missing '@Deprecated' annotations > * Add missing '@Override' annotations > * Remove unused > ** local variables > ** private fields > ** private types > ** private constructors > ** private methods > ** imports > * Add final modifier to > ** local variables (if applicable) > ** private fields (if applicable) > * Convert for loops to enhanced for loops > * Convert control statement bodies to block > * Remove 'this' qualifier for non-static method accesses. > * Remove 'this' qualifier for non-static field accesses. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.