SootClass constructedClass = newInstance.getBaseType()
.getSootClass();
if (isWebApp(constructedClass)) {
if (webapps.contains(constructedClass)) {
Feedbacks
.add(new DuplicateWebApp(constructedClass));
} else {
log.info("Added " + constructedClass.getName());
// TODO what is actually needed for the
// StringAnalysis here?
StringAnalysis