if (!out.contains(clazz)) thrownew Exception("class name not found in output");
// (JDK 9) We can no longer guarantee to be able to show a URL for the // location of the class, especially when the class is in the system image if (checkLocation) { int lastDot = clazz.lastIndexOf("."); if (!out.contains(clazz.substring(lastDot + 1) + ".class")) thrownew Exception("location of class not found in output");
}
if (!out.contains("SHA-256 checksum: ")) thrownew Exception("checksum not found in output");
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-10)
¤
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.