Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
public
class
Issue3528 {
4
@Override
5
public
int
hashCode() {
6
return
42;
7
}
8
9
@Override
10
public
boolean equals(Object obj) {
Callers
3
readOptionsNotClosed
Method · 0.45
readOptionsTryWithResource
Method · 0.45
equals
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected