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 {
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 *
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments