Fevzi Ozgul
Fevzi Ozgul
This pull request is focused on resolving occurrences of Sonar rule squid:S0012 - “ generic exceptions should never be thrown ”. You can find more information about the issue here:...
This pull request is focused on resolving occurrences of Sonar rule squid:S1319 - “Declarations should use Java collection interfaces such as ""List"" rather than specific implementation classes such as ""LinkedList""...
This pull request is focused on resolving occurrences of Sonar rule squid:S1118 - “Utility classes should not have public constructors ”. You can find more information about the issue here:...
This pull request is focused on resolving occurrences of Sonar rule squid:S1151 - “""switch case"" clauses should not have too many lines”. You can find more information about the issue...
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...
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...
"This pull request is focused on resolving occurrences of Sonar rule squid:S1213 - “ The members of an interface declaration or class should appear in a pre-defined order”. You can...