openshopio / openshop.io-android

OpenShop.io
http://openshop.io
MIT License
503 stars 350 forks source link

General code quality fix-1 #13

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rules squid:S2864 - "entrySet()" should be iterated when both the key and value are needed. squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding. You can find more information about the issues here: https://dev.eclipse.org/sonar/rules/show/squid:S2864 https://dev.eclipse.org/sonar/rules/show/squid:UselessParenthesesCheck

Please let me know if you have any questions.

Faisal Hameed

ZelvaJan commented 8 years ago

Thanks for the PR. Just missing change from keySet() to entrySet().