Tristan Perry
Results
2
comments of
Tristan Perry
Unfortunately I didn't get any update @dinoopp , although the potential fix that I mention (i.e. ensuring that `callId` is saved in the class, then overriding the `getThreadHash()` method) seemed...
This issue is caused by the ASM library (used to analyze a class) not scanning super classes by design - hence `ProjectAnalyzer.analyseClass()` only returns that class' method results. A general...