MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / say

Method say

files/PathAnalysis.java:9–12  ·  view source on GitHub ↗
(String id, Object result)

Source from the content-addressed store, hash-verified

7
8public class PathAnalysis {
9 static void say(String id, Object result) {
10 System.out.print(id + ": ");
11 System.out.println(result);
12 }
13 public static void
14 main(String[] args) throws IOException {
15 System.out.println(System.getProperty("os.name"));

Callers 1

mainMethod · 0.95

Calls 1

printMethod · 0.80

Tested by

no test coverage detected