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

sonarlint :: add unload method to remove ThreadLocal objects #818

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

jpdahlke
Copy link
Collaborator

@jpdahlke jpdahlke commented Jun 13, 2024

https://rules.sonarsource.com/java/RSPEC-5164/

Another somewhat silly warning because having a method and calling that method are two different things, but it doesn't hurt to add a method to provide the capability. I just don't know that it's useful (or necessary to call them) with how we are using these objects since they live for the duration of the application.

@jpdahlke jpdahlke added this to the v8.6.0 milestone Jun 18, 2024
Copy link
Collaborator

@drivenflywheel drivenflywheel left a comment

Choose a reason for hiding this comment

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

🔥

@jpdahlke jpdahlke merged commit fe7f467 into NationalSecurityAgency:main Jun 20, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants