cleanupTree method

String cleanupTree()

Implementation

String cleanupTree() {
  return removeMetricsAndDiagnosis().removeWhitespace().removeRefs();
}