Locked History Attachments

ChangeRequests/1571

Summary of problem description

actual behaviour

The application crashes if a new PointSet will be open

expected behaviour

The application should not crash if a new PointSet will be open

Cause of the bug

(How could this happen?, what went wrong?) The reason of this behavior is still unknown but a reimplementation of the XML- Reader mechanism solved that problem.

Proposed solution

(How do I plan to fix this? Other solutions?) This bug got fixed by a reimplementation of the XML- Reader with tiny XML.

Affected classes

(Which classes will be modified?, Which other classes/modules could be affected by the proposed change?) The modified class is the PointSetReader, attached as a Patch to Bugzilla. There should be no class which is affected by the change.

How will the bugfix get tested?

(unit test possible?, manual test necessary? how can it be tested?) There is a PointSetFileIOTest which generates data and writes out the structure to XML. It also reads from the generated XML- File with the new implemented Reader. It works. The old Point set format can still be read, that was tested manually but the test does currently not cover this case.