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 267829 - NullPointerException at com.bulenkov.darcula.ui.DarculaTreeUI$1.handle
Summary: NullPointerException at com.bulenkov.darcula.ui.DarculaTreeUI$1.handle
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-02 01:54 UTC by avpavp
Modified: 2016-09-02 01:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226021


Attachments
stacktrace (2.99 KB, text/plain)
2016-09-02 01:54 UTC, avpavp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description avpavp 2016-09-02 01:54:51 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
avpavp: was running the maven exec plugin and invoking jbake




Stacktrace: 
java.lang.NullPointerException
   at com.bulenkov.darcula.ui.DarculaTreeUI$1.handle(DarculaTreeUI.java:112)
   at com.bulenkov.darcula.ui.DarculaTreeUI$1.mousePressed(DarculaTreeUI.java:74)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
Comment 1 avpavp 2016-09-02 01:54:53 UTC
Created attachment 161868 [details]
stacktrace