Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Conversation

@ncirak
Copy link
Contributor

@ncirak ncirak commented Jul 13, 2024

This PR includes:

  • Spoon Initial Setup: Configured Spoon for Abstract Syntax Tree (AST) creation and analysis.
  • Abstract Visitor Attempt: Initially, an abstract visitor was used with a custom filter, but it didn't produce the full method call chain as required.
  • Abstract Processor Utilization: Switched to using Spoon's Abstract Processor to successfully retrieve and traverse complete method call chains.

Done in This PR:

  • Database Method Finder: Implemented a custom filter to detect database-related methods.
  • Method Call Chain Traversal: Developed functionality to get and traverse all method call chains in the project.

As we can now get and traverse full method chains, we will proceed with using the Eclipse library. However, if any issues arise with Eclipse, Spoon is set up and ready to be used from this branch.

@ncirak ncirak self-assigned this Jul 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants