in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopFileProcessor.java [56:62]
public void processReport() throws IOException {
myCurrentPass = PassType.RULES;
handleFile();
myCurrentPass = PassType.ISSUES;
handleFile();
}