Uses of Class
crypto.reporting.ReportStatistics
-
Packages that use ReportStatistics Package Description crypto.reporting -
-
Uses of ReportStatistics in crypto.reporting
Fields in crypto.reporting declared as ReportStatistics Modifier and Type Field Description protected ReportStatisticsReporter. statisticsAn instance ofReportStatisticsto store all relevant analysis statisticsMethods in crypto.reporting that return ReportStatistics Modifier and Type Method Description ReportStatisticsReporter. getStatistics()Methods in crypto.reporting with parameters of type ReportStatistics Modifier and Type Method Description static StringReporterHelper. generateReport(List<CrySLRule> rules, Collection<IAnalysisSeed> objects, List<IAnalysisSeed> secureObjects, com.google.common.collect.Table<soot.SootClass,soot.SootMethod,Set<AbstractError>> errorMarkers, Map<Class<?>,Integer> errorMarkerCount, ReportStatistics statistics)Generates an analysis report content for theCommandLineReporterandTXTReporter.org.json.simple.JSONObjectSARIFHelper. getStatisticsInfo(ReportStatistics statistics)
-