Skip to content

Commit fb376a1

Browse files
committed
revert the deletion of explorationLimit. It'll be deleted along with the entire class later
1 parent baa31e1 commit fb376a1

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl1.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168168
*/
169169
predicate hasFlowToExpr(DataFlowExpr sink) { this.hasFlowTo(exprNode(sink)) }
170170

171+
/**
172+
* DEPRECATED: Use `FlowExploration<explorationLimit>` instead.
173+
*
174+
* Gets the exploration limit for `hasPartialFlow` and `hasPartialFlowRev`
175+
* measured in approximate number of interprocedural steps.
176+
*/
177+
deprecated int explorationLimit() { none() }
178+
171179
/**
172180
* Holds if hidden nodes should be included in the data flow graph.
173181
*

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl2.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168168
*/
169169
predicate hasFlowToExpr(DataFlowExpr sink) { this.hasFlowTo(exprNode(sink)) }
170170

171+
/**
172+
* DEPRECATED: Use `FlowExploration<explorationLimit>` instead.
173+
*
174+
* Gets the exploration limit for `hasPartialFlow` and `hasPartialFlowRev`
175+
* measured in approximate number of interprocedural steps.
176+
*/
177+
deprecated int explorationLimit() { none() }
178+
171179
/**
172180
* Holds if hidden nodes should be included in the data flow graph.
173181
*

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl3.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168168
*/
169169
predicate hasFlowToExpr(DataFlowExpr sink) { this.hasFlowTo(exprNode(sink)) }
170170

171+
/**
172+
* DEPRECATED: Use `FlowExploration<explorationLimit>` instead.
173+
*
174+
* Gets the exploration limit for `hasPartialFlow` and `hasPartialFlowRev`
175+
* measured in approximate number of interprocedural steps.
176+
*/
177+
deprecated int explorationLimit() { none() }
178+
171179
/**
172180
* Holds if hidden nodes should be included in the data flow graph.
173181
*

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl4.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168168
*/
169169
predicate hasFlowToExpr(DataFlowExpr sink) { this.hasFlowTo(exprNode(sink)) }
170170

171+
/**
172+
* DEPRECATED: Use `FlowExploration<explorationLimit>` instead.
173+
*
174+
* Gets the exploration limit for `hasPartialFlow` and `hasPartialFlowRev`
175+
* measured in approximate number of interprocedural steps.
176+
*/
177+
deprecated int explorationLimit() { none() }
178+
171179
/**
172180
* Holds if hidden nodes should be included in the data flow graph.
173181
*

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl5.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168168
*/
169169
predicate hasFlowToExpr(DataFlowExpr sink) { this.hasFlowTo(exprNode(sink)) }
170170

171+
/**
172+
* DEPRECATED: Use `FlowExploration<explorationLimit>` instead.
173+
*
174+
* Gets the exploration limit for `hasPartialFlow` and `hasPartialFlowRev`
175+
* measured in approximate number of interprocedural steps.
176+
*/
177+
deprecated int explorationLimit() { none() }
178+
171179
/**
172180
* Holds if hidden nodes should be included in the data flow graph.
173181
*

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl6.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168168
*/
169169
predicate hasFlowToExpr(DataFlowExpr sink) { this.hasFlowTo(exprNode(sink)) }
170170

171+
/**
172+
* DEPRECATED: Use `FlowExploration<explorationLimit>` instead.
173+
*
174+
* Gets the exploration limit for `hasPartialFlow` and `hasPartialFlowRev`
175+
* measured in approximate number of interprocedural steps.
176+
*/
177+
deprecated int explorationLimit() { none() }
178+
171179
/**
172180
* Holds if hidden nodes should be included in the data flow graph.
173181
*

0 commit comments

Comments
 (0)