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

Method hashCode

spotbugsTestCases/src/java/Hashcode.java:3–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1public abstract class Hashcode implements Comparable {
2
3 @Override
4 public int hashCode() {
5 return foo + bar;
6 }
7
8 public int foo, bar;
9

Callers 15

writeFileMethod · 0.45
testDateFormatsMethod · 0.45
testCalendarsMethod · 0.45
frotzMethod · 0.45
compareMethod · 0.45
lockOnFieldReportMethod · 0.45
fMethod · 0.45
deREFERENCERMethod · 0.45
storeOfNullMethod · 0.45
notReportedin086Method · 0.45
cachingFieldsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected