Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: deprecated
---
* The `UnreachableBlocks.qll` library has been deprecated.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading