Project

General

Profile

Actions

Bug #4960

closed

NPE from TableSorter when repeatedly executing a small workflow in WRP

Added by Derik Barseghian almost 14 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
Normal
Category:
workflow run manager
Target version:
Start date:
04/27/2010
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
4960

Description

If you're in the WRP suite and repeatedly execute a workflow, this NPE sometimes occurs with each execution. WRM does not show up in the stacktrace, but I'm fairly positive it's something to do with how WRM is using TableSorter. Afaict this bug doesn't cause any harm (let me know if you notice otherwise). Putting on 2.0 target since it's possible I may have to modify TableSorter:

[run] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
[run] at util.TableSorter.modelIndex(TableSorter.java:289)
[run] at util.TableSorter.getValueAt(TableSorter.java:326)
[run] at javax.swing.JTable.getValueAt(JTable.java:1903)
[run] at javax.swing.JTable.prepareRenderer(JTable.java:3911)
[run] at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2069)
[run] at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1971)
[run] at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1894)
[run] at javax.swing.plaf.ComponentUI.update(ComponentUI.java:154)
[run] at javax.swing.JComponent.paintComponent(JComponent.java:737)
[run] at javax.swing.JComponent.paint(JComponent.java:1000)
[run] at javax.swing.JComponent.paintChildren(JComponent.java:837)
[run] at javax.swing.JComponent.paint(JComponent.java:1009)

Actions #1

Updated by Derik Barseghian almost 14 years ago

should be fixed in r24037 (trunk) and r24038 (2.0).
I haven't seen the error since, but leaving open for Dan to test too...

Actions #2

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 4960

Actions

Also available in: Atom PDF