Opened 9 years ago
Last modified 5 years ago
#2523 assigned enhancement
Remove code for persistence backwards compatibility to prepare for new major release
Reported by: | gkronber | Owned by: | jkarder |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 4.0 |
Component: | General | Version: | 3.3.13 |
Keywords: | Cc: |
Description
Change History (6)
comment:1 Changed 9 years ago by gkronber
comment:2 Changed 7 years ago by gkronber
- Priority changed from medium to high
comment:3 Changed 7 years ago by gkronber
- Owner changed from gkronber to jkarder
- Status changed from new to assigned
comment:4 Changed 6 years ago by abeham
The branch does not yet have a change associated with it. Do you have pending changes or should we remove it again (given the time that has passed)?
comment:5 Changed 6 years ago by gkronber
Please leave it. We need to do this soon anyway. Will rename branch.
comment:6 Changed 5 years ago by gkronber
Currently, we check whether the selected file is an XML file before actually readying the file.
XmlParser.CanOpen(filename);
XmlParser.CanOpen() extracts the whole ZIP file before returning false.
Note: See
TracTickets for help on using
tickets.
r13346: created branch for removing persistence backwards compatibility code.