Skip to content

Java type convertion for integer #11

Open
@PaoloAchdjian

Description

@PaoloAchdjian

Hi,
I see that when getting a tuple of integers the JAVA type is List of objects whose type is Integer if the value is < 65535 and a Long if the value is >= 65535, also if the Integer type can contains number until 2^31
This generate a weird behavior: I create a tuple of Integer and I get a mix of Integer and Long.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions