@Override
 protected void resetDistributions() {
   resetCatMsgs();
   super.resetDistributions();
 }
 public void stop(Writer w) {
   super.stop(w);
   printAppearedMsgTypes();
 }