Galigator / openllet

Openllet is an OWL 2 reasoner in Java, build on top of Pellet.
https://www.w3.org/TR/owl2-primer/
Other
96 stars 26 forks source link

Possible npe fix #60

Closed Galigator closed 3 years ago

Locke commented 3 years ago

Hi, interesting that you picked this up.

The second commit is what I wrote in #39 "Simply changing [...]" from a while ago.

I just rebased that old commit to be up to date with your latest changes and are still getting the NPE.

The first commit is as I still use Java 11 locally; you might not want to merge that.

Galigator commented 3 years ago

Java 11 seem to have a longer support that java14. I think we will live with java11 until java17 (this year) witch is the next LTS.