Status: New Owner: andreho...@gmail.com Labels: Type-Defect Priority-Medium Component-Fame Component-Famix Milestone-4.6
New issue 723 by andreho...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
Use of string instead of symbol to denote superclass.
Comment #1 on issue 723 by andreho...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
Fixed for FAMIX. We should also fix the examples in Fame-Example. I fixed here but don't have permission to commit. So someone with permission should change the classes: LIBBook LIBLibrary LIBPerson RPGDragon RPGHero RPGTreasure
I run run Arki rules to detect all the problems.
Comment #2 on issue 723 by stephane...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
I'm not admin on fame so I cannot do much :(
Comment #3 on issue 723 by andreho...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
But, you are Developer :) Anyway, the change is just from: <MSEClass: #YYY super: 'Object'> to: <MSEClass: #YYY super: #Object> in the cited classes.
Comment #4 on issue 723 by stephane...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
Sure but right I'm doing something else.... I should find the latest version of moose first and you should be able to commit and me to add you.
Comment #5 on issue 723 by tudor.gi...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
Andre, I made you a developer now.
Comment #6 on issue 723 by stephane...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
doru could you put me as admin?
Updates: Status: Fixed
Comment #7 on issue 723 by andreho...@gmail.com: <MSEClass:superclass: > should use a symbol to point to the superclass. http://code.google.com/p/moose-technology/issues/detail?id=723
OK, I just commited. thanks Doru and Stef.