Skip to content

Please remove synthetic methods #24

@RiteshChandnani

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/

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