Make javax.sound.midi.Track a final class

XMLWordPrintable

    • Type: CSR
    • Resolution: Approved
    • Priority: P4
    • 19
    • Component/s: client-libs
    • None
    • source, binary
    • low
    • No one should have been able to sub-class this anyway, and it is a very obscure class, so low risk
    • Java API
    • SE

      Summary

      Make javax.sound.midi.Track a final class

      Problem

      javax.sound.midi.Track has no sub-classes and public API which allows sub-classing and yet it is not final

      Solution

      Add the final modifier to this class

      Specification

      Update javax.sound.midi.Track

      <pre> - public class Track + public final class Track </pre>

            Assignee:
            Philip Race
            Reporter:
            Philip Race
            Prasanta Sadhukhan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: