You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/11 14:46:00 UTC

[jira] [Commented] (JENA-2157) Unclosed iterator in PrefixMappingUtils.calcInUsePrefixMapping

    [ https://issues.apache.org/jira/browse/JENA-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413540#comment-17413540 ] 

ASF subversion and git services commented on JENA-2157:
-------------------------------------------------------

Commit b9ac8ba3c0612f3fcf7f850381dc471de59ff745 in jena's branch refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=b9ac8ba ]

JENA-2157: Close iterator explicitly


> 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
>            Priority: Major
>
> 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)