Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology
Status: New
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Component-Fame Component-Famix  
Milestone-4.6

New issue 723 by [hidden email]: <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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology

Comment #1 on issue 723 by [hidden email]: <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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology

Comment #2 on issue 723 by [hidden email]: <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 :(

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology

Comment #3 on issue 723 by [hidden email]: <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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology

Comment #4 on issue 723 by [hidden email]: <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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology

Comment #5 on issue 723 by [hidden email]: <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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology

Comment #6 on issue 723 by [hidden email]: <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?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 723 in moose-technology: <MSEClass:superclass: > should use a symbol to point to the superclass.

moose-technology
Updates:
        Status: Fixed

Comment #7 on issue 723 by [hidden email]: <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.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev