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

[WIP] Use some javac classes #1230

Closed
wants to merge 7 commits into from

Commits on Jul 28, 2023

  1. Create ci.yml to build with GitHub Actions

    mickaelistria authored and Celine committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    57a5a41 View commit details
    Browse the repository at this point in the history
  2. Use instanceof-pattern

    and get rid of redundant null-checks.
    mickaelistria authored and Celine committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7158c21 View commit details
    Browse the repository at this point in the history
  3. Use some internal Java compiler classes

    Configures project and build so internal modules can be used.
    mickaelistria authored and Celine committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8c02e49 View commit details
    Browse the repository at this point in the history
  4. Use versioned defined in JDK compiler

    mickaelistria authored and Celine committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1748e1e View commit details
    Browse the repository at this point in the history
  5. Use ByteCodes from JVM instead of local OpCodes.

    mickaelistria authored and Celine committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f0322cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd4f6d4 View commit details
    Browse the repository at this point in the history
  7. Replace JDT's ClassFileConstants.Acc* by JDK's Flags

    mickaelistria authored and Celine committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3107aa4 View commit details
    Browse the repository at this point in the history