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 262813 - IllegalStateException: Too many org.netbeans.modules.maven.dependencies.ExcludeDependencyPanel$$Lambda$56/1050699250 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.maven.dependencies.Exclu...
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-14 14:10 UTC by Tomas Stupka
Modified: 2016-07-15 01:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225231


Attachments
stacktrace (3.76 KB, text/plain)
2016-07-14 14:10 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-07-14 14:10:11 UTC
Build: NetBeans IDE Dev (Build 20160714-586003ecd501)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b07, Java(TM) SE Runtime Environment, 1.8.0_102-b07
OS: Mac OS X

User Comments:
tstupka: tried to exclude deps from pom too many times ...




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.dependencies.ExcludeDependencyPanel$$Lambda$56/1050699250 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:420)
   at org.netbeans.modules.maven.dependencies.ExcludeDependencyPanel.<init>(ExcludeDependencyPanel.java:118)
   at org.netbeans.modules.maven.dependencies.ExcludeDependencyPanel.<init>(ExcludeDependencyPanel.java:183)
   at org.netbeans.modules.maven.spi.grammar.DialogFactory.showDependencyExcludeDialog(DialogFactory.java:89)
   at org.netbeans.modules.maven.codegen.ExclusionGenerator.doInvoke(ExclusionGenerator.java:106)
   at org.netbeans.modules.maven.codegen.AbstractGenerator.invoke(AbstractGenerator.java:87)
Comment 1 Tomas Stupka 2016-07-14 14:10:13 UTC
Created attachment 160384 [details]
stacktrace
Comment 2 Tomas Stupka 2016-07-14 14:57:03 UTC
fixed in jet-main #4419951a1f68
Comment 3 Quality Engineering 2016-07-15 01:48:25 UTC
Integrated into 'main-silver', will be available in build *201607150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4419951a1f68
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #262813 - IllegalStateException: Too many org.netbeans.modules.maven.dependencies.ExcludeDependencyPanel$$Lambda$56/1050699250 (3) in shared RequestProcessor; create your own