MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / test

Method test

test/java/lookupswitch-bug-2995/input.java:2–8  ·  view source on GitHub ↗
(int x)

Source from the content-addressed store, hash-verified

1class Main {
2 static void test(int x) {
3 switch (x) {
4 case 0: System.out.println(1); break;
5 case 1: System.out.println(12); break;
6 default: System.out.println("default");
7 }
8 }
9}

Callers 15

isIncludedFunction · 0.80
hasBannerFunction · 0.80
getNumericToolTipFunction · 0.80
checkForNoAiDirectiveFunction · 0.80
showCachedPassMethod · 0.80
isHeaderFunctionMethod · 0.80
isCfgCompilerMethod · 0.80
processGccDumpOutputMethod · 0.80
preProcessMethod · 0.80
validateRawFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected