Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
com.hp.hpl.jena.ontology.impl.OntModelImpl.listStatements(Resource, Property, RDFNode, Model)
The javadoc says that 'a null argument means anything'. In fact, you get an NPE for a null 'posit' model. Either the doc could use a bit of clarification, or the code should treat a null model as empty. There's also a space missing ("matchesthe").