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

Mickael Istria commented on MNG-6563:
-------------------------------------

m2e doesn't scale (at the moment) with "deep" projects. By deep, I mean deep in 
the sense of Maven parenthood, not necessarily deep on file-system.
I wrote this test as an extreme case to cover MNG-6530 in the IDE; but it's 
indeed not a realistic one. But the deep recursion and the StackOverflowError 
here hughlught some areas where improvement is possible.
Not high priority though.

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

Reply via email to