[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1346) Improve the parameter value handling

Julien Viet (JIRA) jira-events at lists.jboss.org
Fri Apr 20 15:46:30 EDT 2007


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