// Keep track of the modified constructor.
classToConstructorMap.put(theClass, method);
// Replace the parameter refs so THEY have
// the right type, too..
JimpleBody body = (JimpleBody) method
.retrieveActiveBody();
for (Iterator units = body.getUnits()
.snapshotIterator(); units.hasNext();) {
Stmt unit = (Stmt) units.next();