ThreadExecutor contains several issues

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • jt4.5
    • Affects Version/s: jt4.5
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: