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; }
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: | 251 / 291 |
Referenced in: | [show references] |