worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

General Code Improvement 3 #77

Closed zeeshanasghar closed 8 years ago

zeeshanasghar commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule

squid:UselessParenthesesCheck Useless parentheses around expressions should be removed to prevent any misunderstanding squid:S1488 Local Variables should not be declared and then immediately returned or thrown squid:S2325 'private' methods that don't access instance data should be 'static'

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

Please let me know if you have any questions.

Zeeshan Asghar

worker8 commented 8 years ago

Merged, thanks! ✨