File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
python/ql/src/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,21 +104,21 @@ class LocalSourceNode extends Node {
104104 }
105105
106106 /**
107+ * DEPRECATED. Use `TypeTrackingNode::track` instead.
108+ *
107109 * Gets a node that this node may flow to using one heap and/or interprocedural step.
108110 *
109111 * See `TypeTracker` for more details about how to use this.
110- *
111- * DEPRECATED. Use `TypeTrackingNode::track` instead.
112112 */
113113 pragma [ inline]
114114 deprecated LocalSourceNode track ( TypeTracker t2 , TypeTracker t ) { t = t2 .step ( this , result ) }
115115
116116 /**
117+ * DEPRECATED. Use `TypeTrackingNode::backtrack` instead.
118+ *
117119 * Gets a node that may flow into this one using one heap and/or interprocedural step.
118120 *
119121 * See `TypeBackTracker` for more details about how to use this.
120- *
121- * DEPRECATED. Use `TypeTrackingNode::backtrack` instead.
122122 */
123123 pragma [ inline]
124124 deprecated LocalSourceNode backtrack ( TypeBackTracker t2 , TypeBackTracker t ) {
You can’t perform that action at this time.
0 commit comments