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

Replaced JDT with JavaParser #8

Closed
wants to merge 1 commit into from
Closed

Replaced JDT with JavaParser #8

wants to merge 1 commit into from

Conversation

dimanyfantakis
Copy link
Collaborator

@dimanyfantakis dimanyfantakis commented Apr 24, 2023

This closes #1 #2 #3.
The new parser now supports:

  • Enums
  • Dependencies that occur by the use of local variables
  • Dependencies that occur by the creation of Class objects that are not assigned to a local variable
  • Robust way of identifying inheritance relationships as well as node types

@pvassil
Copy link
Member

pvassil commented May 5, 2023

Many tnx, great job!!
We have to refactor towards the co-existence of the two parsers, though.
Let's try it from the dedicated branch atthe daintiness repo

@pvassil pvassil closed this May 5, 2023
@dimanyfantakis dimanyfantakis deleted the alternative_parser branch May 19, 2023 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parser is missing dependencies at new
2 participants