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 - AssertionError: Editor support must exist
Summary: AssertionError: Editor support must exist
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 15:13 UTC by b166er
Modified: 2010-03-16 15:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166511


Attachments
stacktrace (2.77 KB, text/plain)
2010-03-16 15:13 UTC, b166er
Details

Note You need to log in before you can comment on or make changes to this bug.
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.