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

Fix file leak in ClassFinder #193

Merged
merged 1 commit into from Feb 9, 2023
Merged

Fix file leak in ClassFinder #193

merged 1 commit into from Feb 9, 2023

Conversation

lbergelson
Copy link
Member

@cmnbroad I stumbled on this randomly and figured we should close it.

  • Adds a try-with-resources block to close a zipfile in the class finder
  • And the impossible to resist first java 17 related minor refactoring.

* Adds a try-with-resources block to close a zipfile in the class finder
* And the impossible to resist first java 17 related minor refactoring.
Copy link
Collaborator

@droazen droazen left a comment

Choose a reason for hiding this comment

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

👍

@lbergelson lbergelson merged commit 732f462 into master Feb 9, 2023
@lbergelson lbergelson deleted the lb_fix_file_leak branch February 9, 2023 16:32
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.

None yet

3 participants