#909 closed enhancement (fixed)
Move some static fields from AbstractFlatFileImporter to a separate class
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.6 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
The AbstractFlatFileImporter class contains parameter declarations that are useful to many plug-ins. As it is now, only subclasses of this class may use them. It would be nice to have those parameters in a different class that doesn't depend on inheritance.
Change History (4)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 17 years ago
(In [4145]) References #909: Move some static fields from AbstractFlatFileImporter to a separate class
Fixed incorrect title for plug-in parameter
Note:
See TracTickets
for help on using tickets.
(In [4107]) References #909: Move some static fields from AbstractFlatFileImporter to a separate class