Closed eclipse-ocl-bot closed 1 month ago
By Christian Damus on Dec 30, 2008 06:22
Nope, you're not wrong.
By Christian Damus on Dec 30, 2008 06:38
Suggested change is committed to HEAD (1.3 branch), along with a JUnit test that reproduces the problem scenario.
This sounds like a candidate for fixing in the Ganymede SR2 coming up in February. Please comment if this would be useful to you.
By Bas Elzinga on Dec 31, 2008 05:09
Yes that would be useful to us, thanks
By Anthony Hunter on Jan 06, 2009 10:06
(In reply to comment #2)
This sounds like a candidate for fixing in the Ganymede SR2 coming up in February. Please comment if this would be useful to you.
Hi Christian, can you confirm you are going to do this?
By Christian Damus on Jan 06, 2009 10:08
(In reply to comment #4)
(In reply to comment #2)
This sounds like a candidate for fixing in the Ganymede SR2 coming up in February. Please comment if this would be useful to you.
Hi Christian, can you confirm you are going to do this?
Are you voting for it? It seems a severe problem (basically, inverse navigation doesn't work at all in instance models) so, yes, I am planning to port the fix to GanySR2.
By Christian Damus on Jan 07, 2009 09:04
Committed the fix and unit test (incl. porting the test model to UML 2.1.0 schema version) to R1_2_maintentance (1.2.3 branch).
By Ed Willink on Dec 15, 2010 13:30
This is a change of one symbol name.
Thank you for spotting the problem, but the change is not sufficient to contribute to the IP log.
By Ed Willink on May 27, 2011 02:47
Closing after over 18 months in resolved state.
| --- | --- | | Bugzilla Link | 259630 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | Dec 24, 2008 07:39 EDT | | Modified | May 27, 2011 02:47 EDT | | Version | 1.2.0 | | Reporter | Bas Elzinga |
Description
Build ID: I20080617-2000
Steps To Reproduce:
More information:\ Debugging through ocl I came across the following code which might contain the problem:
org.eclipse.ocl.uml.UMLEvaluationEnvironment.java
navigateNonNavigableProperty(Property, Association, InstanceSpecification)
Should be: \ Slot otherSlot = getSlot(referencer, property);
But I could be wrong :) could someone look at it?