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 267973

Summary: NullPointerException at org.exbin.deltahex.CodeArea.init
Product: platform Reporter: ggghhhjjj
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226186
Attachments: stacktrace

Description ggghhhjjj 2016-09-12 08:49:06 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
ggghhhjjj: After installing the DeltaHexPlugin and on the first attempt to use it




Stacktrace: 
java.lang.NullPointerException
   at org.exbin.deltahex.CodeArea.init(CodeArea.java:169)
   at org.exbin.deltahex.CodeArea.<init>(CodeArea.java:148)
   at org.exbin.deltahex.netbeans.HexEditorTopComponent.<init>(HexEditorTopComponent.java:80)
   at org.exbin.deltahex.netbeans.OpenAsHexAction.actionPerformed(OpenAsHexAction.java:50)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:199)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 ggghhhjjj 2016-09-12 08:49:08 UTC
Created attachment 162008 [details]
stacktrace
Comment 2 hajdamcz 2016-09-19 19:24:54 UTC
Thank you for your report. This issue was already resolved in development version of the DeltaHex plugin and will be fixed in next release later.

As a workaround this development version is available for download on http://deltahex.exbin.org/ or directly on http://deltahex.exbin.org/download.php?org-exbin-deltahex-netbeans.nbm
Comment 3 hajdamcz 2016-10-06 10:00:09 UTC
New version of the plugin for NetBeans 8.2 which should fix this issue was released.