Files
codeql/java/ql/lib/change-notes/2025-05-16-shared-basicblocks.md
2025-05-21 09:01:47 +02:00

5 lines
398 B
Markdown

---
category: deprecated
---
* Java now uses the shared `BasicBlock` library. This means that the names of several member predicates have been changed to align with the names used in other languages. 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.