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

SonarCloud error reduction: java rule S1170: Public constants and fields initialized at declaration should be "static final" rather than merely "final" #9940

Open
CDellaGiusta opened this issue Mar 10, 2025 · 0 comments
Labels
good first issue Good for newcomers sonar-cloud-error-reduction all items related to reduce the number of errors in SonarCloud

Comments

@CDellaGiusta
Copy link
Contributor

SonarCloud issues errors on java rule S1170: Public constants and fields initialized at declaration should be "static final" rather than merely "final"
https://sonarcloud.io/organizations/uyuni-project/rules?open=java%3AS1170&rule_key=java%3AS1170

All issues in Uyuni for this rule:
https://sonarcloud.io/project/issues?languages=java&issueStatuses=OPEN%2CCONFIRMED&id=uyuni-project_uyuni&rules=java%3AS1170

These errors should be fixed. This task can be also split into smaller chunks.

@CDellaGiusta CDellaGiusta added good first issue Good for newcomers sonar-cloud-error-reduction all items related to reduce the number of errors in SonarCloud labels Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers sonar-cloud-error-reduction all items related to reduce the number of errors in SonarCloud
Projects
None yet
Development

No branches or pull requests

1 participant