MCPcopy Index your code
hub / github.com/evernat/dead-code-detector / log

Method log

src/main/java/dcd/DeadCodeDetector.java:603–605  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

601 }
602
603 private static void log(String msg) {
604 DcdHelper.log(msg);
605 }
606
607 // ESCA-JAVA0139:
608 /**

Callers 4

runMethod · 0.95
launchStepAnalysesMethod · 0.95
launchAllAnalysesMethod · 0.95
mainMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected