737. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:41 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.

737.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice JMeadowsException_Exception.java Thu Apr 28 21:02:40 2016 UTC
2 ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice JMeadowsException_Exception.java Mon Oct 2 19:55:19 2017 UTC

737.2 Comparison summary

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

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

737.4 Active regular expressions

No regular expressions were active.

737.5 Comparison detail

  1  
  2   package go v.va.med.j meadows_2_ 3_3_0_2.we bservice;
  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.9-b 130926.103 5
  10    * Generat ed source  version: 2 .2
  11    * 
  12    */
  13   @WebFault( name = "JM eadowsExce ption", ta rgetNamesp ace = "htt p://webser vice.jmead ows. URL         /")
  14   public cla ss JMeadow sException _Exception
  15       extend s Exceptio n
  16   {
  17  
  18       /**
  19        * Jav a type tha t goes as  soapenv:Fa ult detail  element.
  20        * 
  21        */
  22       privat e JMeadows Exception  faultInfo;
  23  
  24       /**
  25        * 
  26        * @pa ram faultI nfo
  27        * @pa ram messag e
  28        */
  29       public  JMeadowsE xception_E xception(S tring mess age, JMead owsExcepti on faultIn fo) {
  30           su per(messag e);
  31           th is.faultIn fo = fault Info;
  32       }
  33  
  34       /**
  35        * 
  36        * @pa ram faultI nfo
  37        * @pa ram cause
  38        * @pa ram messag e
  39        */
  40       public  JMeadowsE xception_E xception(S tring mess age, JMead owsExcepti on faultIn fo, Throwa ble cause)  {
  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.me d.jmeadows _2_3_3_0_2 .webservic e.JMeadows Exception
  49        */
  50       public  JMeadowsE xception g etFaultInf o() {
  51           re turn fault Info;
  52       }
  53  
  54   }