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).

1  
svoid printMainClassesWithReferenceToOldServer() {
2  
  for (Class c : allMainClasses()) {
3  
    LS constants = allToString(classToBCEL(c).getConstantPool().getConstantPool());
4  
    LS l = containingIC("tinybrain.de:8080", constants);
5  
    if (nempty(l)) {
6  
      print(snippetWithTitle(programID(c)));
7  
      pnlIndent(l);
8  
    }
9  
  }
10  
}

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: 108 / 166
Referenced in: [show references]