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

10
LINES

< > BotCompany Repo | #1026069 // printMainClassesWithReferenceToOldServer

JavaX fragment (include) [tags: use-pretranspiled]

Uses 1311K of libraries. Click here for Pure Java version (4986L/33K).

svoid printMainClassesWithReferenceToOldServer() {
  for (Class c : allMainClasses()) {
    LS constants = allToString(classToBCEL(c).getConstantPool().getConstantPool());
    LS l = containingIC("tinybrain.de:8080", constants);
    if (nempty(l)) {
      print(snippetWithTitle(programID(c)));
      pnlIndent(l);
    }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026069
Snippet name: printMainClassesWithReferenceToOldServer
Eternal ID of this version: #1026069/1
Text MD5: 5a632d5fa2a5b59a66f6d80031824e69
Transpilation MD5: d88fbf19900930d8f51bba6ed346d573
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-18 22:51:47
Source code size: 335 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 101 / 157
Referenced in: [show references]