MCPcopy 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

initMethod · 0.95
convertAndCleanMethod · 0.95
convertMethod · 0.95
checkPathMethod · 0.95
compileJavaFileMethod · 0.80
compileJavaFolderMethod · 0.80
generateFilesListMethod · 0.80
checkErrorsMethod · 0.80
deleteFileMethod · 0.80
deleteFolderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected