14081. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/4/2018 4:54:41 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.

14081.1 Files compared

# Location File Last Modified
1 CHAMPVA_Benefit_Eligibility_v1.0.0.zip\webservice\champvapay-service\src\main\java\gov\va\med\mbcp\champva\domain\impl ChampVAVLFaultException.java Thu Dec 21 19:52:28 2017 UTC
2 CHAMPVA_Benefit_Eligibility_v1.0.0.zip\webservice\champvapay-service\src\main\java\gov\va\med\mbcp\champva\domain\impl ChampVAVLFaultException.java Thu Jan 4 21:00:19 2018 UTC

14081.2 Comparison summary

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

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

14081.4 Active regular expressions

No regular expressions were active.

14081.5 Comparison detail

  1   /**
  2    * The pac kage gov.v a.med.mbcp .champva.d omain.impl  contains  the CodeRe sult class , which
  3    * represe nts a Code  Result Tr ansfer Obj ect in the  Service L ayer. The  abstract C hampVAExce ption,
  4    * along w ith its co ncrete imp lementatio ns, are al so defined  here. 
  5    * 
  6    */
  7   package go v.va.med.m bcp.champv a.domain.i mpl;
  8  
  9   import gov .va.med.vi stalink.ad apter.reco rd.VistaLi nkFaultExc eption;
  10  
  11   /**
  12    * ChampVA VLFaultExc eption is  the wrappe r Exceptio n used to  handle
  13    * VistaLi nkFaultExc eptions pr opagated b y VistaLin k within t he CHAMPVA  Pay
  14    * Service .
  15    * 
  16    * @author   PII
  17    * @versio n 1.0.0
  18    */
  19   public cla ss ChampVA VLFaultExc eption ext ends Champ VAExceptio n {
  20  
  21       privat e static f inal long  serialVers ionUID = 9 6737273898 9967205L;
  22  
  23       /**
  24        * Con structor f or the Cha mpVAVLFaul tException .
  25        * 
  26        * @pa ram vlfe
  27        *             -  a Vistalin kFaultExce ption to b e handled.
  28        */
  29       public  ChampVAVL FaultExcep tion(Vista LinkFaultE xception v lfe) {
  30           su per(vlfe);
  31           th is.setErro rCode(VIST ALINK_FAUL T_EXCEPTIO N);
  32       }
  33  
  34   }