mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: add missing QLDoc
The check for QLDoc comments was unfortunately broken for some time, so we missed this.
This commit is contained in:
@@ -9,6 +9,7 @@ private import semmle.code.java.dataflow.SSA as Ssa
|
||||
private import semmle.code.java.dataflow.RangeUtils as RU
|
||||
|
||||
class SsaVariable extends Ssa::SsaDefinition {
|
||||
/** Gets a use of this variable. */
|
||||
Expr getAUse() { result = super.getARead() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user