Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on Client class #52

Open
andre-bisa opened this issue Sep 16, 2019 · 1 comment
Open

Bug on Client class #52

andre-bisa opened this issue Sep 16, 2019 · 1 comment
Labels

Comments

@andre-bisa
Copy link
Collaborator

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;

@andre-bisa andre-bisa added the bug label Sep 16, 2019
@relu91
Copy link
Member

relu91 commented Jul 23, 2020

@lroffia is this solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants