Ticket #3595 (closed: fixed)
Consolidate FieldData to MetaData conversions.
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 30 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
These are used widely and often defined/implemented more than once. i.e findExistingWorkspaceLocation, which crops-up a lot. It's getting hard to understand the code-base with code snippets like this occuring all over the place. Each implementation is also untested.
These should be implemented once, and should be used with the minimum amount of setup on the part of the client-code. Also provide tests for these conversions.
Change History
comment:6 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:7 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.
In [14131]: