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)

static L<File> hotwire_prepareClassLoader_stickyLibs(L<File> files) {
  new L<File> files2;
  for (File f : files) {
    S libID = DiskSnippetCache_fileToLibID(f);
    if (libID != null && isStickyLibrary(libID)) {
      if (addLibrary(libID))
        print("Retaining sticky library " + libID);
    } else
      files2.add(f);
  }

  ret files2;
}

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