Files
codeql/java/ql/lib/change-notes/2025-05-16-shared-basicblocks.md
Anders Schack-Mulligen 6b830faa62 Java: Add change note.
2025-05-21 09:01:46 +02:00

347 B

category
category
deprecated
  • Java now uses the shared BasicBlock library. This means that several member predicates now use the preferred names. The old predicates have been deprecated. The BasicBlock class itself no longer extends ControlFlowNode - the predicate getFirstNode can be used to fix any QL code that somehow relied on this.