19. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/24/2017 5:17:18 PM 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.

19.1 Files compared

# Location File Last Modified
1 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_rxrefill\mhv-rx-refill-portal-main\src\main\java\gov\va\med\domain\model\validation IValidationError.java Thu Feb 11 17:10:22 2016 UTC
2 MHV_2017.2.0.0 Code In Flight.zip\National Portal\mhv_rxrefill\mhv-rx-refill-portal-main\src\main\java\gov\va\med\domain\model\validation IValidationError.java Fri Mar 24 20:30:32 2017 UTC

19.2 Comparison summary

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

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

19.4 Active regular expressions

No regular expressions were active.

19.5 Comparison detail

  1   package go v.va.med.d omain.mode l.validati on;
  2  
  3   /**
  4    * Common  Interface  used for v alidation  errors to  allow vari ous implem enetations  
  5    * for err ors occurr ing in dif ferent poi nts in the  processin g.  
  6    * 
  7    * @author   PII
  8    * @versio n $Id: IVa lidationEr ror.java,v  1.2 2005/ 07/13 15:4 2:54 joel. goldberg E xp $
  9    * @since  MHV 2.0 <b r>Jul 2, 2 005
  10    */
  11   public int erface IVa lidationEr ror {
  12       public  String ge tErrorDesc rpition();
  13  
  14       public  String ge tErrorKey( ) ;
  15       
  16       public  String ge tFieldName ();
  17       
  18   }