scottyab / secure-preferences

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
1.53k stars 235 forks source link

General Code Improvement 1 #44

Closed zeeshanasghar closed 8 years ago

zeeshanasghar commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule

squid:S2974 Classes without 'public' constructors should be 'final' squid:S1488 Local Variables should not be declared and then immediately returned or thrown

You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2974 https://dev.eclipse.org/sonar/rules/show/squid:S1488

Please let me know if you have any questions.

Zeeshan Asghar