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

21.1 Files compared

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

21.2 Comparison summary

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

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

21.4 Active regular expressions

No regular expressions were active.

21.5 Comparison detail

  1   package go v.va.cpss. job.cbs;
  2  
  3   /**
  4    * Constan ts used by  Generate  CBS batch  job to dyn amically u pdate the  job
  5    * executi on context  during ba tch operat ions.
  6    * 
  7    * @author   DN S      P II
  8    */
  9   public fin al class C bsProcessi ngConstant s {
  10  
  11           /* *
  12            *  The key t o populate  with runn ing count  of the num ber of gen erated
  13            *  statement s in INITI AL state.
  14            * /
  15           pu blic stati c final St ring CBS_T OTAL_INITI AL_STATEME NT_COUNT_K EY = "tota lCBSInitia lCount";
  16  
  17           /* *
  18            *  The key t o populate  with runn ing count  of the num ber of upd ated
  19            *  statement s in REPLA CED state.
  20            * /
  21           pu blic stati c final St ring CBS_T OTAL_REPLA CED_STATEM ENT_COUNT_ KEY = "tot alCBSRepla cedCount";
  22  
  23           /* *
  24            *  The key t o populate  with the  number of  available  statements  in NEW st ate.
  25            * /
  26           pu blic stati c final St ring CBS_A VAILABLE_S TATISTICS_ KEY = "tot alCBSAvail able";
  27  
  28           /* *
  29            *  The label  for the n umber of a vailable s tatistics.
  30            * /
  31           pu blic stati c final St ring CBS_A VAILABLE_S TATISTICS_ LABEL = "T otal CBS A vailable:  ";
  32  
  33           /* *
  34            *  The key t o populate  with the  number of  generated  statements  in NEW st ate.
  35            * /
  36           pu blic stati c final St ring CBS_G ENERATED_S TATISTICS_ KEY = "tot alCBSGener ated";
  37  
  38           /* *
  39            *  The label  for the n umber of g enerated s tatistics.
  40            * /
  41           pu blic stati c final St ring CBS_G ENERATED_S TATISTICS_ LABEL = "T otal CBS G enerated:  ";
  42  
  43           /* *
  44            *  The key t o populate  with the  list of de tected pat ient error s.
  45            * /
  46           pu blic stati c final St ring CBS_D ETECTED_PA TIENTS_ERR OR_KEY = " detectedPa tientError s";
  47  
  48   }