Пример #1
0
 @Override
 public void method(MethodDef defined) {
   for (ClassDataCollector cd : shortlist)
     try {
       cd.method(defined);
     } catch (Exception e) {
       reporter.error("Fail to call method on %s", cd);
     }
 }