Holger Knublauch created JENA-2157: -------------------------------------- Summary: Unclosed iterator in PrefixMappingUtils.calcInUsePrefixMapping Key: JENA-2157 URL: https://issues.apache.org/jira/browse/JENA-2157 Project: Apache Jena Issue Type: Bug Affects Versions: Jena 4.1.0 Reporter: Holger Knublauch
The graph.find(null, null, null) is not exhausted when the break in line 121 is reached. Requires an iter.close() in that case. -- This message was sent by Atlassian Jira (v8.3.4#803005)