Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Problem with SubstringValue EMF Query 1.7.0
Problem with SubstringValue EMF Query 1.7.0 [message #1732167] Fri, 13 May 2016 08:05 Go to next message
Timo Weidelich is currently offline Timo WeidelichFriend
Messages: 1
Registered: May 2016
Junior Member
SubStringValue is always satisfied even if actual String does not match input String.

Example:

SubStringValue value = new SubStringValue("foo", false);
assertFalse(value.isSatisfied("bar")); //fails

Re: Problem with SubstringValue EMF Query 1.7.0 [message #1732276 is a reply to message #1732167] Sat, 14 May 2016 12:20 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
EMF Query is not so well supported. I'm not sure anyone who understands
how it's supposed to work will answer your question...


On 13.05.2016 15:15, Timo Weidelich wrote:
> SubStringValue is always satisfied even if actual String does not
> match input String.
>
> Example:
>
> SubStringValue value = new SubStringValue("foo", false);
> assertFalse(value.isSatisfied("bar")); //fails
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:What's illegal about '$'?
Next Topic:Problem with opening of my ecore model with oclinecore editor
Goto Forum:
  


Current Time: Fri Apr 26 04:32:03 GMT 2024

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

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

Back to the top