19. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/6/2017 8:32:14 AM Central Daylight 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 HC 837 Compliance 05122017.zip\HC 837 Compliance 05122017\FPPS_app\FPPS_app\src\hot\gov\va\med\fee Constants.java Mon May 9 19:11:56 2016 UTC
2 HC 837 Compliance 05122017.zip\HC 837 Compliance 05122017\FPPS_app\FPPS_app\src\hot\gov\va\med\fee Constants.java Wed Jul 5 13:29:11 2017 UTC

19.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 88
Changed 1 4
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.med.f ee;
  2  
  3   public cla ss Constan ts {
  4     
  5      //preve nt un-need ed instant iation.
  6      private  Constants () {
  7      }
  8  
  9       
  10      public  static fin al String  TEST = "TE ST";
  11      public  static fin al String  FAILURE =  "failure";
  12      
  13      /** The  Constant  LINE_LENGT H_LIMIT. * /
  14      public  static fin al int LIN E_LENGTH_L IMIT = 120 ;   
  15  
  16      public  static fin al String  NEW_STATUS  = "NEW";
  17      public  static fin al String  PAYERROR =  "PAYERROR ";
  18      public  static fin al String  PAYERROR_S UCCESS = " PayErrorSu ccess";
  19      public  static fin al String  PAYERROR_F AILURE = " PayErrorFa ilure";
  20      public  static fin al String  RECONCILE_ SUCCESS =  "reconcile Success";
  21      public  static fin al String  RESOLVED =  "RESOLVED ";
  22      public  static fin al String  SELECT_GRO UP ="-- Se lect Group  --";
  23      public  static fin al String  SELECT_REA SON="-- Se lect Reaso n --";
  24      public  static fin al String  SUCCESS =  "success";
  25      
  26      public  static fin al String  UNMATCHED  = "Unmatch ed Claim R econciliat ion";   
  27      public  static fin al String  UNMATCHED_ SUCCESS =   "unmatche dSuccess";
  28      public  static fin al String  UNMATCHED_ FAILURE =  "unmatched Failure";
  29      public  static fin al String  UNMATCHED_ CLAIM_SUCC ESS = "set ClaimSucce ss";
  30      public  static fin al String  UNMATCHED_ CLAIM_FAIL URE = "unm atchedClai mFailure";
  31      public  static fin al String  UNMATCHEDC LAIM_SUCCE SS = "unma tchedClaim Success";
  32  
  33        public sta tic final  String USE R_REQUEST_ NOTIFICATI ON_RECIPIE NTS[] = {" EMAIL "};
  34        public sta tic final  String USE R_REQUEST_ NOTIFICATI ON_FROM =  " EMAIL ";
  35      
  36      public  static fin al int USE R_REQUEST_ STATUS_NEW  = 0;
  37      public  static fin al int USE R_REQUEST_ STATUS_COM PLETE = 1;
  38      public  static fin al int USE R_REQUEST_ STATUS_PEN DING_CAAP  = 2;
  39      
  40      
  41      
  42      // Bill  B. 3/17/2 015
  43      public  static fin al String  MAX_REMIT_ CODES = "M aximum num ber of Rem ittance Co des is 2";
  44   }
  45  
  46