34. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/14/2017 6:57:19 AM 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.

34.1 Files compared

# Location File Last Modified
1 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\fps FpsFlatFileItemReader.java Thu Nov 9 14:19:54 2017 UTC
2 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\fps FpsFlatFileItemReader.java Tue Nov 14 12:26:21 2017 UTC

34.2 Comparison summary

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

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

34.4 Active regular expressions

No regular expressions were active.

34.5 Comparison detail

  1   package go v.va.cpss. job.fps;
  2  
  3   import gov .va.cpss.j ob.CbssFla tFileItemR eader;
  4   import gov .va.cpss.m odel.fps.P SRecord;
  5  
  6   /**
  7    * Impleme ntation of  CbssFlatF ileItemRea der used b y the Proc ess FPS Da ta batch j ob
  8    * test to  read data  from flat  file. NOT E: This cl ass is not  used in p roduction
  9    * but is  a reader t o facilita te verific ation unit  integrati on tests.  See
  10    * FpsFtpI temReader  for reader  class use d in produ ction that  connects  to the ftp
  11    * server.  Also, thi s class ha s no overr idden code  because i t paramete rizes the
  12    * base cl ass. Sprin g beans ca nnot inclu de a gener ic class.
  13    * 
  14    * @author   DN S      BROWNL
  15    */
  16   public cla ss FpsFlat FileItemRe ader exten ds CbssFla tFileItemR eader<PSRe cord>{
  17  
  18  
  19   }