MCPcopy Index your code
hub / github.com/apache/groovy / main

Method main

benchmark/bench/except.java:33–40  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

31 static int Hi = 0;
32
33 public static void main(String args[]) throws IOException {
34 int n = Integer.parseInt(args[0]);
35
36 for (int i=0; i<n; i++) {
37 some_function(i);
38 }
39 System.out.println("Exceptions: HI=" + Hi + " / LO=" + Lo);
40 }
41
42 public static void some_function(int n) {
43 try {

Callers

nothing calls this directly

Calls 3

some_functionMethod · 0.95
parseIntMethod · 0.80
printlnMethod · 0.45

Tested by

no test coverage detected