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

See Also:
Issue Type: DEFECT
Exception Reporter: 148940


Attachments
stacktrace (5.71 KB, text/plain)
2010-05-28 17:33 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:33:33 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: Trying to send send report. see this message. nothing else

GUEST: I'll tried to open windows c/c++ .def file




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:33:36 UTC
Created attachment 99630 [details]
stacktrace
Comment 2 Marian Mirilovic 2010-05-31 08:36:54 UTC

*** This bug has been marked as a duplicate of bug 186909 ***