Description
This usually occurs when we have an instance where a switch statement(s) fall through (that is, one or more break statements are missing).
We need to determine where a simple
@SuppressWarnings("fallthrough")
is required or whether we need to include the break statements in switch blocks