(Method method)
| 3459 | } |
| 3460 | |
| 3461 | private MetaMethod findMethod(Method method) { |
| 3462 | CachedMethod cachedMethod = CachedMethod.find(method); |
| 3463 | return cachedMethod == null ? null : findMethod(cachedMethod); |
| 3464 | } |
| 3465 | |
| 3466 | /** |
| 3467 | * @return the matching method which should be found |
no test coverage detected