Set<SootClass> targetedWebApps = getTargetedWebApps(stateMachine, expr,
makeURLMethod, enclosingMethod, statement, interfacee);
// makeURL called in an unknown context
if (targetedWebApps.isEmpty()) {
Feedbacks.add(new UnresolvedWebAppGivenToMakeURL(enclosingMethod,
statement));
}
final State callerState = stateMachine.getState(enclosingMethod);
for (SootClass containingClass : targetedWebApps) {