Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » EVL fix guards marked as errors?
EVL fix guards marked as errors? [message #573421] Mon, 10 August 2009 14:17
Antonio Garcia-Dominguez is currently offline Antonio Garcia-DominguezFriend
Messages: 594
Registered: January 2010
Location: Birmingham, UK
Senior Member

Hi all,

I've started to add some more quick fixes, and I've noticed that though
the Epsilon book says (listing 5.6, page 73) that I can specify guards
both for constraint and fixes, the JDT editor for .evl files adds error
markers to fix guards. Here is an example:

context ForkNode {
constraint ... {
check : ...
message : ...
fix {
guard : self.incoming.size >= 1 <-- **right here**
title : ..
do {
...
}
}
}
}

Looking at the book a bit in more detail, I've noticed that no examples
in the book use guards in fixes. Should I report it as a documentation
bug, or is it a bug in the JDT editor or EVL parser?

Cheers,
Antonio
Previous Topic:isSubstringOf?
Next Topic:isSubstringOf?
Goto Forum:
  


Current Time: Wed Apr 24 17:20:07 GMT 2024

Powered by FUDForum. Page generated in 0.04164 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top