Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 30067 invoked from network); 25 Feb 2011 13:30:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 13:30:03 -0000 Received: (qmail 9584 invoked by uid 500); 25 Feb 2011 13:30:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 9413 invoked by uid 500); 25 Feb 2011 13:30:01 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 9391 invoked by uid 99); 25 Feb 2011 13:29:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 13:29:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 13:29:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 916411B7E8F for ; Fri, 25 Feb 2011 13:29:38 +0000 (UTC) Date: Fri, 25 Feb 2011 13:29:38 +0000 (UTC) From: "Norman Maurer (JIRA)" To: commits@cassandra.apache.org Message-ID: <1308409903.16011.1298640578591.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <336240047.15944.1298637458530.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (CASSANDRA-2247) Cleanup unused imports and generics 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/CASSANDRA-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated CASSANDRA-2247: ------------------------------------- Attachment: CASSANDRA-2247-part1.diff First iteration for cleanup stuff. If its ok I will attach patches in chunk so they don'T get to big and contain changes all over the place > Cleanup unused imports and generics > ----------------------------------- > > Key: CASSANDRA-2247 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2247 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Norman Maurer > Attachments: CASSANDRA-2247-part1.diff > > > In current cassandra trunk are many classes which import packages which are never used. The same is true for Loggers which are often instanced and then not used. Beside this I see many warnings related to generic usage. Would be nice to clean this up a bit. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira