Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Parameter is never cleared or assigned" in CALL TRANSFORMATION block #267

Closed
cyb3rko opened this issue Mar 12, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@cyb3rko
Copy link

cyb3rko commented Mar 12, 2024

Hello there,
I have the following method:

METHOD serialize.
  " TODO: parameter RESULT is never cleared or assigned (ABAP cleaner)

  CALL TRANSFORMATION id
       SOURCE values = object
       RESULT XML result.
ENDMETHOD.

ABAP cleaner gives the warning that result is never assigned, even though the call of "CALL TRANSFORMATION ... RESULT XML result" assigns a new value to result.

@jmgrassau jmgrassau added the bug Something isn't working label Mar 12, 2024
@jmgrassau jmgrassau self-assigned this Mar 12, 2024
@jmgrassau
Copy link
Member

Hi Niko,

thanks a lot for reporting this! This bug will be fixed with the next release.

Kind regards,
Jörg-Michael

@jmgrassau
Copy link
Member

Hi Niko,

this bug should now be fixed with version 1.15.0, which was just released! Thanks again for opening this issue.

Kind regards,
Jörg-Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants