196. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/5/2017 12:06:41 PM 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.

196.1 Files compared

# Location File Last Modified
1 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\FederationDataSourceProviderCodeGenerator\main\src\resources FederationDataSourceProxyClass.tfl Mon Dec 4 21:34:04 2017 UTC
2 IV-eHMP_CIF.zip\IMAG_Source\VISA\Java\FederationDataSourceProviderCodeGenerator\main\src\resources FederationDataSourceProxyClass.tfl Mon Dec 4 22:00:39 2017 UTC

196.2 Comparison summary

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

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

196.4 Active regular expressions

No regular expressions were active.

196.5 Comparison detail

  1   /**
  2    * Package : MAG - Vi stA Imagin g
  3    * WARNING : Per VHA  Directive  2004-038,  this routi ne should  not be mod ified.
  4    * Date Cr eated: ${d ate}
  5    * Site Na me:  Washi ngton OI F ield Offic e, Silver  Spring, MD
  6    * @author         
WERFEJ
  7    *
  8    * ------- ---------- ---------- ---------- ---------- ---------- -------
  9    * Propert y of the U S Governme nt.
  10    * No perm ission to  copy or re distribute  this soft ware is gi ven.
  11    * Use of  unreleased  versions  of this so ftware req uires the  user
  12    * to exec ute a writ ten test a greement w ith the Vi stA Imagin g
  13    * Develop ment Offic e of the D epartment  of Veteran s Affairs,
  14    * telepho ne (301) 7 34-0100.
  15    * 
  16    * The Foo d and Drug  Administr ation clas sifies thi s software  as
  17    * a Class  II medica l device.   As such,  it may not  be change d
  18    * in any  way.  Modi fications  to this so ftware may  result in  an
  19    * adulter ated medic al device  under 21CF R820, the  use of whi ch
  20    * is cons idered to  be a viola tion of US  Federal S tatutes.
  21    * ------- ---------- ---------- ---------- ---------- ---------- -------
  22    */
  23   package ${ package};
  24  
  25    <#list im ports as i mport>
  26   import ${i mport}.*;
  27    </#list>
  28  
  29   import org .apache.lo gging.log4 j.LogManag er;
  30   import org .apache.lo gging.log4 j.Logger;
  31  
  32   import jav a.io.IOExc eption;
  33  
  34   import gov .va.med.im aging.core .interface s.exceptio ns.Connect ionExcepti on;
  35   import gov .va.med.im aging.core .interface s.exceptio ns.MethodE xception;
  36   import gov .va.med.im aging.tran sactioncon text.Trans actionCont extFactory ;
  37   import gov .va.med.im aging.tran sactioncon text.Trans actionCont ext;
  38   import gov .va.med.im aging.data source.exc eptions.*;
  39   import gov .va.med.im aging.arti factsource .ResolvedA rtifactSou rce;
  40   import gov .va.med.im aging.exch ange.busin ess.Resolv edSite;
  41   import gov .va.med.im aging.core .interface s.exceptio ns.Securit yCredentia lsExpiredE xception;
  42   import gov .va.med.im aging.core .interface s.exceptio ns.Securit yException ;
  43   import gov .va.med.im aging.fede ration.res t.proxy.*;
  44   import gov .va.med.im aging.rest .types.*;
  45   import gov .va.med.im aging.prox y.services .ProxyServ ices;
  46   import gov .va.med.im aging.fede rationdata source.con figuration .Federatio nConfigura tion;
  47  
  48   import jav ax.ws.rs.c ore.MediaT ype;
  49  
  50   import jav a.util.Map ;
  51   import jav a.util.Has hMap;
  52  
  53  
  54  
  55   @SuppressW arnings("u nused") 
  56   public cla ss ${imple mentationN ame}
  57   extends ${ interfaceN ame}
  58   {
  59  
  60           pr ivate fina l static L ogger logg er = LogMa nager.getL ogger(${im plementati onName}.cl ass);
  61           
  62           pu blic ${imp lementatio nName}(Pro xyServices  proxyServ ices, 
  63                             Federa tionConfig uration fe derationCo nfiguratio n)
  64           {
  65                    supe r(proxySer vices, fed erationCon figuration );
  66           }
  67           
  68           
  69           <# list metho ds as meth od>
  70           ${ method}
  71           </ #list>
  72   }