11. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/7/2017 12:14:05 PM Eastern 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.

11.1 Files compared

# Location File Last Modified
1 cpss.zip\cpss\src\main\java\gov\va\cpss\dao PSDetailsDAO.java Wed Feb 1 21:07:26 2017 UTC
2 cpss.zip\cpss\src\main\java\gov\va\cpss\dao PSDetailsDAO.java Fri Feb 3 20:30:47 2017 UTC

11.2 Comparison summary

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

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

11.4 Active regular expressions

No regular expressions were active.

11.5 Comparison detail

  1   package go v.va.cpss. dao;
  2  
  3   import jav a.util.Lis t;
  4  
  5   import gov .va.cpss.m odel.fps.P SDetails;
  6   import gov .va.cpss.m odel.fps.P SSite;
  7  
  8   /**
  9    * Data Ac cess Objec t interfac e for the  PSDetails  table.
  10    * 
  11    * @author   DN S      P II
  12    */
  13   public int erface PSD etailsDAO  {
  14  
  15       /**
  16        * Get  the index  of the la st entry i n the tabl e.
  17        * @re turn Long  representa tion of th e last ind ex or null  if none.
  18        */
  19       public  Long getL astIndex() ;
  20       
  21       /**
  22            *  Get a lis t of all d etails by  the specif ied site.
  23            * /
  24           pu blic List< PSDetails>  getAllByP SSiteID(fi nal PSSite  psSite);
  25  
  26   }