Summary: | xta parser does not handle comments | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Robert Keller <keller> |
Component: | GUI | Assignee: | Gerd Behrmann <behrmann> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P1 | ||
Version: | 4.0.3 | ||
Hardware: | Macintosh | ||
OS: | Mac OS | ||
Architecture: |
Description
Robert Keller
2006-12-15 17:46:51 CET
Confirmed. There are actually several problems. This problem is triggered when including a documentation string in the comment tab and when including comments in the guard/sync/assignment field. For the second part, this is part an export problem and part an import problem. If the comment is the last part of the guard, the terminating semicolon will be commented in the XTA file. Even if the comment is at the beginning, the XTA file cannot be read pack into the GUI. Fixed on the 4.0 branch from rev. 2880 and on the trunk from rev. 2881. |