MCPcopy Index your code
hub / github.com/CodeIntelligenceTesting/jazzer / reportFindingIfEnabled

Method reportFindingIfEnabled

src/main/java/jaz/Zer.java:114–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 private void reportFindingIfEnabled() {
115 if (isSanitizerEnabled(sanitizer)) {
116 reportFinding();
117 }
118 }
119
120 private static void reportFinding() {
121 Jazzer.reportFindingFromHook(

Callers 15

ZerMethod · 0.95
getJazMethod · 0.95
setJazMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95
toStringMethod · 0.95
closeMethod · 0.95
flushMethod · 0.95
compareToMethod · 0.95
compareMethod · 0.95
sizeMethod · 0.95
isEmptyMethod · 0.95

Calls 2

isSanitizerEnabledMethod · 0.95
reportFindingMethod · 0.95

Tested by

no test coverage detected