Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-279

toXML method of ServiceAlias has an apparent infinite loop

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.1
    • None
    • None

    Description

      Found by Findbugs> This code:

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

      etc.

      Attachments

        Activity

          People

            Unassigned Unassigned
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: