Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
class
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
isIncluded
Function · 0.80
hasBanner
Function · 0.80
getNumericToolTip
Function · 0.80
referencesCardinalityOfSrcDstOperands
Function · 0.80
checkForNoAiDirective
Function · 0.80
showCachedPass
Method · 0.80
processGnatDebugOutput
Method · 0.80
isHeaderFunction
Method · 0.80
isCfgCompiler
Method · 0.80
processGccDumpOutput
Method · 0.80
preProcess
Method · 0.80
validateRawFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected