File tree Expand file tree Collapse file tree 6 files changed +48
-0
lines changed
java/ql/lib/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 6 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168
168
*/
169
169
predicate hasFlowToExpr ( DataFlowExpr sink ) { this .hasFlowTo ( exprNode ( sink ) ) }
170
170
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
+
171
179
/**
172
180
* Holds if hidden nodes should be included in the data flow graph.
173
181
*
Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168
168
*/
169
169
predicate hasFlowToExpr ( DataFlowExpr sink ) { this .hasFlowTo ( exprNode ( sink ) ) }
170
170
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
+
171
179
/**
172
180
* Holds if hidden nodes should be included in the data flow graph.
173
181
*
Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168
168
*/
169
169
predicate hasFlowToExpr ( DataFlowExpr sink ) { this .hasFlowTo ( exprNode ( sink ) ) }
170
170
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
+
171
179
/**
172
180
* Holds if hidden nodes should be included in the data flow graph.
173
181
*
Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168
168
*/
169
169
predicate hasFlowToExpr ( DataFlowExpr sink ) { this .hasFlowTo ( exprNode ( sink ) ) }
170
170
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
+
171
179
/**
172
180
* Holds if hidden nodes should be included in the data flow graph.
173
181
*
Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168
168
*/
169
169
predicate hasFlowToExpr ( DataFlowExpr sink ) { this .hasFlowTo ( exprNode ( sink ) ) }
170
170
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
+
171
179
/**
172
180
* Holds if hidden nodes should be included in the data flow graph.
173
181
*
Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ abstract deprecated class Configuration extends string {
168
168
*/
169
169
predicate hasFlowToExpr ( DataFlowExpr sink ) { this .hasFlowTo ( exprNode ( sink ) ) }
170
170
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
+
171
179
/**
172
180
* Holds if hidden nodes should be included in the data flow graph.
173
181
*
You can’t perform that action at this time.
0 commit comments