Skip to content

Please remove synthetic methods #24

Description

@RiteshChandnani

There’s no true nesting in Java. Hence, any access to private members of outer class from nested class will have to go via a package scoped method generated by Java to facilitate the call.

To reduce method, make methods of outer class package scoped.

More information:
https://realm.io/news/360andev-jake-wharton-java-hidden-costs-android/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions