Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-SmalltalkImporter
New issue 960 by anquetil...@gmail.com: Smalltalk importer creates a non-stub Object.DependentsFields http://code.google.com/p/moose-technology/issues/detail?id=960
When creating a moose model from smalltalk code not including Object The class Object is created with isStub=true Object has an attribute Object.DependentsFields (a class variable) with isStub=false
Updates: Labels: Milestone-4.8
Comment #1 on issue 960 by tu...@tudorgirba.com: Smalltalk importer creates a non-stub Object.DependentsFields http://code.google.com/p/moose-technology/issues/detail?id=960
It seems that all attributes of stub classes are non-stub. Could you write a test for it?
Updates: Status: Accepted
Comment #2 on issue 960 by anquetil...@gmail.com: Smalltalk importer creates a non-stub Object.DependentsFields http://code.google.com/p/moose-technology/issues/detail?id=960
Done: FamixPropertiesTest>>testAttributesOfStubClasses
Updates: Status: Fixed
Comment #3 on issue 960 by tu...@tudorgirba.com: Smalltalk importer creates a non-stub Object.DependentsFields http://code.google.com/p/moose-technology/issues/detail?id=960
(No comment was entered for this change.)