Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple code improvements: squid:S1068, squid:S1854, squid:S1192, squid:S00115, squid:UselessParenthesesCheck #268

Merged
merged 1 commit into from
Apr 28, 2016
Merged

multiple code improvements: squid:S1068, squid:S1854, squid:S1192, squid:S00115, squid:UselessParenthesesCheck #268

merged 1 commit into from
Apr 28, 2016

Conversation

georgekankava
Copy link
Contributor

This pull request is focused on resolving occurrences of Sonar rules
squid:S1068 - Unused private fields should be removed.
squid:S1854 - Dead stores should be removed.
squid:S1192 - String literals should not be duplicated.
squid:S00115 - Constant names should comply with a naming convention.
squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding.
You can find more information about the issue here:
https://dev.eclipse.org/sonar/rules/show/squid:S1068
https://dev.eclipse.org/sonar/rules/show/squid:S1854
https://dev.eclipse.org/sonar/rules/show/squid:S1192
https://dev.eclipse.org/sonar/rules/show/squid:S00115
https://dev.eclipse.org/sonar/rules/show/squid:UselessParenthesesCheck
Please let me know if you have any questions.
George Kankava

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 11.058% when pulling e2986c5 on DevFactory:release/multiple-code-improvements-fix-3 into ef4ce8c on decebals:master.

@decebals decebals merged commit c024a56 into pippo-java:master Apr 28, 2016
@decebals
Copy link
Member

Thanks!

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.

3 participants