Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ c
Method
c
spotbugsTestCases/src/java/SelfFieldOperation.java:63–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
@ExpectWarning(
"SA_FIELD_SELF_COMPARISON"
)
64
int
c() {
65
return
a.compareTo(a);
66
}
67
68
69
Callers
nothing calls this directly
Calls
1
compareTo
Method · 0.45
Tested by
no test coverage detected