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

ThreadExecutor contains several issues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • jt4.5
    • jt4.5
    • tools
    • b31
    • generic
    • generic
    • Verified

      com.sun.javatest.services.ThreadExecutor contains several issues:

      1. Method stopService(Message) starts with checking stopMsg.getType() != MessageType.START,
      but should check: stopMsg.getType() != MessageType.STOP

      2. It's impossible to restart service, because startService(Message) trying to starts existing thread instead of new thread creation.

      3. method isAlive always returns false.

            bkurotsu Brian Kurotsuchi (Inactive)
            alfedoro Alexey Fedorov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: