Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Zer
Method · 0.95
getJaz
Method · 0.95
setJaz
Method · 0.95
hashCode
Method · 0.95
equals
Method · 0.95
toString
Method · 0.95
close
Method · 0.95
flush
Method · 0.95
compareTo
Method · 0.95
compare
Method · 0.95
size
Method · 0.95
isEmpty
Method · 0.95
Calls
2
isSanitizerEnabled
Method · 0.95
reportFinding
Method · 0.95
Tested by
no test coverage detected