Skip to content

Commit 23524a8

Browse files
committed
[LANG-1749] TypeUtils.isAssignable returns a wrong result for
ParameterizedType when raw class is "Class".
1 parent bcad40a commit 23524a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
8989
<action issue="LANG-1807" type="fix" dev="ggregory" due-to="Zhongxin Yan, Gary Gregory">Make private static variables final in RandomUtils.</action>
9090
<action issue="LANG-1448" type="fix" dev="ggregory" due-to="David W. Burhans, Gary Gregory, kamGP92">Javadoc: Normalize some varargs examples.</action>
9191
<action issue="LANG-1805" type="fix" dev="ggregory" due-to="Gary Gregory, jher235">Speedup StringUtils.join(AllPrimitiveTypes[], char, int, int), see StringUtilsJoinBenchmark, based on #1532. Also better StringBuilder allocation</action>
92+
<action issue="LANG-1749" type="fix" dev="ggregory" due-to="jinwoo choi, Gary Gregory, YuMing Ma, Ivan Šarić">TypeUtils.isAssignable returns a wrong result for ParameterizedType when raw class is "Class".</action>
9293
<!-- ADD -->
9394
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
9495
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)