Hi,
I am merging the two classes.
All but 11 tests pass.
The 11 tests which do not pass are about properties are in FamixPropertiesTest.
all accesses at any property return nil.
I do not understand why.
example in testClassHierarchy, the first line return nil :
---
testClassHierarchy
self assert: (self nodeClass propertyNamed: #NOC) = 2.
---
Has anyone any idea ?
---
Jannik Laval