final ClassDoc classDoc = classDocs[i];
// TODO: introduce a "CheckstyleModule" interface
// so we can do better in the next line...
if (classDoc.typeName().endsWith("Check")
&& !classDoc.isAbstract())
{
String pageName = getPageName(classDoc);
// allow checks to override pageName when