PR #5 addressed statements that are call sites but that do not contain invoke expressions. These are in fact statements that are the source of call edges to <clinit> functions representing static initializers for classes. After PR #5, such edges are marked as INVALID and are never added to the callgraph.
PR #5 addressed statements that are call sites but that do not contain invoke expressions. These are in fact statements that are the source of call edges to
<clinit>
functions representing static initializers for classes. After PR #5, such edges are marked asINVALID
and are never added to the callgraph.