#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 Changed 16 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 16 years ago by
(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