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 2008/03/07 23:05:49 UTC

[jira] Updated: (LANG-416) Import MethodUtils and ConstructorUtils from BeanUtils

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

Matt Benson updated LANG-416:
-----------------------------

    Description: 
Mentioned on the mailing list...  After we release 2.4 I'd like to:

- import ConstructorUtils
- make CU.getMatchingAccessibleConstructor() public

- import MethodUtils

- create abstract class MemberUtils with some protected static code for finding the _best_ match for a parameter type list (i.e. the one a compiler would choose at compile time).  I will be able to contribute this code via SG.
- make parameter matching code in CU and MethodU use the aforementioned code

- merge any other duplicate (or near-duplicate) code from CU/MethodU into MemberU and remove anything else that doesn't make sense in the context of Lang.


  was:
Mentioned on the mailing list...  After we release 2.4 I'd like to:

- import ConstructorUtils
- make CU.getMatchingAccessibleConstructor() public

- import MethodUtils

- create abstract class MemberUtils with some protected static code for finding the _best_ match for a parameter type list (i.e. the one a compiler would choose at compile time).  I will be able to contribute this code via SG.
- make parameter matching code in CU and MethodU use the aforementioned code

- merge any other duplicate (or near-duplicate) code from CU/MethodU into MemberU.



> Import MethodUtils and ConstructorUtils from BeanUtils
> ------------------------------------------------------
>
>                 Key: LANG-416
>                 URL: https://issues.apache.org/jira/browse/LANG-416
>             Project: Commons Lang
>          Issue Type: New Feature
>    Affects Versions: 2.4
>            Reporter: Matt Benson
>             Fix For: 3.0
>
>
> Mentioned on the mailing list...  After we release 2.4 I'd like to:
> - import ConstructorUtils
> - make CU.getMatchingAccessibleConstructor() public
> - import MethodUtils
> - create abstract class MemberUtils with some protected static code for finding the _best_ match for a parameter type list (i.e. the one a compiler would choose at compile time).  I will be able to contribute this code via SG.
> - make parameter matching code in CU and MethodU use the aforementioned code
> - merge any other duplicate (or near-duplicate) code from CU/MethodU into MemberU and remove anything else that doesn't make sense in the context of Lang.

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