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 most compiler warnings #565

Merged
merged 22 commits into from
Apr 10, 2022
Merged

Commits on Dec 25, 2021

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

Commits on Jan 26, 2022

  1. Improve deprecation suppression comments

    Co-authored-by: Nicolai Parlog <nicolai@nipafx.dev>
    Marcono1234 and nipafx committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3269bc2 View commit details
    Browse the repository at this point in the history
  2. Address review feedback

    Marcono1234 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    91649fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13cf658 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Merge branch 'main' of https://github.com/junit-pioneer/junit-pioneer

    …into compiler-warnings
    Michael1993 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    16374c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Remove varargs/generics combinations

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    1af3ba3 View commit details
    Browse the repository at this point in the history
  2. Prevent unintended fall-through

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    33d5fff View commit details
    Browse the repository at this point in the history
  3. Remove calls to deprecated methods ON A MOCK

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    d2eec49 View commit details
    Browse the repository at this point in the history
  4. Rename test case class

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    3971389 View commit details
    Browse the repository at this point in the history
  5. Turn all compiler warnings into errors

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8ea546c View commit details
    Browse the repository at this point in the history
  6. Document that warnings are treated as errors

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    1813150 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into compiler-warnings

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    d5cf347 View commit details
    Browse the repository at this point in the history
  8. Suppress two new varargs warnings

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    887c58e View commit details
    Browse the repository at this point in the history
  9. Replace @SuppressWarnings(deprecation) with @Deprecated

    Nicolai Parlog committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    4a5aca3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Merge branch 'main' of https://github.com/junit-pioneer/junit-pioneer

    …into compiler-warnings
    Michael1993 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    858d7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3287331 View commit details
    Browse the repository at this point in the history
  3. Requires transitive

    Michael1993 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3f63820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdb9fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Ignore 'exports' warnings and document why

    Nicolai Parlog committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    5425bc5 View commit details
    Browse the repository at this point in the history
  2. Small fixes

    Nicolai Parlog committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a76d1f7 View commit details
    Browse the repository at this point in the history
  3. Fix javac 17 warnings

    Nicolai Parlog committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    0966e29 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Suppress security manager deprecation warnings

    Nicolai Parlog committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    8563496 View commit details
    Browse the repository at this point in the history