Opened 17 years ago
Closed 17 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 by , 17 years ago
Milestone: | BASE 2.5 → BASE 2.4.3 |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3781]) Fixes #780: ParameterValuesImpl doesn't implement ParameterValues as specified