Searched refs:matchesSignature (Results 1 – 1 of 1) sorted by relevance
273 if (matchesSignature(method, reflectedMethod, mismatchReasons)) { in findMatchingMethodImpl()299 return matchesSignature(jDiffMethod, reflectedMethod, ignoredReasons); in matches()311 static boolean matchesSignature(JDiffMethod jDiffMethod, Method reflectedMethod, in matchesSignature() method in ReflectionHelper