Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Java wrapper classes handling #9

Closed
@iuliux

Description

@iuliux

The Java wrapper classes (Integer, Boolean, Byte, Char, Short, Long, Float, Double [and String]) should be handled consistently.

At the moment Integer, Boolean and String are translated into primitive types in Python and the rest are treated as common objects.

I think that the same rule should apply to all of them.

A big problem here are the (pretty useful) static methods inside them.

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