We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938b1d7 commit 0230fd7Copy full SHA for 0230fd7
core-codemods/src/main/java/io/codemodder/codemods/MoveSwitchDefaultCaseLastCodemod.java
@@ -12,8 +12,8 @@
12
/**
13
* A codemod for moving the "default" case to last in switch statements. This codemod is not
14
* currently in the default set because it could conceivably change behavior when other case
15
- * statements fall through to it. It should be improved to only move if the previous case
16
- * does not fall through.
+ * statements fall through to it. It should be improved to only move if the previous case does not
+ * fall through.
17
*/
18
@Codemod(
19
id = "pixee:java/move-switch-default-last",
0 commit comments