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 145761 - [65cat]Cannot Right Click on the SQL Editor for derby DB
Summary: [65cat]Cannot Right Click on the SQL Editor for derby DB
Status: RESOLVED DUPLICATE of bug 145751
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker with 1 vote (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-01 06:51 UTC by rajivderas
Modified: 2008-09-02 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
145761 log file (85.19 KB, text/plain)
2008-09-01 06:52 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-09-01 06:51:38 UTC
java.lang.NullPointerException
	at org.openide.awt.Mnemonics.findMnemonicAmpersand(Mnemonics.java:169)
	at org.openide.awt.AlwaysEnabledAction.extractCommonAttribute(AlwaysEnabledAction.java:91)
	at org.openide.awt.AlwaysEnabledAction.getValue(AlwaysEnabledAction.java:78)
	at javax.swing.AbstractButton.setMnemonicFromAction(AbstractButton.java:1236)
	at javax.swing.AbstractButton.configurePropertiesFromAction(AbstractButton.java:1140)
	at javax.swing.JMenuItem.configurePropertiesFromAction(JMenuItem.java:359)
	at javax.swing.AbstractButton.setAction(AbstractButton.java:1087)
	at javax.swing.JMenuItem.<init>(JMenuItem.java:122)
	at org.netbeans.modules.editor.NbEditorKit$NbBuildPopupMenuAction.createLocalizedMenuItem(NbEditorKit.java:402)
	at org.netbeans.modules.editor.NbEditorKit$NbBuildPopupMenuAction.addAction(NbEditorKit.java:439)
	at org.netbeans.modules.editor.NbEditorKit$NbBuildPopupMenuAction.buildPopupMenu(NbEditorKit.java:366)
	at org.netbeans.editor.ext.ExtKit$BuildPopupMenuAction.actionPerformed(ExtKit.java:276)
	at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:291)
	at org.netbeans.editor.EditorUI.showPopupMenu(EditorUI.java:1730)
[catch] at org.netbeans.editor.EditorUI$6.run(EditorUI.java:1663)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 rajivderas 2008-09-01 06:52:42 UTC
Created attachment 68767 [details]
145761 log file
Comment 2 Andrei Badea 2008-09-02 13:15:54 UTC
Please reopen if you can still reproduce in the daily build from September 2nd.


*** This issue has been marked as a duplicate of 145751 ***