google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

Redundant attribute entries created using class plugin #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When exporting classes containing interfaces - wrong attribute items are
exported. Redundant attribute entries (from interfaces) appear in xml
stream. You can verify it by exporting class CL_IXML.
    I have analyzed the code from ZSAPLINK_CLASS->CREATEIXMLDOCFROMOBJECT
and it seems that problem is in absence of condition (is_interface =
abap_false):

  LOOP AT classdescr->attributes INTO attribdescr WHERE is_inherited =
  abap_false AND is_interface = abap_false.

Original issue reported on code.google.com by ewherrm...@gmail.com on 31 Jan 2007 at 4:39

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 5 Feb 2007 at 3:21