You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/07/23 12:42:00 UTC

[jira] [Comment Edited] (LANG-1698) Parameterized Types with Wildcards lead to StackOverflows on toString

    [ https://issues.apache.org/jira/browse/LANG-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746063#comment-17746063 ] 

Gary D. Gregory edited comment on LANG-1698 at 7/23/23 12:41 PM:
-----------------------------------------------------------------

Added {{org.apache.commons.lang3.reflect.TypeUtilsTest.test_LANG_1698()}}


was (Author: garydgregory):
Already fixed in git master. Added {{org.apache.commons.lang3.reflect.TypeUtilsTest.test_LANG_1698()}}

> Parameterized Types with Wildcards lead to StackOverflows on toString
> ---------------------------------------------------------------------
>
>                 Key: LANG-1698
>                 URL: https://issues.apache.org/jira/browse/LANG-1698
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.reflect.*
>    Affects Versions: 3.11, 3.12.0
>            Reporter: Jan Arne Sparka
>            Priority: Major
>         Attachments: TestClass2.java
>
>
> ParameterizedTypes from TypeUtils.parameterize(Class<?> rawClass, Type... typeArguments) which contain Wildcards as typeArguments can lead to infinite loops.
> MVE attached.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)