Hi,
I found this method:
allFileAnchors ^self allWithSubTypesOf: FAMIXFileAnchor
The problem is that FAMIXIndexedFileAnchor are also a kind of file anchor.
Should I replace it by
allFileAnchors ^self allWithSubTypesOf: FAMIXAbstractFileAnchor
?