[ http://issues.apache.org/jira/browse/BEANUTILS-202?page=all ]

Henri Yandell resolved BEANUTILS-202.
-------------------------------------

    Resolution: Won't Fix

I think the PropertyUtils.isReadable and PropertyUtils.isWriteable should be 
sufficient. We could add a PropertyUtils.exists that calls the two of those, 
but I'm not sure there are many use cases for just asking 'exists?' without 
susequently wanting to know if it is 'R', 'W', or 'RW'.

> [beanutils] proposed new method "contains" for BeanUtils
> --------------------------------------------------------
>
>                 Key: BEANUTILS-202
>                 URL: http://issues.apache.org/jira/browse/BEANUTILS-202
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>          Components: Bean / Property Utils
>    Affects Versions: 1.7.0
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Corey Scott
>            Priority: Minor
>         Attachments: beanUtils_contains.txt
>
>
> I have found myself wanting to check for the existance of properties in a 
> bean 
> and several occasions.  Attached is a patch that would add this functionality.
> Thanks,
> Corey

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to