Skip to content

(cbor) Incorrect coercion for int-valued Map keys to String #24

@cowtowncoder

Description

@cowtowncoder

Looks like CBORParser._numberToName(..) method (about line 790 - 820 depending on branch) has a typo in coercion:

        return String.valueOf(1);

where 1 should be i instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions