toXML method of ServiceAlias has an apparent infinite loop
----------------------------------------------------------

                 Key: UIMA-279
                 URL: https://issues.apache.org/jira/browse/UIMA-279
             Project: UIMA
          Issue Type: Bug
            Reporter: Marshall Schor
            Priority: Minor


Found by Findbugs>  This code:

  public String toXML(int offset) {
    String indent = "";
    while (offset > 0)
      indent += " ";

etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to