Detection loops when moving feature to end of feature list
The detection loops when a feature is moved to the end of an entity’s feature list. For example:
entity A {
a :: String
b :: String
c :: String
}to:
entity A {
b :: String
c :: String
a :: String
}It is most probably the high-level detection which loops as this worked fine before.
Submitted by Sander Vermolen on 26 July 2010 at 14:07
Issue Log
On 21 October 2010 at 17:37 Sander Vermolen commented:
Bug fixed. I also added a test case, such that it can no longer break in the future.
On 21 October 2010 at 17:37 Sander Vermolen closed this issue.
Log in to post comments