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

Method addFile

java/org/apache/jasper/compiler/SmapStratum.java:173–175  ·  view source on GitHub ↗

Adds record of a new file, by filename. @param filename the filename to add, unqualified by path.

(String filename)

Source from the content-addressed store, hash-verified

171 * @param filename the filename to add, unqualified by path.
172 */
173 public void addFile(String filename) {
174 addFile(filename, filename);
175 }
176
177 /**
178 * Adds record of a new file, by filename and path. The path may be relative to a source compilation path.

Callers 4

test01Method · 0.95
loadSmapMethod · 0.95
visitMethod · 0.80
doSmapMethod · 0.80

Calls 2

addMethod · 0.65
indexOfMethod · 0.45

Tested by 1

test01Method · 0.76