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 - NullPointerException at org.netbeans.modules.hexedit.HexTableModel.getBytesForRow
Summary: NullPointerException at org.netbeans.modules.hexedit.HexTableModel.getBytesFo...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 18:44 UTC by ulfzibis
Modified: 2009-09-11 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158248


Attachments
stacktrace (8.31 KB, text/plain)
2009-09-10 18:44 UTC, ulfzibis
Details

Note You need to log in before you can comment on or make changes to this bug.
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.