Skip to content

Multiple code improvements fix 1: squid:S1199, squid:S1066, squid:S18… #224

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

Conversation

georgekankava
Copy link
Contributor

This pull request is focused on resolving occurrences of Sonar rules
squid:SwitchLastCaseIsDefaultCheck - "switch" statements should end with a "default" clause.
squid:S1199 - Nested code blocks should not be used.
squid:S1854 - Dead stores should be removed.
squid:S1066 - Collapsible "if" statements should be merged.
You can find more information about the issue here:
https://dev.eclipse.org/sonar/coding_rules#q=squid%3ASwitchLastCaseIsDefaultCheck
https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1199
https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1854
https://dev.eclipse.org/sonar/coding_rules#q=squid%3AS1066
Please let me know if you have any questions.
George Kankava

wumpz added a commit that referenced this pull request Feb 11, 2016
…ovements-fix-1

Multiple code improvements fix 1: squid:S1199, squid:S1066, squid:S18…
@wumpz wumpz merged commit 2cd47bc into JSQLParser:master Feb 11, 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