Skip to content

NonFinalClauseMapping can raise a NullPointerException #91

@seidewitz

Description

@seidewitz

In the context of an ill-formed UML model, it is possible for the condition expression of an if clause to map such that there is no proper result source. In this case, there will be the identified decider for the mapping of the clause to be null, which results in a NullPointerException in the NonFinalClauseMapping::createClause method. This can be protected against by mapping to a "false" result if the decider is null at this point.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions