}
}
HashSet<Method> webMethods = new HashSet<Method>();
for (Method method : webMethodsByName) {
if (resolver.isFilter(method)) {
Feedbacks.add(new DirectFilterInvocation(
makeURLEnclosingMethod, makeURLstatement, resolver
.getSootMethod(method)));
} else {
webMethods.add(method);
}