()
| 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+"\""); |
nothing calls this directly
no test coverage detected