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 S1905: Redundant casts should not be used #9944

Open
CDellaGiusta opened this issue Mar 10, 2025 · 1 comment
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 S1905: Redundant casts should not be used
https://sonarcloud.io/organizations/uyuni-project/rules?open=java%3AS1905&rule_key=java%3AS1905

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

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
@hemantyb
Copy link

Hi, I'd like to work on this issue, I've gone through the codebase and found the area with redundant casts that can be removed.
Also reviewed all the open issues related to Uyuni project and identified where the fix needed (with the help of SonarCloud).
Let me know If I can proceed?

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

2 participants