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/BatchProcesser.java:360–364 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
358
}
359
360
void
save() {
361
macro = gd.getTextArea1().getText();
362
if
(!macro.equals(
""
))
363
IJ.saveString(macro,
""
);
364
}
365
366
void
error(String msg) {
367
IJ.error(
"Batch Processer"
, 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