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 591af6f commit c669008Copy full SHA for c669008
core-codemods/src/main/java/io/codemodder/codemods/RemoveUnusedImportCodemod.java
@@ -18,7 +18,7 @@
18
import javax.inject.Inject;
19
20
@Codemod(
21
- id = "sonar:java/remove-redundant-variable-creation-s1128",
+ id = "sonar:java/remove-unused-import-s1128",
22
reviewGuidance = ReviewGuidance.MERGE_WITHOUT_REVIEW,
23
importance = Importance.LOW,
24
executionPriority = CodemodExecutionPriority.HIGH)
0 commit comments