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

Method isOutDated

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

This is a protected method intended to be overridden by subclasses of Compiler. This is used by the compile method to do all the compilation. @return true if the source generation and compilation should occur

()

Source from the content-addressed store, hash-verified

445 * @return <code>true</code> if the source generation and compilation should occur
446 */
447 public boolean isOutDated() {
448 return isOutDated(true);
449 }
450
451 /**
452 * Determine if a compilation is necessary by checking the time stamp of the JSP page with that of the corresponding

Callers 2

processFileMethod · 0.95
compileMethod · 0.80

Calls 15

getTldResourcePathMethod · 0.95
openJarMethod · 0.95
newInstanceMethod · 0.95
getMessageMethod · 0.95
getOptionsMethod · 0.65
existsMethod · 0.65
getLastModifiedMethod · 0.65

Tested by

no test coverage detected