Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ supportedJava
Method
supportedJava
src/main/java/core/packetproxy/common/Utils.java:305–307 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
303
}
304
305
public
static
boolean supportedJava() {
306
return
executedByJDK();
307
}
308
309
public
static
boolean executedByJDK() {
310
JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
Callers
1
main
Method · 0.95
Calls
1
executedByJDK
Method · 0.95
Tested by
no test coverage detected