// Keep track of the modification, so we know to
// modify invocations of that constructor.
modifiedConstructorClassList.add(theClass);
// Dance so that indexes in the Scene are properly updated.
theClass.removeMethod(method);
theClass.addMethod(method);
System.out.println("method = " + method);
JimpleBody body = (JimpleBody) method.retrieveActiveBody();