This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262720 - StackOverflowError at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy
Summary: StackOverflowError at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderIm...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-07 17:13 UTC by Saljack
Modified: 2016-08-04 02:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210728


Attachments
stacktrace (140.99 KB, text/plain)
2016-07-07 17:13 UTC, Saljack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Saljack 2016-07-07 17:13:06 UTC
This issue was reported manually by Saljack.
It already has 5 duplicates 


Build: NetBeans IDE Dev (Build 201607030002)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14
OS: Linux

User Comments:
GUEST: opening a project

davti: modifying a xthml page

JabaDonn: Refactor rename .css file.

saljack: After save

davti: clicking ctl-s and saving a jrxml page




Stacktrace: 
java.lang.StackOverflowError
   at java.util.ArrayList.<init>(ArrayList.java:177)
   at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy.artifactsUpdated(EarModuleProviderImpl.java:364)
   at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy.artifactsUpdated(EarModuleProviderImpl.java:367)
   at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy.artifactsUpdated(EarModuleProviderImpl.java:367)
   at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy.artifactsUpdated(EarModuleProviderImpl.java:367)
   at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy.artifactsUpdated(EarModuleProviderImpl.java:367)
Comment 1 Saljack 2016-07-07 17:13:09 UTC
Created attachment 160304 [details]
stacktrace
Comment 2 Tomas Stupka 2016-08-03 11:06:49 UTC
fixed in jet-main #e55441c7b262
Comment 3 Quality Engineering 2016-08-04 02:04:04 UTC
Integrated into 'main-silver', will be available in build *201608040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e55441c7b262
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #262720 - StackOverflowError at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy