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.
Smalltalk is a global that points to a namespace.
Problem is, Cook assumes that any outgoing references made by a method should be a FamixType.
Why that? In java can you access a namespace? and it is a Type?
So, what is right?
- 'Smalltalk' in a method should be considered as an access to a
global variable?
may be this is the easiest solution
- or Cook should be more careful and select only references to
FamixType.
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev