Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ randomInt3
Method
randomInt3
spotbugsTestCases/src/java/BadRandomInt.java:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
@ExpectWarning(
"DMI"
)
42
static
int
randomInt3() {
43
return
new
Random().nextInt();
44
}
45
}
Callers
nothing calls this directly
Calls
1
nextInt
Method · 0.80
Tested by
no test coverage detected