detekt.LoopWithTooManyJumpStatements
Error prone
Warning
Too many jump statements
Codiga provides multiple sets of rules for 12+ languages. Below we provide a link and a description for all the rules supported by our platform. Note that not all the rules are being listed and described below.
Too many jump statements
Replace magic numbers with a constant
Package name should match the pattern: [a-z]+(\\.[a-z][A-Za-z0-9]*)*
Caught exception is too generic. Prefer catching specific exceptions to the case that is currently handled.
String.format() uses implicitly default locale for string formatting.
Exceptions should not be swallowed.