map.put(v[0], v[1]);
}
htmlReporter.setUrlMap(map);
}
Lint analyzer = new Lint(registry, this);
if (!mQuiet) {
analyzer.addLintListener(new ProgressPrinter());
}
analyzer.analyze(files, null /* scope */);
Collections.sort(mWarnings);
try {
mReporter.write(mErrorCount, mWarningCount, mWarnings);