Status: New
Owner: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6
New issue 724 by andreho...(a)gmail.com: <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?