Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ save
Method
save
ij/src/main/java/ij/plugin/BatchProcessor.java:425–429 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
423
}
424
425
void
save() {
426
macro = gd.getTextArea1().getText();
427
if
(!macro.equals(
""
))
428
IJ.saveString(macro,
""
);
429
}
430
431
void
error(String msg) {
432
IJ.error(
"Batch Processor"
, msg);
Callers
1
actionPerformed
Method · 0.95
Calls
4
saveString
Method · 0.95
getTextArea1
Method · 0.80
getText
Method · 0.45
equals
Method · 0.45
Tested by
no test coverage detected