MenuDroid
MenuDroid copied to clipboard
MenuDroid - Android Restaurant Managment Project
Fixing squid: S00116 method names should comply and S00117 Local variable names should comply Fevzi Ozgul
Fixing squids : S2142 InterruptedException S2093 : use try-with-resources and S1226: Method parameters should not shadow method variables Fevzi Ozgul
Fixing several squids S1151 "switch case" clauses should not have too many lines S1319 Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as...
"This pull request is focused on resolving occurrences of Sonar rule squid:S2142- “InterruptedException" should not be ignored”. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2142 Please let me...