Skip to content

Conversation

@georgekankava
Copy link

@georgekankava georgekankava commented Apr 22, 2016

This pull request is focused on resolving occurrences of Sonar rules
squid:CommentedOutCodeLine - Sections of code should not be "commented out".
squid:S00108 - Nested blocks of code should not be left empty.
squid:S3008 - Static non-final field names should comply with a naming convention.
squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order.
squid:S00117 - Local variable and method parameter names should comply with a naming convention.
squid:S00116 - Field names should comply with a naming convention.
squid:S1066 - Collapsible "if" statements should be merged.
squid:S00115 - Constant names should comply with a naming convention.
squid:S1197 - Array designators "[]" should be on the type, not the variable.
squid:S2184 - Math operands should be cast before assignment.
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:CommentedOutCodeLine
https://dev.eclipse.org/sonar/rules/show/squid:S00108
https://dev.eclipse.org/sonar/rules/show/squid:S3008
https://dev.eclipse.org/sonar/rules/show/squid:S1213
https://dev.eclipse.org/sonar/rules/show/squid:S00117
https://dev.eclipse.org/sonar/rules/show/squid:S00116
https://dev.eclipse.org/sonar/rules/show/squid:S1066
https://dev.eclipse.org/sonar/rules/show/squid:S00115
https://dev.eclipse.org/sonar/rules/show/squid:S1197
https://dev.eclipse.org/sonar/rules/show/squid:S2184
https://dev.eclipse.org/sonar/rules/show/squid:UselessParenthesesCheck
Please let me know if you have any questions.
George Kankava

… squid:S3008, squid:S1213, squid:S00117, squid:S00116, squid:S1066, squid:S00115, squid:S1197, squid:S2184, squid:UselessParenthesesCheck
@rlogiacco rlogiacco merged commit a2e6d98 into rlogiacco:feature/code-quality May 7, 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