Home | History | Annotate | Download | only in generators

Lines Matching refs:fileContents

256 		String fileContents = readFile(log);
258 int errorCount = countCompileErrors(fileContents);
259 int warningCount = countCompileWarnings(fileContents);
260 int forbiddenWarningCount = countForbiddenWarnings(fileContents);
261 int discouragedWarningCount = countDiscouragedWarnings(fileContents);