Issue 19174: List does not support asList() (qvt-rtf) Source: (, ) Nature: Enhancement Severity: Minor Summary: The asList() operation is defined for all concrete collection types. Consequently, it should be defined on List itself (returning self). Suggestion: specify the operation for the Collection type: Collection(T)::asList() : List(T) Add another redefinition for the List type: List(T)::asList() : List(T) Resolution: The additional operation is shown in the Issue 19146 resolution.. Disposition: See issue 19146 for disposition Revised Text: Actions taken: January 6, 2014: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 06 Jan 2014 05:45:08 -0500 To: Subject: Issue/Bug Report ******************************************************************************* Name: Christopher Gerking Employer: Heinz Nixdorf Institute, University of Paderborn mailFrom: christopher.gerking@upb.de Terms_Agreement: I agree Specification: Meta Object Facility (MOF) 2.0 Query/View/ Transformation Specification Section: 8.3.8.5 FormalNumber: formal/2011-01-01 Version: 1.1 Doc_Year: 2011 Doc_Month: January Doc_Day: 01 Page: 131 Title: List does not support asList() Nature: Enhancement Severity: Minor CODE: 3TMw8 B1: Report Issue Remote Name: nb-sch-fs782-1.cs.uni-paderborn.de Remote User: HTTP User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 Time: 05:45 AM Description: The asList() operation is defined for all concrete collection types. Consequently, it should be defined on List itself (returning self). Suggestion: specify the operation for the Collection type: Collection(T)::asList() : List(T) Add another redefinition for the List type: List(T)::asList() : List(T)