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

Method compile

java/org/apache/jasper/compiler/Compiler.java:365–367  ·  view source on GitHub ↗

Compile the jsp file from the current engine context. @throws FileNotFoundException Source files not found @throws JasperException Compilation error @throws Exception Some other error

()

Source from the content-addressed store, hash-verified

363 * @throws Exception Some other error
364 */
365 public void compile() throws FileNotFoundException, JasperException, Exception {
366 compile(true);
367 }
368
369 /**
370 * Compile the jsp file from the current engine context. As a side effect, tag files that are referenced by this

Callers 15

processFileMethod · 0.95
generateClassMethod · 0.95
testBug55262Method · 0.45
ValidateVisitorClass · 0.45
GeneratorClass · 0.45

Calls 14

generateJavaMethod · 0.95
getMessageMethod · 0.95
generateClassMethod · 0.95
isPrototypeModeMethod · 0.80
removeProtoTypeFilesMethod · 0.80
getLastModifiedMethod · 0.65
existsMethod · 0.65
getWriterMethod · 0.65
closeMethod · 0.65
getJspFileMethod · 0.45

Tested by 5

testBug55262Method · 0.36