This pull request is focused on resolving occurrences of Sonar rules squid:SwitchLastCaseIsDefaultCheck - "entrySet()" should be iterated when both the key and value are needed
squid:SwitchLastCaseIsDefaultCheck - "switch" statements should end with a "default" clause
squid:CommentedOutCodeLine - Sections of code should not be "commented out"
pmd:ImmutableField - Immutable Field
This pull request is focused on resolving occurrences of Sonar rules squid:SwitchLastCaseIsDefaultCheck - "entrySet()" should be iterated when both the key and value are needed squid:SwitchLastCaseIsDefaultCheck - "switch" statements should end with a "default" clause squid:CommentedOutCodeLine - Sections of code should not be "commented out" pmd:ImmutableField - Immutable Field
You can find more information about the issues here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S2864 https://dev.eclipse.org/sonar/coding_rules#q=squid:SwitchLastCaseIsDefaultCheck https://dev.eclipse.org/sonar/coding_rules#q=squid:CommentedOutCodeLine https://dev.eclipse.org/sonar/coding_rules#q=pmd:ImmutableField
Please let me know if you have any questions.
M-Ezzat