You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <de...@uima.apache.org> on 2014/04/30 20:38:18 UTC

[jira] [Closed] (UIMA-3236) Agent falsely rejects commands with no arguments

     [ https://issues.apache.org/jira/browse/UIMA-3236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burn Lewis closed UIMA-3236.
----------------------------


> Agent falsely rejects commands with no arguments
> ------------------------------------------------
>
>                 Key: UIMA-3236
>                 URL: https://issues.apache.org/jira/browse/UIMA-3236
>             Project: UIMA
>          Issue Type: Bug
>          Components: DUCC
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>
> This NodeAgent code is checking for no args instead of no executable
> private boolean invalidCommand(ICommandLine commandLine) {
>   return (commandLine == null || commandLine.getCommandLine() == null ||  
>           commandLine.getCommandLine().length == 0);
>   }



--
This message was sent by Atlassian JIRA
(v6.2#6252)