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

Remove explicit capture of fields #7282

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Commits on Jul 5, 2024

  1. Remove explicit capture of fields

    Previously we were capturing directly fields of the current class in
    a specific way and use them for condition evaluation, while this
    was captured as argument. Now we only capture this and all evaluations
    are based on implicit this dereferencing when needed.
    NB: Serialization of complex classes no longer capture static fields
    jpbempel committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8712cc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Rename error messsage

    remote unnecessary comments and dead code
    jpbempel committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    32bad46 View commit details
    Browse the repository at this point in the history