Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 38839 invoked from network); 7 Sep 2010 17:00:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 17:00:59 -0000 Received: (qmail 68192 invoked by uid 500); 7 Sep 2010 17:00:59 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 68059 invoked by uid 500); 7 Sep 2010 17:00:58 -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 67714 invoked by uid 99); 7 Sep 2010 17:00:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 17:00:57 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 17:00:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o87H0bPh019361 for ; Tue, 7 Sep 2010 17:00:37 GMT Message-ID: <15179655.57341283878837451.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 13:00:37 -0400 (EDT) From: "Matthew F. Dennis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1475) minor cleanup of getGenerationFromFileName In-Reply-To: <4966062.57301283878836280.JavaMail.jira@thor> 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-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew F. Dennis updated CASSANDRA-1475: ----------------------------------------- Attachment: 1475-cassandra-0.6.txt > minor cleanup of getGenerationFromFileName > ------------------------------------------ > > Key: CASSANDRA-1475 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1475 > Project: Cassandra > Issue Type: Improvement > Affects Versions: 0.6.5 > Reporter: Matthew F. Dennis > Assignee: Matthew F. Dennis > Priority: Minor > Fix For: 0.6.6 > > Attachments: 1475-cassandra-0.6.txt > > > the long somewhat convoluted code in getGenerationFromFileName annoyed me. Attached patch cleans it up a bit. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.