Searched refs:pathFix (Results 1 – 1 of 1) sorted by relevance
350 static Matcher pathFix = PATH_FIX.matcher(""); field in GenerateXMB.SubmittedPathFixer353 if (pathFix.reset(path).find()) { in fix()357 RegexUtilities.showMismatch(PATH_FIX, path.substring(pathFix.start(0))); in fix()359 final String group = pathFix.group(1); in fix()361 …String trunkPath = path.substring(0, pathFix.start(0)) + replacement + path.substring(pathFix.end(… in fix()