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

Method abort

ij/src/main/java/ij/IJ.java:2589–2592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2587 }
2588
2589 static void abort() {
2590 if ((ij!=null || Interpreter.isBatchMode()) && macroInterpreter==null)
2591 throw new RuntimeException(Macro.MACRO_CANCELED);
2592 }
2593
2594 static void setClassLoader(ClassLoader loader) {
2595 classLoader = loader;

Callers 4

testAbortMethod · 0.95
getImageMethod · 0.95
noImageMethod · 0.45
errorMethod · 0.45

Calls 1

isBatchModeMethod · 0.95

Tested by

no test coverage detected