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

Remove unnecessary final from methods

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 9
    • 8u40
    • javafx

      When trying to extend JavaFX to append missing functionality I very often come across methods that are final for no apparent reason.

      For instance in TablePosition and TreeTablePosition, but there are others.

      In the above mentioned classes this means that one can not create an extended version that further refines the returned TreeTableView or TableColumn, for instance.

      I suggest that the API is checked for these unnecessary finals and that they are removed.

            jgiles Jonathan Giles
            mgrev Mikael Grev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: