static RuntimeException unimplemented() { throw fail("TODO"); } static RuntimeException unimplemented(S msg) { throw fail("TODO: " + msg); } static RuntimeException unimplemented(O obj) { throw fail("TODO: implement method in " + className(obj)); }
Began life as a copy of #1000717
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, elmgxqgtpvxh, gjtlkbvenryc, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1022695 |
| Snippet name: | unimplemented |
| Eternal ID of this version: | #1022695/4 |
| Text MD5: | 1fa76ec75a72d7b799af4591f8b585c1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-18 05:24:11 |
| Source code size: | 266 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 715 / 2386 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |