Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 6314 invoked from network); 5 Dec 2007 16:21:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 16:21:07 -0000 Received: (qmail 91694 invoked by uid 500); 5 Dec 2007 16:20:55 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 91585 invoked by uid 500); 5 Dec 2007 16:20:54 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 91576 invoked by uid 99); 5 Dec 2007 16:20:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 08:20:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 16:21:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A0AE714236 for ; Wed, 5 Dec 2007 08:20:43 -0800 (PST) Message-ID: <25598463.1196871643301.JavaMail.jira@brutus> Date: Wed, 5 Dec 2007 08:20:43 -0800 (PST) From: "Niall Pemberton (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (VALIDATOR-247) Move CreditCardValidator to routines package and refactor to use new CodeValidator In-Reply-To: <18787530.1194049070587.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/VALIDATOR-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved VALIDATOR-247. --------------------------------------- Resolution: Fixed > Move CreditCardValidator to routines package and refactor to use new CodeValidator > ---------------------------------------------------------------------------------- > > Key: VALIDATOR-247 > URL: https://issues.apache.org/jira/browse/VALIDATOR-247 > Project: Commons Validator > Issue Type: Task > Components: Routines > Reporter: Ben Speakmon > Assignee: Niall Pemberton > Fix For: 1.4 > > Attachments: CreditCardValidator.java, CreditCardValidatorTest.java > > > Having copied CreditCardValidator to routines, it now needs to be refactored to use CodeValidator/LuhnCheckDigit/etc. It might also make sense to break CreditCardType out into a separate 1.4-style typesafe enum so it can be easily converted to a real enum for Validator 2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.