Refactor code to use Storage Service

Description

  1. ComplexObsHandler:

    1. No existing data will be moved to a new storage location. Existing data will be read from current location. New data will be saved to a new location.

    2. AbstractHandler.getOutputFileToWrite and getComplexDataFile need to be removed. Deprecation doesn't help much as they cannot be implemented with StorageService and would have to throw UnsupportedOperationException. Probably better to know at compile time.

Activity

Show:

Daniel Kayiwa last month

By the way do you happen to know why we get this error during compilation? https://pastebin.com/rXe5AC3c

Though it does not prevent the tests from passing. grinning face

Rafal Korytkowski March 14, 2025 at 9:28 AM

Thanks for scrupulous reviews!

Daniel Kayiwa March 14, 2025 at 9:10 AM

Rafal Korytkowski February 26, 2025 at 1:34 PM

Fixed

Details

Assignee

Reporter

Designated Committer

Fix versions

Priority

Created February 11, 2025 at 8:49 AM
Updated last month
Resolved March 14, 2025 at 9:28 AM

Flag notifications