UML 2.2 RTF Avatar
  1. OMG Issue

UML22 — two classes "NamedElement

  • Key: UML22-510
  • Legacy Issue Number: 6525
  • Status: closed  
  • Source: Pivot Point ( Cris Kobryn)
  • Summary:

    Secondly, there are two classes "NamedElement" holding un-redefined
    attribute "name", one is in the
    package "InfrastructureLibrary.Core.Basic", and the other is in the
    package "InfrastructureLibrary.Core.Abstractions.Namespaces". The
    problem is that there are a lot of classes directly or indirectly
    inheriting both of them e.g. class "InstanceSpecification" in package
    uml.classes.kernel, and it causes problem of duplicated parameters in
    class creation in the generated JMI interfaces. e.g.
    "
    public InstanceSpecification createInstanceSpecification
    (java.lang.String name,
    infrastructurelibrary.core.abstractions.visibilities.VisibilityKind
    visibility, java.lang.String name, java.util.Collection classifier);
    "
    Similiar cases happen to attribute "type", "isAbstract" etc.

  • Reported: UML 1.5 — Fri, 7 Nov 2003 05:00 GMT
  • Disposition: Resolved — UML 2.1
  • Disposition Summary:

    No Data Available

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