ServiceUtils.findIssuesInString(..) does not work if string has a \r in it.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 2.1 Pro
    • Affects Version/s: 2.0.2
    • Component/s: None
    • Environment:

      Windows

    • 2

      If you have:

      String s = "Fix for issue TST-34\r\n";
      GenericValue v[] = ServiceUtils.findIssuesInString(s);

      Then v.length == 0. problem is that the tokenizer will make the token be "TST-34\r". '\r' needs to be added to the INVALID_ISSUEKEY_CHARS static.

              Assignee:
              Scott Farquhar
              Reporter:
              Hiram Chirino
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: