ModelDriven / Alf-Reference-Implementation

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

InvocationExpressionImpl.indexingFunctions should be moved to RootNamespace #102

Closed seidewitz closed 1 year ago

seidewitz commented 2 years ago

InvocationExpressionImpl.indexingFunctions is a static array containing element references to the functions that need to be adjusted if indexing is from 0 instead of 1. Since these references depend on the root namespace, indexingFunctions should be a instance field of RootNamespace, rather than being statically allocated.

seidewitz commented 1 year ago

Resolved in Release 1.1.0l.