MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / hashCode

Method hashCode

spotbugsTestCases/src/java/ghIssues/Issue3528.java:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3public class Issue3528 {
4 @Override
5 public int hashCode() {
6 return 42;
7 }
8
9 @Override
10 public boolean equals(Object obj) {

Callers 3

readOptionsNotClosedMethod · 0.45
equalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected