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

Boxing and unboxing #954

Open
wants to merge 11 commits into
base: next
Choose a base branch
from
Open

Commits on Mar 18, 2024

  1. Remove unnecessary boxing

    Explicit boxing is not needed in Java > 1.4
    Juiceman committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7127d1e View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary unboxing

    Explicit unboxing is not needed in Java > 1.4
    Juiceman committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    65d5ee0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    7e89e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b5bfc View commit details
    Browse the repository at this point in the history
  3. Remove redundant variables

    Juiceman committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    937880f View commit details
    Browse the repository at this point in the history
  4. Remove redundant variables

    Juiceman committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9378205 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Remove unnecessary variable

    Juiceman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c98cfc7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    f573e5e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    86bdd42 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    711b0a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    3986ce1 View commit details
    Browse the repository at this point in the history