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

Suppress unused method warning in StandardExceptionMappersTest.SupportedCustomServerFactory #550

Closed
sleberknight opened this issue Oct 17, 2024 · 0 comments · Fixed by #551
Assignees
Labels
code cleanup Fix issues reported by Sonar or any other code analysis tools
Milestone

Comments

@sleberknight
Copy link
Member

Add:

@SuppressWarnings("unused")  // this is called via reflection

to StandardExceptionMappersTest.SupportedCustomServerFactory#setRegisterDefaultExceptionMappers because it is called via reflection.

@sleberknight sleberknight added this to the 4.0.0 milestone Oct 17, 2024
@sleberknight sleberknight self-assigned this Oct 17, 2024
@sleberknight sleberknight added the code cleanup Fix issues reported by Sonar or any other code analysis tools label Oct 17, 2024
sleberknight added a commit that referenced this issue Oct 17, 2024
* Remove redundant throws clause from CachingHealthCheck#check
* Suppress unused method warning in StandardExceptionMappersTest

Closes #549
Closes #550
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 a pull request may close this issue.

1 participant