You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we want to check if the class names we instrumented contain "foo" or not? The current version of this example will block all the output if the class name doesn't have ""foo" in it.
blinky-profilers/src/main/java/org/spideruci/analysis/dynamic/profilers/CoverageTracker.java
Lines 111 to 113 in 3d3c2db
Do we want to check if the class names we instrumented contain "foo" or not? The current version of this example will block all the output if the class name doesn't have ""foo" in it.