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

Use Java 8 features #5833

Merged
merged 11 commits into from
May 1, 2024
Merged

Use Java 8 features #5833

merged 11 commits into from
May 1, 2024

Commits on Apr 30, 2024

  1. Enhanced for loop.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0064bda View commit details
    Browse the repository at this point in the history
  2. Use contains.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    038ae2a View commit details
    Browse the repository at this point in the history
  3. Unnecessary boxing.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    93d13ef View commit details
    Browse the repository at this point in the history
  4. Use enhanced for loop.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    69a335e View commit details
    Browse the repository at this point in the history
  5. Remove unboxing

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    61631f5 View commit details
    Browse the repository at this point in the history
  6. No need for explicit type.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e713647 View commit details
    Browse the repository at this point in the history
  7. Merge exceptions.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8528311 View commit details
    Browse the repository at this point in the history
  8. Replace with lambda.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    25f1608 View commit details
    Browse the repository at this point in the history
  9. Replace with method reference.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8d1db49 View commit details
    Browse the repository at this point in the history
  10. Use switch.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3cbdfd8 View commit details
    Browse the repository at this point in the history
  11. Use local variable.

    asashour authored and filipelautert committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2b3fdf3 View commit details
    Browse the repository at this point in the history