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

Method getCodeBase

ij/src/main/java/ij/stub/Applet.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public URL getCodeBase() {
33 throw new UnsupportedOperationException("Java 26 has removed Applets");
34 }
35
36 public String getParameter(String name) {
37 throw new UnsupportedOperationException("Java 26 has removed Applets");

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected