You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2013/07/23 22:24:49 UTC

[jira] [Created] (UIMA-3102) Ducc Agent compares unrelated types

Jerry Cwiklik created UIMA-3102:
-----------------------------------

             Summary: Ducc Agent compares unrelated types
                 Key: UIMA-3102
                 URL: https://issues.apache.org/jira/browse/UIMA-3102
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 1.0-Ducc


The Agent code tries to compare unrelated types as in the following example:

deployedProcess.getDuccProcess().equals(ProcessState.Stopped)

when it should do

deployedProcess.getDuccProcess().getProcessState().equals(ProcessState.Stopped)

Fix such comparisons throughout the Agent code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira