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

ThreadExecutor contains several issues

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: