sweetstuff4u / zaplink

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

Deferred class declaration are not preserved after import #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export Classe with deferred classe declaration
2. Import on a new system
3. Export it from the new system and compare XML

What is the expected output?
Defered classes is preserved

What do you see instead?
Deferred classes has been removed => checksum change
-  <DEFERRED>
-   <CLASSES>
-    <ITEM TYPEGROUP="ZAPLINK_DOCUMENTATION" VERSION="1" TPUTYPE="1"
IMPLICIT="X"/>
-   </CLASSES>
-  </DEFERRED>

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 7 May 2010 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by taryck%b...@gtempaccount.com on 7 May 2010 at 9:00

GoogleCodeExporter commented 8 years ago
Fixed by adding deferred class to dependencies.

WARNING : Deferred classes might be wrong (unnecessary) and should be removed.

Original comment by taryck%b...@gtempaccount.com on 7 May 2010 at 4:14