Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4120308

AbstractTableModel spec is incomplete

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.3.0
    • 1.2.0
    • docs
    • kestrel
    • generic
    • generic

      java.awt.swing.table.AbstractTableModel spec needs to be updated:
      1. descriptions of
      fireTableCellUpdated(int, int)
      fireTableRowsDeleted(int, int)
      fireTableRowsInserted(int, int)
      fireTableRowsUpdated(int, int)
      getColumnClass(int)
      getColumnName(int)
      getValueAt(int, int)
      isCellEditable(int, int)
      setValueAt(Object, int, int)
         say nothing about these methods' behavior in case when
         the number of column (or row) is out of bounds.
      2. AbstractTableModel spec says nothing about the result of findColumn(String)
         when there is no column with specified name.

            sharonz Sharon Zakhour (Inactive)
            vsizikov Vladimir Sizikov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: