Issue 7503: context State::getStateMachine() : StateMachine (ocl2-rtf) Source: Klasse Objecten (Dr. Jos Warmer, j.warmer(at)klasse.nl) Nature: Uncategorized Issue Severity: 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 Resolution: Revised Text: Actions taken: June 10, 2004: received issue Discussion: End of Annotations:===== s is issue # 7503 context State::getStateMachine() : StateMachine 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