Status: New Owner: andreho...@gmail.com Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6
New issue 724 by andreho...@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?
Comment #1 on issue 724 by tudor.gi...@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
Excellent! And yes, please :)
Updates: Status: Fixed
Comment #2 on issue 724 by andreho...@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
(No comment was entered for this change.)