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

Remove final modifier from static methods in swing.text.Utilities

XMLWordPrintable

      javax.swing.Utilities contains a collection of static methods, many of which are declared with final modifier. Since static methods are not inherited, they cannot be overridden, therefore final modifier is redundant and can be safely removed.

            rmahajan Rajat Mahajan
            aivanov Alexey Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: