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

4
LINES

< > BotCompany Repo | #1031591 // allStackTracesContainingIC

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

Libraryless. Click here for Pure Java version (3274L/19K).

// most matches first
static Cl<StackTraceElement[]> allStackTracesContainingIC(S text) {
  ret sortedByScoreWithout0(allStackTraces(), st -> countOccurrencesIC(stackTraceToString(st), text));
}

Author comment

Began life as a copy of #1031589

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031591
Snippet name: allStackTracesContainingIC
Eternal ID of this version: #1031591/1
Text MD5: e9e00e52f191c4ad38e031a4b59e0328
Transpilation MD5: a92934ea2e49bea2c193394036098123
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 07:29:22
Source code size: 197 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 113
Referenced in: [show references]