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

Method show

ij/src/main/java/ij/plugin/JavaProperties.java:184–188  ·  view source on GitHub ↗
(String property)

Source from the content-addressed store, hash-verified

182 }
183
184 void show(String property) {
185 String p = System.getProperty(property);
186 if (p!=null)
187 list.add(" " + property + ": " + p);
188 }
189
190 void doFullDump() {
191 list.add("");

Callers 1

runMethod · 0.95

Calls 2

addMethod · 0.65
getPropertyMethod · 0.45

Tested by

no test coverage detected