Searched refs:jDiffMethod (Results 1 – 1 of 1) sorted by relevance
547 private boolean matches(JDiffMethod jDiffMethod, Method method) { in matches() argument549 if (jDiffMethod.mName.equals(method.getName())) { in matches()550 String jdiffReturnType = jDiffMethod.mReturnType; in matches()552 List<String> jdiffParamList = jDiffMethod.mParamList; in matches()