MCPcopy Create free account
hub / github.com/CodeIntelligenceTesting/jazzer / equals

Method equals

src/main/java/jaz/Zer.java:165–169  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

163 }
164
165 @Override
166 public boolean equals(Object obj) {
167 reportFindingIfEnabled();
168 return super.equals(obj);
169 }
170
171 @Override
172 public String toString() {

Callers 15

isSanitizerEnabledMethod · 0.45
someFunctionMethod · 0.45
fuzzTestMethod · 0.45
fuzzerTestOneInputMethod · 0.45
objectEqualsStringMethod · 0.45
objectEqualsIntegerMethod · 0.45
fuzzerTestOneInputMethod · 0.45
assertEqualsMethod · 0.45
fuzzerTestOneInputMethod · 0.45
testMethod · 0.45
fuzzerTestOneInputMethod · 0.45
fuzzerInitializeMethod · 0.45

Calls 1

Tested by 15

someFunctionMethod · 0.36
fuzzTestMethod · 0.36
fuzzerTestOneInputMethod · 0.36
objectEqualsStringMethod · 0.36
objectEqualsIntegerMethod · 0.36
fuzzerTestOneInputMethod · 0.36
assertEqualsMethod · 0.36
fuzzerTestOneInputMethod · 0.36
testMethod · 0.36
fuzzerTestOneInputMethod · 0.36
fuzzerInitializeMethod · 0.36
mainMethod · 0.36