You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2010/07/13 21:59:50 UTC

[jira] Resolved: (LANG-597) Add more utility methods for generic types

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

Matt Benson resolved LANG-597.
------------------------------

    Resolution: Fixed

Thanks for the extremely large patch!  I finally made time to review and, as I'm sure you knew, it far surpasses what we already had in place.  Applied as r963845

> Add more utility methods for generic types
> ------------------------------------------
>
>                 Key: LANG-597
>                 URL: https://issues.apache.org/jira/browse/LANG-597
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.reflect.*
>         Environment: Java 1.5+
>            Reporter: David M. Sledge
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: TypeUtils-Added-Utitlities-Lang-597-2010-03-18.patch
>
>
> Added type utilities include:
> * checking if one type can be assigned to another type
> * determining if a value can be assigned to a given generic type
> * for a class that declares type variables, determining what the type arguments would be based on a generic sub or super type
> * determining if a group of types satisfy the bounds of a group of type variables

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.