48. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/11/2019 10:54:09 AM Eastern 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.

48.1 Files compared

# Location File Last Modified
1 HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\ccht\service\common ExceptionLogEntry.java Wed May 29 15:26:02 2019 UTC
2 HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\ccht\service\common ExceptionLogEntry.java Mon Jun 10 19:30:04 2019 UTC

48.2 Comparison summary

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

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

48.4 Active regular expressions

No regular expressions were active.

48.5 Comparison detail

  1   /********* ********** ********** ********** ********** ********** *********
  2    * Copyrig ht � 2010  VHA. All r ights rese rved
  3    ********* ********** ********** ********** ********** ********** *********/
  4   package go v.va.med.c cht.servic e.common;
  5  
  6   import gov .va.med.fw .model.Abs tractKeyed Entity;
  7  
  8   /**
  9    * IHTA -  IHTA_commo n TODO: ad d content  here
  10    * 
  11    * Jul 21,  2010
  12    * 
  13    * @author          DN S
  14    */
  15   public cla ss Excepti onLogEntry  extends A bstractKey edEntity {
  16  
  17           pr ivate stat ic final l ong serial VersionUID  = -555923 7426480622 50L;
  18  
  19           pr ivate Stri ng applica tionName;
  20           pr ivate Stri ng severit yType;
  21           pr ivate Stri ng message ;
  22           pr ivate Stri ng detail;
  23           pr ivate Stri ng detailE xt;
  24  
  25           pr ivate Thro wable exce ption;
  26           pr ivate Clas s producer Class;
  27           pr ivate Stri ng produce rClassName ;
  28  
  29           /* *
  30            *  @return t he applica tionName
  31            * /
  32           pu blic Strin g getAppli cationName () {
  33                    retu rn applica tionName;
  34           }
  35  
  36           /* *
  37            *  @param ap plicationN ame
  38            *              the appl icationNam e to set
  39            * /
  40           pu blic void  setApplica tionName(S tring appl icationNam e) {
  41                    this .applicati onName = a pplication Name;
  42           }
  43  
  44           /* *
  45            *  @return t he severit yType
  46            * /
  47           pu blic Strin g getSever ityType()  {
  48                    retu rn severit yType;
  49           }
  50  
  51           /* *
  52            *  @param se verityType
  53            *              the seve rityType t o set
  54            * /
  55           pu blic void  setSeverit yType(Stri ng severit yType) {
  56                    this .severityT ype = seve rityType;
  57           }
  58  
  59           /* *
  60            *  @return t he message
  61            * /
  62           pu blic Strin g getMessa ge() {
  63                    retu rn message ;
  64           }
  65  
  66           /* *
  67            *  @param me ssage
  68            *              the mess age to set
  69            * /
  70           pu blic void  setMessage (String me ssage) {
  71                    this .message =  message;
  72           }
  73  
  74           /* *
  75            *  @return t he detail
  76            * /
  77           pu blic Strin g getDetai l() {
  78                    retu rn detail;
  79           }
  80  
  81           /* *
  82            *  @param de tail
  83            *              the deta il to set
  84            * /
  85           pu blic void  setDetail( String det ail) {
  86                    this .detail =  detail;
  87           }
  88  
  89           /* *
  90            *  @return t he detailE xt
  91            * /
  92           pu blic Strin g getDetai lExt() {
  93                    retu rn detailE xt;
  94           }
  95  
  96           /* *
  97            *  @param de tailExt
  98            *              the deta ilExt to s et
  99            * /
  100           pu blic void  setDetailE xt(String  detailExt)  {
  101                    this .detailExt  = detailE xt;
  102           }
  103  
  104           /* *
  105            *  @return t he excepti on
  106            * /
  107           pu blic Throw able getEx ception()  {
  108                    retu rn excepti on;
  109           }
  110  
  111           /* *
  112            *  @param ex ception
  113            *              the exce ption to s et
  114            * /
  115           pu blic void  setExcepti on(Throwab le excepti on) {
  116                    this .exception  = excepti on;
  117           }
  118  
  119           /* *
  120            *  @return t he produce rClass
  121            * /
  122           pu blic Class  getProduc erClass()  {
  123                    retu rn produce rClass;
  124           }
  125  
  126           /* *
  127            *  @param pr oducerClas s
  128            *              the prod ucerClass  to set
  129            * /
  130           pu blic void  setProduce rClass(Cla ss produce rClass) {
  131                    this .producerC lass = pro ducerClass ;
  132                    if ( producerCl ass != nul l)
  133                             this.p roducerCla ssName = p roducerCla ss.getName ();
  134           }
  135  
  136           /* *
  137            *  @return t he produce rClassName
  138            * /
  139           pu blic Strin g getProdu cerClassNa me() {
  140                    retu rn produce rClassName ;
  141           }
  142  
  143           /* *
  144            *  @param pr oducerClas sName
  145            *              the prod ucerClassN ame to set
  146            * /
  147           pu blic void  setProduce rClassName (String pr oducerClas sName) {
  148                    this .producerC lassName =  producerC lassName;
  149           }
  150   }