|
|
|
@ -37,7 +37,7 @@ public class MonitorAdvice implements DesignerAnalyzerAdvice {
|
|
|
|
|
|
|
|
|
|
private static final Pattern P = Pattern.compile("-?\\d+"); |
|
|
|
|
private static final int MIN_ERROR_CODE = 10000000; |
|
|
|
|
private static ExecutorService executorService = FineExecutors.newCachedThreadPool(new |
|
|
|
|
public static ExecutorService executorService = FineExecutors.newCachedThreadPool(new |
|
|
|
|
NamedThreadFactory(MonitorAdvice.class)); |
|
|
|
|
|
|
|
|
|
@Advice.OnMethodEnter |
|
|
|
|