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

13
LINES

< > BotCompany Repo | #1020743 // hotwire_prepareClassLoader_stickyLibs

JavaX fragment (include)

1  
static L<File> hotwire_prepareClassLoader_stickyLibs(L<File> files) {
2  
  new L<File> files2;
3  
  for (File f : files) {
4  
    S libID = DiskSnippetCache_fileToLibID(f);
5  
    if (libID != null && isStickyLibrary(libID)) {
6  
      if (addLibrary(libID))
7  
        print("Retaining sticky library " + libID);
8  
    } else
9  
      files2.add(f);
10  
  }
11  
12  
  ret files2;
13  
}

Author comment

Began life as a copy of #1016216

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020743
Snippet name: hotwire_prepareClassLoader_stickyLibs
Eternal ID of this version: #1020743/1
Text MD5: fe9aa4b397e8ce04aa53722608a0d733
Author: stefan
Category: javax / class loading
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-01 16:40:26
Source code size: 360 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 188 / 224
Referenced in: [show references]