Modify ↓
#6301 closed defect (fixed)
Check for null mandatory in TableCellRenderer.getTableCellRendererComponent
Reported by: | jttt | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
For unknown reason java sometimes call getTableCellRendererComponent method with value = null. It's called from method javax.swing.JTable$AccessibleJTable.getAccessibleChild. See http://stackoverflow.com/questions/3054775/java-swing-jtable-strange-behavior-from-getaccessiblechild-method-resulting-i for little more details.
Every implementation of getTableCellRendererComponent must fail gracefully when null is passed as value paramater.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Ticket #6271 has been marked as a duplicate of this ticket.