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'
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