Issue 13278: Page 87: Notation Section 8.2.1.24 ObjectExp (03) (qvt-rtf) Source: Open Canarias, SL (Mr. Adolfo Sanchez-Barbudo Herrera, nobody) Nature: Revision Severity: Minor Summary: Problem's text: // shorthand for list->xcollect(x) object X{ … } discussion: It seems that the imperativeIteratExp has not been correctly notated. suggestion: replace the text above by: // shorthand for list->xcollect(x | object X{ … }); Resolution: yes Revised Text: In 8.2.1.24 ObjectExp replace // shorthand for list->xcollect(x) object X{ … } by // shorthand for list->xcollect(x | object X{ … }) Actions taken: January 15, 2009: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== s is issue # 13278 Page 87: Notation Section 8.2.1.24 ObjectExp (03) Problem's text: // shorthand for list->xcollect(x) object X{ . } discussion: It seems that the imperativeIteratExp has not been correctly notated. suggestion: replace the text above by: // shorthand for list->xcollect(x | object X{ . });