This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
from 0632d5e9 Merge pull request #427 from
sahvx655-wq/checkdigit-reject-over-length
new c07cb7df Reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13
check digits (#427).
new 961e6b11 Sort members
new 67b62165 Internal refactoring
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 1 +
.../routines/checkdigit/ABANumberCheckDigit.java | 5 +--
.../routines/checkdigit/CUSIPCheckDigit.java | 5 +--
.../routines/checkdigit/EAN13CheckDigit.java | 5 +--
.../routines/checkdigit/ISBN10CheckDigit.java | 5 +--
.../routines/checkdigit/ISSNCheckDigit.java | 5 +--
.../routines/checkdigit/ModulusCheckDigit.java | 11 +++++
.../validator/GenericTypeValidatorTest.java | 48 +++++++++++-----------
.../routines/checkdigit/CUSIPCheckDigitTest.java | 20 ++++-----
9 files changed, 51 insertions(+), 54 deletions(-)