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 157896 - AssertionError: Got null return from getMenuPresenter in org.netbeans.modules.editor.java.JavaKit$JavaFixImports$GlobalAction@1477267
Summary: AssertionError: Got null return from getMenuPresenter in org.netbeans.modules...
Status: VERIFIED DUPLICATE of bug 154709
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 10:47 UTC by Petr Dvorak
Modified: 2009-03-26 17:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144643


Attachments
stacktrace (2.45 KB, text/plain)
2009-02-04 10:47 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-02-04 10:47:45 UTC
Build: NetBeans IDE Dev (Build 200902031446)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Linux, 2.6.27-11-generic, i386

User Comments:
joshis: I opened Tools>Options, then this AE was thrown.

joshis: I opened Tools>Options, then this AE was thrown.



Stacktrace: 
java.lang.AssertionError: Got null return from getMenuPresenter in org.netbeans.modules.editor.java.JavaKit$JavaFixImports$GlobalAction@1477267
        at org.netbeans.modules.editor.MainMenuAction.setMenu(MainMenuAction.java:198)
        at org.netbeans.modules.editor.MainMenuAction.stateChanged(MainMenuAction.java:116)
        at org.netbeans.editor.Registry.fireChange(Registry.java:532)
        at org.netbeans.editor.Registry.activate(Registry.java:274)
        at org.netbeans.editor.EditorUI$1.focusGained(EditorUI.java:280)
        at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:203)
Comment 1 Petr Dvorak 2009-02-04 10:47:57 UTC
Created attachment 76538 [details]
stacktrace
Comment 2 Max Sauer 2009-02-09 14:18:00 UTC
This seems to be a duplicate of #154709 .

*** This issue has been marked as a duplicate of 154709 ***
Comment 3 Petr Dvorak 2009-03-26 17:03:54 UTC
Verified