MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / main

Method main

spotbugsTestCases/src/java/Failure.java:9–18  ·  view source on GitHub ↗

@param args

(String[] args)

Source from the content-addressed store, hash-verified

7 * @param args
8 */
9 public static void main(String[] args) {
10
11 Random x = new Random();
12 // for (int y=0; y<50;y++)
13 // {
14 int choice = x.nextInt();
15 choice = choice % 2;
16 System.out.println(choice);
17 // }
18 }
19
20}

Callers

nothing calls this directly

Calls 2

nextIntMethod · 0.80
printlnMethod · 0.45

Tested by

no test coverage detected