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

Avoid calling parsers when there are no source files #660

Merged
merged 1 commit into from
Nov 22, 2023

Commits on Nov 16, 2023

  1. Avoid calling parsers when there are no source files

    With empty lists of main or test, Java or Kotlin files avoid invoking
    the parsers completely. That's more performant and avoids any bad side
    effects during initialization of the parsers.
    
    Fixes openrewrite#658.
    Bananeweizen committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6d4255f View commit details
    Browse the repository at this point in the history