MCPcopy Index your code
hub / github.com/apache/tomcat / getURL

Method getURL

java/org/apache/jasper/compiler/Mark.java:135–137  ·  view source on GitHub ↗

Gets the URL of the resource with which this Mark is associated @return URL of the resource with which this Mark is associated @exception MalformedURLException if the resource pathname is incorrect

()

Source from the content-addressed store, hash-verified

133 * @exception MalformedURLException if the resource pathname is incorrect
134 */
135 public URL getURL() throws MalformedURLException {
136 return ctxt.getResource(getFile());
137 }
138
139 @Override
140 public boolean equals(Object other) {

Callers

nothing calls this directly

Calls 2

getFileMethod · 0.95
getResourceMethod · 0.65

Tested by

no test coverage detected