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