Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1365 closed task (fixed)

Move BASEFile import code to a separate class

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.14
Component: coreplugins Version:
Keywords: Cc:

Description

This code is currently in the Base1PluginExecuter as a private method. It would be nice to have this in it's own class so that it can be used from other places.

This ticket is related to #741.

Change History (4)

comment:1 by Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [5093]) Fixes #1365: Move BASEFile import code to a separate class References #741: Refactor Base1PluginExecuter

The main BASEfile importer class for spot data is BaseFileImporter. A more generic BASEfile parser (for other types of BASEfile:s) is BaseFileParser.

comment:3 by Nicklas Nordborg, 15 years ago

(In [5094]) References #741 and #1365

Missed this file in [5093]

comment:4 by Nicklas Nordborg, 15 years ago

(In [5095]) References #1365: Move BASEFile import code to a separate class

Removing unused code from the BASE1PluginExecuter

Note: See TracTickets for help on using tickets.