MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / URL

Method URL

src/java/net/URL.java:77–86  ·  view source on GitHub ↗

Creates an absolute URL from the specified protocol, host, port and file. @param protocol the protocol to use @param host the host to connect to @param port the port at that host to connect to @param file the file on that host @exception MalformedURLException If an unknown protocol is found.

(String protocol, String host, int port, String file)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

getURLStreamHandlerMethod · 0.95
equalsMethod · 0.95
regionMatchesMethod · 0.80
substringMethod · 0.80
parseURLMethod · 0.80
lengthMethod · 0.45
charAtMethod · 0.45
toLowerCaseMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected