Skip to content

Commit eb6f8da

Browse files
authored
Merge pull request #2679 from aschackmull/java/remove-depr-flow-fwd-back
Java/C++/C#: Remove the deprecated hasFlowForward/hasFlowBackward.
2 parents 50320c7 + e7f7c73 commit eb6f8da

File tree

19 files changed

+0
-114
lines changed

19 files changed

+0
-114
lines changed

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ abstract class Configuration extends string {
139139
partialFlow(source, node, this) and
140140
dist = node.getSourceDistance()
141141
}
142-
143-
/** DEPRECATED: use `hasFlow` instead. */
144-
deprecated predicate hasFlowForward(Node source, Node sink) { hasFlow(source, sink) }
145-
146-
/** DEPRECATED: use `hasFlow` instead. */
147-
deprecated predicate hasFlowBackward(Node source, Node sink) { hasFlow(source, sink) }
148142
}
149143

150144
/**

0 commit comments

Comments
 (0)