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

Analyse escaping for local vars #4658

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    7f55c3a View commit details
    Browse the repository at this point in the history
  2. add licenses

    MBoegers committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5a03ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1088ccc View commit details
    Browse the repository at this point in the history
  4. Add visitor to easily determine, if a named variable will escape its …

    …defining scope or which variables will escape its defining scope
    MBoegers committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a38d727 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Update rewrite-java/src/test/java/org/openrewrite/java/search/FindVar…

    …iableEscapeLocationsTest.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    timtebeek and github-actions[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ea3bf6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018669f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. FindEscapingVariablesTe

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    MBoegers and github-actions[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fd1a30c View commit details
    Browse the repository at this point in the history