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

Henri Yandell commented on LANG-597:
------------------------------------

Can we have the patch without the Copyright statement at the top? It gets 
confusing to mix all the various copyright statements in the source; instead 
Apache has an audit trail via SVN, JIRA and signed documents to define the 
copyright mix on a project.

Minor note to avoid the static import as it makes the code less readable 
(though Matt and I enjoy arguing on this one :) ). Also not liking all the 
imports to avoid fully describing in the javadoc. I've not dug far into the 
code itself. Hoping Matt does :)

> 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-03.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.

Reply via email to