We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da9bfb commit 3f5886eCopy full SHA for 3f5886e
1 file changed
java/ql/lib/semmle/code/java/ControlFlowGraph.qll
@@ -165,9 +165,6 @@ module ControlFlow {
165
166
/**
167
* Gets the most appropriate AST node for this control flow node, if any.
168
- *
169
- * This is needed for the equivalence relation on basic blocks in range
170
- * analysis.
171
*/
172
ExprParent getAstNode() {
173
result = this.asExpr() or
0 commit comments