jdiff
public class HTMLStatistics extends Object
Constructor Summary | |
---|---|
HTMLStatistics(HTMLReportGenerator h) Constructor. |
Method Summary | |
---|---|
void | emitClassesByDiff(APIDiff apiDiff)
Emit all classes sorted by percentage difference, and a histogram
of the values.. |
void | emitNumbersByElement(APIDiff apiDiff)
Emit a table of numbers of removals, additions and changes by
package, class, constructor, method and field. |
void | emitPackagesByDiff(APIDiff apiDiff)
Emit all packages sorted by percentage difference, and a histogram
of the values. |
void | emitStatistics(String filename, APIDiff apiDiff)
Emit the statistics HTML file. |