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

Wrong extra line in FilePane.java due to putback error

XMLWordPrintable

    • b50
    • x86
    • windows_nt



      Name: keR10081 Date: 04/21/2004


      Due to some putback error in the fix for bug 4997165, we left one line
      of code unchanged while having its correct variant added. Namely, fix
      should replace
      ! listSelectionModel.clearSelection();
      with
      ! if (isShowing()) listSelectionModel.clearSelection();
      but currently we have
      if (isShowing()) {
                           listSelectionModel.clearSelection();
                       }
      listSelectionModel.clearSelection();
      this may lead to failure of tests mentioned in 4997165 on some platforms.
      ======================================================================

            kereminsunw Konstantin Eremin (Inactive)
            kereminsunw Konstantin Eremin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: