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

Certain types of method calls are missing #35

Open
Adrninistrator opened this issue Jul 4, 2021 · 0 comments
Open

Certain types of method calls are missing #35

Adrninistrator opened this issue Jul 4, 2021 · 0 comments

Comments

@Adrninistrator
Copy link

In these cases, the method call is missing:

  1. Interface and implementation class methods
  2. Runnable implementation class thread call
  3. lambda expression (including thread call, etc.)
  4. The parent class calls the implementation method of the subclass
  5. The subclass calls the implementation method of the parent class

I added support for the above types, you can see my fork:
https://github.com/Adrninistrator/java-callgraph

pombredanne pushed a commit to pombredanne/java-callgraph that referenced this issue May 29, 2024
* Added updated patch file w/ Naive List gen

* Cleanup unused patch file

* Updated generateResults to use naive list

* Updated RQ4 with list naive

* Updated project name to latex constant in table

* Fresh results - rq4

* Updated project name to latex constant in table

* RQ4 Naive List (gousiosg#32)

* Added updated patch file w/ Naive List gen

* Added mph-table-naive for vanilla implementation w/ increase in list size

* Updated generateStats with List Naive

* Patch/yaml changes for naive list

* Cleanup unused patch file

* Updated generateResults to use naive list

* Updated RQ4 with list naive

* Updated project name to latex constant in table

* Updated project name to latex constant in table

* Updated project name to latex constant in table

* Cleanup print statements

* Updated RQ2

* Updated RQ2

* Updated RQ2

* Updated RQ2

* Resolved RQ2 issue with mph-table

* Resolved RQ2 issue with mph-table

* Resolved RQ2 issue with mph-table

Co-authored-by: Alekh Meka <[email protected]>
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