Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename rule keys ECXXX to the Green Code Initiative naming convention GCIXXX #75

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vincent314
Copy link

@vincent314 vincent314 commented Dec 6, 2024

Warning : will need a proper version for the new artifact org.green-code-initiative:creedengo-rules-specifications once available on Maven Central.

creedengo-rules-specifications set to 2.0.0, available in Maven Central

@@ -0,0 +1,21 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file must be named "creedengo_way_profile.json" and check impact inside code where this file is mentionned
and the "name" property must also be updated

@@ -43,11 +43,11 @@ public void foo2() {
System.err.println(e.getMessage());
} finally {
if (fr) {
fr.close();
org.close();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you update this variable ?
but checking the code, I think this code doesn't compile because "fr" variable is not visible in finally block ... hum ... we have to check this wrong example code

Copy link

sonarcloud bot commented Dec 13, 2024

Please retry analysis of this Pull-Request directly on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants