Skip to content

Setting the namespace name of a unit definition to null causes a null pointer exception #57

@seidewitz

Description

@seidewitz

The setter UnitDefinition.setNamespaceName not only sets the namespace name (a QualifiedName) of a UnitDefinition, it also sets the current scope and visibility flag for that qualified name. However, it needs to first check if the name is null (which is legal for a model unit) before doing the latter, in order to avoid a null pointer exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions