QVT 1.1 RTF Avatar
  1. OMG Issue

QVT11 — QVTo Standard Library. Clarification of the side-effect operations is needed.

  • Key: QVT11-44
  • Legacy Issue Number: 13183
  • Status: closed  
  • Source: Open Canarias, SL ( Adolfo Sanchez-Barbudo Herrera [X] (Inactive))
  • Summary:
      • QVTo Standard Library. Clarification of the side-effect operations is needed. I would explicity clarify which operations may modify the object source on which the operations are called. All the stdlib operations must clarify: 1. if the operation acts on the own object or on a copy of the object. 2. which object(s) is(are) exactly returned (the own object, a (collection of) new object(s), a (collection of) referenced object(s)) For example: String::trim operation clearly says that creates a new object copy of itself which is modified and returned. However, String::firstToUpper operation may have several interpretations.
  • Reported: QVT 1.0 — Fri, 19 Dec 2008 05:00 GMT
  • Disposition: Resolved — QVT 1.1
  • Disposition Summary:

    Issue 19146 resolution makes the behaviour of List clear.
    Dict clarified below and a typo
    String clarified below.

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