aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base/test130
diff options
context:
space:
mode:
authorAndrew Clement <aclement@vmware.com>2025-03-21 11:03:15 -0700
committerAndrew Clement <aclement@vmware.com>2025-03-21 11:03:15 -0700
commit30b83b00ebc7f6ed8c568341d1d435c50388dcaa (patch)
tree7810d691ae7d7c422a7cc8e1c06a6669a22fc437 /tests/base/test130
parent8f9332a313792a0d3742112a49fd8cde98179d28 (diff)
downloadaspectj-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