if("<init>".equals(min.name)) {
int argSize = TypeAnalyzer.getNumArguments(min.desc);
Frame frame = frames[i];
if (frame != null) {
int stackIndex = frame.getStackSize() - argSize - 1;
Value thisValue = frame.getStack(stackIndex);
if(stackIndex >= 1 &&
isNewValue(thisValue, true) &&
isNewValue(frame.getStack(stackIndex-1), false)) {
NewValue newValue = (NewValue)thisValue;
if(newValue.omitted) {