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 8b42ad53 Reject fractional input in GenericTypeValidator integer
helpers (#423).
add a454ce8d reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13
check digits
new 0632d5e9 Merge pull request #427 from
sahvx655-wq/checkdigit-reject-over-length
The 1 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:
.../routines/checkdigit/ABANumberCheckDigit.java | 20 ++++++++++++++++++++
.../routines/checkdigit/CUSIPCheckDigit.java | 20 ++++++++++++++++++++
.../routines/checkdigit/EAN13CheckDigit.java | 21 +++++++++++++++++++++
.../routines/checkdigit/ISBN10CheckDigit.java | 21 +++++++++++++++++++++
.../checkdigit/ABANumberCheckDigitTest.java | 14 ++++++++++++++
.../routines/checkdigit/CUSIPCheckDigitTest.java | 11 +++++++++++
.../routines/checkdigit/EAN13CheckDigitTest.java | 14 ++++++++++++++
.../routines/checkdigit/ISBN10CheckDigitTest.java | 15 +++++++++++++++
8 files changed, 136 insertions(+)