UML 2.3 RTF Avatar
  1. OMG Issue

UML23 — Minor bug in Namespace::importMembers() query

  • Key: UML23-139
  • Legacy Issue Number: 15216
  • Status: closed  
  • Source: Titian Software ( Tomasz Biegacz)
  • Summary:

    There is:

    importMembers = self.excludeCollisions(imps)>select(imp | self.ownedMember>forAll(mem |
    mem.imp.isDistinguishableFrom(mem, self)))

    when it should be

    importMembers = self.excludeCollisions(imps)>select(imp | self.ownedMember>forAll(mem |
    imp.isDistinguishableFrom(mem, self)))

  • Reported: UML 2.2 — Wed, 21 Apr 2010 04:00 GMT
  • Disposition: Resolved — UML 2.3
  • Disposition Summary:

    This issue has already been resolved by, or no longer applies to, the UML 2.5 Beta 1 specification.
    Disposition: Closed - No Change

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