Closed faisal-hameed closed 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
Thanks for the PR. Just missing change from keySet() to entrySet().
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