Skip to content

9.1.6

Latest
Compare
Choose a tag to compare
@mrjameshamilton mrjameshamilton released this 22 Aug 15:23
· 13 commits to master since this release

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 a Set<MethodSignature> to determine when to stop exploration
  • Delete EntryPoint class

Bugfixes

  • Fix incorrect traversal direction in predecessorsContain.