public boolean performOk() {
   super.performOk();
   ErrorParser.setParserList(parserList);
   return true;
 }