66. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2017 5:22:15 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.

66.1 Files compared

# Location File Last Modified
1 Caregivers-Title_1.zip\docroot\WEB-INF\src\gov\va\caret\controller\dashboard\config DashboardType.java Mon Apr 17 14:03:16 2017 UTC
2 Caregivers-Title_1.zip\docroot\WEB-INF\src\gov\va\caret\controller\dashboard\config DashboardType.java Tue Apr 18 16:33:57 2017 UTC

66.2 Comparison summary

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

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

66.4 Active regular expressions

No regular expressions were active.

66.5 Comparison detail

  1   package go v.va.caret .controlle r.dashboar d.config;
  2  
  3   import gov .va.caret. security.C Action;
  4  
  5   public enu m Dashboar dType {
  6           CS C_FUNCTION ( CscDashb oardConfig .class, CA ction.Care tCan.CSC_F UNCTION, t rue ),
  7           CS L_FUNCTION ( CslDashb oardConfig .class, CA ction.Care tCan.CSL_F UNCTION, t rue ),
  8           HE C_FUNCTION ( HealthDa shboardCon fig.class,  CAction.C aretCan.HE ALTH_FUNCT ION, true  ),
  9           HR C_FUNCTION ( HealthDa shboardCon fig.class,  CAction.C aretCan.HE ALTH_FUNCT ION, true  ),
  10           CB OPC_FUNCTI ON( CbopcD ashboardCo nfig.class , CAction. CaretCan.C BOPC_FUNCT ION, true  ),
  11           CB OPCFM_FUNC TION( Cbop cFmDashboa rdConfig.c lass, CAct ion.CaretC an.CBOPCFM _FUNCTION,  true ),
  12            DNS  _FUNCTION(  VisnDashb oardConfig .class, CA ction.Care tCan. DNS  _FUNCTION,  true ),
  13           TE CH_FUNCTIO N( TechDas hboardConf ig.class,  CAction.Ca retCan.TEC H_FUNCTION , false );
  14           
  15           Cl ass<? exte nds Dashbo ardConfig>  dashboard Config;
  16           bo olean help ed = false ;
  17           CA ction.Care tCan dashb oardAction ;
  18           
  19           Da shboardTyp e( Class<?  extends D ashboardCo nfig> dash boardConfi g, CAction .CaretCan  action, bo olean help ed ){
  20                    this .dashboard Config = d ashboardCo nfig;
  21                    this .dashboard Action = a ction;
  22                    this .helped =  helped;
  23           }
  24           
  25           pu blic CActi on.CaretCa n getActio n (){
  26                    retu rn CAction .CaretCan. valueOf( n ame() );
  27           }
  28           pu blic boole an isHelpe d (){
  29                    retu rn helped;
  30           }
  31           pu blic CActi on.CaretCa n getDashb oardAction  (){
  32                    retu rn dashboa rdAction;
  33           }
  34   }