Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ report3
Method
report3
spotbugsTestCases/src/java/nonnull/TestNonNull.java:35–38 ·
view source on GitHub ↗
(C c)
Source
from the content-addressed store, hash-verified
33
}
34
35
public
void
report3(C c) {
36
// C doesn't relax any constraints: A's constraints should apply
37
c.f(
new
Object(), null);
38
}
39
40
@Override
41
public
void
f(Object obj, Object obj2) {
Callers
nothing calls this directly
Calls
1
f
Method · 0.65
Tested by
no test coverage detected