-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
According to the fUML specification, ReadLine has a return multiplicity of 1..1. This indicates that it should return an empty string, not null, even if there is also an error status. However, the Alf code for FoundationalModelLibrary::BasicInputOutput::ReadLine currently has a return multiplicity of 0..1. (This becomes an issue when multiplicities are more closely checked, per the resolution of OMG issue ALF11-44.)