Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Famix
New issue 939 by anquetil...@gmail.com: FamixEntity annotation not coherent with FAMIXEntity implementation http://code.google.com/p/moose-technology/issues/detail?id=939
FAMIXEntity class>>annotation <MSEClass: #Entity super: #Object>
i.e. FamixEntity inherits from Object
but FAMIXEntity has for superclass MooseEntity
I guess annotation should be changed
Comment #1 on issue 939 by tu...@tudorgirba.com: FamixEntity annotation not coherent with FAMIXEntity implementation http://code.google.com/p/moose-technology/issues/detail?id=939
No. This is actually the intended behavior. The reason is as follows: we wanted to have MooseEntity as superclass for the runtime of Moose, but when generating FAMIX for Java we want to have FAMIXEntity inherit from Object.
Thus, the meta-description inherits from Object, and the Moose implementation inherits from MooseEntity
Updates: Status: Invalid
Comment #2 on issue 939 by tu...@tudorgirba.com: FamixEntity annotation not coherent with FAMIXEntity implementation http://code.google.com/p/moose-technology/issues/detail?id=939
This issue is considered invalid.