Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1022695 // unimplemented

JavaX fragment (include)

1  
static RuntimeException unimplemented() {
2  
  throw fail("TODO");
3  
}
4  
5  
static RuntimeException unimplemented(S msg) {
6  
  throw fail("TODO: " + msg);
7  
}
8  
9  
static RuntimeException unimplemented(O obj) {
10  
  throw fail("TODO: implement method in " + className(obj));
11  
}

Author comment

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: 301 / 1864
Version history: 3 change(s)
Referenced in: [show references]