34. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 1:51:41 PM 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 C:\AraxisMergeCompare\Pri_un\ccra\ccra_HSIE_IC\CCRA\WS\Client\s0 Address.cls Thu Jan 10 13:20:32 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ccra\ccra_HSIE_IC\CCRA\WS\Client\s0 Address.cls Thu Jan 10 16:31:14 2019 UTC

34.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 1 102
Changed 1 2
Inserted 1 1
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    /// Create d from: ht tp:// DNS    dbscra801. aac. DOMAIN . EX :58774/csp /ccraint/C CRA.WS.Ref erralDataE xtraction. CLS?WSDL=1
  2    Class CCRA .WS.Client .s0.Addres s Extends  (%SerialOb ject, %XML .Adaptor)  [ Procedur eBlock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// tempuri.or g";
  8   
  9    Parameter  XMLNAME =  "Address";
  10   
  11    Parameter  XMLSEQUENC E = 1;
  12   
  13    Property A ddress1 As  %String(M AXLEN = "" , XMLNAME  = "Address 1");
  14   
  15    Property A ddress2 As  %String(M AXLEN = "" , XMLNAME  = "Address 2");
  16   
  17    Property C ity As %St ring(MAXLE N = "", XM LNAME = "C ity");
  18   
  19    Property S tate As %S tring(MAXL EN = "", X MLNAME = " State");
  20   
  21    Property Z ipCode As  %String(MA XLEN = "",  XMLNAME =  "ZipCode" );
  22   
  23    Property C ountry As  %String(MA XLEN = "",  XMLNAME =  "Country" );
  24   
  25    Storage De fault
  26    {
  27    <Data name ="AddressS tate">
  28    <Value nam e="1">
  29    <Value>Add ress1</Val ue>
  30    </Value>
  31    <Value nam e="2">
  32    <Value>Add ress2</Val ue>
  33    </Value>
  34    <Value nam e="3">
  35    <Value>Cit y</Value>
  36    </Value>
  37    <Value nam e="4">
  38    <Value>Sta te</Value>
  39    </Value>
  40    <Value nam e="5">
  41    <Value>Zip Code</Valu e>
  42    </Value>
  43    <Value nam e="6">
  44    <Value>Cou ntry</Valu e>
  45    </Value>
  46    </Data>
  47    <State>Add ressState< /State>
  48    <StreamLoc ation>^CCR A.WS.Clien t.s0.Addre ssS</Strea mLocation>
  49    <Type>%Lib rary.Cache SerialStat e</Type>
  50    }
  51   
  52    }
        53   T