mirror of
https://github.com/github/codeql.git
synced 2026-03-01 05:13:41 +01:00
347 B
347 B
category
| category |
|---|
| deprecated |
- Java now uses the shared
BasicBlocklibrary. This means that several member predicates now use the preferred names. 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.