publicclass Main { staticboolean $inline$False() { returnfalse; }
// DCE should only merge blocks where the first ends with a Goto. // SSAChecker will fail if the following Throw->TryBoundary blocks are merged. publicstaticvoid doNotMergeThrow(String str) { try { thrownew Exception(str);
} catch (Exception ex) { return;
}
}
// Test deletion of all try/catch blocks. Multiple catch blocks test deletion // where TryBoundary still has exception handler successors after having removed // some already.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.