Issue 7528: history of an object is ordered. (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: 20. -- [1] The history of an object is ordered. The first element does not have a -- predecessor, the last does not have a successor. context ObjectValue inv: history->oclIsTypeOf( Sequence(LocalSnapShot) ) inv: history->last().succ->size = 0 inv: history->first().Pre->size = 0 ==> should be: context ObjectValue inv: history->oclIsTypeOf( StandardLibrary::StdLib.Sequence(LocalSnapShot) ) inv: history->last().succ->size = 0 inv: history->first().Pre->size = 0 Resolution: This issue seems to have been corrupted and reentered as Issue 7529.. Disposition: Closed, no change Revised Text: Actions taken: June 10, 2004: received issue December 23, 2013: closed issue Discussion: End of Annotations:===== s is issue # 7528 history of an object is ordered. 20. -- [1] The history of an object is ordered. The first element does not have a -- predecessor, the last does not have a successor. context ObjectValue inv: history->oclIsTypeOf( Sequence(LocalSnapShot) ) inv: history->last().succ->size = 0 inv: history->first().Pre->size = 0 ==> should be: context ObjectValue inv: history->oclIsTypeOf( StandardLibrary::StdLib.Sequence(LocalSnapShot) ) inv: history->last().succ->size = 0 inv: history->first().Pre->size = 0