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 dff72662 Reject vowels in SedolCheckDigit (#415).
add 46149f59 compare exact bound in AbstractNumberValidator range checks
add 007766c3 Cover remaining AbstractNumberValidator subclasses with
exact-bound tests
new 339b5250 Merge pull request #416 from
sahvx655-wq/integer-range-exact-bound
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/AbstractNumberValidator.java | 16 +++++++++++++--
.../validator/routines/ByteValidatorTest.java | 17 +++++++++++++++
.../validator/routines/CurrencyValidatorTest.java | 18 ++++++++++++++++
.../validator/routines/FloatValidatorTest.java | 18 ++++++++++++++++
.../validator/routines/IntegerValidatorTest.java | 17 +++++++++++++++
.../validator/routines/LongValidatorTest.java | 24 ++++++++++++++++++++++
.../validator/routines/PercentValidatorTest.java | 18 ++++++++++++++++
.../validator/routines/ShortValidatorTest.java | 17 +++++++++++++++
8 files changed, 143 insertions(+), 2 deletions(-)