207208209210211212213214215
if (isOfInterest(field)) good.add(new FieldProperty(fact, clazz, field)); for (Method method: clazz.getDeclaredMethods()) if (isOfInterest(method)) good.add(new MethodProperty(method)); return good; }