19. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/14/2017 6:57:19 AM Central 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.

19.1 Files compared

# Location File Last Modified
1 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\cbs CbsJobBaseCompletionTasklet.java Thu Nov 9 14:19:54 2017 UTC
2 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\cbs CbsJobBaseCompletionTasklet.java Tue Nov 14 12:26:14 2017 UTC

19.2 Comparison summary

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

19.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

19.4 Active regular expressions

No regular expressions were active.

19.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      BROWNL
  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   }