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 160380 - NullPointerException at org.netbeans.modules.bugtracking.ui.issuetable.TableSorter.getViewToModel
Summary: NullPointerException at org.netbeans.modules.bugtracking.ui.issuetable.TableS...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 16:35 UTC by Jaromir Uhrik
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147661


Attachments
stacktrace (1.86 KB, text/plain)
2009-03-16 16:35 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-03-16 16:35:44 UTC
Build: NetBeans IDE Dev (Build cdev-380-on-090315)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
juhrik: When I saved the bugzilla query the exception appeared in few seconds. Unfortunately no steps to reproduce.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bugtracking.ui.issuetable.TableSorter.getViewToModel(TableSorter.java:305)
        at org.netbeans.modules.bugtracking.ui.issuetable.TableSorter.modelIndex(TableSorter.java:316)
        at org.netbeans.modules.bugtracking.ui.issuetable.TableSorter.getValueAt(TableSorter.java:353)
        at javax.swing.JTable.getValueAt(JTable.java:1903)
        at javax.swing.JTable.prepareRenderer(JTable.java:3911)
        at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)
Comment 1 Jaromir Uhrik 2009-03-16 16:35:52 UTC
Created attachment 78244 [details]
stacktrace
Comment 2 Tomas Stupka 2009-03-19 20:26:27 UTC
fixed

changeset:   122394:a99f0b4eaae0
user:        Tomas Stupka <tstupka@netbeans.org>
date:        Thu Mar 19 17:02:28 2009 +0100
Comment 3 Quality Engineering 2009-03-21 08:39:14 UTC
Integrated into 'main-golden', will be available in build *200903210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a99f0b4eaae0
User: Tomas Stupka <tstupka@netbeans.org>
Log: #160380 - NullPointerException at org.netbeans.modules.bugtracking.ui.issuetable.TableSorter.getViewToModel