diff options
author | Jonas Herzig <jonas@spark-squared.com> | 2021-11-10 19:29:29 +0100 |
---|---|---|
committer | Jonas Herzig <jonas@spark-squared.com> | 2021-11-10 20:32:40 +0100 |
commit | 971ee3e3186f1515e382985ab23a8d32899c5a07 (patch) | |
tree | c2810cd7d53b4c774f737a0747b2d11b2cb371cf /gradle | |
parent | 6883c516e73f55062f27a5f98e306149896c4907 (diff) | |
download | Remap-971ee3e3186f1515e382985ab23a8d32899c5a07.tar.gz Remap-971ee3e3186f1515e382985ab23a8d32899c5a07.tar.bz2 Remap-971ee3e3186f1515e382985ab23a8d32899c5a07.zip |
Remap mixin injector target arguments even when method is not mapped
E.g. there are no mapping entries for constructors cause their name is always
`<init>` but we nevertheless want to remap their argument types.
We cannot determine whether the name is ambiguous in the mapped
environment (because that check is based on the mappings), so we always keep the
arguments when it previously had ones.
Diffstat (limited to 'gradle')
0 files changed, 0 insertions, 0 deletions