-
Bug
-
Resolution: Won't Fix
-
P4
-
8, 11, 17
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.
- links to
-
Review openjdk/jdk/4171