issues
search
IBM
/
codenet-minerva-code-analyzer
Java source code (and/or binary) to JSON based system dependency graph generator.
Apache License 2.0
2
stars
5
forks
source link
Added information about call sites to callable
#11
Closed
sinha108
closed
6 months ago
sinha108
commented
6 months ago
Created a new type to represent call sites, with information about method name, declaring type, argument types, and source line
Added call sites information to the
Callable
type
Updated symbol table to add the new information
Callable
type