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

Method unqualify

java/org/apache/jasper/compiler/SmapUtil.java:141–144  ·  view source on GitHub ↗

Returns an unqualified version of the given file path.

(String path)

Source from the content-addressed store, hash-verified

139 * Returns an unqualified version of the given file path.
140 */
141 private static String unqualify(String path) {
142 path = path.replace('\\', '/');
143 return path.substring(path.lastIndexOf('/') + 1);
144 }
145
146
147 private static class SDEInstaller {

Callers 3

generateSmapMethod · 0.95
visitMethod · 0.80
doSmapMethod · 0.80

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected