Searched refs:integerDurationPattern (Results 1 – 1 of 1) sorted by relevance
69 private Pattern integerDurationPattern = Pattern.compile("[0-9]+"); field in BugReportDurationHelper414 Matcher m = integerDurationPattern.matcher(line); in parseIntegerDuration()