vaimee / SEPA

Get notifications about changes in your SPARQL endpoint.
26 stars 10 forks source link

Bug on Client class #52

Open andre-bisa opened 4 years ago

andre-bisa commented 4 years ago

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;

relu91 commented 3 years ago

@lroffia is this solved?