Example #1
0
 private void logException(ClassContext classContext, Method method, Exception ex) {
   bugReporter.logError(
       "Exception while analyzing " + classContext.getFullyQualifiedMethodName(method), ex);
 }