** org.openrewrite.java.cleanup.FallThrough** Checks for fall-through in switch statements, adding break statements in locations where a case contains Java code but does not have a break, return, throw, or continue statement.
This recipe has no required configuration parameters and comes from a rewrite core library. It can be activated directly without adding any dependencies.