Fixed a couple warnings reported by code analysis (#9364)

* fix: resolve EmptyCatchBlock warnings

* fix: resolve PrintStackTrace warnings

* fix: resolve SwallowedException warnings

* fix: resolve ThrowingExceptionsWithoutMessageOrCause warnings

* fix: resolve ConstructorParameterNaming warnings

* fix: resolve FunctionParameterNaming warnings

* fix: resolve InvalidPackageDeclaration warnings

* fix: resolve ForEachOnRange warnings

* fix: resolve ImplicitDefaultLocale warnings

* fix: resolve MayBeConst warnings

* fix: resolve NewLineAtEndOfFile warnings

* fix: resolve UnusedParameter warnings

* fix: resolve UtilityClassWithPublicConstructor warnings

* fix: resolve WildcardImport warnings
This commit is contained in:
alexban011
2023-05-10 11:43:53 +03:00
committed by GitHub
parent 1df7ee46ac
commit f3e80a4021
102 changed files with 466 additions and 351 deletions

View File

@ -1 +1 @@
include("desktop", "android", "ios", "core", "tests", "server")
include("desktop", "android", "ios", "core", "tests", "server")