MCPcopy Index your code
hub / github.com/Belluxx/Java2Smali / convertAndClean

Method convertAndClean

src/com/belluxx/java2smali/Main.java:60–62  ·  view source on GitHub ↗
(String providedPath)

Source from the content-addressed store, hash-verified

58 }
59
60 private void convertAndClean(String providedPath) {
61 convertAndClean(providedPath, true);
62 }
63
64 private void convertAndClean(String providedPath, boolean optimize) {
65 String providedFormattedPath = formatPath(providedPath);

Callers 1

initMethod · 0.95

Calls 5

formatPathMethod · 0.95
checkPathMethod · 0.95
convertMethod · 0.95
printMethod · 0.95
cleanMethod · 0.95

Tested by

no test coverage detected