Searched refs:findMethod (Results 1 – 1 of 1) sorted by relevance
111 .filter(m -> !findMethod(classDescription, m)) in checkInterfaceMethodCompliance()115 private boolean findMethod(JDiffClassDescription classDescription, Method method) { in findMethod() method in InterfaceChecker136 if (findMethod(implInterface, method)) { in findMethod()