Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Belluxx/Java2Smali
/ print
Method
print
src/com/belluxx/java2smali/Main.java:25–27 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
static
void
print(String s) {
26
System.out.println(s);
27
}
28
29
private
void
init(String[] args) {
30
if
(args.length == 0) {
Callers
10
init
Method · 0.95
convertAndClean
Method · 0.95
convert
Method · 0.95
checkPath
Method · 0.95
compileJavaFile
Method · 0.80
compileJavaFolder
Method · 0.80
generateFilesList
Method · 0.80
checkErrors
Method · 0.80
deleteFile
Method · 0.80
deleteFolder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected