Factor out Check Digit logic into separate implementations
----------------------------------------------------------

                 Key: VALIDATOR-213
                 URL: http://issues.apache.org/jira/browse/VALIDATOR-213
             Project: Commons Validator
          Issue Type: Improvement
          Components: Routines
            Reporter: Niall Pemberton
         Assigned To: Niall Pemberton
            Priority: Minor
             Fix For: 1.4.0


Check digit validation is embedded in the specific code validations - which 
also includes other validations such as format or length. This proposal is to 
factor out the specific check digit calculation/valdiation logic into separate 
implementations - making them more easily tested and re-usable.

This will include a new CheckDigit type and intially implementations for 
ISBN-10, EAN-13 and Luhn check digit calculation/validation

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to