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

Summary: Filesystem node right click - Nullpointer exception
Product: javaee Reporter: zega <zega>
Component: CodeAssignee: issues@javaee <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 30647    

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 ***