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

Summary: NullPointerException at com.bulenkov.darcula.ui.DarculaTreeUI$1.handle
Product: ide Reporter: avpavp
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226021
Attachments: stacktrace

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