MCPcopy Create free account
hub / github.com/evernat/dead-code-detector / getFieldDescription

Method getFieldDescription

src/main/java/dcd/DcdHelper.java:138–141  ·  view source on GitHub ↗
(String field)

Source from the content-addressed store, hash-verified

136 }
137
138 static String getFieldDescription(String field) {
139 final int index = field.indexOf(METHOD_SEPARATOR);
140 return field.substring(0, index);
141 }
142
143 static File unzipIntoTempDirectory(File file) throws IOException {
144 final int random = new SecureRandom().nextInt();

Callers 1

reportDeadCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected