// it. Then replace the previous try element in the
// list so the next instructions can be added to it
// instead of the previous one.
Element secondTryCatchElement= (Element) lastTryCatchElement.clone();
Element secondTry= secondTryCatchElement.getChild("try", NS_DEX);
secondTry.removeContent();
codeElement.addContent(secondTryCatchElement);
tryElements.set(tryElementIndex, secondTry);
}
else
{