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

Michael Baessler closed UIMA-279.
---------------------------------

    Fix Version/s: 2.1
       Resolution: Fixed

> 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
>             Fix For: 2.1
>
>
> 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