Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ main
Method
main
spotbugsTestCases/src/java/IDiv.java:2–8 ·
view source on GitHub ↗
(String[] argv)
Source
from the content-addressed store, hash-verified
1
public
class
IDiv {
2
public
static
void
main(String[] argv) {
3
int
a = Integer.parseInt(argv[0]);
4
int
b = Integer.parseInt(argv[1]);
5
6
double value = (a / b);
7
System.out.println(value);
8
}
9
}
Callers
nothing calls this directly
Calls
2
parseInt
Method · 0.80
println
Method · 0.45
Tested by
no test coverage detected