// include things reachable from the constructor....
if (!method.getName().equals("<init>")) {
continue;
}
JimpleBody body = (JimpleBody) method.retrieveActiveBody();
for (Iterator units = body.getUnits().snapshotIterator(); units
.hasNext();) {
Stmt stmt = (Stmt) units.next();