Comment #11 on issue 606 by jannik.l...@gmail.com: FAMIXPackage>>methods is wrong http://code.google.com/p/moose-technology/issues/detail?id=606
I have not this bug. I use the Moose from Hudson (Apr 30, 2011 9:39:29 PM). When I load Famix-Core, I have two packages: Famix-Core and Famix-Core-MooseChef. Probably your RPackage is broken.
You are right. We should change that. So, I summarize what we have to do:
- do not store package for a method that is contained in the same package of its class. That should be done directly in importers. - extensionMethods : return methods contained in a package - localMethods/definedMethods: returns methods contains in classes from the selected package - methods that is a union of extensionMethods and localMethods
Now, what is the impact on all our tools ? Is only SmalltalkImporter concerned by this change ?