Issue 7515: isSent attribute (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: 7. -- [4] The isSent attribute of the resulting ocl message value is true only if -- the message value is in the outgoing messages of the ‘self’ object. context OclMessageExpEval inv: if resultValue.oclIsUndefined() resultValue.isSent = false else resultValue.isSent = true endif ==> add ’then’ after ’oclIsUndefined()’ Resolution: yes Revised Text: In 10.3.2.23 OclMessageExpEval replace if resultValue.oclIsUndefined() by if resultValue.oclIsUndefined() then Actions taken: June 10, 2004: received issue December 23, 2013: closed issue Discussion: End of Annotations:===== s is issue # 7515 isSent attribute 7. -- [4] The isSent attribute of the resulting ocl message value is true only if -- the message value is in the outgoing messages of the .self. object. context OclMessageExpEval inv: if resultValue.oclIsUndefined() resultValue.isSent = false else resultValue.isSent = true endif ==> add .then. after .oclIsUndefined().