false);
countModified++;
for (CheckErrorAlgorithm usedAlgorithm : usedAlgorithms) {
CheckErrorPage errorPage = CheckError.analyzeError(usedAlgorithm, page.getAnalysis(newContents, true));
if ((errorPage != null) && (!errorPage.getErrorFound())) {
checkWiki.markAsFixed(page, usedAlgorithm.getErrorNumberString());
if (selectedAlgorithms.contains(usedAlgorithm)) {
countMarked++;
} else {
countMarkedOther++;
}