Skip to content

Bug on Client class #52

@andre-bisa

Description

@andre-bisa

There is a bug on Client class in function addDefaultDatatype.
When the bindings is null it explodes with a NullPointerException.

To fix it I suggest to check che nullable value:
if (bindings == null) return null;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions