Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ addURL
Method
addURL
src/bsh/classpath/BshClassLoader.java:65–67 ·
view source on GitHub ↗
( URL url )
Source
from the content-addressed store, hash-verified
63
64
// public version of addURL
65
public
void
addURL( URL url ) {
66
super.addURL( url );
67
}
68
69
/**
70
This modification allows us to reload classes which are in the
Callers
1
addClassPath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected