We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a317736 commit 002c456Copy full SHA for 002c456
java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll
@@ -305,7 +305,7 @@ class ContentSet instanceof Content {
305
}
306
307
/**
308
- * Holds if `g` validates the `e` upon evaluating to `branch`.
+ * Holds if the guard `g` validates the expression `e` upon evaluating to `branch`.
309
*
310
* The expression `e` is expected to be a syntactic part of the guard `g`.
311
* For example, the guard `g` might be a call `isSafe(x)` and the expression `e`
0 commit comments