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

TreeTableCellStartEditTest uses deprecated TreeTableCell methods

XMLWordPrintable

      The following calls to deprecated methods (see JDK-8270314) were added as part of the fix to JDK-8188026:

      modules/javafx.controls/src/test/java/test/javafx/scene/control/cell/TreeTableCellStartEditTest.java:
         109 treeTableCell.updateTreeTableColumn((TreeTableColumn) treeTableColumn);
         110 treeTableCell.updateTreeTableRow(treeTableRow);

      They should be replaced with calls to updateTableColumn and updateTableRow, respectively.

            mhanl Marius Hanl
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: