class R4base { int mBlah; } class R4a extends R4base { int mBlah_a; } class R4aa extends R4a { int mBlah_aa; } class R4b extends R4base { int mBlah_b; } class R4bb extends R4b { int mBlah_bb; }
interface Interface4base { public R4base thisIsTrouble();
}
interface Interface4a { public R4a thisIsTrouble();
} interface Interface4aa { public R4aa thisIsTrouble();
} interface Interface4b { public R4b thisIsTrouble();
} interface Interface4bb { public R4bb thisIsTrouble();
}
class Clash4InvocationHandler 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.