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 171965

Summary: NullPointerException at org.netbeans.modules.hexedit.HexTableModel.getBytesForRow
Product: third-party Reporter: ulfzibis <ulfzibis>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=158248
Issue Type: DEFECT Exception Reporter: 158248
Attachments: stacktrace

Description ulfzibis 2009-09-10 18:44:36 UTC
Build: NetBeans IDE Dev (Build 200909081533)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
ulfzibis: Opened file xxx.java.bak2 by double-click



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.hexedit.HexTableModel.getBytesForRow(HexTableModel.java:228)
        at org.netbeans.modules.hexedit.ByteListModel.getElementAt(ByteListModel.java:75)
        at javax.swing.plaf.basic.BasicListUI.paintCell(BasicListUI.java:191)
        at javax.swing.plaf.basic.BasicListUI.paintImpl(BasicListUI.java:304)
        at javax.swing.plaf.basic.BasicListUI.paint(BasicListUI.java:227)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
Comment 1 ulfzibis 2009-09-10 18:44:41 UTC
Created attachment 87454 [details]
stacktrace
Comment 2 Peter Pis 2009-09-11 08:59:01 UTC
Reassigning.