eMoflon / emoflon-neo

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

[Vis/Flattener] NPE #129

Closed anthonyanjorin closed 5 years ago

anthonyanjorin commented 5 years ago

This example (adapt it in PacMan.msl)...

pattern pacManAndGhostOnNeighbouringFields -> pacManAndGhostOnFields {
    f00 : Field {
        -neighbour:bottom|right-> $f10
    }
}

... causes an NPE somewhere in the flattener.