Hi,
I ran a simple zero-cfa callgraph algorithm on a sample jar file according to the examples provided on the Wala Wiki website. There are, however, a couple of methods from the WALA library that appear in the callgraph. (WALA version 1.5.0)
com/ibm/wala/model/java/lang/System.arraycopy:(Ljava/lang/Object;Ljava/lang/Object;)V
wala/lambda$java$time$temporal$TemporalQueries$4.queryFrom:(Ljava/time/temporal/TemporalAccessor;)Ljava/lang/Object;
Could you tell me if I am somehow misusing the API, or if this is perhaps an error.
I am attaching the source code used to generate the same.
I can attach the sample jar file if needed.
Regards,
Akshay Utture