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 182131

Summary: AssertionError: Editor support must exist
Product: php Reporter: b166er <b166er>
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166511
Attachments: stacktrace

Description b166er 2010-03-16 15:13:29 UTC
Build: NetBeans IDE Dev (Build 201002130200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

Stacktrace: 
java.lang.AssertionError: Editor support must exist
   at org.netbeans.modules.php.project.ui.actions.tests.GoToTest.findTest(GoToTest.java:148)
   at org.netbeans.modules.php.project.ui.actions.tests.GoToTest.findOpposite(GoToTest.java:94)
   at org.netbeans.modules.gototest.GotoOppositeAction.performAction(GotoOppositeAction.java:150)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:126)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:92)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:113)
Comment 1 b166er 2010-03-16 15:13:34 UTC
Created attachment 95243 [details]
stacktrace
Comment 2 Tomas Mysik 2010-03-16 15:23:39 UTC
Sorry, this error could happen only in some non-standard situation - could you provide steps to reproduce? Maybe you have updated your development version via Update Center? If so, please, try to download the development version of NetBeans (e.g. ZIP file), it should be OK.

Thanks.