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 e8f98eaf Add and use ValidatorException(String, Throwable) (#392).
add 6b860113 fix long range check in GenericTypeValidator.formatLong
add 740a8e8f Derive long bounds from Long.MIN/MAX_VALUE in formatLong test
add f70ba235 Drop superfluous pos error check in formatLong; cover
whole-string check
new 333426cd Merge pull request #387 from
sahvx655-wq/formatlong-range-check
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:
.../apache/commons/validator/GenericTypeValidator.java | 14 +++++++++-----
.../commons/validator/GenericTypeValidatorTest.java | 16 ++++++++++++++++
2 files changed, 25 insertions(+), 5 deletions(-)