You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException
at org.coode.owl.util.OWLUtils.isStructural(OWLUtils.java:202)
at org.coode.html.doclet.SuperclassesDoclet.getInferredElements(SuperclassesDoclet.java:57)
at org.coode.html.doclet.AbstractOWLElementsDoclet.getElements(AbstractOWLElementsDoclet.java:69)
at org.coode.html.doclet.ElementsDoclet.renderHeader(ElementsDoclet.java:57)
at org.coode.html.doclet.AbstractHTMLDoclet.renderAll(AbstractHTMLDoclet.java:50)
at org.coode.html.doclet.AbstractHTMLDoclet.renderContent(AbstractHTMLDoclet.java:43)
at org.coode.html.doclet.AbstractHTMLDoclet.renderAll(AbstractHTMLDoclet.java:51)
at org.coode.browser.protege.OWLDocView$2.run(OWLDocView.java:151)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
Bug in owlmanager and in the reasoner used: the reasoner is guaranteed not null at that point, but there is no guarantee that the reasoner name is not null. However the reasoner should be nice about it.
Steps to reproduce the error:
The text was updated successfully, but these errors were encountered: