This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 034fea0a8 Fix silent int overflow in Fraction.getFraction(double) 
(#1717).
034fea0a8 is described below

commit 034fea0a8d8b87cd3bacdf52334186d3ec74aa97
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 19 12:05:22 2026 +0000

    Fix silent int overflow in Fraction.getFraction(double) (#1717).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d51a15e3b..c2e09d420 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -195,6 +195,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix indexOfDifference splitting a surrogate pair (#1713).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix int mask sign extension in BitField long methods (#1711).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Account for duplicate values in ObjectUtils.median() (#1715).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix silent int overflow in Fraction.getFraction(double) 
(#1717).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to