SEPA icon indicating copy to clipboard operation
SEPA copied to clipboard

Bug on Client class

Open andre-bisa opened this issue 6 years ago • 1 comments

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 avatar Sep 16 '19 09:09 andre-bisa

@lroffia is this solved?

relu91 avatar Jul 23 '20 12:07 relu91