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 186909 - NullPointerException at org.netbeans.modules.hexedit.HexTableModel.getBytesForRow
Summary: NullPointerException at org.netbeans.modules.hexedit.HexTableModel.getBytesFo...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
: 186910 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-28 17:30 UTC by XVilka
Modified: 2010-05-31 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170257


Attachments
stacktrace (8.53 KB, text/plain)
2010-05-28 17:30 UTC, XVilka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description XVilka 2010-05-28 17:30:12 UTC
Build: NetBeans IDE Dev (Build 201005270001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
XVilka: Only try to open log file of latest flashrom verbose output ( http://www.flashrom.org/ )




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:186)
   at javax.swing.plaf.basic.BasicListUI.paintImpl(BasicListUI.java:299)
   at javax.swing.plaf.basic.BasicListUI.paint(BasicListUI.java:222)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
Comment 1 XVilka 2010-05-28 17:30:16 UTC
Created attachment 99628 [details]
stacktrace
Comment 2 Marian Mirilovic 2010-05-31 08:36:54 UTC
*** Bug 186910 has been marked as a duplicate of this bug. ***