eMoflon / emoflon-neo

A Neo4j-based implementation of eMoflon
Eclipse Public License 2.0
6 stars 2 forks source link

Validation: Rules and patterns inside the same file should not have the same name #282

Closed anthonyanjorin closed 3 years ago

anthonyanjorin commented 4 years ago

(due to API generation)

maxischm commented 4 years ago

I'm a little confused, do you mean that Rules and the object variables inside these rules are not allowed to have the same name?

anthonyanjorin commented 4 years ago

Oops - I've corrected the title now :) If you try it out you'll get error messages in the generated API. This is because rules are treated in a way like patterns (for their precondition).