Skip to content

General Code Improvement 2#9

Merged
bramp merged 1 commit intobramp:masterfrom
DevFactory:release/general-code-improvments-fix-2
Jun 5, 2016
Merged

General Code Improvement 2#9
bramp merged 1 commit intobramp:masterfrom
DevFactory:release/general-code-improvments-fix-2

Conversation

@zeeshanasghar
Copy link
Copy Markdown
Contributor

This pull request is focused on resolving occurrences of Sonar rule

squid:S1118 Utility classes should not have public constructors
squid:UselessParenthesesCheck Useless parentheses around expressions should be removed to prevent any misunderstanding
squid:S1185 Overriding methods should do more than simply call the same method in the super class
squid:HiddenFieldCheck Local variables should not shadow class fields

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

Please let me know if you have any questions.

Zeeshan Asghar

squid:S1185 Overriding methods should do more than simply call the same method in the super class
squid:UselessParenthesesCheck Useless parentheses around expressions should be removed to prevent any misunderstanding
squid:S1118
 Utility classes should not have public constructors
@bramp bramp merged commit 902429a into bramp:master Jun 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants