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 592b44f45 Add messages when throwing NullPointerException.
592b44f45 is described below
commit 592b44f457a70b06b1a40b06828fab5e1a2638c5
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 15:13:13 2026 -0400
Add messages when throwing NullPointerException.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dfab32538..cda30cc6a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -228,7 +228,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix ArrayUtils.reverse range underflow on Integer.MIN_VALUE end
(#1750).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix sign extension in BitField.getValue for top-bit fields
(#1749).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix int overflow in FluentBitSet.setInclusive at Integer.MAX_VALUE
(#1751).</action>
- <action type="fix" dev="ggregory" due-to="Gary Gregory">Add messages when
throwing NullPointerException.</action>
+ <action type="fix" dev="ggregory" due-to="Gary
Gregory">Add messages when throwing NullPointerException.</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>