Issue 13273: Page 83: Notation Section 8.2.1.22 MappingCallExp (qvt-rtf) Source: Open Canarias, SL (Mr. Adolfo Sanchez-Barbudo Herrera, nobody) Nature: Revision Severity: Minor Summary: Problem's text: // shorthand of self.ownedElement->xcollect(i) i.map class2table(); discussion: It seems that the imperativeIteratExp has not been correctly notated. suggestion: replace the text above by: // shorthand of self.ownedElement->xcollect(i | i.map class2table()); Resolution: yes Revised Text: In 8.2.1.21 MappingCallExp replace self.ownedElement->map class2table(); // shorthand of self.ownedElement->xcollect(i) i.map class2table(); by self.ownedElement->map class2table(); // shorthand of self.ownedElement->xcollect(i | i.map class2table()); Actions taken: January 15, 2009: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== ssues From: Adolfo Sánchez-Barbudo Herrera This is issue # 13273 Page 83: Notation Section 8.2.1.22 MappingCallExp Problem's text: // shorthand of self.ownedElement->xcollect(i) i.map class2table(); discussion: It seems that the imperativeIteratExp has not been correctly notated. suggestion: replace the text above by: // shorthand of self.ownedElement->xcollect(i | i.map class2table());