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

Method version

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

Source from the content-addressed store, hash-verified

503 }
504
505 @AstroImageJ(modified = true, reason = "Add AIJ version to display")
506 private String version() {
507 return "AIJ " + ASTROVERSION + "; " + "ImageJ "+VERSION+BUILD + "; "+"Java "+System.getProperty("java.version")+
508 (IJ.is64Bit()?" [64-bit]; ":" [32-bit]; ");
509 }
510
511 public void mouseReleased(MouseEvent e) {}
512 public void mouseExited(MouseEvent e) {}

Callers 3

ImageJMethod · 0.95
mousePressedMethod · 0.95
getInfoMethod · 0.95

Calls 2

is64BitMethod · 0.95
getPropertyMethod · 0.45

Tested by

no test coverage detected