Comment #10 on issue 606 by tudor.gi...(a)gmail.com: FAMIXPackage>>methods is
wrong
http://code.google.com/p/moose-technology/issues/detail?id=606
Hmm, I got confused by some other bug in the importer.
Please try the following:
- Import Famix-Core
- Browse All Packages
- You will find 2 packages: The Famix-Core package only contains the
extensions, while the Default one contains all the rest of the classes
This is a bug, but I do not know what the source is. Maybe it's RPackage,
but I do not have time to investigate.
In any case, coming back to the current issue, you are right that currently
we specify the package of all methods. I think this is against the original
intention. For example, we do not specify the packaging of attributes. So,
I think we should only provide the package information when it cannot be
deduced from a (belongsTo) container.