37666. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:39 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.

37666.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service ValidationException_Exception.java Wed Jan 16 16:06:44 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service ValidationException_Exception.java Wed Jan 16 20:18:48 2019 UTC

37666.2 Comparison summary

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

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

37666.4 Active regular expressions

No regular expressions were active.

37666.5 Comparison detail

  1  
  2   package go v.va.med.v ia.service ;
  3  
  4   import jav ax.xml.ws. WebFault;
  5  
  6  
  7   /**
  8    * This cl ass was ge nerated by  Apache CX F 3.1.15
  9    * 2018-04 -18T14:43: 32.151-05: 00
  10    * Generat ed source  version: 3 .1.15
  11    */
  12  
  13   @WebFault( name = "Va lidationEx ception",  targetName space = "h ttp:// DNS          . URL         /")
  14   public cla ss Validat ionExcepti on_Excepti on extends  Exception  {
  15       
  16       privat e gov.va.m ed.via.ser vice.Valid ationExcep tion valid ationExcep tion;
  17  
  18       public  Validatio nException _Exception () {
  19           su per();
  20       }
  21       
  22       public  Validatio nException _Exception (String me ssage) {
  23           su per(messag e);
  24       }
  25       
  26       public  Validatio nException _Exception (String me ssage, jav a.lang.Thr owable cau se) {
  27           su per(messag e, cause);
  28       }
  29  
  30       public  Validatio nException _Exception (String me ssage, gov .va.med.vi a.service. Validation Exception  validation Exception)  {
  31           su per(messag e);
  32           th is.validat ionExcepti on = valid ationExcep tion;
  33       }
  34  
  35       public  Validatio nException _Exception (String me ssage, gov .va.med.vi a.service. Validation Exception  validation Exception,  java.lang .Throwable  cause) {
  36           su per(messag e, cause);
  37           th is.validat ionExcepti on = valid ationExcep tion;
  38       }
  39  
  40       public  gov.va.me d.via.serv ice.Valida tionExcept ion getFau ltInfo() {
  41           re turn this. validation Exception;
  42       }
  43   }