File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
java/org/greencodeinitiative/creedengo/java/checks
resources/org/greencodeinitiative/creedengo/java Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7878 <google .re2j>1.8</google .re2j>
7979
8080 <!-- Version of creedengo rules specifications implemented by this plugin -->
81- <creedengo-rules-specifications .version>2.2.2 </creedengo-rules-specifications .version>
81+ <creedengo-rules-specifications .version>main-snapshot </creedengo-rules-specifications .version>
8282
8383 <!-- URL of the Maven repository where sonarqube will be downloaded -->
8484 <test-it .orchestrator.artifactory.url>https://repo1.maven.org/maven2</test-it .orchestrator.artifactory.url>
Original file line number Diff line number Diff line change 1010
1111import java .util .*;
1212
13- @ Rule (key = "GRC3 " )
14- @ DeprecatedRuleKey (repositoryKey = "ecocode-java" , ruleKey = "GRC3 " )
15- @ DeprecatedRuleKey (repositoryKey = "greencodeinitiative-java" , ruleKey = "GRC3 " )
13+ @ Rule (key = "GCI604 " )
14+ @ DeprecatedRuleKey (repositoryKey = "ecocode-java" , ruleKey = "GCI604 " )
15+ @ DeprecatedRuleKey (repositoryKey = "greencodeinitiative-java" , ruleKey = "GCI604 " )
1616public class AvoidNPlusOneProblemInJPAEntitiesCheck extends IssuableSubscriptionVisitor {
1717
1818 protected static final String RULE_MESSAGE = " Evitez le N+1 : utilisez un fetch join ou une récupération eager. " ;
Original file line number Diff line number Diff line change 1919 " GCI79" ,
2020 " GCI82" ,
2121 " GCI94" ,
22- " GRC3 "
22+ " GCI604 "
2323 ]
2424}
You can’t perform that action at this time.
0 commit comments