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

Sonar cleanup #1150

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Sonar cleanup #1150

merged 1 commit into from
Jun 3, 2024

Conversation

sleberknight
Copy link
Member

  • Local variables should not shadow class fields ( java:S1117 )
  • Methods should not have identical implementations ( java:S4144 )
  • Java features should be preferred to Guava ( java:S4738 )
  • Restricted Identifiers should not be used as Identifiers ( java:S6213 )

* Local variables should not shadow class fields ( java:S1117 )
* Methods should not have identical implementations ( java:S4144 )
* Java features should be preferred to Guava ( java:S4738 )
* Restricted Identifiers should not be used as Identifiers ( java:S6213 )
@sleberknight sleberknight added the code cleanup Fix issues reported by Sonar or any other code analysis tools label Jun 3, 2024
@sleberknight sleberknight added this to the 4.0.0 milestone Jun 3, 2024
@sleberknight sleberknight self-assigned this Jun 3, 2024
Copy link

sonarqubecloud bot commented Jun 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sleberknight sleberknight merged commit da450d4 into main Jun 3, 2024
5 checks passed
@sleberknight sleberknight deleted the more-sonar-cleanup branch June 3, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Fix issues reported by Sonar or any other code analysis tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant