Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opposite is missing in FAMIXLacalVariable>>parentBehaviouralEntity #784

Closed
seandenigris opened this issue Aug 3, 2015 · 2 comments
Closed

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 784

Hi,
I figured that parentBehaviouralEntity was implemented like that:

FAMIXLacalVariable>>parentBehaviouralEntity
    <MSEProperty: #parentBehaviouralEntity type: #FAMIXBehaviouralEntity>
    <MSEComment: 'Behavioural entity declaring this local variable. belongsTo implementation'>

    ^parentBehaviouralEntity

The opposite is missing. Is there a reason for that?

Shouldn't it be like:
FAMIXLacalVariable>>parentBehaviouralEntity
    <MSEProperty: #parentBehaviouralEntity type: #FAMIXBehaviouralEntity opposite:
#localVariables>
    <MSEComment: 'Behavioural entity declaring this local variable. belongsTo implementation'>

    ^parentBehaviouralEntity

Cheers,
Fabrizio

Reported by fabrizio.perin on 2012-03-28 09:29:29

@seandenigris
Copy link
Contributor Author

Reported by fabrizio.perin on 2012-03-28 09:34:18

  • Status changed: Fixed

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2013-03-03 12:56:24

  • Labels added: Component-Famix, Milestone-4.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant