aurelhubert / aurelhubert/ahbottomnavigation
Please remove synthetic methods
Open
- Dominant language
- Java
- Stars
- 3.8k
- Forks
- 672
- PR merge metrics
- No merged PRs in 30d
Description
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/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.