Issue 724 in moose-technology: <MSEClass:superclass:> should not contain the package name in MSEClass, just the Fame name

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 724 in moose-technology: <MSEClass:superclass:> should not contain the package name in MSEClass, just the Fame name

moose-technology
Status: New
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6

New issue 724 by [hidden email]: <MSEClass:superclass:> should not  
contain the package name in MSEClass, just the Fame name
http://code.google.com/p/moose-technology/issues/detail?id=724

I created concern OnMooseUsagesOfPackagePrefixInMSEClassInMetaAnnotations  
in OnMoose-Report to test that.
25 problems were found basically in Hismo.

Example:
HismoClassHistory class>>annotation
    <MSEClass: #HismoClassHistory super: #HismoAbstractHistory>
    <package: #Hismo>

And the correct pattern should be:
HismoClassHistory class>>annotation
    <MSEClass: #ClassHistory super: #HismoAbstractHistory>
    <package: #Hismo>

So should I change that?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 724 in moose-technology: <MSEClass:superclass:> should not contain the package name in MSEClass, just the Fame name

moose-technology

Comment #1 on issue 724 by [hidden email]: <MSEClass:superclass:>  
should not contain the package name in MSEClass, just the Fame name
http://code.google.com/p/moose-technology/issues/detail?id=724

Excellent! And yes, please :)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 724 in moose-technology: <MSEClass:superclass:> should not contain the package name in MSEClass, just the Fame name

moose-technology
Updates:
        Status: Fixed

Comment #2 on issue 724 by [hidden email]: <MSEClass:superclass:>  
should not contain the package name in MSEClass, just the Fame name
http://code.google.com/p/moose-technology/issues/detail?id=724

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev