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 9ceaf3429 Fix spurious overflow in Fraction.add/subtract for coprime
denominators (#1709).
9ceaf3429 is described below
commit 9ceaf34297f2b6e05f5477d5c70eb38e65eb8be9
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 18:53:48 2026 +0000
Fix spurious overflow in Fraction.add/subtract for coprime denominators
(#1709).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 101576ddd..706188314 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -190,6 +190,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix RandomStringUtils.random() false rejection of letters and digits
(#1703).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix substringAfter(Last) for supplementary code points
(#1707).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Strip L suffix for oversized hex literals in createNumber
(#1712).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix spurious overflow in Fraction.add/subtract for coprime
denominators (#1709).</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>