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

Remove unnecessary final from methods

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: