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

[6.4.0] Handle synthetic method parameters entries that don't have names #19758

Merged
merged 3 commits into from
Oct 9, 2023

Commits on Oct 7, 2023

  1. 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: 530621691
    Change-Id: I7ff5bea7a5203f10c62fde42ff10818f8c94cd9e
    cushon committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    76415b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    a33ec29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56b889 View commit details
    Browse the repository at this point in the history