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

[Parser] Add examples of what each visitor visits among other things #517

Merged
merged 6 commits into from
Oct 6, 2024

Commits on Oct 3, 2024

  1. Switch from using StaticJavaParser to JavaParser so we can handle if …

    …the parse was successful.
    Bl3nd committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ec47a2d View commit details
    Browse the repository at this point in the history
  2. Update JavaParser version

    Bl3nd committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a9cbd66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82789aa View commit details
    Browse the repository at this point in the history
  4. Attempt at making the code more understandable and a few other things.

    - Added examples on what visitor visits
    - Moved away from the line, columnStart and columnEnd variables for each visitor, instead we use the Value class.
    - Added a few more values we parse.
    Bl3nd committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    340bec4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    336d60b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    29d29e1 View commit details
    Browse the repository at this point in the history