37317. EPMO Open Source Coordination Office Redaction File Detail Report

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

37317.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\iam\esig\dss UnsupportedFileTypeException_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\iam\esig\dss UnsupportedFileTypeException_Exception.java Thu Jan 17 14:45:02 2019 UTC

37317.2 Comparison summary

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

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

37317.4 Active regular expressions

No regular expressions were active.

37317.5 Comparison detail

  1  
  2   package go v.va.iam.e sig.dss;
  3  
  4   import jav ax.xml.ws. WebFault;
  5  
  6  
  7   /**
  8    * This cl ass was ge nerated by  the JAX-W S RI.
  9    * JAX-WS  RI 2.2.4-b 01
  10    * Generat ed source  version: 2 .2
  11    * 
  12    */
  13   @WebFault( name = "Un supportedF ileTypeExc eption", t argetNames pace = "ht tp:// DNS . URL         /dss/")
  14   public cla ss Unsuppo rtedFileTy peExceptio n_Exceptio n
  15       extend s java.lan g.Exceptio n
  16   {
  17  
  18       /**
  19        * Jav a type tha t goes as  soapenv:Fa ult detail  element.
  20        * 
  21        */
  22       privat e Unsuppor tedFileTyp eException  faultInfo ;
  23  
  24       /**
  25        * 
  26        * @pa ram messag e
  27        * @pa ram faultI nfo
  28        */
  29       public  Unsupport edFileType Exception_ Exception( String mes sage, Unsu pportedFil eTypeExcep tion fault Info) {
  30           su per(messag e);
  31           th is.faultIn fo = fault Info;
  32       }
  33  
  34       /**
  35        * 
  36        * @pa ram messag e
  37        * @pa ram faultI nfo
  38        * @pa ram cause
  39        */
  40       public  Unsupport edFileType Exception_ Exception( String mes sage, Unsu pportedFil eTypeExcep tion fault Info, Thro wable caus e) {
  41           su per(messag e, cause);
  42           th is.faultIn fo = fault Info;
  43       }
  44  
  45       /**
  46        * 
  47        * @re turn
  48        *      returns f ault bean:  gov.va.ia m.esig.dss .Unsupport edFileType Exception
  49        */
  50       public  Unsupport edFileType Exception  getFaultIn fo() {
  51           re turn fault Info;
  52       }
  53  
  54   }