Skip to content

Design.setValue() has the same problems as DesignSpace.next() #45

@finkn

Description

@finkn

Just like DesignSpace.next(), Design.setValue() ignores all ranges in a multi-range with exclusive limits, except the first range. So only values from the first range are legal.

Mixed inclusive/exclusive (multi-range) limits also cause setValue to throw an ArrayIndexOutOfBoundsException.

See https://github.com/finkn/InPUTspec/blob/master/main/src/net/finkn/inputspec/v050/SetValueTest.java for details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions