147148149150151152153
// 1�s�R�����g���폜 Matcher matcher = SINGLE_LINE_COMMENT_PATTERN.matcher(source); source = matcher.replaceAll(""); // ��s���폜���ĕԋp return new DiffSource(DiffCounterUtil.removeEmptyLines(source), isIgnore, category); }
228229230231232233234
Matcher matcher = pattern.matcher(source); source = matcher.replaceAll(""); } // ��s���폜���ĕԋp return new DiffSource(DiffCounterUtil.removeEmptyLines(source), isIgnore, category); }