Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 2.7.4
-
None
Description
ModelFactory.createDefaultModel().createList().copy()
will throw a NullPointerException because the list variable in the RDFListImp.copy( iterator ) is not set when there are no elements in the iterator.