Skip to content

Check of edmm fails because of Java operator precedence (in the if's condition line 252) #291

@q-goux

Description

@q-goux

It logically should be "if ( (edmm != null) && edmm ) {"
(instead of the current "if (edmm != null && edmm) {"
Which, according to the Java grammar operator precedences starts to evaluate the statement "null && edmm" that raises a NullPointerException because edmm is null
... even thaught the intended condition seams clear)

In the current state, this prevents CSAR import of template in Winery

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions