Hi all
In the smalltalk importer for Famix 3, 'Smalltalk' is considered as a
namespace. As a consequence, any method which accesses Smalltalk is
tagged as making a FamixReference to the namespace.
Problem is, Cook assumes that any outgoing references made by a method
should be a FamixType.
So, what is right?
- 'Smalltalk' in a method should be considered as an access to a
global variable?
- or Cook should be more careful and select only references to
FamixType.
--
Simon