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 209765 - AssertionError at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction
Summary: AssertionError at org.netbeans.modules.java.api.common.project.BaseActionProv...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 64991
  Show dependency tree
 
Reported: 2012-03-20 01:56 UTC by Jesse Glick
Modified: 2012-03-24 11:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186029


Attachments
stacktrace (4.61 KB, text/plain)
2012-03-20 01:56 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-03-20 01:56:50 UTC
Build: NetBeans IDE Dev (Build 20120319-1f58a82b5ece)
VM: Java HotSpot(TM) Client VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: Linux

User Comments:
jglick: Disable CoS in a j2seproject. Note that invokeAction must be called on EQ.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction(BaseActionProvider.java:388)
   at org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:261)
   at org.netbeans.modules.java.j2seproject.ui.customizer.J2SEProjectProperties$2.run(J2SEProjectProperties.java:466)
   at org.netbeans.modules.java.j2seproject.ui.customizer.J2SEProjectProperties$2.run(J2SEProjectProperties.java:443)
   at org.openide.util.Mutex.writeAccess(Mutex.java:436)
   at org.netbeans.modules.java.j2seproject.ui.customizer.J2SEProjectProperties.save(J2SEProjectProperties.java:443)
Comment 1 Jesse Glick 2012-03-20 01:56:55 UTC
Created attachment 116894 [details]
stacktrace
Comment 2 Jesse Glick 2012-03-20 14:47:50 UTC
core-main #572153aebbd8
Comment 3 Quality Engineering 2012-03-24 11:06:44 UTC
Integrated into 'main-golden', will be available in build *201203240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/572153aebbd8
User: Jesse Glick <jglick@netbeans.org>
Log: #209765: BaseActionProvider.invokeAction should not be called off EQ.