Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
Calls
2
add
Method · 0.65
getProperty
Method · 0.45
Tested by
no test coverage detected