Skip to content

ReadLine should always return a value #24

@seidewitz

Description

@seidewitz

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.)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions