Java: Deprecate UnreachableBlocks.

This commit is contained in:
Anders Schack-Mulligen
2026-02-12 11:02:54 +01:00
parent 76ed386246
commit 5c53677051
6 changed files with 11 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* The `UnreachableBlocks.qll` library has been deprecated.

View File

@@ -1,8 +1,10 @@
/**
* DEPRECATED: This module is no longer maintained, and will be removed in a future release.
*
* Provides classes and predicates for identifying unreachable blocks under a "closed-world" assumption.
*/
overlay[local?]
module;
deprecated module;
import java
import semmle.code.java.controlflow.Guards

View File

@@ -1,5 +1,8 @@
/**
* DEPRECATED: This module is no longer maintained, and will be removed in a future release.
*/
overlay[local?]
module;
deprecated module;
import java
import semmle.code.java.controlflow.UnreachableBlocks