17. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/7/2017 12:14:06 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

17.1 Files compared

# Location File Last Modified
1 cpss.zip\cpss\src\main\java\gov\va\cpss\job\cbs CbsJobBaseCompletionTasklet.java Wed Feb 1 21:07:30 2017 UTC
2 cpss.zip\cpss\src\main\java\gov\va\cpss\job\cbs CbsJobBaseCompletionTasklet.java Fri Feb 3 20:39:59 2017 UTC

17.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 46
Changed 1 2
Inserted 0 0
Removed 0 0

17.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

17.4 Active regular expressions

No regular expressions were active.

17.5 Comparison detail

  1   package go v.va.cpss. job.cbs;
  2  
  3   import sta tic gov.va .cpss.job. cbs.CbsPro cessingCon stants.CBS _GENERATED _STATISTIC S_KEY;
  4   import sta tic gov.va .cpss.job. cbs.CbsPro cessingCon stants.CBS _GENERATED _STATISTIC S_LABEL;
  5  
  6   import org .springfra mework.bat ch.core.Jo bExecution ;
  7  
  8   import gov .va.cpss.j ob.CbssJob BaseTransa ctionTaskl et;
  9  
  10   /**
  11    * Abstrac t base cla ss that im plements l ogic for a  tasklet t o do final
  12    * complet ion tasks.
  13    * 
  14    * @author   DN S      P II
  15    */
  16   public abs tract clas s CbsJobBa seCompleti onTasklet  extends Cb ssJobBaseT ransaction Tasklet {
  17  
  18           pr otected vo id updateS tatistics( JobExecuti on jobExec ution, fin al long co unt) {
  19                    // S et the com pletion st atistics.
  20                    jobE xecution.g etExecutio nContext() .putString (CBS_GENER ATED_STATI STICS_KEY,
  21                                      CBS_GENE RATED_STAT ISTICS_LAB EL + count );
  22           }
  23  
  24   }