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

Update code to Java 5 Code Level #962

Draft
wants to merge 25 commits into
base: next
Choose a base branch
from
Draft

Conversation

hernic
Copy link
Contributor

@hernic hernic commented May 5, 2024

  • Use parameterized instead of raw types
  • Use StringBuilder instead of StringBuffer when thread-safe is not needed
  • Replace for loops with enhanced for loops
  • Boxing/unboxing
  • ..

marine-master and others added 25 commits April 17, 2022 23:43
<= for gradle >5 compatibility
<= for gradle >=7 compatibility
<= for gradle >=7 compatibility
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.

2 participants