On 25 nov. 08, at 10:12, jannik.laval.gmail wrote:
Hi all,
In Famix2Method, there is a property #kind:
kind <MSEProperty: #kind type: #String> ^ kind
Can we put it in Famix3 ? A lot of testing methods (like isConstant) are based on it.
To me, it looks like an extension of the Famix model. Perhaps we can put it in an extension category.
If you go for it, have a look at SmalltalkMethodVisitor>>classifyMethodNode to build such property.
You also have to decide how to implement it, for example using #privateState (see #hasClassScope)
-- Simon