Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: jnavr on January 12, 2006, 12:21:39 am
-
Hi.
I tried to import a Delphi unit containing properties stored in a structure, something like this:
property LinkValue : String read FDBTNStruct.LinkValue write FDBTNStruct.LinkValue;
EA crashes parsing that line. If this line is removed from the source file, it is successfully parsed. Even the latest build experiences this issue.
It seems that this bug is new to version 6.0, it was encountered on builds 781 and 778. An older build 5.00.768 parses the same unit successfully.
-
It looks like our new parser doesn't know about qualified names in properties. We'll fix that as soon as possible.
-
Thanks.