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

review: feat: support to parse CtType, CtClass and CtField from JDK element CtPath.toString() #4989

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    3766b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b28ac View commit details
    Browse the repository at this point in the history
  3. fix(CtPathStringBuilder): delete redundant ')'

    when calling
    
    `AbstractPathElement.getArguments([constructor with no parameters])`
    
    will produce redundant ')'
    kaml8 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    056b96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f98231e View commit details
    Browse the repository at this point in the history
  5. feat(CtPathImpl): rewrite method evaluateOn

    Test cases have passed.
    Now it supports to get JDK-element from CtPath(As String).
    kaml8 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    8a78406 View commit details
    Browse the repository at this point in the history
  6. docs(path.md): update doc

    kaml8 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ed960fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bfa2d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    120ac0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbbbeba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b779ee View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. refactor: adjust code style

    kaml8 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6ddbcb2 View commit details
    Browse the repository at this point in the history
  2. refactor: adjust codeStyle

    kaml8 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    02adcd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77a790 View commit details
    Browse the repository at this point in the history