Opened 16 years ago
Closed 16 years ago
#780 closed defect (fixed)
ParameterValuesImpl doesn't implement ParameterValues as specified
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.4.3 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The ParameterValuesImpl?.setValue() and setValues() method doesn't validate the parameter values as the specification for the ParameterValues? interface says that it should do. This is probably why Base1PluginExecuter fails with mysterious messages as described in ticket #777 and #779. To avoid duplicate validation it might also be a good idea to remove (or make it optional) the validation in Job.setParameterValuesInternal() and PluginConfiguration?.setParameterValuesInternal().
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | BASE 2.5 → BASE 2.4.3 |
---|
comment:2 Changed 16 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3781]) Fixes #780: ParameterValuesImpl? doesn't implement ParameterValues? as specified