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

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: