Skip to content

Commit 359d3da

Browse files
committed
Fix BigIntegerValidator minValue(), maxValue(), and processParsedValue()
for out of Long range values (#397).
1 parent 322ec8e commit 359d3da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
7777
<action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Removing a country code from an IBANValidator now removes associated "other" codes (#386).</action>
7878
<action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">DoubleValidator and FloatValidator now treat special symbols consistently (#388).</action>
7979
<action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix long range check in GenericTypeValidator.formatLong (#387).</action>
80+
<action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix BigIntegerValidator minValue(), maxValue(), and processParsedValue() for out of Long range values (#397).</action>
8081
<!-- ADD -->
8182
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
8283
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use ValidatorException.ValidatorException(Throwable). Call sites that previously called new ValidatorException(Throwable#getMessage()) now preserve that exception (#390).</action>

0 commit comments

Comments
 (0)