Java support
- Update maximum supported Java class version to 67.65535 (Java 23).
API changes
- Make
CallGraph
reconstruction/traversal methods generic in that they now take aSet<MethodSignature>
to determine when to stop exploration - Delete
EntryPoint
class
Bugfixes
- Fix incorrect traversal direction in
predecessorsContain
.