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 259113

Summary: NullPointerException at org.chrisle.netbeans.plugins.nbsymlink.actions.NbSymlinkAction.getPopupPresenter
Product: platform Reporter: Gary.A.Peach
Component: ExplorerAssignee: Jan Peska <JPESKA>
Status: CLOSED INVALID    
Severity: normal CC: Gary.A.Peach, mlsankar
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222526
Attachments: stacktrace
stacktrace

Description Gary.A.Peach 2016-05-03 14:09:28 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
Gary.A.Peach: trying to click on prject properties in Ruby project

GUEST: when I try to right-click on a java web project, on generate this exception. If I click on a Java project, or maven project, all is ok: only java web projects are affected

GUEST: tried to open a web project

GUEST: I have clicked with my right mouse button on the project icon, to open the popup menu of the project.

GUEST: I found this




Stacktrace: 
java.lang.NullPointerException
   at org.chrisle.netbeans.plugins.nbsymlink.actions.NbSymlinkAction.getPopupPresenter(NbSymlinkAction.java:47)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:1729)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:1815)
   at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1058)
   at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1555)
   at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
Comment 1 Gary.A.Peach 2016-05-03 14:09:30 UTC
Created attachment 159522 [details]
stacktrace
Comment 2 Gary.A.Peach 2016-05-18 16:45:32 UTC
Created attachment 159804 [details]
stacktrace

right clicking ruby project trying to pull up properties
Comment 3 Christian Lenz 2020-07-24 14:01:54 UTC
This is not related to NetBeans, it is a problem with my plugin: https://github.com/Chris2011/NbSymlink please create a ticket there.