Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
public
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
writeFile
Method · 0.45
testDateFormats
Method · 0.45
testCalendars
Method · 0.45
frotz
Method · 0.45
compare
Method · 0.45
lockOnFieldDoNotReport
Method · 0.45
lockOnFieldReport
Method · 0.45
f
Method · 0.45
deREFERENCER
Method · 0.45
storeOfNull
Method · 0.45
notReportedin086
Method · 0.45
cachingFields
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected