(String[] args)
| 8 | |
| 9 | |
| 10 | public static void main(String[] args) { |
| 11 | RuntimeMXBean runtime = ManagementFactory.getRuntimeMXBean(); |
| 12 | runtime.getName(); |
| 13 | |
| 14 | } |
| 15 | |
| 16 | |
| 17 | public static void go() { |
nothing calls this directly
no outgoing calls
no test coverage detected