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

Method isJarOrWarFile

src/main/java/dcd/DcdHelper.java:226–228  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

224 }
225
226 static boolean isJarOrWarFile(File file) {
227 return file.getName().endsWith(".jar") || file.getName().endsWith(".war");
228 }
229
230 static void log(String msg) {
231 // ESCA-JAVA0266:

Callers 3

runMethod · 0.95
launchAllAnalysesMethod · 0.95
checkDirectoriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected