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 March 31, 2025 at 8:11 PM

By the way do you happen to know why we get this error during compilation?

Though it does not prevent the tests from passing.

Daniel Kayiwa March 20, 2025 at 8:35 PM

I have made a followup commit: in response to this windows problem:

Rafal Korytkowski March 14, 2025 at 9:28 AM

Thanks for scrupulous reviews!

Rafal Korytkowski February 26, 2025 at 1:34 PM

PR at

Fixed

Details

Assignee

Reporter

Designated Committer

Fix versions

Priority

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