Issue Type: Bug Bug
Assignee: sogabe
Components: mantis
Created: 22/Jul/14 10:18 AM
Description:

The issue at hand is that Updater.java line 134:
id = Integer.parseInt(matcher.group(1));
always goes for the first group.
When using a pattern like: ((issues?):?(\s*(,|and)?\s*(\d+))+) parsing fails.

It would be welcome to be able to define the _expression_ of the group the user wishes the matcher to match or define the group number.

Project: Jenkins
Priority: Major Major
Reporter: Alex Ouzounis
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to