mirror of
https://github.com/github/codeql.git
synced 2026-02-25 19:33:42 +01:00
398 B
398 B
category
| category |
|---|
| deprecated |
- Java now uses the shared
BasicBlocklibrary. 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. TheBasicBlockclass itself no longer extendsControlFlowNode- the predicategetFirstNodecan be used to fix any QL code that somehow relied on this.