Issue 19663: Exact QVTr Collection match (qvt-rtf) Source: Model Driven Solutions (Dr. Edward Willink, ed(at)willink.me.uk) Nature: Clarification Severity: Minor Summary: The QVTr AS allows CollectionTemplateExp::rest to be null corresponding to a precisely enumerated list of collection members to be matched. The QVTr CS does not support this. Suggest changing the '++' (restIdentifier=[pivot::Variable|UnrestrictedName] | '_') sub-parsing rule to ('++' (restIdentifier=[pivot::Variable|UnrestrictedName] | '_'))? Resolution: Exact QVTr Collection match The QVTr AS allows CollectionTemplateExp::rest to be null corresponding to a precisely enumerated list of collection members to be matched. The QVTr CS does not support this. Suggest changing the '++' (restIdentifier=[pivot::Variable|UnrestrictedName] | '_') sub-parsing rule to ('++' (restIdentifier=[pivot::Variable|UnrestrictedName] | '_'))? Revised Text: In 7,13.5 replace '++' (<identifier> | '_') by ['++' (<identifier> | '_')] Actions taken: November 28, 2014: received issue December 22, 2015: Resolved March 29, 2016: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 28 Nov 2014 07:22:43 -0500 To: Subject: Issue/Bug Report ******************************************************************************* Name: Ed Willink Employer: mailFrom: ed@willink.me.uk Terms_Agreement: Specification: QVT 1.2 Section: - FormalNumber: - Version: - Doc_Year: Year Doc_Month: Month Doc_Day: Day Page: - Title: Exact QVTr Collection match Nature: Clarification Severity: Minor CODE: 3TMw8 B1: Report Issue Remote Name: edwillink.plus.com Remote User: HTTP User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 Time: 07:22 AM Description: The QVTr AS allows CollectionTemplateExp::rest to be null corresponding to a precisely enumerated list of collection members to be matched. The QVTr CS does not support this. Suggest changing the '++' (restIdentifier=[pivot::Variable|UnrestrictedName] | '_') sub-parsing rule to ('++' (restIdentifier=[pivot::Variable|UnrestrictedName] | '_'))?