You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/01 12:12:04 UTC

[jira] [Commented] (IVY-1540) Infinite loop in dependencytree

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

ASF GitHub Bot commented on IVY-1540:
-------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ant-ivy/pull/27


> Infinite loop in dependencytree
> -------------------------------
>
>                 Key: IVY-1540
>                 URL: https://issues.apache.org/jira/browse/IVY-1540
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.4.0
>            Reporter: Brett Wooldridge
>            Assignee: Nicolas Lalevée
>             Fix For: master
>
>
> A 3rd party library with circular dependencies causes an infinite loop displaying the dependency tree.  The code needs to use a hashmap or hashset to track what has been displayed in a given tree branch and bail when it encounters a node previously occurring in the branch.
> This dependency is circular, and can be used for testing:
> org.apache.xmlgraphics#batik-bridge;1.7



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)