class R3base implements I3 { int mBlah; publicvoid x() {} } class R3a extends R3base { int mBlah_a; } class R3aa extends R3a { int mBlah_aa; } class R3b implements I3 { int mBlah_b; publicvoid x() {} }
interface I3 { void x();
}
interface Interface3base { public R3base thisIsTrouble();
}
interface Interface3a { public R3a thisIsTrouble();
} interface Interface3aa { public R3aa thisIsTrouble();
} interface Interface3b { public R3b thisIsTrouble();
}
class Clash3InvocationHandler implements InvocationHandler { /* don't really need to do anything -- should never get this far */ public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
returnnull;
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-29)
¤
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.