Hi,
I noticed that isPackage, isPrivate, isProtected were removed from FAMIXNamedEntity in Famix-Core. It's true that perhaps these methods should be in Famix-Extensions, but they should not be removed.
My bad, it seems like I forget to commit Famix-extensions. I can do that on Monday.
Excellent :)
Thanks, Doru
Also, isFinal was moved in Famix-Java. This is a Java specific, because it has a meaning also for C++ programs where isFinal is everything that is not explicitly defined as virtual.
Does someone right now have a use case in C++? Because if not, I would leave it in Java and not care about "what if..." Besides, it's this kind of things for which we will start to use traits in Famix - to avoid semantic confusion between features of different languages.
The inFusion C++ exporter exports this semantics.
Cheers, Doru
Did I miss something?
In general, we have to be more careful with changes at such core levels :)
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"To lead is not to demand things, it is to make them happen."
-- www.tudorgirba.com
"Problem solving should be concentrated on describing the problem in a way that is relevant for the solution."