-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
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.