QVT 1.2 RTF Avatar
  1. OMG Issue

QVT12 — List does not support asList()

  • Key: QVT12-19
  • Legacy Issue Number: 19174
  • Status: closed  
  • Source: Heinz Nixdorf Institute, University of Paderborn ( Christopher Gerking)
  • 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)

  • Reported: QVT 1.1 — Mon, 6 Jan 2014 05:00 GMT
  • Disposition: Resolved — QVT 1.2
  • Disposition Summary:

    The additional operation is shown in the Issue 19146 resolution..
    Disposition: See issue 19146 for disposition

  • Updated: Fri, 6 Mar 2015 20:58 GMT