Closed sbabcoc closed 2 years ago
I strongly suspect that there are methods being intercepted that shouldn't be, and methods that are specified that either no longer exist or have been renamed. Also, always start with ElementMatchers.isDeclaredBy(Object.class)
ElementMatchers.isDeclaredBy(Object.class)
Resolved by #215
I strongly suspect that there are methods being intercepted that shouldn't be, and methods that are specified that either no longer exist or have been renamed. Also, always start with
ElementMatchers.isDeclaredBy(Object.class)