We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548fceb commit 00a6181Copy full SHA for 00a6181
java/ql/src/semmle/code/java/Expr.qll
@@ -1243,7 +1243,7 @@ class VariableAssign extends VariableUpdate {
1243
}
1244
1245
/**
1246
- * Gets the source of this assignment, if any.
+ * Gets the source (right-hand side) of this assignment, if any.
1247
*
1248
* An initialization in a `CatchClause` or `EnhancedForStmt` is implicit and
1249
* does not have a source.
0 commit comments