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 quality improvements #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Multiple quality improvements #5

wants to merge 1 commit into from

Conversation

m-ezzat
Copy link
Contributor

@m-ezzat m-ezzat commented Mar 25, 2016

This pull request is focused on resolving occurrences of Sonar rules pmd:ConsecutiveAppendsShouldReuse - Consecutive Appends Should Reuse
squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order
squid:S1854 - Dead stores should be removed
squid:S3052 - Fields should not be initialized to default values
squid:S1155 - Collection.isEmpty() should be used to test for emptiness

You can find more information about the issues here:
https://dev.eclipse.org/sonar/coding_rules#q=pmd:ConsecutiveAppendsShouldReuse
https://dev.eclipse.org/sonar/coding_rules#q=squid:S1213
https://dev.eclipse.org/sonar/coding_rules#q=squid:S1854
https://dev.eclipse.org/sonar/coding_rules#q=squid:S3052
https://dev.eclipse.org/sonar/coding_rules#q=squid:S1155

Please let me know if you have any questions.

M-Ezzat

@m-ezzat
Copy link
Contributor Author

m-ezzat commented Jun 29, 2016

I am not sure whether you do not agree with these changes or not. Please close this PR if not.

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.

1 participant