From 2078f5c4c9b03ddf635831244f8fc04f65a249f5 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 9 Dec 2023 09:34:55 -0500 Subject: [PATCH] Throw NumberFormatException instead of IndexOutOfBoundsException in NumberUtils.getMantissa(String, int) #1145 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 23d805f42..02c02bd5b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,7 @@ The type attribute can be add,update,fix,remove. Fixed two non-deterministic tests in EnumUtilsTest.java #1131. Fix wrong number check that cause StringIndexOutOfBoundsException #1140. Rethrow NegativeArraySizeException as SerializationException in SerializationUtils.deserialize(InputStream) #1141. + Throw NumberFormatException instead of IndexOutOfBoundsException in NumberUtils.getMantissa(String, int) #1145. Minor grammar fixes #1143. Bump commons-parent from 64 to 65.