ModelDriven / Alf-Reference-Implementation

Open-source implementation of the Action Language for fUML (Alf) specification.
30 stars 2 forks source link

Using type "any" in a local name declaration statement causes a null pointer exception #58

Closed seidewitz closed 6 years ago

seidewitz commented 6 years ago

The code that checks if the name in a local name declaration statement is an out parameter, part of the resolution to Issue #53, inadvertently causes a null pointer exception when the local name declaration has "any" as its type (i.e., no type name).

seidewitz commented 6 years ago

Resolved in v1.1.0b.