Hi all,
I wanted to update FAME so it is a bit more memory efficient: it now has a null multi
value link that allows for an "empty" multi value link, that uses a lot less
memory. And since this is about 80% of the links, I thought this was a good idea.
Now I run into a test, that doesn't work anymore (actually 3 test). But when debugging
the test I cannot find the error, it always returns the expected value. Changing the order
of the tests helps (why I do not know). So if someone can take a look. The test cases are
testFamixMethodTypeDeclarationsWithoutSelfLoops
testFamixMethodOutgoingTypeDeclarations
testFamixClassOutgoingTypeDeclarations
Cheers,
Diego