Skip to content

Conversation

@georgekankava
Copy link

This pull request is focused on resolving occurrences of Sonar rules
squid:S1118 - Utility classes should not have public constructors.
squid:S1197 - Array designators "[]" should be on the type, not the variable.
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:CommentedOutCodeLine - Sections of code should not be "commented out".
squid:S3008 - Static non-final field names should comply with a naming convention.
squid:S00100 - Method names should comply with a naming convention.
squid:S00116 - Field names should comply with a naming convention.
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:S1197
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:CommentedOutCodeLine
https://dev.eclipse.org/sonar/rules/show/squid:S3008
https://dev.eclipse.org/sonar/rules/show/squid:S00100
https://dev.eclipse.org/sonar/rules/show/squid:S00116
Please let me know if you have any questions.
George Kankava

…uid:S00117, squid:CommentedOutCodeLine, squid:S3008, squid:S00100, squid:S00116
@rlogiacco rlogiacco merged commit 768f2e1 into rlogiacco:feature/code-quality Apr 15, 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