Comment #3 on issue 895 by andreho...(a)gmail.com: Lack of entities in
verveineJ model
http://code.google.com/p/moose-technology/issues/detail?id=895
No, but this is the point: note that I'm talking about the creation of stub
entities.
For example: the invocation "FileUtils.close(ti)" should generate (1) a
stub class FileUtils and (2) an invocation with FileUtils as receiver.
-> The invocation is created ok (but with nil receiver)
-> The stub class is not created