36. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/13/2017 3:41:55 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.

36.1 Files compared

# Location File Last Modified
1 Genisis_v3.zip\Source Code\Services\src\main\java\gov\va\genisis2\common\enums CommonEnum.java Wed Jun 28 20:38:30 2017 UTC
2 Genisis_v3.zip\Source Code\Services\src\main\java\gov\va\genisis2\common\enums CommonEnum.java Wed Jul 12 16:46:17 2017 UTC

36.2 Comparison summary

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

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

36.4 Active regular expressions

No regular expressions were active.

36.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.genis is2.common .enums;
  5  
  6   /**
  7    * The Enu m CommonEn um.
  8    *
  9    * @author  Getaneh K assahun
  10    */
  11  
  12   public enu m CommonEn um {
  13  
  14           /* * The no r ecord foun d. */
  15           NO _RECORD_FO UND("No re cords foun d."), 
  16           
  17           /* * The requ est sent.  */
  18           RE QUEST_SENT ("Sent"), 
  19           
  20           /* * The requ est denied . */
  21           RE QUEST_DENI ED("Denied "), 
  22           
  23           /* * The requ est update . */
  24           RE QUEST_UPDA TE("Update "), 
  25           
  26           /* * The requ est return ed. */
  27           RE QUEST_RETU RNED("Retu rned"), 
  28           
  29           /* * The requ est submit . */
  30           RE QUEST_SUBM IT("Submit ted"), 
  31           
  32           /* * The requ est accept ed. */
  33           RE QUEST_ACCE PTED("Requ estAccepte d"), 
  34           
  35           /* * The requ est not ac cepted. */
  36           RE QUEST_NOT_ ACCEPTED(" RequestNot Accepted") ,
  37           
  38           /* * The resu lts accept ed. */
  39           RE SULTS_ACCE PTED("Resu ltsAccepte d"), 
  40           
  41           /* * The resu lts not ac cepted. */
  42           RE SULTS_NOT_ ACCEPTED(" ResultsNot Accepted")
  43           
  44           /* * The resu lts delive red. */
  45           RE SULTS_DELI VERED("Res ultsDelive red"),
  46           
  47           /* * The spac e. */
  48           SP ACE(" "), 
  49           
  50           /* * The unab le to crea te request . */
  51           UN ABLE_TO_CR EATE_REQUE ST("Unable  to create  Request.  Business p rocess fai led to sta rt."), 
  52           
  53           /* * The unab le to upda te study a pproval. * /
  54           UN ABLE_TO_UP DATE_STUDY _APPROVAL( "Unable to  update St udy Approv al"),
  55           
  56           /* * The requ est draft.  */
  57           RE QUEST_DRAF T("Draft") ,
  58           
  59           /* * The requ est reject . */
  60           RE QUEST_REJE CTED("Reje cted"),
  61           
  62           /* * The crea ted By. */
  63           RE QUEST_CREA TED_BY("cr eatedBy"),
  64           
  65           /* * The stat us descrip tion */
  66           ST ATUS_DESC( "statusDes cription") ,
  67           
  68           /* * The user s */
  69           US ERS("users "),
  70           
  71           /* * The user  Id */
  72           US ER_ID("use rId"),
  73           
  74           /* * The user  Id */
  75           NO _RESULT_EN TITY("No R esult Exce ption. Use r Id: "),
  76           
  77           /* * The user  Id */
  78           NO _RESULT_EX CEPTION("N oResultExc eption"),
  79           
  80           /* * The Requ est Entity  */
  81           RE QUEST_ENTI TY("reques t"),
  82           
  83           /* * The oper ation */
  84           EM AIL_OPERAT ION("opera tion"),
  85           
  86           /* * The requ estorId */
  87           EM AIL_REQUES TOR_ID("re questorId" ),
  88           
  89           /* * The appr overDecisi on */
  90           EM AIL_APPROV ER_DECISIO N("approve rDecision" ),
  91           
  92           /* * The fulf illmentDec ision */
  93           EM AIL_FULFIL LMENT_DECI SION("fulf illmentDec ision"),
  94           
  95           /* * The resu ltAcceptan ceDecision  */
  96           EM AIL_RESULT _ACCEPTANC E_DECISION ("resultAc ceptanceDe cision"),
  97           
  98           /* * The appr overId */
  99           EM AIL_APPROV ER_ID("app roverId"),
  100           
  101           /* * The cc_u sers */
  102           EM AIL_CC_USE RS("cc"),
  103           
  104           /* * The emai lList */
  105           EM AIL_LIST(" emailList" ),
  106           
  107           /* * The Comm ents */
  108           EM AIL_COMMEN TS("Commen ts: "),
  109           
  110           /* * The Your  data Requ est */
  111           EM AIL_YOUR_D ATE_REQUES T("Your da ta request  "),
  112           
  113           /* * The no r eply sende r */
  114           EM AIL_NO_REP LY_SENDER( " PII                        ")
  115           
  116           
  117           
  118           
  119           
  120           
  121           
  122           
  123           
  124           
  125           ;
  126  
  127           /* * The text . */
  128           pr ivate fina l String t ext;
  129  
  130           /* *
  131            *  Instantia tes a new  common enu m.
  132            *
  133            *  @param s  The s.
  134            * /
  135           pr ivate Comm onEnum(Str ing s) {
  136                    text  = s;
  137           }
  138  
  139           /* *
  140            *  Gets the  text.
  141            *
  142            *  @return S tring This  returns t ext.
  143            * /
  144           pu blic Strin g getText( ) {
  145                    retu rn text;
  146           }
  147   }