aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2022-01-30 15:33:25 -0500
committerGary Gregory <garydgregory@gmail.com>2022-01-30 15:33:25 -0500
commit4753c6b4d4ddd17576b48f40922de12f8f5b2be7 (patch)
tree243f55d75ca74dac7be98f1ea1b15d491c45e929 /src/changes
parent41cfe1574ae06b23a4b42e16ca74317eacf47c3a (diff)
downloadapache-commons-lang-4753c6b4d4ddd17576b48f40922de12f8f5b2be7.tar.gz
StrBuilder.StrBuilderReader.skip(long): Throw an exception when an
implicit narrowing conversion in a compound assignment would result in information loss or a numeric error such as an overflows.
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0aef7404d..8662fbe77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="kinow" due-to="Roland Kreuzer">Javadoc for StringUtils.substringBefore(String str, int separator) doesn't mention that the separator is an int.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in ThreadUtils.getSystemThreadGroup() when the current thread is stopped.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">ArrayUtils.toPrimitive(Boolean...) null array elements map to false, like Boolean.parseBoolean(null) and its callers return false.</action>
- <action type="fix" dev="ggregory" due-to="CodeQL, Gary Gregory">Throw an exception when an implicit narrowing conversion in a compound assignment would result in information loss or a numeric error such as an overflows.</action>
+ <action type="fix" dev="ggregory" due-to="CodeQL, Gary Gregory">StrBuilder.StrBuilderReader.skip(long): Throw an exception when an implicit narrowing conversion in a compound assignment would result in information loss or a numeric error such as an overflows.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>