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

Method parseURL

src/java/net/URLStreamHandler.java:62–121  ·  view source on GitHub ↗

This method is called to parse the string spec into URL u. If there is any inherited context then it has already been copied into u. The parameters start and limit refer to the range of characters in spec that should be parsed. The default method uses parsing rules that

(URL u, String spec, int start, int limit)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

URLMethod · 0.80

Calls 12

indexOfMethod · 0.95
parseIntMethod · 0.95
substringMethod · 0.95
lastIndexOfMethod · 0.95
lengthMethod · 0.95
getProtocolMethod · 0.80
getHostMethod · 0.80
getRefMethod · 0.80
getPortMethod · 0.45
getFileMethod · 0.45
charAtMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected