/** Memory cleanups. */
 @Override
 public void afterProcessing() {
   super.afterProcessing();
   this.context = null;
   this.sb = null;
 }