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

Method formatPath

src/com/belluxx/java2smali/Main.java:103–110  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

101 }
102
103 private String formatPath(String path) {
104 String formattedPath = path;
105 if (path.endsWith("\"")) {
106 formattedPath = formattedPath.substring(0, formattedPath.length() - 1);
107 }
108
109 return formattedPath;
110 }
111
112 private void checkPath(String path) {
113 if (new File(path).isDirectory() && path.contains(" ")) {

Callers 1

convertAndCleanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected