Skip to content

Commit 4462242

Browse files
committed
[LANG-1821] NumberUtils.isCreatable fails for hexadecimal numbers with
long type qualifier
1 parent fa59a31 commit 4462242

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ The <action> type attribute can be add,update,fix,remove.
130130
Bug 972590 - dev-java/commons-lang-3.20.0:
131131
java.lang.NullPointerException: Cannot invoke
132132
"org.apache.commons.lang3.arch.Processor.toString()" because "&lt;local1&gt;"</action>
133-
<action type="fix" dev="ggregory" due-to="FloydDsilva, Gary Gregory, Rob Tompkins">NumberUtils.isCreatable(String) should match NumberUtils.createNumber(String), exactly #1626.</action>
133+
<action issue="LANG-1821" type="fix" dev="ggregory" due-to="FloydDsilva, Gary Gregory, Rob Tompkins">NumberUtils.isCreatable(String) should match NumberUtils.createNumber(String), exactly #1626.</action>
134+
<action type="fix" dev="ggregory" due-to="尹茂椿萱, Gary Gregory">NumberUtils.isCreatable fails for hexadecimal numbers with long type qualifier.</action>
134135
<!-- ADD -->
135136
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
136137
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)