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 231937

Summary: AssertionError at org.netbeans.modules.java.api.common.project.BaseActionProvider.invokeAction
Product: java Reporter: stefan79 <stefan79>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201742
Attachments: stacktrace

Description stefan79 2013-06-27 14:14:37 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: Tried to start debugging a java-file.




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 14:14:39 UTC
Created attachment 136411 [details]
stacktrace
Comment 2 Tomas Zezula 2013-06-27 15:41:11 UTC

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