MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / log

Method log

ij/src/main/java/ij/plugin/ClassChecker.java:61–63  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

59 }
60
61 void log(String path) {
62 IJ.log("Duplicate plugin: " + path);
63 }
64
65 /**
66 * Gets lists of all the class and jar files in the plugins folder and

Callers 10

deleteMethod · 0.95
rodbardMethod · 0.45
odMethod · 0.45
setHistogramMethod · 0.45
plotMethod · 0.45
doBoxCountsMethod · 0.45
runMethod · 0.45
makeGaussianKernelMethod · 0.45
setCalibrationMethod · 0.45
stringOfMethod · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected