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 258291 - NullPointerException at org.openide.explorer.view.TreeView$PopupSupport.mouseClicked
Summary: NullPointerException at org.openide.explorer.view.TreeView$PopupSupport.mouse...
Status: NEW
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-03-09 14:08 UTC by jaras2678
Modified: 2016-03-09 14:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222923


Attachments
stacktrace (2.69 KB, text/plain)
2016-03-09 14:08 UTC, jaras2678
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaras2678 2016-03-09 14:08:42 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.66-b17, OpenJDK Runtime Environment, 1.8.0_66-internal-b17
OS: Linux

User Comments:
jaras2678: Linux possible 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux




Stacktrace: 
java.lang.NullPointerException
   at org.openide.explorer.view.TreeView$PopupSupport.mouseClicked(TreeView.java:1619)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
   at java.awt.Component.processMouseEvent(Component.java:6538)
Comment 1 jaras2678 2016-03-09 14:08:44 UTC
Created attachment 158788 [details]
stacktrace