Closed vietj closed 4 years ago
Do we still use the method filter:
if (methodFilter != null) { List<MethodInfo> methodTmpl = methodList; methodList = new ArrayList<>(); for (MethodInfo method : methodTmpl) { if (methodFilter.test(method)) { methodList.add(method); } } }
if not we should remove this…
Do we still use the method filter:
if not we should remove this…