ModelDriven / Alf-Reference-Implementation

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

A signal send using a bad reception definition causes an exception #54

Closed seidewitz closed 6 years ago

seidewitz commented 6 years ago

If a reception definition references a signal name that does not resolve, then a signal send invocation can still reference the reception using the incorrect name. However, constraint checking on the invocation results in a null pointer exception because the reception does not have any associated signal.

seidewitz commented 6 years ago

Resolved in v1.1.0a.