MCPcopy Create free account
hub / github.com/LFYSec/MScan / equals

Method equals

src/main/java/pascal/taie/util/MutableInt.java:78–87  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

76 }
77
78 @Override
79 public boolean equals(Object o) {
80 if (this == o) {
81 return true;
82 }
83 if (!(o instanceof Number other)) {
84 return false;
85 }
86 return value == other.intValue();
87 }
88
89 @Override
90 public int hashCode() {

Callers 15

getRoutesFromZuulMethod · 0.45
isStripMethod · 0.45
visitMethod · 0.45
onStartMethod · 0.45
visitMethod · 0.45
onStartMethod · 0.45
onNewStmtMethod · 0.45
onStartMethod · 0.45
onNewStmtMethod · 0.45
visitMethod · 0.45
processXMLMapperMethod · 0.45
findElementByIdMethod · 0.45

Calls 1

intValueMethod · 0.80

Tested by

no test coverage detected