UML 2.2 RTF Avatar
  1. OMG Issue

UML22 — Additional Operations specification of NamedElement::allNamespaces()

  • Key: UML22-1189
  • Legacy Issue Number: 6997
  • Status: closed  
  • Source: Unisys ( Terry L. Cowart)
  • Summary:

    The Additional Operations specification of NamedElement::allNamespaces() appears incorrect. The else clause states:

    else self.name.allNamespaces()->prepend(self.namespace)

    The problem is that self.name is a String attribute, and does not have a allNamespaces query. It appears that the intent is to state:

    else self.namespace.allNamespaces()->prepend(self.namespace)

    which would provide access to the query, as well as providing the (apparently intended) recursion.

  • Reported: UML 2.0 — Thu, 19 Feb 2004 05:00 GMT
  • Disposition: Resolved — UML 2.1
  • Disposition Summary:

    see above

  • Updated: Fri, 6 Mar 2015 22:54 GMT