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

Remove warnings #1994

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open

Remove warnings #1994

wants to merge 57 commits into from

Commits on Dec 4, 2021

  1. refactor: remove warnings from json project.

    pascal committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    390f199 View commit details
    Browse the repository at this point in the history
  2. refactor: remove warnings from util project.

    pascal committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    f73c993 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. chore: remove warnings from actor project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0791720 View commit details
    Browse the repository at this point in the history
  2. chore: remove warnings from common project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    54030b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7e804 View commit details
    Browse the repository at this point in the history
  4. chore: remove warnings from json project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e2a4095 View commit details
    Browse the repository at this point in the history
  5. chore: remove warnings from json test project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    b677a6d View commit details
    Browse the repository at this point in the history
  6. chore: remove warnings from markdown project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    6029180 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65590c8 View commit details
    Browse the repository at this point in the history
  8. chore: remove warnings from util project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    53104fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acad15e View commit details
    Browse the repository at this point in the history
  10. chore: remove warnings from db project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e93efac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fe8f90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    371fea0 View commit details
    Browse the repository at this point in the history
  13. chore: remove warnings from mongodb project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5c5034d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be76c5c View commit details
    Browse the repository at this point in the history
  15. chore: remove warnings from proto project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    1781095 View commit details
    Browse the repository at this point in the history
  16. chore: remove warnings from testkit project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a2c2b9b View commit details
    Browse the repository at this point in the history
  17. chore: remove warnings from webkit project.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    1327fa9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2c80dbe View commit details
    Browse the repository at this point in the history
  19. fix: replace http by https in project urls.

    pascal committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    d903609 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. chore: remove warnings from json-ext project.

    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    61f36b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b7d256 View commit details
    Browse the repository at this point in the history
  3. chore: remove warnings from mapper project.

    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d90ff10 View commit details
    Browse the repository at this point in the history
  4. chore: remove warnings from mongodb project.

    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    46e1676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c20736 View commit details
    Browse the repository at this point in the history
  6. chore: remove warnings from proto project.

    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e9db711 View commit details
    Browse the repository at this point in the history
  7. chore: remove warnings from record project.

    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    580b94f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61036fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e21c5e1 View commit details
    Browse the repository at this point in the history
  10. chore: remove warnings from mapper project.

    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    839e2dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97f0809 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81f0af4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    50d54e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a23300f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a94a2b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ede2597 View commit details
    Browse the repository at this point in the history
  17. chore: don't use spray json. Use scala json parser.

    And a @nowarn, because scala json is deprecated.  But we can use it, as
    long as it is available.
    
    Using spray json showed that it worked.  It is used only for tests.
    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d5dc54b View commit details
    Browse the repository at this point in the history
  18. chore: add message to all nowarn annotations.

    pascal committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e06ae31 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5136647 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    8b34255 View commit details
    Browse the repository at this point in the history
  2. chore: remove more unused imports.

    pascal committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    5a747e1 View commit details
    Browse the repository at this point in the history
  3. chore: remove implicitConversions import.

    As compiler option is used for the same effect. The advantage is that
    removing these import get rid of unused import messages.
    pascal committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4487d45 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. chore: remove more unused imports.

    pascal committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    114cfa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa91f95 View commit details
    Browse the repository at this point in the history
  3. chore: remove scaladoc warnings.

    Modify the code where it is possible.
    Add the scalac option -no-link-warnings for the remaining warnings.
    pascal committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    7bbf8f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. chore: use @unchecked instead of throwing an exception.

    Replace the added default case in pattern matching throwing an
    IllegalArgumentException by an unchecked annotation.
    
    Let the runtime throw the standard MatchError as previously, if the case
    ever happens.
    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    cddd80e View commit details
    Browse the repository at this point in the history
  2. chore: remove warning in util tests.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    bdc6a94 View commit details
    Browse the repository at this point in the history
  3. chore: check pf4 type instead of removing it.

    Previously, pf4 was just created and his type was given. So I suppose
    that the check is if it has the correct type. The check is now added
    explicitely.
    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    89176af View commit details
    Browse the repository at this point in the history
  4. chore: remove all unused in tests of actor.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    b67f994 View commit details
    Browse the repository at this point in the history
  5. chore: remove all unused in tests of common.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    5f5e3a2 View commit details
    Browse the repository at this point in the history
  6. chore: remove all unused in tests of json-ext.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4c55183 View commit details
    Browse the repository at this point in the history
  7. chore: remove all unused in tests of json.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    fbf2974 View commit details
    Browse the repository at this point in the history
  8. chore: remove all unused in tests of markdown.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    ac0dae4 View commit details
    Browse the repository at this point in the history
  9. chore: remove all unused in tests of mapper.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    59f2556 View commit details
    Browse the repository at this point in the history
  10. chore: remove all unused in tests of testkit.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    98618a9 View commit details
    Browse the repository at this point in the history
  11. chore: remove all unused in tests of webkit.

    pascal committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    c51cded View commit details
    Browse the repository at this point in the history