@Override
public void init()
{
super.init();
IReportOutput reportOutput=new LoggerReportOutput();
// output of report of type sizes, sorted tree report (by size), aggregated tree
ISerializedObjectTreeProcessor typeAndSortedTreeAndCollapsedSortedTreeProcessors = TreeProcessors.listOf(
new TypeSizeReport(reportOutput), new SortedTreeSizeReport(reportOutput), new SimilarNodeTreeTransformator(
new SortedTreeSizeReport(reportOutput)));