Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902388

only one of the two should happen: either throw or calling Thread.interrupt()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • tools
    • generic
    • generic

      org.netbeans.jemmy.operators.Operator.waitState(Waitable<R, Void>):
      org.netbeans.jemmy.operators.JToolTipOperator.waitJToolTip(ComponentOperator, ComponentChooser):

       323 Thread.currentThread().interrupt();
       324 throw (new JemmyException("Waiting of " + waitable.getDescription()
       325 + " state has been interrupted!"));
      only one of the two should happen: either throw or calling Thread.interrupt().
      also there are extra unneeded brackets.

            akolarkunnu Abdul Kolarkunnu (Inactive)
            akolarkunnu Abdul Kolarkunnu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: