4748495051525354555657
ProjectPackagePrefixes foo = new ProjectPackagePrefixes(); for (BugInstance b : bugCollection.getCollection()) { foo.countBug(b); } foo.report(); return this; } static class CommandLine extends edu.umd.cs.findbugs.config.CommandLine {