Bug #1765
GModelSky XML constructor does not read all attributes
Status: | Closed | Start date: | 04/17/2016 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.1.0 | |||
Duration: |
Description
The GModelSky
XML constructor does not read all attributes as it implements the reading of the XML information instead of calling the read()
method.
The read()
method should be called instead.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 8 years ago
- Assigned To set to Knödlseder Jürgen
#2 Updated by Knödlseder Jürgen over 8 years ago
- Priority changed from Urgent to High
#3 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The GModel::read_attributes()
and GModel::write_attributes()
have been introduced to consistently read and write model attributes in all relevant constructors and methods. A further advantage is that code duplication is reduced.
Code merged into devel
.