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 231933 - AssertionError at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction
Summary: AssertionError at org.netbeans.modules.java.api.common.project.BaseActionProv...
Status: RESOLVED DUPLICATE of bug 231818
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 231937 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-27 13:47 UTC by stefan79
Modified: 2013-06-27 16:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201739


Attachments
stacktrace (3.43 KB, text/plain)
2013-06-27 13:47 UTC, stefan79
Details
stacktrace (3.52 KB, text/plain)
2013-06-27 14:11 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2013-06-27 13:47:39 UTC
Build: NetBeans IDE Dev (Build 201306262301)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
stefan79: Pressed F9 to compile a Java-File -> Exception.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction(BaseActionProvider.java:418)
   at org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:271)
   at org.netbeans.modules.project.ui.actions.FileAction$4.run(FileAction.java:185)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 stefan79 2013-06-27 13:47:41 UTC
Created attachment 136408 [details]
stacktrace
Comment 2 stefan79 2013-06-27 14:11:21 UTC
Created attachment 136410 [details]
stacktrace

Exception occured while trieing to compile.
Comment 3 Tomas Zezula 2013-06-27 15:41:11 UTC
*** Bug 231937 has been marked as a duplicate of this bug. ***
Comment 4 stefan79 2013-06-27 15:59:32 UTC
Changed the priority, because I can´t compile/debug. -> Back to older version.

Additional Info:
-) Tried to reinstall
-) Cleared the Cache

But still the same.
Comment 5 Tomas Zezula 2013-06-27 16:13:40 UTC
Incompatible change in FileAction.
The ActionProvider.invokeAction JavaDoc says:

<cite>
Run a project command.
Will be invoked in the event thread.
</cite>

The BaseActionProvider fails on assert that the thread is EDT.

Duplicate of issue #231818

*** This bug has been marked as a duplicate of bug 231818 ***