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
()
| 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 |
no test coverage detected