7. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/10/2017 1:01:42 PM 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.

7.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\IV-ehmp_cif\BaseWebFacade\main\src\java\gov\va\med\imaging\exchange\business\taglib ObjectOriginList.java Thu Jun 29 17:22:11 2017 UTC
2 C:\AraxisMergeCompare\Pri_re\IV-ehmp_cif\BaseWebFacade\main\src\java\gov\va\med\imaging\exchange\business\taglib ObjectOriginList.java Fri Jul 7 16:35:24 2017 UTC

7.2 Comparison summary

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

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

7.4 Active regular expressions

No regular expressions were active.

7.5 Comparison detail

  1   package go v.va.med.i maging.exc hange.busi ness.tagli b;
  2  
  3  
  4   /**
  5    * 
  6    * @author          R E DA C T E D
  7    *
  8    */
  9   public cla ss ObjectO riginList 
  10   extends St ringArrayL ist
  11   {
  12           pr ivate stat ic final l ong serial VersionUID  = 1L;
  13           
  14           pr ivate Stri ng[] listV alues = ne w String[] {"UNSPECIF IED", "VA" , "NON-VA" , "DOD", " FEE"};
  15           
  16           pr otected St ring[] get ListValues ()
  17           {
  18                    retu rn listVal ues;
  19           }
  20   }