You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the OCL parser fails with an SemanticException in front of the invariant, although, a static property should be callable this way. It seems that this behavior only occurs, if the referred static property is defined in another OCL constraint and not in the model.
Related test case: org.dresdenocl.debug.test.unit.TestDebugConstraintKinds.testDefinitionStepInto06()
The text was updated successfully, but these errors were encountered:
While parsing the constraints
package resource::package01
context TestClass
inv: TestClass::staticDefinedProperty2
static def: staticDefinedProperty2 = true
endpackage
the OCL parser fails with an SemanticException in front of the invariant, although, a static property should be callable this way. It seems that this behavior only occurs, if the referred static property is defined in another OCL constraint and not in the model.
Related test case: org.dresdenocl.debug.test.unit.TestDebugConstraintKinds.testDefinitionStepInto06()
The text was updated successfully, but these errors were encountered: