commit | b3728be35809c1b810b48d8fc537ed6af2b51b2a | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Mon May 08 11:19:26 2023 -0700 |
committer | Luca Weiss <luca.weiss@fairphone.com> | Wed Aug 14 15:57:15 2024 +0200 |
tree | 29de4f127062b1d10cde1898d5e3323ae888a49c | |
parent | 05a43743eec96e752c5a509c42ca76979f16b3cf [diff] |
Handle synthetic method parameters entries that don't have names > If the value of the name_index item is zero, then this parameters element indicates a formal parameter with no name. https://docs.oracle.com/javase/specs/jvms/se20/html/jvms-4.html#jvms-4.7.24 PiperOrigin-RevId: 530356139 Issue: FP3-A13#318 Bug: 350689588 Test: go/prebuilt-drop-local-testing Change-Id: I3f5235c90dfbadc4abc90cf2f9516de96211ad63 (cherry picked from commit 612ede47a5d2bf0d23796959d147678cc42b71bd)