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

Enable to configure instantiated classes before starting the RTA call graph algorithm #924

Open
JonasKlauke opened this issue Apr 17, 2024 · 1 comment
Labels
call graph This issues is related to the call graph construction good first issue Good for newcomers improvement new feature, improve in readability, structure or performance

Comments

@JonasKlauke
Copy link
Collaborator

The user should be able to define a List of classes as instantiated before starting the RTA call graph algorithm. This way the user is able to do incomplete RTA scans which wont ignore calls to classes which are not instantiated in the given entry point

@JonasKlauke JonasKlauke added the call graph This issues is related to the call graph construction label Feb 7, 2025
@JonasKlauke
Copy link
Collaborator Author

If the algorithm gets a call graph, the methods contained in the call graph should be checked to collect instantiated classes

@JonasKlauke JonasKlauke added improvement new feature, improve in readability, structure or performance and removed enhancement labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
call graph This issues is related to the call graph construction good first issue Good for newcomers improvement new feature, improve in readability, structure or performance
Projects
None yet
Development

No branches or pull requests

1 participant