tzutalin / Android-Object-Detection

:coffee: Fast-RCNN and Scene Recognition using Caffe
305 stars 144 forks source link

Multiple quality improvements #13

Closed m-ezzat closed 8 years ago

m-ezzat commented 8 years ago

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