diff options
author | Andrew Clement <aclement@vmware.com> | 2025-03-21 11:03:15 -0700 |
---|---|---|
committer | Andrew Clement <aclement@vmware.com> | 2025-03-21 11:03:15 -0700 |
commit | 30b83b00ebc7f6ed8c568341d1d435c50388dcaa (patch) | |
tree | 7810d691ae7d7c422a7cc8e1c06a6669a22fc437 /tests/base/test130 | |
parent | 8f9332a313792a0d3742112a49fd8cde98179d28 (diff) | |
download | aspectj-30b83b00ebc7f6ed8c568341d1d435c50388dcaa.tar.gz aspectj-30b83b00ebc7f6ed8c568341d1d435c50388dcaa.zip |
Fix for GH328 - problem with generating supporting code for inline method access
The Eclipse compiler has become more strict and we need to be informing
the code generator about variables before we use them otherwise it will
not allow them to be manipulated (even though they are there in the bytecode).
This fixes ensures sensible names are passed through from the original
point where the inline access method is created all the way to the
method binding that the generator is inspecting. These can then be used
to inform the code generator. This seems preferable to creating simply
fake entries on the backend.
Fixes #328
Diffstat (limited to 'tests/base/test130')
0 files changed, 0 insertions, 0 deletions