Skip to content

Commit 6f0abb6

Browse files
committed
remove deprecated annotations
1 parent 4e3fb1b commit 6f0abb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/greencodeinitiative/creedengo/java/checks/AvoidNPlusOneProblemInJPAEntitiesCheck.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@
66
import org.sonar.plugins.java.api.semantic.Symbol;
77
import org.sonar.plugins.java.api.semantic.Symbol.VariableSymbol;
88
import org.sonar.plugins.java.api.tree.*;
9-
import org.sonarsource.analyzer.commons.annotations.DeprecatedRuleKey;
109

1110
import java.util.*;
1211

1312
@Rule(key = "GCI604")
14-
@DeprecatedRuleKey(repositoryKey = "ecocode-java", ruleKey = "GCI604")
15-
@DeprecatedRuleKey(repositoryKey = "greencodeinitiative-java", ruleKey = "GCI604")
1613
public class AvoidNPlusOneProblemInJPAEntitiesCheck extends IssuableSubscriptionVisitor {
1714

1815
protected static final String RULE_MESSAGE = " Evitez le N+1 : utilisez un fetch join ou une récupération eager. ";

0 commit comments

Comments
 (0)