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

Method run

ij/src/main/java/ij/plugin/Compiler.java:327–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325 }
326
327 public void run() {
328 IJ.resetEscape();
329 IJ.runPlugIn("ij.plugin.ClassChecker", "");
330 runCompiledPlugin(plugin);
331 }
332
333 void runCompiledPlugin(String className) {
334 if (IJ.debugMode) IJ.log("Compiler: running \""+className+"\"");

Callers

nothing calls this directly

Calls 3

resetEscapeMethod · 0.95
runPlugInMethod · 0.95
runCompiledPluginMethod · 0.95

Tested by

no test coverage detected