MCPcopy 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

1public 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

parseIntMethod · 0.80
printlnMethod · 0.45

Tested by

no test coverage detected