[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1346) Improve the parameter value handling
Matt Wringe (JIRA)
jira-events at lists.jboss.org
Fri Jul 6 14:01:52 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1346?page=comments#action_12368078 ]
Matt Wringe commented on JBPORTAL-1346:
---------------------------------------
should it only ever get the first element, or should it act like an iterators .next()?
> Improve the parameter value handling
> ------------------------------------
>
> Key: JBPORTAL-1346
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1346
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal QA
> Reporter: Julien Viet
> Assigned To: Matt Wringe
> Fix For: 2.8 Final
>
>
> we have :
> MonoValuedTestParameterValue extends TestParameterValue
> MultiValuedTestParameterValue extends TestParameterValue
> and
> TestParameterValue { public abstract Object getValue(); }
> the method getValue() should not be here : a value is either mono valued or multi valued and both have nothing in common, the code client of that needs to deal with both of them explicitely.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list