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

Kompren opposites do not call the correct onXXXSliced operation #1

Closed
arnobl opened this issue Sep 28, 2014 · 0 comments
Closed

Kompren opposites do not call the correct onXXXSliced operation #1

arnobl opened this issue Sep 28, 2014 · 0 comments
Assignees
Labels

Comments

@arnobl
Copy link
Owner

arnobl commented Sep 28, 2014

For instance with Ecore and a lowerType opposite:

    if(theSlicer.optionlowerType){
    _self.^lowerType.forEach[_elt| _elt.visitToAddRelations(theSlicer)
        if(_self.sliced && _elt.sliced) theSlicer.oneSuperTypeSliced(_self, _elt)
    ]
    }

The operation oneSuperTypeSliced is called instead of onlowerTypeSliced

@arnobl arnobl added the bug label Sep 28, 2014
@arnobl arnobl self-assigned this Sep 28, 2014
@arnobl arnobl closed this as completed Sep 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant