-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to be able to override EOperation execution to support stereotyped EClass equality comparison #16
Comments
By Christian Vogt on Nov 25, 2005 09:50 Created attachment 30612 :notepad_spiral: 2005-11-24_org.eclipse.emf.ocl.txt |
By Christian Vogt on Nov 25, 2005 09:50 Created attachment 30613 :notepad_spiral: 2005-11-24_org.eclipse.emf.ocl.tests.txt |
By Christian Vogt on Nov 25, 2005 10:04 The EvaluationVisitor now supports delgating the operation evaluation responsibility to the EvaluationEnvironment. Two new interface methods have been added to the OCL EvaluationEnvironment.
JUnits were added to org.eclipse.emf.ocl.tests.RegresstionTests
|
By Christian Damus on Dec 20, 2005 09:47 *** Bug 112953 has been marked as a duplicate of this bug. *** |
By Nick Boldt on Jan 28, 2008 16:34 Move to verified as per bug 206558. |
By Ed Willink on May 27, 2011 02:39 Closing after over a year in verified state. |
By Ed Willink on May 27, 2011 02:41 Closing after over a year in verified state. |
| --- | --- |
| Bugzilla Link | 117542 |
| Status | CLOSED FIXED |
| Importance | P3 blocker |
| Reported | Nov 22, 2005 13:43 EDT |
| Modified | May 17, 2013 15:16 EDT |
| Version | 1.0.0 |
| Reporter | Natalia Balaba |
Description
When executing OCL query such as self.oclIsTypeOf(uml::aEClass) on objects of the same aEClass, but stereotyped the evalution produces false result, when it should be true.
E.g. create two activity objects A and B stereotype one of them and evaluate self.oclIsTypeOf(uml::Activity) on each - in non-stereotyped case expression evaluates to true, in other - to false.
The text was updated successfully, but these errors were encountered: