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

[jimple2cpg] Declaration Ref Edges to Identifiers #3719

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

DavidBakerEffendi
Copy link
Collaborator

Somehow, jimple2cpg has gone this long without parameter/locals with REF edges to identifiers.

A quick solution is following it with a ref edge pass, since the AST is flat so there is always one block under a method.

Somehow, `jimple2cpg` has gone this long without parameter/locals with REF edges to identifiers.

A quick solution is following it with a ref edge pass, since the AST is flat so there is always one block under a method.
@DavidBakerEffendi DavidBakerEffendi added the jvm Relates to jimple2cpg label Oct 4, 2023
@DavidBakerEffendi DavidBakerEffendi merged commit d3659d0 into master Oct 4, 2023
@DavidBakerEffendi DavidBakerEffendi deleted the dave/jimple/declaration-ref-edges branch October 4, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jvm Relates to jimple2cpg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants