-
Key: OCL21-220
-
Legacy Issue Number: 7503
-
Status: closed
-
Source: OpenModeling ( Jos Warmer)
-
Summary:
post: result =
if statemachine->notEmpty() then
stateMachine
else
– must be part of a composite state
state.container.getStateMachine()
endif
context Transition::getStateMachine() : StateMachine
post: result =
if statemachine->notEmpty() then
stateMachine
else
– state is not empty
state.getStateMachine()
endif
==> in both expressions ’statemachine’ should be stateMachine -
Reported: OCL 2.0b2 — Thu, 10 Jun 2004 04:00 GMT
-
Disposition: Resolved — OCL 2.1
-
Disposition Summary:
The offending expressions were rewritten in OCL 2.2 without similar typos.
Disposition: Closed, no change -
Updated: Fri, 6 Mar 2015 20:58 GMT