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=724I 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