sweetstuff4u / zaplink

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

Dump when anonimze class with event #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. extract a class with a event

What is the expected output?
OK

What do you see instead?
Dump :
Runtime Errors         GETWA_NOT_ASSIGNED
  LOOP AT events ASSIGNING <ev>.
    CLEAR:
      <ev>-author,
      <ev>-createdon,
      <ev>-changedby,
      <ev>-changedon,
      <ev>-r3release.
    MODIFY <me>-parameters FROM s_pa TRANSPORTING author createdon
changedby changedon
           WHERE NOT cmpname IS INITIAL OR cmpname IS INITIAL.
    MODIFY <me>-exceptions FROM s_ex TRANSPORTING author createdon
changedby changedon
           WHERE NOT cmpname IS INITIAL OR cmpname IS INITIAL.
  ENDLOOP.

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 16 Feb 2010 at 6:24

GoogleCodeExporter commented 8 years ago

Original comment by taryck%b...@gtempaccount.com on 17 Feb 2010 at 1:21