Issue 12470: There are two instances of missing and misplaced parentheses (ocl2-rtf) Source: (, ) Nature: Revision Severity: Minor Summary: There are two instances of missing and misplaced parentheses. One is near the bottom of page 195 in the definition of I(count). The line begins, "I(count : Bag)(t) x t ? Integer)". That last closing paren does not match anything. I believe the line should instead begin "(I(count) : Bag(t) x t ? Integer) The other is at the top of page 196. It is currently "I(count : Collection)(t) x t ? Integer)(c,v)" and, I believe, should be "(I(count) : Collection(t) x t ? Integer)(c,v)" Resolution: Disposition: See Issue 12463 for disposition Revised Text: Actions taken: May 14, 2008: received issue October 16, 2009: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 14 May 2008 14:03:12 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Garr Lystad Company: Net.Orange (i.e. Net Dot Orange) mailFrom: glystad@ndorange.com Notification: Yes Specification: Object Constraint Language Section: A.2.5.5 Collection Operations FormalNumber: n/a Version: 2.0 RevisionDate: 1 May 2006 Page: 195-196 Nature: Revision Severity: Minor HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14 Description There are two instances of missing and misplaced parentheses. One is near the bottom of page 195 in the definition of I(count). The line begins, "I(count : Bag)(t) x t . Integer)". That last closing paren does not match anything. I believe the line should instead begin "(I(count) : Bag(t) x t . Integer) The other is at the top of page 196. It is currently "I(count : Collection)(t) x t . Integer)(c,v)" and, I believe, should be "(I(count) : Collection(t) x t . Integer)(c,v)"