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 - NullPointerException at org.chrisle.netbeans.plugins.nbsymlink.actions.NbSymlinkAction.getPopupPresenter
Summary: NullPointerException at org.chrisle.netbeans.plugins.nbsymlink.actions.NbSyml...
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-03 14:09 UTC by Gary.A.Peach
Modified: 2020-07-24 14:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222526


Attachments
stacktrace (3.09 KB, text/plain)
2016-05-03 14:09 UTC, Gary.A.Peach
Details
stacktrace (3.09 KB, text/plain)
2016-05-18 16:45 UTC, Gary.A.Peach
Details

Note You need to log in before you can comment on or make changes to this bug.
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.