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

Remove duplicated code in BasicSpinnerUI

XMLWordPrintable

    • b03
    • generic
    • generic
    • Not verified

      Have a look to BasicSpinnerUI.Handler.propertyChange() method line 965
      there are two almost equals if() statements


      965: if (newEditor instanceof JSpinner.DefaultEditor) {
      976: if (newEditor instanceof JSpinner.DefaultEditor) {

      the last one should be removed, it is likely to be merge error

            alexp Alexander Potochkin (Inactive)
            alexp Alexander Potochkin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: