OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
File pathname=new File(dir.getAbsoluteFile(),prefix + (rotatable ? date : STR0) + suffix);File pathname=new File(dir.getAbsoluteFile(),prefix + (rotatable.booleanValue() ? date : STR0) + suffix);rotatablerotatable.booleanValue()tomcat7ef47cc3cce2645df7a4b49f8b5d8731501afd6aorg.apache.juli.FileHandler
_1204
_2216
_1rotatable
_2rotatable
TCIVarrotatable
TCIVarrotatable
UsesTrue
boolean shouldCheckForRedundantSeparator=!rotatable && !prefix.isEmpty() && !suffix.isEmpty();boolean shouldCheckForRedundantSeparator=!rotatable.booleanValue() && !prefix.isEmpty() && !suffix.isEmpty();rotatablerotatable.booleanValue()tomcat7ef47cc3cce2645df7a4b49f8b5d8731501afd6aorg.apache.juli.FileHandler
_1204
_2216
_1rotatable
_2rotatable
TCIVarrotatable
TCIVarrotatable
UsesTrue
if(rotatable && !date.equals(tsDate))if(rotatable.booleanValue() && !date.equals(tsDate))rotatablerotatable.booleanValue()tomcat7ef47cc3cce2645df7a4b49f8b5d8731501afd6aorg.apache.juli.FileHandler
_1204
_2216
_1rotatable
_2rotatable
TCIVarrotatable
TCIVarrotatable
UsesTrue