ModelDriven / Alf-Reference-Implementation

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

Using "null" as an attribute initializer causes an exception #6

Closed seidewitz closed 8 years ago

seidewitz commented 8 years ago

When "null" is used as an attribute initializer, a null pointer exception occurs during the derivation of the equivalent instance creation expression for the sequence construction expression representing the "null" -- a derivation that should not even be getting carried out for a "null".

seidewitz commented 8 years ago

Resolved in 0.6.0c.