File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/org/greencodeinitiative/creedengo/java/checks Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 66import org .sonar .plugins .java .api .semantic .Symbol ;
77import org .sonar .plugins .java .api .semantic .Symbol .VariableSymbol ;
88import org .sonar .plugins .java .api .tree .*;
9- import org .sonarsource .analyzer .commons .annotations .DeprecatedRuleKey ;
109
1110import java .util .*;
1211
1312@ Rule (key = "GCI604" )
14- @ DeprecatedRuleKey (repositoryKey = "ecocode-java" , ruleKey = "GCI604" )
15- @ DeprecatedRuleKey (repositoryKey = "greencodeinitiative-java" , ruleKey = "GCI604" )
1613public 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. " ;
You can’t perform that action at this time.
0 commit comments