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 255929 - AssertionError: Must be called on event thread
Summary: AssertionError: Must be called on event thread
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-14 15:52 UTC by Exceptions Reporter
Modified: 2015-10-16 01:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220548


Attachments
stacktrace (1.77 KB, text/plain)
2015-10-14 15:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-14 15:52:50 UTC
This bug was originally marked as duplicate of bug 251486, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
GUEST: load a maven project




Stacktrace: 
java.lang.AssertionError: Must be called on event thread
   at org.netbeans.validation.api.ui.SwingValidationListenerFactories.createJTextComponentValidationListener(SwingValidationListenerFactories.java:169)
   at org.netbeans.validation.api.ui.ValidationListenerFactory.findBuiltInValidationListener(ValidationListenerFactory.java:163)
   at org.netbeans.validation.api.ui.ValidationListenerFactory.createValidationListener(ValidationListenerFactory.java:125)
   at org.netbeans.validation.api.ui.ValidationGroup.add(ValidationGroup.java:232)
   at org.netbeans.modules.maven.apisupport.NbmWizardPanelVisual.<init>(NbmWizardPanelVisual.java:108)
   at org.netbeans.modules.maven.apisupport.NbmWizardPanel.getComponent(NbmWizardPanel.java:87)
Comment 1 Exceptions Reporter 2015-10-14 15:52:52 UTC
Created attachment 156716 [details]
stacktrace
Comment 2 Tomas Stupka 2015-10-15 14:22:58 UTC
fixed in jet-main #e4bb05d83b0c
Comment 3 Quality Engineering 2015-10-16 01:25:08 UTC
Integrated into 'main-silver', will be available in build *201510160002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e4bb05d83b0c
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #255929 - AssertionError: Must be called on event thread