-
Key: OCL21-239
-
Legacy Issue Number: 7528
-
Status: closed
-
Source: OpenModeling ( Jos Warmer)
-
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 -
Reported: OCL 2.0b2 — Thu, 10 Jun 2004 04:00 GMT
-
Disposition: Resolved — OCL 2.1
-
Disposition Summary:
This issue seems to have been corrupted and reentered as Issue 7529..
Disposition: Closed, no change -
Updated: Fri, 6 Mar 2015 20:58 GMT