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 28582 - Filesystem node right click - Nullpointer exception
Summary: Filesystem node right click - Nullpointer exception
Status: RESOLVED DUPLICATE of bug 25617
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks: 30647
  Show dependency tree
 
Reported: 2002-11-08 09:37 UTC by zega
Modified: 2003-02-04 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zega 2002-11-08 09:37:23 UTC
*********** Exception occurred ************ at Fri Nov 08 
17:30:39 GMT+08:00 2002
java.lang.NullPointerException
	at 
org.netbeans.modules.web.context.DelegatingFileSystem.getAc
tions(DelegatingFileSystem.java:145)
	at org.openide.actions.FileSystemAction.createMenu
(FileSystemAction.java:106)
	at org.openide.actions.FileSystemAction$Menu.<init>
(FileSystemAction.java:202)
	at 
org.openide.actions.FileSystemAction.getPopupPresenter
(FileSystemAction.java:166)
	at org.openide.nodes.NodeOp.findContextMenuImpl
(NodeOp.java:152)
	at org.openide.nodes.Node.getContextMenu
(Node.java:424)
	at org.openide.nodes.NodeOp.findContextMenu
(NodeOp.java:86)
	at org.openide.explorer.view.TreeView.createPopup
(TreeView.java:983)
	at 
org.openide.explorer.view.TreeView$PopupAdapter.showPopup
(TreeView.java:914)
	at 
org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased
(MouseUtils.java:151)
	at java.awt.AWTEventMulticaster.mouseReleased
(AWTEventMulticaster.java:228)
	at java.awt.Component.processMouseEvent
(Component.java:5093)
	at java.awt.Component.processEvent
(Component.java:4890)
	at java.awt.Container.processEvent
(Container.java:1566)
	at java.awt.Component.dispatchEventImpl
(Component.java:3598)
	at java.awt.Container.dispatchEventImpl
(Container.java:1623)
	at java.awt.Component.dispatchEvent
(Component.java:3439)
	at 
java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3450)
	at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3165)
	at java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3095)
	at java.awt.Container.dispatchEventImpl
(Container.java:1609)
	at java.awt.Window.dispatchEventImpl
(Window.java:1585)
	at java.awt.Component.dispatchEvent
(Component.java:3439)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:450)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:197)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:144)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:136)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:99)
Comment 1 _ rkubacki 2003-01-16 16:14:25 UTC
duplicate report

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