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

Summary: StackOverflowError at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy
Product: projects Reporter: Saljack
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal CC: davti, JabaDonn
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210728
Attachments: stacktrace

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