MCPcopy Create free account
hub / github.com/apache/tomcat / collect

Method collect

java/org/apache/jasper/compiler/Collector.java:186–192  ·  view source on GitHub ↗
(Compiler compiler, Node.Nodes page)

Source from the content-addressed store, hash-verified

184
185
186 public static void collect(Compiler compiler, Node.Nodes page) throws JasperException {
187
188 CollectVisitor collectVisitor = new CollectVisitor();
189 page.visit(collectVisitor);
190 collectVisitor.updatePageInfo(compiler.getPageInfo());
191
192 }
193}
194

Callers 10

generateJavaMethod · 0.95
setConnectionInitSqlsMethod · 0.80
listAllObjectsMethod · 0.80
getNumActivePerKeyMethod · 0.80
listAllObjectsMethod · 0.80
getValuesMethod · 0.80
traceDowncallMethod · 0.80
mainMethod · 0.80

Calls 3

updatePageInfoMethod · 0.95
getPageInfoMethod · 0.80
visitMethod · 0.65

Tested by

no test coverage detected