yarolegovich / MaterialPreferences

A highly flexible set of lovely looking views that provides functionality of preferences.
Apache License 2.0
485 stars 67 forks source link

squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order #5

Closed georgekankava closed 8 years ago

georgekankava commented 8 years ago

This pull request is focused on resolving occurrence of Sonar rule squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order. This pull request removes 75 minutes of technical debt. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1213 Please let me know if you have any questions. George Kankava

yarolegovich commented 8 years ago

Thanks, but I follow another rule that static methods should appear above members and constructors. And a lot of people does https://github.com/android10/Android-CleanArchitecture/blob/eb54120a53635d0a83b5d1d2e9ec1f17e2a5f912/presentation/src/main/java/com/fernandocejas/android10/sample/presentation/view/activity/UserDetailsActivity.java#L27