File tree Expand file tree Collapse file tree
src/test/java/com/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ java_binary(
132132 deps = ["//src/main/java/com/code_intelligence/jazzer/api:hooks" ],
133133)
134134
135- # Regression test for https://github.com/CodeIntelligence /jazzer/issues/878:
135+ # Regression test for https://github.com/CodeIntelligenceTesting /jazzer/issues/878:
136136# Custom hooks must be disabled during coverage report generation to prevent
137137# NoClassDefFoundError when hooked classes are used and the hook class is no
138138# longer available.
Original file line number Diff line number Diff line change 2020import java .util .ArrayList ;
2121
2222/**
23- * Regression test for https://github.com/CodeIntelligence /jazzer/issues/878.
23+ * Regression test for https://github.com/CodeIntelligenceTesting /jazzer/issues/878.
2424 *
2525 * <p>When generating a coverage report at shutdown, any use of hooked method would trigger custom
2626 * hook dispatch. If the hook class is no longer loadable at that point, the JVM throws
You can’t perform that action at this time.
0 commit comments