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

TableViewFocusModel.focusedCellProperty() using raw type

XMLWordPrintable

    • x86_64
    • generic

      A DESCRIPTION OF THE PROBLEM :
      The property should use the generic type ReadOnlyObjectProperty<TablePosition<S, ?>> with getter returning a TablePosition<S, ?>. Using raw type makes it necessary to suppress unchecked conversion, which looks really ugly, and confuses newer developers in the community.


            aghaisas Ajit Ghaisas
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: