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

Issue #5086 Review and rework o.e.j.util.Scanner #5744

Merged
merged 11 commits into from Dec 2, 2020

Commits on Dec 1, 2020

  1. Issue #5086 Review and rework o.e.j.util.Scanner

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 1, 2020
    Copy the full SHA
    4883332 View commit details
    Browse the repository at this point in the history
  2. Issue #5086 Improve ScannerTest

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 1, 2020
    Copy the full SHA
    4304c78 View commit details
    Browse the repository at this point in the history
  3. Issue #5086 Fix checkstyle in test

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 1, 2020
    Copy the full SHA
    115a72d View commit details
    Browse the repository at this point in the history
  4. Issue #5086 Fix javadoc

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 1, 2020
    Copy the full SHA
    90e48ba View commit details
    Browse the repository at this point in the history
  5. Issue #5086 Changes after review

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 1, 2020
    Copy the full SHA
    31cc298 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Issue #5086 Fix error on addFile

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 2, 2020
    Copy the full SHA
    e39ec6c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c776eeb View commit details
    Browse the repository at this point in the history
  3. Issue #5086 Add blocking method for immediate scan.

    Signed-off-by: Jan Bartel <janb@webtide.com>
    janbartel committed Dec 2, 2020
    Copy the full SHA
    8fe8cb8 View commit details
    Browse the repository at this point in the history
  4. Fixed scan(Callback) bug, returning early in case of failures.

    More cleanups in code adding more privateness, getting rid of unnecessary exceptions, making fields final, etc.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 2, 2020
    Copy the full SHA
    97b3f26 View commit details
    Browse the repository at this point in the history
  5. Using capital case for static final field.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 2, 2020
    Copy the full SHA
    fe0e076 View commit details
    Browse the repository at this point in the history
  6. Improved KeyStoreScanner.scan().

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 2, 2020
    Copy the full SHA
    9c882ee View commit details
    Browse the repository at this point in the history