[JIRA] Updated: (IDP-151) Convert Attribute Filter Impl code to use Java-support and Google Guava
Chad La Joie (JIRA)
noreply at shibboleth.net
Sun Jan 15 14:38:25 GMT 2012
[ https://issues.shibboleth.net/jira/browse/IDP-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chad La Joie updated IDP-151:
-----------------------------
Description:
Review the attribute filter impl code for the following items:
- ensure all initializable and destructable components properly check that they are initialized and not destroyed before doing in their getMatchingValue functions
- convert Base*Compare classes to use Guava provided Predicates
- ensure all predicates and matchers have hashCode, equals, and toString methods
- ensure unit test class names are Test* not *Test
- ensure that unit tests cover cases where: input is null, object use is attempted when it is not initialized or is destroyed
was:
Review the attribute filter impl code for the following items:
- ensure all initializable and destructable components properly check that they are initialized and not destroyed before doing in their getMatchingValue functions
- ensure unit test class names are Test* not *Test
- ensure that unit tests cover cases where: input is null, object use is attempted when it is not initialized or is destroyed
Summary: Convert Attribute Filter Impl code to use Java-support and Google Guava (was: Review Attribute Filter Impl Code)
> Convert Attribute Filter Impl code to use Java-support and Google Guava
> -----------------------------------------------------------------------
>
> Key: IDP-151
> URL: https://issues.shibboleth.net/jira/browse/IDP-151
> Project: Identity Provider
> Issue Type: Task
> Components: Attribute Filter
> Reporter: Chad La Joie
> Assignee: Rod Widdowson
>
> Review the attribute filter impl code for the following items:
> - ensure all initializable and destructable components properly check that they are initialized and not destroyed before doing in their getMatchingValue functions
> - convert Base*Compare classes to use Guava provided Predicates
> - ensure all predicates and matchers have hashCode, equals, and toString methods
> - ensure unit test class names are Test* not *Test
> - ensure that unit tests cover cases where: input is null, object use is attempted when it is not initialized or is destroyed
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list