-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Jena 2.7.4
-
Fix Version/s: Jena 2.10.0
-
Component/s: Jena
-
Labels:None
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.