Array Access
Author: Semmle LGTM
import java
from ArrayAccess a
where a.getIndexExpr() instanceof UnaryAssignExpr
select a
Description
Finds array access expressions with an index expression consisting of a unary assignment
import java
from ArrayAccess a
where a.getIndexExpr() instanceof UnaryAssignExpr
select a
Finds array access expressions with an index expression consisting of a unary assignment