Hello,
That is strange. I think it is a bug because a FAMIXPackage must be a package.
If you want to solve it, I suggest you to change FAMIXPackage>>initialize by:
initialize
super initialize.
self isPackage: true.
childNamedEntities := FMNullMultivalueLink on: self opposite: #parentPackage: selector: #childNamedEntities.
Regards,
Vincent
De : moose-dev-bounces@iam.unibe.ch [mailto:moose-dev-bounces@iam.unibe.ch]
De la part de Natalia Tymchuk
Envoyé : mercredi 17 juin 2015 11:34
À : Moose-related development
Objet : [Moose-dev] Why FamixPackage isn't package?
Hello.
I noticed weird thing - when I’m asking famix package #isPackage it returns false, because for this famix package modifiers is empty.
Why this method not return just true? If it suppose to be like that - how can I get true?
Best regards,
Natalia