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

Method getInfo

ij/src/main/java/ij/ImageJ.java:501–503  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

499 }
500
501 public String getInfo() {
502 return version()+System.getProperty("os.name")+" "+System.getProperty("os.version")+"; "+IJ.freeMemory();
503 }
504
505 @AstroImageJ(modified = true, reason = "Add AIJ version to display")
506 private String version() {

Callers 4

showErrorsMethod · 0.95
handleExceptionMethod · 0.45
runMethod · 0.45
handleExceptionMethod · 0.45

Calls 3

versionMethod · 0.95
freeMemoryMethod · 0.95
getPropertyMethod · 0.45

Tested by

no test coverage detected