Result from getFullyQualifedName is not correct for properties, operations and 
parameters
-----------------------------------------------------------------------------------------

         Key: UMLMETA-79
         URL: http://jira.andromda.org/browse/UMLMETA-79
     Project: UML Metafacades
        Type: Bug

    Versions: 3.2-RC1    
    Reporter: Steve Jerman
 Assigned to: Chad Brandon 


The return from getFullyQualifiedName consists of <pageName>::<modelElement 
name>. This works fine for packages & classes but for 
properties/operations/parameters to be fully qualified they should have the 
<classname> (and the <operationName> for parameters) included.

So now we get 

For aclass:
<package1>::<class1>

For a property:
<package1>::<attr1>
.. should be 
<package1>::<class1>::<attr1>

 For a parameter:
<package1>::<param1>
.. should be
<package1>::<class1>::<operation1>::<param1>

Note: not making this change at present since, it will affect the ordering of 
attributes (and hence method signatures) in several cartridges.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Reply via email to