OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
handler.setStep(new StepSupport(){ @Override public void execute( StepExecution stepExecution) throws JobInterruptedException { count++; stepExecution.setStatus(org.springframework.batch.core.BatchStatus.COMPLETED); stepExecution.setExitStatus(new ExitStatus(STR0)); }});handler.setStep(new StepSupport(){ @Override public void execute( StepExecution stepExecution) throws JobInterruptedException { count.incrementAndGet(); stepExecution.setStatus(org.springframework.batch.core.BatchStatus.COMPLETED); stepExecution.setExitStatus(new ExitStatus(STR0)); }});count++count.incrementAndGet()spring-batcheba7265a95dc3b264ae901f778f47dc890157af6org.springframework.batch.core.jsr.partition.JsrPartitionHandlerTests
_158
_259
_1count
_2count
TCIVarcount
TCIVarcount
UsesTrue
script=groovyShell.parse(writer.toString(),STR0 + counter++ + STR1);script=groovyShell.parse(writer.toString(),STR0 + counter.incrementAndGet() + STR1);counter++counter.incrementAndGet()groovye064359537a27f9eef4df81cf5541beec4ade482groovy.text.XmlTemplateEngine
_1107
_2108
_1counter
_2counter
TCIVarcounter
TCIVarcounter
UsesTrue
template.script=groovyShell.parse(script,STR0 + counter++ + STR1);template.script=groovyShell.parse(script,STR0 + counter.incrementAndGet() + STR1);counter++counter.incrementAndGet()groovye064359537a27f9eef4df81cf5541beec4ade482groovy.text.SimpleTemplateEngine
_194
_295
_1counter
_2counter
TCIVarcounter
TCIVarcounter
UsesTrue