mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Java: Align BinaryExpr.getOp() with AssignOp.getOp().
This commit is contained in:
@@ -10,5 +10,5 @@ where
|
||||
e.isNthChildOf(be, i) and i != 0 and i != 1 and reason = "Unexpected operand " + i.toString()
|
||||
)
|
||||
or
|
||||
be.getOp() = " ?? " and reason = "No operator name"
|
||||
be.getOp() = "??" and reason = "No operator name"
|
||||
select be, reason
|
||||
|
||||
Reference in New Issue
Block a user