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

Code cleanups - use newer JDK features #396

Merged
merged 1 commit into from Nov 14, 2023
Merged

Code cleanups - use newer JDK features #396

merged 1 commit into from Nov 14, 2023

Conversation

slawekjaranowski
Copy link
Member

  • use diamond operators
  • use try-with-resources
  • catch multiple exceptions in one block
  • use Files.createTempFile instead of File.createTempFile
  • drop unused classes and fields

- use diamond operators
- use try-with-resources
- catch multiple exceptions in one block
- use Files.createTempFile instead of File.createTempFile
- drop unused classes and fields
@slawekjaranowski slawekjaranowski merged commit 2afa124 into master Nov 14, 2023
30 checks passed
@slawekjaranowski slawekjaranowski deleted the cleanups branch November 14, 2023 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant