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

Prefer Mono#fromSupplier over Mono#fromCallable where possible #232

Merged
merged 3 commits into from
Sep 15, 2022

Commits on Sep 12, 2022

  1. Prefer Mono#fromSupplier over Mono#fromCallable where possible

    This rule is implemented using a Refaster template, relying on the new
    `ThrowsCheckedException` matcher.
    
    While there, introduce `AbstractTestChecker` to simplify the test setup
    for Refaster `Matcher`s. This base class flags all `ExpressionTree`s
    matched by the `Matcher` under test.
    Stephan202 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2951030 View commit details
    Browse the repository at this point in the history
  2. Suggestions

    rickie authored and Stephan202 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    83629ce View commit details
    Browse the repository at this point in the history
  3. Address feedback

    Stephan202 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6f199a3 View commit details
    Browse the repository at this point in the history