Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getDocumentBase
Method
getDocumentBase
ij/src/main/java/ij/stub/Applet.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
URL getDocumentBase() {
29
throw
new
UnsupportedOperationException(
"Java 26 has removed Applets"
);
30
}
31
32
public
URL getCodeBase() {
33
throw
new
UnsupportedOperationException(
"Java 26 has removed Applets"
);
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected