sweetstuff4u / zaplink

Automatically exported from code.google.com/p/zaplink
0 stars 0 forks source link

Export after import leads to a new Checksum #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import framework on new system
2. Export all framework
3. compare XML

What is the expected output?
Same XML

What do you see instead?
Different XML on :
* CLAS

-     <DOCUMENTATION TDVERSION="00002" TDFUSER="TBENSIAL" TDFRELES="700"
TDFDATE="20100406" TDFTIME="162925" TDLUSER="TBENSIAL" TDLRELES="700"
TDLDATE="20100406" TDLTIME="162937" TDLINESIZE="072">U1&amp;FUNCTIONALITY&amp;
+     <DOCUMENTATION TDFUSER="TBENSIAL" TDFRELES="700" TDFDATE="20100406"
TDFTIME="162925" TDLUSER="TBENSIAL" TDLRELES="700" TDLDATE="20100406"
TDLTIME="162937" TDLINESIZE="072">U1&amp;FUNCTIONALITY&amp;

-  ENDTRY.
-</SOURCE>
+  ENDTRY.</SOURCE>

   <FRIENDS>
-   <ITEM VERSION="1" STATE="1" AUTHOR="TBENSIAL" CREATEDON="20091125"/>
+   <ITEM VERSION="1" STATE="1" AUTHOR="TBENSIAL" CREATEDON="20100420"/>

* PROG
-  <A0_MAINDATA EDTX="X" VARCL="X" SUBC="1" APPL="S" VERN="000055"
RSTAT="S" RMAND="321" RLOAD="E" FIXPT="X" UCCHECK="X"/>
+  <A0_MAINDATA EDTX="X" VARCL="X" SUBC="1" APPL="S" VERN="000057"
RSTAT="S" RMAND="321" RLOAD="E" FIXPT="X" UCCHECK="X"/>

-    <LONG_TXT TDVERSION="00002" TDFUSER="TBENSIAL" TDFRELES="700"
TDFDATE="20100309" TDFTIME="155458" TDLUSER="TBENSIAL" TDLRELES="700"
TDLDATE="20100406" TDLTIME="123102" TDLINESIZE="072">U1&amp;PURPOSE&amp;
+    <LONG_TXT TDFUSER="TBENSIAL" TDFRELES="700" TDFDATE="20100309"
TDFTIME="155458" TDLUSER="TBENSIAL" TDLRELES="700" TDLDATE="20100406"
TDLTIME="123102" TDLINESIZE="072">U1&amp;PURPOSE&amp;

    <ITEM ID="I" KEY="BAC">
     <TEXTS>
-     <ITEM LANGU="D" ENTRY="Actions :" LENGTH="25 "/>
      <ITEM LANGU="E" ENTRY="Actions :" LENGTH="25 "/>
-     <ITEM LANGU="F" ENTRY="Actions :" LENGTH="25 "/>
     </TEXTS>

* INTF

-   <ITEM CMPNAME="TR_AUTHOR" VERSION="1" EXPOSURE="2" STATE="1"
EDITORDER="38 " TYPTYPE="4" SRCROW1="81 " SRCCOLUMN1="4 " SRCROW2="81 "
SRCCOLUMN2="39 " TYPESRC_LENG="38 ">tr_author TYPE RANGE OF tadir-author
-</ITEM>
+   <ITEM CMPNAME="TR_AUTHOR" VERSION="1" EXPOSURE="2" STATE="1"
EDITORDER="38 " TYPTYPE="4" SRCROW1="81 " SRCCOLUMN1="4 " SRCROW2="81 "
SRCCOLUMN2="39 " TYPESRC_LENG="36 ">tr_author TYPE RANGE OF tadir-author</ITEM>

* MSAG
-      <LONG_TXT TDVERSION="00001" TDFUSER="TBENSIAL" TDFRELES="700"
TDFDATE="20091124" TDFTIME="180839" TDLINESIZE="072">U1&amp;CAUSE&amp;
+      <LONG_TXT TDFUSER="TBENSIAL" TDFRELES="700" TDFDATE="20091124"
TDFTIME="180839" TDLINESIZE="072">U1&amp;CAUSE&amp;

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 21 Apr 2010 at 9:06

Attachments:

GoogleCodeExporter commented 8 years ago
Some error are connected to Issue 61

Original comment by taryck%b...@gtempaccount.com on 21 Apr 2010 at 9:28

GoogleCodeExporter commented 8 years ago
Connected to Issue 61.
Problems like :
-  ENDTRY.
-</SOURCE>
+  ENDTRY.</SOURCE>

Should be corrected by protection char.

Original comment by taryck%b...@gtempaccount.com on 21 Apr 2010 at 12:11

GoogleCodeExporter commented 8 years ago
Problem on Code signature :
- Method's order are not allways the same => Code of CL_OO_SOURCE->CONSTRUCTOR 
has to
be duplicated and adapted
- Code upper/lower case are not the same => Use of FUNCTION 
'CONVERT_EDITOR_SOURCE'
same action as pretty printer (indentation has be deactivated)

Original comment by taryck%b...@gtempaccount.com on 5 May 2010 at 11:31

GoogleCodeExporter commented 8 years ago
Still have trouble with code signature on Exception classes due to SOTR GUID 
changes.

Original comment by taryck%b...@gtempaccount.com on 5 May 2010 at 11:33

GoogleCodeExporter commented 8 years ago
Problem with type declaration(complex) that use code position :
- srcrow1,
- srccolumn1, 
- srcrow2, 
- srccolumn2, 
- typesrc_leng

=> Code position has been remove because do no seams to be use full

Original comment by taryck%b...@gtempaccount.com on 5 May 2010 at 1:50

GoogleCodeExporter commented 8 years ago
Pretty printer have been applied to all source codes :
- type group
- program
- interface
- class
- function group (includes)

Original comment by taryck%b...@gtempaccount.com on 5 May 2010 at 2:03

GoogleCodeExporter commented 8 years ago
This issue is closed, because XML difference is now corrected.
However code signature change still present and is affected to the new issue 71.

Original comment by taryck%b...@gtempaccount.com on 6 May 2010 at 8:20