You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2014/04/10 10:53:20 UTC

[jira] [Updated] (LANG-979) TypeUtils.parameterizeWithOwner - wrong format descriptor for "invalid number of type parameters"

     [ https://issues.apache.org/jira/browse/LANG-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated LANG-979:
-------------------------------

    Component/s: lang.reflect.*

> TypeUtils.parameterizeWithOwner - wrong format descriptor for "invalid number of type parameters"
> -------------------------------------------------------------------------------------------------
>
>                 Key: LANG-979
>                 URL: https://issues.apache.org/jira/browse/LANG-979
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.reflect.*
>            Reporter: Sebb
>            Priority: Minor
>             Fix For: Patch Needed
>
>
> The TypeUtils.parameterizeWithOwner method uses the following format string:
> "invalid number of type parameters specified: expected %s, got %s"
> with parameters that are actually ints.
> This means that the parameters are boxed into Integers and then converted to Strings by the formatter.
> Seems to me it would make more sense to either create the Strings directly from the ints, or box the ints and use "%d" for the place holders.



--
This message was sent by Atlassian JIRA
(v6.2#6252)