Comment #6 on issue 606 by tudor.gi...@gmail.com: FAMIXPackage>>methods is wrong http://code.google.com/p/moose-technology/issues/detail?id=606
Right now, the semantics of methods is to provide the extension methods only. So, currently definedMethods returns only the extension methods which is wrong.
Given that the famix-extension API currently depends on this, it will raise erroneous results, so we will have to revisit it anyway. We will probably rewrite it in terms of Chef.
In any case, perhaps localMethods is better for the moment. We should not depend on this method too much anyway.