You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mickael Istria (JIRA)" <ji...@apache.org> on 2019/01/14 09:27:00 UTC

[jira] [Created] (MNG-6563) StackOverflowError when reading deep (1000) project hierarchy

Mickael Istria created MNG-6563:
-----------------------------------

             Summary: StackOverflowError when reading deep (1000) project hierarchy
                 Key: MNG-6563
                 URL: https://issues.apache.org/jira/browse/MNG-6563
             Project: Maven
          Issue Type: Bug
          Components: core
            Reporter: Mickael Istria


I'm trying to write tests loading huge extreme Maven projects in m2e to check how it likes it or not and how to improve it.
One of the tests creates 1000 projects, each one being a parent of the other. When trying to read it, Maven (and thus m2e) crashes with a StackOverflowError because it deeply recurses on build/initParent methods.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)