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:S1148, squid:HiddenFieldCheck, squid:S1066, squid:S1172 #3

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

Multiple code improvements - squid:S1148, squid:HiddenFieldCheck, squid:S1066, squid:S1172 #3

wants to merge 1 commit into from

Conversation

georgekankava
Copy link

This pull request is focused on resolving occurrences of Sonar rules
squid:S1148 - Throwable.printStackTrace(...) should not be called.
squid:HiddenFieldCheck - Local variables should not shadow class fields.
squid:S1066 - Collapsible "if" statements should be merged.
squid:S1172 - Unused method parameters should be removed.
You can find more information about the issue here:
https://dev.eclipse.org/sonar/rules/show/squid:S1148
https://dev.eclipse.org/sonar/rules/show/squid:HiddenFieldCheck
https://dev.eclipse.org/sonar/rules/show/squid:S1066
https://dev.eclipse.org/sonar/rules/show/squid:S1172
Please let me know if you have any questions.
George Kankava

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