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

Typo in method name of src/main/java/soot/toolkits/graph/pdg/PDGNode.java #2106

Open
syntax opened this issue Oct 6, 2024 · 0 comments
Open

Comments

@syntax
Copy link

syntax commented Oct 6, 2024

Within src/main/java/soot/toolkits/graph/pdg/PDGNode.java

Typo in method, getBackDependets should read as getBackDependents

public List<PDGNode> getBackDependets() {
    return this.m_backDependents;
  }
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

No branches or pull requests

1 participant