QVT 1.1 RTF Avatar
  1. OMG Issue

QVT11 — Missing operations on Lists

  • Key: QVT11-47
  • Legacy Issue Number: 13228
  • Status: closed  
  • Source: Open Canarias, SL ( Victor Sanchez)
  • Summary:

    For 'removeAt' I specify 'one' as the starting index value. Suggestion: - List(T)::remove(T) : T Removes a value from the list. - List(T)::removeAt(int) : T Removes a value from the mutable list at the given position. The index starts at one (in compliance with OCL convention). The return value is the value removed from the mutable list. - List(T)::clear() : Void Removes all values in the mutable list.

  • Reported: QVT 1.0 — Tue, 13 Jan 2009 05:00 GMT
  • Disposition: Resolved — QVT 1.1
  • Disposition Summary:

    Yes. Revised wording in 132 is explicitly one-based.
    Disposition: See issue 19146 for disposition

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