author | jjg |
Sun, 30 Dec 2012 06:17:36 -0800 | |
changeset 15032 | 985785b3a715 |
parent 15031 | c4fad55a5681 |
child 15033 | acc6a1f8bd37 |
--- a/langtools/test/tools/doclint/DocLintTester.java Sat Dec 29 17:33:17 2012 -0800 +++ b/langtools/test/tools/doclint/DocLintTester.java Sun Dec 30 06:17:36 2012 -0800 @@ -107,7 +107,7 @@ private static final Pattern dirFileLine = Pattern.compile( "(?m)" // multi-line mode - + "^([^: ]+?)" // directory part of file name + + "^(.*?)" // directory part of file name + "([A-Za-z0-9.]+:[0-9]+:)"); // file name and line number String removeFileNames(String s) {